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 cb010dbb..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 @@ -17,7 +18,7 @@ To install ComfyUI-Manager in addition to an existing installation of ComfyUI, you can follow the following steps: -1. goto `ComfyUI/custom_nodes` dir in terminal(cmd) +1. Go to `ComfyUI/custom_nodes` dir in terminal (cmd) 2. `git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-manager` 3. Restart ComfyUI @@ -28,8 +29,8 @@ To install ComfyUI-Manager in addition to an existing installation of ComfyUI, y - standalone version - select option: use windows default console window 2. Download [scripts/install-manager-for-portable-version.bat](https://github.com/ltdrdata/ComfyUI-Manager/raw/main/scripts/install-manager-for-portable-version.bat) into installed `"ComfyUI_windows_portable"` directory -- Don't click. Right click the link and use save as... -3. double click `install-manager-for-portable-version.bat` batch file +- Don't click. Right-click the link and choose 'Save As...' +3. Double-click `install-manager-for-portable-version.bat` batch file ![portable-install](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/portable-install.jpg) @@ -47,7 +48,7 @@ pip install comfy-cli comfy install ``` -Linux/OSX: +Linux/macOS: ```commandline python -m venv venv . venv/bin/activate @@ -57,13 +58,13 @@ comfy install * See also: https://github.com/Comfy-Org/comfy-cli -### Installation[method4] (Installation for linux+venv: ComfyUI + ComfyUI-Manager) +### Installation[method4] (Installation for Linux+venv: ComfyUI + ComfyUI-Manager) To install ComfyUI with ComfyUI-Manager on Linux using a venv environment, you can follow these steps: * **prerequisite: python-is-python3, python3-venv, git** 1. Download [scripts/install-comfyui-venv-linux.sh](https://github.com/ltdrdata/ComfyUI-Manager/raw/main/scripts/install-comfyui-venv-linux.sh) into empty install directory -- Don't click. Right click the link and use save as... +- Don't click. Right-click the link and choose 'Save As...' - ComfyUI will be installed in the subdirectory of the specified directory, and the directory will contain the generated executable script. 2. `chmod +x install-comfyui-venv-linux.sh` 3. `./install-comfyui-venv-linux.sh` @@ -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 @@ -176,7 +184,7 @@ The following settings are applied based on the section marked as `is_default`. ![model-install-dialog](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/snapshot.jpg) -## cm-cli: command line tools for power user +## cm-cli: command line tools for power users * A tool is provided that allows you to use the features of ComfyUI-Manager without running ComfyUI. * For more details, please refer to the [cm-cli documentation](docs/en/cm-cli.md). @@ -222,7 +230,7 @@ The following settings are applied based on the section marked as `is_default`. * `` Ensure that the timestamp is always unique. * "components" should have the same structure as the content of the file stored in `/default/ComfyUI-Manager/components`. * ``: The name should be in the format `::`. - * ``: In the nodedata of the group node. + * ``: In the node data of the group node. * ``: Only two formats are allowed: `major.minor.patch` or `major.minor`. (e.g. `1.0`, `2.2.1`) * ``: Saved time * ``: If the packname is not empty, the category becomes packname/workflow, and it is saved in the .pack file in `/default/ComfyUI-Manager/components`. @@ -240,7 +248,7 @@ The following settings are applied based on the section marked as `is_default`. * Dragging and dropping or pasting a single component will add a node. However, when adding multiple components, nodes will not be added. -## Support of missing nodes installation +## Support for installing missing nodes ![missing-menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/missing-menu.jpg) @@ -279,10 +287,10 @@ The following settings are applied based on the section marked as `is_default`. * Logging to file feature * This feature is enabled by default and can be disabled by setting `file_logging = False` in the `config.ini`. -* Fix node(recreate): When right-clicking on a node and selecting `Fix node (recreate)`, you can recreate the node. The widget's values are reset, while the connections maintain those with the same names. +* Fix node (recreate): When right-clicking on a node and selecting `Fix node (recreate)`, you can recreate the node. The widget's values are reset, while the connections maintain those with the same names. * It is used to correct errors in nodes of old workflows created before, which are incompatible with the version changes of custom nodes. -* Double-Click Node Title: You can set the double click behavior of nodes in the ComfyUI-Manager menu. +* Double-Click Node Title: You can set the double-click behavior of nodes in the ComfyUI-Manager menu. * `Copy All Connections`, `Copy Input Connections`: Double-clicking a node copies the connections of the nearest node. * This action targets the nearest node within a straight-line distance of 1000 pixels from the center of the node. * In the case of `Copy All Connections`, it duplicates existing outputs, but since it does not allow duplicate connections, the existing output connections of the original node are disconnected. @@ -348,7 +356,7 @@ When you run the `scan.sh` script: * It updates the `github-stats.json`. * This uses the GitHub API, so set your token with `export GITHUB_TOKEN=your_token_here` to avoid quickly reaching the rate limit and malfunctioning. - * To skip this step, add the `--skip-update-stat` option. + * To skip this step, add the `--skip-stat-update` option. * The `--skip-all` option applies both `--skip-update` and `--skip-stat-update`. @@ -356,9 +364,9 @@ When you run the `scan.sh` script: ## Troubleshooting * If your `git.exe` is installed in a specific location other than system git, please install ComfyUI-Manager and run ComfyUI. Then, specify the path including the file name in `git_exe = ` in the `/default/ComfyUI-Manager/config.ini` file that is generated. * If updating ComfyUI-Manager itself fails, please go to the **ComfyUI-Manager** directory and execute the command `git update-ref refs/remotes/origin/main a361cc1 && git fetch --all && git pull`. -* If you encounter the error message `Overlapped Object has pending operation at deallocation on Comfyui Manager load` under Windows +* If you encounter the error message `Overlapped Object has pending operation at deallocation on ComfyUI Manager load` under Windows * Edit `config.ini` file: add `windows_selector_event_loop_policy = True` -* if `SSL: CERTIFICATE_VERIFY_FAILED` error is occured. +* If the `SSL: CERTIFICATE_VERIFY_FAILED` error occurs. * Edit `config.ini` file: add `bypass_ssl = True` diff --git a/check.sh b/check.sh index ef5c873b..c3ef41c2 100755 --- a/check.sh +++ b/check.sh @@ -37,7 +37,7 @@ find ~/.tmp/default -name "*.py" -print0 | xargs -0 grep -E "crypto|^_A=" echo echo CHECK3 -find ~/.tmp/default -name "requirements.txt" | xargs grep "^\s*https\\?:" -find ~/.tmp/default -name "requirements.txt" | xargs grep "\.whl" +find ~/.tmp/default -name "requirements.txt" | xargs grep "^\s*[^#]*https\?:" +find ~/.tmp/default -name "requirements.txt" | xargs grep "^\s*[^#].*\.whl" echo diff --git a/custom-node-list.json b/custom-node-list.json old mode 100755 new mode 100644 index 6c97a7ef..a882dcd6 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -69,6 +69,26 @@ "install_type": "git-clone", "description": "A massive node pack consisting of over 200 nodes, including image processing, masking, text handling, and arithmetic operations.\nNOTE: A replacement node pack provided for existing users following the retirement of the original author of the widely used WAS Node Suite." }, + { + "author": "Test.Data", + "title": "TEST NODEPACK: DON'T INSTALL THIS #1", + "reference": "https://github.com/ltdrdata/nodepack-test1-do-not-install", + "files": [ + "https://github.com/ltdrdata/nodepack-test1-do-not-install" + ], + "install_type": "git-clone", + "description": "This is a test nodepack for safely testing the functionality of ComfyUI-Manager. Please do not install this nodepack." + }, + { + "author": "Test.Data", + "title": "TEST NODEPACK: DON'T INSTALL THIS #2", + "reference": "https://github.com/ltdrdata/nodepack-test2-do-not-install", + "files": [ + "https://github.com/ltdrdata/nodepack-test2-do-not-install" + ], + "install_type": "git-clone", + "description": "This is a test nodepack for safely testing the functionality of ComfyUI-Manager. Please do not install this nodepack." + }, { "author": "comfyanonymous", "title": "ComfyUI_experiments", @@ -420,6 +440,46 @@ "install_type": "git-clone", "description": "All-in-One Face Fix KSampler for ComfyUI with YOLO detection and SAM segmentation" }, + { + "author": "WASasquatch", + "title": "WAS Affine", + "reference": "https://github.com/WASasquatch/was_affine", + "files": [ + "https://github.com/WASasquatch/was_affine" + ], + "install_type": "git-clone", + "description": "Apply AFFINE noise transforms to latent space to improve image quality, especially with light loras." + }, + { + "author": "was", + "title": "WAS LMStudio Easy-Query", + "reference": "https://github.com/WASasquatch/ComfyUI_LMStudio_EasyQuery", + "files": [ + "https://github.com/WASasquatch/ComfyUI_LMStudio_EasyQuery" + ], + "install_type": "git-clone", + "description": "LM Studio calls with image support and easy task directions." + }, + { + "author": "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", @@ -519,17 +579,6 @@ "install_type": "git-clone", "description": "Nodes: Image Remove Background (rembg)" }, - { - "author": "YinBailiang", - "title": "MergeBlockWeighted_fo_ComfyUI", - "id": "mergeblockweighted_fo_comfyui", - "reference": "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI", - "files": [ - "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI" - ], - "install_type": "git-clone", - "description": "Nodes: MergeBlockWeighted" - }, { "author": "trojblue", "title": "trNodes", @@ -938,6 +987,7 @@ "title": "NodeGPT", "id": "nodegpt", "reference": "https://github.com/xXAdonesXx/NodeGPT", + "reference2": "https://github.com/antonym-git/NodeGPT", "files": [ "https://github.com/xXAdonesXx/NodeGPT" ], @@ -954,7 +1004,7 @@ ], "install_type": "git-clone", "description": "This node allows downloading models directly within ComfyUI for easier use and integration." - }, + }, { "author": "Suzie1", "title": "Comfyroll Studio", @@ -1019,6 +1069,16 @@ "install_type": "git-clone", "description": "image and latent quilting nodes for comfyui" }, + { + "author": "bmad4ever", + "title": "comfyui-panels", + "reference": "https://github.com/bmad4ever/comfyui_panels", + "files": [ + "https://github.com/bmad4ever/comfyui_panels" + ], + "install_type": "git-clone", + "description": "Comics/Manga like panel layouts." + }, { "author": "FizzleDorf", "title": "FizzNodes", @@ -1483,6 +1543,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", @@ -1616,6 +1686,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", @@ -1833,7 +1914,7 @@ ], "install_type": "git-clone", "description": "A small node suite for ComfyUI" - }, + }, { "author": "Extraltodeus", "title": "noise latent perlinpinpin", @@ -2053,6 +2134,17 @@ "install_type": "git-clone", "description": "This project is used to enable [a/ToonCrafter](https://github.com/ToonCrafter/ToonCrafter) to be used in ComfyUI.\nYou can use it to achieve generative keyframe animation\nAnd use it in Blender for animation rendering and prediction" }, + { + "author": "AIGODLIKE", + "title": "Blender-IO", + "id": "blender-io", + "reference": "https://github.com/AIGODLIKE/Blender-IO", + "files": [ + "https://github.com/AIGODLIKE/Blender-IO" + ], + "install_type": "git-clone", + "description": "Add data chain operation between blender and comfyui. Provides ComfyUIInputs node for blender to fetching data from ComfyUI, and Blender Inputs/Outputs node for ComfyUI to fetching/sending data with blender." + }, { "author": "syllebra", "title": "BilboX's ComfyUI Custom Nodes", @@ -2229,10 +2321,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" @@ -2684,6 +2776,16 @@ "install_type": "git-clone", "description": "Basic utility for testing diffusion model loss across the timestep schedule. Should work with any native models that use ksampler. This could be used for comparing models, testing captions on an image, etc." }, + { + "author": "spacepxl", + "title": "ComfyUI-VAE-Utils", + "reference": "https://github.com/spacepxl/ComfyUI-VAE-Utils", + "files": [ + "https://github.com/spacepxl/ComfyUI-VAE-Utils" + ], + "install_type": "git-clone", + "description": "Nodes for loading and using VAEs in ways not supported by base ComfyUI. Currently supports Wan upscale VAE, more may be added later as needed." + }, { "author": "PTA", "title": "auto nodes layout", @@ -3284,6 +3386,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", @@ -4041,7 +4153,7 @@ "https://github.com/whmc76/ComfyUI-UniversalToolkit" ], "install_type": "git-clone", - "description": "This plugin provides general-purpose utility nodes for ComfyUI. Currently, it implements a 'Blank Cell Generator' node, which can batch-generate images, masks, and latents with specified resolution and color." + "description": "A comprehensive toolkit based on ComfyUI, providing image, mask, audio, and tools nodes, fully modular and v3 compatible." }, { "author": "martijnat", @@ -4217,6 +4329,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", @@ -4377,16 +4519,6 @@ "install_type": "git-clone", "description": " If you want to draw two different characters together without blending their features, so you could try to check out this custom node." }, - { - "author": "42lux", - "title": "ComfyUI-42lux", - "reference": "https://github.com/42lux/ComfyUI-42lux", - "files": [ - "https://github.com/42lux/ComfyUI-42lux" - ], - "install_type": "git-clone", - "description": "A collection of custom nodes for ComfyUI focused on enhanced sampling, model optimization, and quality improvements." - }, { "author": "sergekatzmann", "title": "ComfyUI_Nimbus-Pack", @@ -4873,6 +5005,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", @@ -5050,6 +5192,56 @@ "install_type": "git-clone", "description": "Voice Clone and TTS model." }, + { + "author": "filliptm", + "title": "ComfyUI_FL-Path-Animator", + "reference": "https://github.com/filliptm/ComfyUI_FL-Path-Animator", + "files": [ + "https://github.com/filliptm/ComfyUI_FL-Path-Animator" + ], + "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", @@ -5090,9 +5282,30 @@ "install_type": "git-clone", "description": "To enhance the usability of ComfyUI, optimizations and integrations have been implemented for several commonly used nodes." }, + { + "author": "yolain", + "title": "ComfyUI-Easy-DotsOCR", + "reference": "https://github.com/yolain/ComfyUI-Easy-DotsOCR", + "files": [ + "https://github.com/yolain/ComfyUI-Easy-DotsOCR" + ], + "install_type": "git-clone", + "description": "ComfyUI-Easy-DotsOCR is a custom node for ComfyUI that provides text extraction via the DotsOCR engine." + }, + { + "author": "yolain", + "title": "SaveVideoRGBA", + "reference": "https://github.com/yolain/SaveVideoRGBA", + "files": [ + "https://github.com/yolain/SaveVideoRGBA" + ], + "install_type": "git-clone", + "description": "Enhanced the comfyui savevideo node to support previewing and saving videos containing alpha channels." + }, { "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" @@ -5130,6 +5343,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", @@ -5343,10 +5566,20 @@ "install_type": "git-clone", "description": "This extension provides various SDXL Prompt Stylers. See: [a/youtube](https://youtu.be/WBHI-2uww7o?si=dijvDaUI4nmx4VkF)" }, + { + "author": "TripleHeadedMonkey", + "title": "ComfyUI-Zlycoris", + "reference": "https://github.com/TripleHeadedMonkey/ComfyUI-Zlycoris", + "files": [ + "https://github.com/TripleHeadedMonkey/ComfyUI-Zlycoris" + ], + "install_type": "git-clone", + "description": "Custom nodes for loading Z-Image LoRa/LoHa. Includes nodes for merging Qwen 3 4B models and extracting Qwen lora from Qwen 3 4b models." + }, { "author": "BennyKok", "title": "ComfyUI Deploy", - "id": "comfy-deploy", + "id": "comfyui-deploy", "reference": "https://github.com/BennyKok/comfyui-deploy", "files": [ "https://github.com/BennyKok/comfyui-deploy" @@ -5626,6 +5859,56 @@ "install_type": "git-clone", "description": "This repo contains nodes for ComfyUI that implement some helpful operations on tensors, such as normalization." }, + { + "author": "ttulttul", + "title": "ComfyUI Qwen Rectified Flow Tools", + "reference": "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter", + "files": [ + "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter" + ], + "install_type": "git-clone", + "description": "This custom node pack for ComfyUI provides a suite of advanced tools for performing 'invert-and-resample' workflows with Rectified Flow models like Qwen-VL. It allows you to take an existing image, convert it to a noisy latent using a guided inversion process, and then use that latent as a starting point to generate creative, high-quality variations." + }, + { + "author": "ttulttul", + "title": "ComfyUI-FlowMatching-Upscaler", + "reference": "https://github.com/ttulttul/ComfyUI-FlowMatching-Upscaler", + "files": [ + "https://github.com/ttulttul/ComfyUI-FlowMatching-Upscaler" + ], + "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", @@ -6903,17 +7186,6 @@ "install_type": "git-clone", "description": "Custom nodes for using fal API. Video generation with Kling, Runway, Luma. Image generation with Flux. LLMs and VLMs OpenAI, Claude, Llama and Gemini." }, - { - "author": "Hiero207", - "title": "Hiero-Nodes", - "id": "hiero", - "reference": "https://github.com/Hiero207/ComfyUI-Hiero-Nodes", - "files": [ - "https://github.com/Hiero207/ComfyUI-Hiero-Nodes" - ], - "install_type": "git-clone", - "description": "Nodes:Post to Discord w/ Webhook" - }, { "author": "azure-dragon-ai", "title": "ComfyUI-ClipScore-Nodes", @@ -7523,6 +7795,36 @@ "install_type": "git-clone", "description": "ComfyUI-TrashNodes-DownloadHuggingface is a ComfyUI node designed to facilitate the download of models you have just trained and uploaded to Hugging Face. This node is particularly useful for users who employ Google Colab for training and need to quickly download their models for deployment." }, + { + "author": "adbrasi", + "title": "booru-helper-mini", + "reference": "https://github.com/adbrasi/booru-helper-mini", + "files": [ + "https://github.com/adbrasi/booru-helper-mini" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node pack with tagger functionality combining WD14, Camie, and PixAI models. (Description by CC)" + }, + { + "author": "adbrasi", + "title": "loppiner", + "reference": "https://github.com/adbrasi/loppiner", + "files": [ + "https://github.com/adbrasi/loppiner" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node that detects and extracts a single loop cycle from a batch of images. (Description by CC)" + }, + { + "author": "adbrasi", + "title": "comfyui-ksampler-batch", + "reference": "https://github.com/adbrasi/comfyui-ksampler-batch", + "files": [ + "https://github.com/adbrasi/comfyui-ksampler-batch" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI that generate multiple images in a single GPU batch with different seeds." + }, { "author": "mbrostami", "title": "ComfyUI-HF", @@ -7636,16 +7938,6 @@ "install_type": "git-clone", "description": "ComfyUI-FreeMemory is a custom node extension for ComfyUI that provides advanced memory management capabilities within your image generation workflows. It aims to help prevent out-of-memory errors and optimize resource usage during complex operations." }, - { - "author": "ShmuelRonen", - "title": "ComfyUI Flux 1.1 Ultra & Raw Node", - "reference": "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API", - "files": [ - "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API" - ], - "install_type": "git-clone", - "description": "A ComfyUI custom node for Black Forest Labs' FLUX 1.1 [pro] API, supporting both regular and Ultra modes with optional Raw mode." - }, { "author": "ShmuelRonen", "title": "ComfyUI-AstralAnimator", @@ -7968,6 +8260,26 @@ "install_type": "git-clone", "description": "A complete replacement for rgthree's Power Lora Loader with zero dependencies and two specialized versions to fit any workflow." }, + { + "author": "ShmuelRonen", + "title": "ComfyUI-NanoBanano", + "reference": "https://github.com/ShmuelRonen/ComfyUI-NanoBanano", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI-NanoBanano" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for Google's Gemini 2.5 Flash Image (aka 'Nano Banana') model - the state-of-the-art image generation and editing AI." + }, + { + "author": "ShmuelRonen", + "title": "ComfyUI Flux Pro Integrative - Enhanced Flux API Node", + "reference": "https://github.com/ShmuelRonen/flux_pro_integrative", + "files": [ + "https://github.com/ShmuelRonen/flux_pro_integrative" + ], + "install_type": "git-clone", + "description": "A completely rewritten and enhanced custom node for ComfyUI that integrates with Black Forest Labs FLUX API, providing seamless access to FLUX's image generation and finetuning capabilities with improved reliability and user experience." + }, { "author": "redhottensors", "title": "ComfyUI-Prediction", @@ -8025,7 +8337,7 @@ }, { "author": "al-swaiti", - "title": "GeminiOllama ComfyUI Extension", + "title": "ComfyUI-OllamaGemini", "reference": "https://github.com/al-swaiti/ComfyUI-OllamaGemini", "files": [ "https://github.com/al-swaiti/ComfyUI-OllamaGemini" @@ -8174,6 +8486,76 @@ "install_type": "git-clone", "description": "A ComfyUI custom node for MiniCPM vision-language models, enabling high-quality image captioning and analysis." }, + { + "author": "1038lab", + "title": "ComfyUI-FireRedTTS", + "reference": "https://github.com/1038lab/ComfyUI-FireRedTTS", + "files": [ + "https://github.com/1038lab/ComfyUI-FireRedTTS" + ], + "install_type": "git-clone", + "description": "A ComfyUI integration for FireRedTTS‑2, a real-time multi-speaker TTS system enabling high-quality, emotionally expressive dialogue and monologue synthesis. Leveraging a streaming architecture and context-aware prosody modeling, it supports natural speaker turns and stable long-form generation, ideal for interactive chat and podcast applications." + }, + { + "author": "1038lab", + "title": "ComfyUI-VoxCPMTTS", + "reference": "https://github.com/1038lab/ComfyUI-VoxCPMTTS", + "files": [ + "https://github.com/1038lab/ComfyUI-VoxCPMTTS" + ], + "install_type": "git-clone", + "description": "A clean, efficient ComfyUI custom node for VoxCPMTTS (Text-to-Speech) functionality. This implementation provides high-quality speech generation and voice cloning capabilities using the VoxCPM model." + }, + { + "author": "ailab", + "title": "ComfyUI-FlashVSR", + "reference": "https://github.com/1038lab/ComfyUI-FlashVSR", + "files": [ + "https://github.com/1038lab/ComfyUI-FlashVSR" + ], + "install_type": "git-clone", + "description": "Powerful ComfyUI custom node built on the FlashVSR model, facilitating real-time diffusion-based video super-resolution for streaming applications." + }, + { + "author": "1038lab", + "title": "ComfyUI-QwenVL", + "reference": "https://github.com/1038lab/ComfyUI-QwenVL", + "files": [ + "https://github.com/1038lab/ComfyUI-QwenVL" + ], + "install_type": "git-clone", + "description": "ComfyUI-QwenVL custom node: Integrates the Qwen-VL series, including Qwen2.5-VL and the latest Qwen3-VL, to enable advanced multimodal AI for text generation, image understanding, and video analysis." + }, + { + "author": "1038lab", + "title": "ComfyUI-NodeAlign", + "reference": "https://github.com/1038lab/ComfyUI-NodeAlign", + "files": [ + "https://github.com/1038lab/ComfyUI-NodeAlign" + ], + "install_type": "git-clone", + "description": "Lightweight alignment toolbar for ComfyUI graphs. Provides quick align, equal size, and distribution actions with optional keyboard shortcuts." + }, + { + "author": "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", @@ -8452,26 +8834,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": "TheBill2001", - "title": "Save Images with Captions", - "reference": "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption", - "files": [ - "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption" - ], - "install_type": "git-clone", - "description": "Provide two custom nodes to load and save images with captions as separate files." - }, { "author": "leoleelxh", "title": "ComfyUI-LLMs", @@ -8543,6 +8905,16 @@ "install_type": "git-clone", "description": "A ComfyUI extension that makes your node connections delightfully droopy. (Disclaimer: despite what it may look like, this extension will not make your monitor taste like spaghetti.)" }, + { + "author": "guill", + "title": "Stegaflow", + "reference": "https://github.com/guill/comfyui-stegaflow", + "files": [ + "https://github.com/guill/comfyui-stegaflow" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node pack for embedding workflow data in image pixels using steganography" + }, { "author": "cerspense", "title": "cspnodes", @@ -8690,6 +9062,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", @@ -9141,17 +9523,6 @@ "install_type": "git-clone", "description": "You can use memeplex and DALL-E thru ComfyUI. You need API keys." }, - { - "author": "impactframes", - "title": "IF_AI_tools", - "id": "impactframes-tools", - "reference": "https://github.com/if-ai/ComfyUI-IF_AI_tools", - "files": [ - "https://github.com/if-ai/ComfyUI-IF_AI_tools" - ], - "install_type": "git-clone", - "description": "Various AI tools to use in Comfy UI. Starting with VL and prompt making tools using Ollma as backend will evolve as I find time." - }, { "author": "impactframes", "title": "IF_AI_WishperSpeechNode", @@ -9239,7 +9610,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", @@ -9283,6 +9654,16 @@ "install_type": "git-clone", "description": "A ComfyUI custom node that automatically selects appropriate video resolution dimensions based on generation mode, aspect ratio, and quality settings. Designed to work seamlessly with video generation models and KJNodes image resize nodes." }, + { + "author": "impactframes", + "title": "ComfyUI HunyuanVideo-Foley", + "reference": "https://github.com/if-ai/ComfyUI_HunyuanVideoFoley", + "files": [ + "https://github.com/if-ai/ComfyUI_HunyuanVideoFoley" + ], + "install_type": "git-clone", + "description": "This is a ComfyUI custom node wrapper for the HunyuanVideo-Foley model, which generates realistic audio from video and text descriptions." + }, { "author": "impactframes", "title": "ComfyUI-yt_dl", @@ -9326,6 +9707,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", @@ -9380,17 +9771,6 @@ "install_type": "git-clone", "description": "Mask cutout based on Segment Anything." }, - { - "author": "Shadetail", - "title": "Eagleshadow Custom Nodes", - "id": "eagleshadow", - "reference": "https://github.com/Shadetail/ComfyUI_Eagleshadow", - "files": [ - "https://github.com/Shadetail/ComfyUI_Eagleshadow" - ], - "install_type": "git-clone", - "description": "Custom nodes for ComfyUI by Eagleshadow." - }, { "author": "Jannchie", "title": "ComfyUI-J", @@ -9480,7 +9860,7 @@ "https://github.com/zhangp365/ComfyUI-utils-nodes" ], "install_type": "git-clone", - "description": "Nodes:LoadImageWithSwitch, ImageBatchOneOrMore, ModifyTextGender, GenderControlOutput, ImageCompositeMaskedWithSwitch, ImageCompositeMaskedOneByOne, ColorCorrectOfUtils, SplitMask, MaskFastGrow, CheckpointLoaderSimpleWithSwitch, ImageResizeTo8x, MatchImageRatioToPreset, MaskFromFaceModel, MaskCoverFourCorners, DetectorForNSFW, DeepfaceAnalyzeFaceAttributes, VolcanoOutpainting, VolcanoImageEdit, etc." + "description": "Nodes:LoadImageWithSwitch, ImageBatchOneOrMore, GenderControlOutput, ImageCompositeMaskedWithSwitch, ImageCompositeMaskedOneByOne, ColorCorrectOfUtils, SplitMask, MaskFastGrow, CheckpointLoaderSimpleWithSwitch, ImageResizeTo8x, MatchImageRatioToPreset, MaskFromFaceModel, MaskCoverFourCorners, DetectorForNSFW, DeepfaceAnalyzeFaceAttributes, VolcanoOutpainting, VolcanoImageEdit, ReplicateRequstNode etc." }, { "author": "zhangp365", @@ -9677,26 +10057,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", @@ -10010,6 +10370,16 @@ "install_type": "git-clone", "description": "Custom Node for comfyUI for virtual lighting based on normal map.\nYou can use normal maps to add virtual lighting effects to your images." }, + { + "author": "TJ16th", + "title": "TJ_PolkaDot", + "reference": "https://github.com/TJ16th/ComfyUI-TJ-PolkaDot", + "files": [ + "https://github.com/TJ16th/ComfyUI-TJ-PolkaDot" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for creating polka dot collages" + }, { "author": "A4P7J1N7M05OT", "title": "ComfyUI-PixelOE-Wrapper", @@ -10022,13 +10392,13 @@ }, { "author": "A4P7J1N7M05OT", - "title": "ComfyUI-AutoColorGimp", - "reference": "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp", + "title": "ComfyUI-InlineVariableWildcards", + "reference": "https://github.com/A4P7J1N7M05OT/ComfyUI-InlineVariableWildcards", "files": [ - "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp" + "https://github.com/A4P7J1N7M05OT/ComfyUI-InlineVariableWildcards" ], "install_type": "git-clone", - "description": "Shamelessly copied the code to auto color correct the image like in gimp from this answer: [a/https://stackoverflow.com/a/56365560/4561887](https://stackoverflow.com/a/56365560/4561887)" + "description": "ComfyUI custom nodes for inline variable wildcards. (Description by CC)" }, { "author": "ronniebasak", @@ -10138,6 +10508,36 @@ "install_type": "git-clone", "description": "This is a ComfyUI plugin that integrated OpenCut into ComfyUI, originally developed by [a/OpenCut](https://github.com/OpenCut-app/OpenCut)" }, + { + "author": "jtydhr88", + "title": "ComfyUI-AudioMass", + "reference": "https://github.com/jtydhr88/ComfyUI-AudioMass", + "files": [ + "https://github.com/jtydhr88/ComfyUI-AudioMass" + ], + "install_type": "git-clone", + "description": "This is a ComfyUI plugin that provides a user interface of AudioMass, originally developed by [a/AudioMass](https://github.com/pkalogiros/audiomass)" + }, + { + "author": "jtydhr88", + "title": "ComfyUI-StableStudio", + "reference": "https://github.com/jtydhr88/ComfyUI-StableStudio", + "files": [ + "https://github.com/jtydhr88/ComfyUI-StableStudio" + ], + "install_type": "git-clone", + "description": "A practical plug‑in that adds a StableStudio style user interface to ComfyUI. This project aims to give you a clean, responsive UI for managing StableStudio features inside ComfyUI, without complicating your workflow. It focuses on reliability, speed, and a calm, uncluttered design that helps you work faster." + }, + { + "author": "jtydhr88", + "title": "ComfyUI-qwenmultiangle", + "reference": "https://github.com/jtydhr88/ComfyUI-qwenmultiangle", + "files": [ + "https://github.com/jtydhr88/ComfyUI-qwenmultiangle" + ], + "install_type": "git-clone", + "description": "A ComfyUI node for 3D camera angle control, outputs angle prompts for multi-angle image generation" + }, { "author": "SeaArtLab", "title": "ComfyUI-Long-CLIP", @@ -11201,6 +11601,96 @@ "install_type": "git-clone", "description": "StableAvatar: Infinite-Length Audio-Driven Avatar Video Generation,you can try it in ComfyUI" }, + { + "author": "smthemex", + "title": "ComfyUI_LucidFlux", + "reference": "https://github.com/smthemex/ComfyUI_LucidFlux", + "files": [ + "https://github.com/smthemex/ComfyUI_LucidFlux" + ], + "install_type": "git-clone", + "description": "ComfyUI_LucidFlux:Caption-Free Universal Image Restoration with a Large-Scale Diffusion Transformer,you can use it in ComfyUI" + }, + { + "author": "smthemex", + "title": "ComfyUI_OmniPart", + "reference": "https://github.com/smthemex/ComfyUI_OmniPart", + "files": [ + "https://github.com/smthemex/ComfyUI_OmniPart" + ], + "install_type": "git-clone", + "description": "OmniPart: Part-Aware 3D Generation with Semantic Decoupling and Structural Cohesion,this node ,you can use it in comfyUI" + }, + { + "author": "smthemex", + "title": "ComfyUI_FlashVSR", + "reference": "https://github.com/smthemex/ComfyUI_FlashVSR", + "files": [ + "https://github.com/smthemex/ComfyUI_FlashVSR" + ], + "install_type": "git-clone", + "description": "FlashVSR: Towards Real-Time Diffusion-Based Streaming Video Super-Resolution,this node ,you can use it in comfyUI" + }, + { + "author": "smthemex", + "title": "ComfyUI_ChronoEdit_SM", + "reference": "https://github.com/smthemex/ComfyUI_ChronoEdit_SM", + "files": [ + "https://github.com/smthemex/ComfyUI_ChronoEdit_SM" + ], + "install_type": "git-clone", + "description": "Towards Temporal Reasoning for Image Editing and World Simulation,you can use this node in comfyUI,and Vram >12G" + }, + { + "author": "smthemex", + "title": "ComfyUI_Step_Audio_EditX_SM", + "reference": "https://github.com/smthemex/ComfyUI_Step_Audio_EditX_SM", + "files": [ + "https://github.com/smthemex/ComfyUI_Step_Audio_EditX_SM" + ], + "install_type": "git-clone", + "description": "Step_Audio_EditX:the first open-source LLM-based audio model excelling at expressive and iterative audio editing—encompassing emotion, speaking style, and paralinguistics—alongside robust zero-shot text-to-speech (TTS) capabilities,try it in comfyUI" + }, + { + "author": "smthemex", + "title": "ComfyUI_DyPE", + "reference": "https://github.com/smthemex/ComfyUI_DyPE", + "files": [ + "https://github.com/smthemex/ComfyUI_DyPE" + ], + "install_type": "git-clone", + "description": "DyPE: Dynamic Position Extrapolation for Ultra High Resolution Diffusion ,you can use a wrapper node it in comfyUI" + }, + { + "author": "smthemex", + "title": "ComfyUI_GRAG_Image_Editing", + "reference": "https://github.com/smthemex/ComfyUI_GRAG_Image_Editing", + "files": [ + "https://github.com/smthemex/ComfyUI_GRAG_Image_Editing" + ], + "install_type": "git-clone", + "description": "GRAG-Image-Editing : Group-Relative Attention Guidance for Image Editing,you can try it in comfyUI" + }, + { + "author": "smthemex", + "title": "ComfyUI_UltraFlux", + "reference": "https://github.com/smthemex/ComfyUI_UltraFlux", + "files": [ + "https://github.com/smthemex/ComfyUI_UltraFlux" + ], + "install_type": "git-clone", + "description": "UltraFlux:Data-Model Co-Design for High-quality Native 4K Text-to-Image Generation across Diverse Aspect Ratios,try it in comfyUI" + }, + { + "author": "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", @@ -11274,7 +11764,7 @@ "https://github.com/pamparamm/sd-perturbed-attention" ], "install_type": "git-clone", - "description": "Perturbed-Attention Guidance, Smoothed Energy Guidance and Sliding Window Guidance for ComfyUI and SD Forge/reForge. (PAG)" + "description": "Perturbed-Attention Guidance (PAG), Smoothed Energy Guidance (SEG), Sliding Window Guidance (SWG), PLADIS, Normalized Attention Guidance (NAG), Token Perturbation Guidance (TPG) for ComfyUI and SD reForge." }, { "author": "pamparamm", @@ -11866,28 +12356,6 @@ "install_type": "git-clone", "description": "This is a collection of custom nodes that make ComfyUI slightly more convenient." }, - { - "author": "da2el-ai", - "title": "D2 Steps", - "id": "d2steps", - "reference": "https://github.com/da2el-ai/ComfyUI-d2-steps", - "files": [ - "https://github.com/da2el-ai/ComfyUI-d2-steps" - ], - "install_type": "git-clone", - "description": "A handy custom node for using Refiner (switching to a different checkpoint midway) When you specify the end of the base checkpoint, you can extract refiner_start which is end + 1. The output is fixed as an INT, so it can be passed to the handy custom node, Anything Everywhere? Since it only outputs a numerical value, it can also be used for other purposes." - }, - { - "author": "da2el-ai", - "title": "D2 Size Selector", - "id": "size-selector", - "reference": "https://github.com/da2el-ai/ComfyUI-d2-size-selector", - "files": [ - "https://github.com/da2el-ai/ComfyUI-d2-size-selector" - ], - "install_type": "git-clone", - "description": "This is a custom node that allows you to easily call up and set image size presets. Settings can be made by editing the included config.yaml. It is almost identical to Comfyroll Studio's CR AspectRatio. I created it because I wanted to easily edit the presets." - }, { "author": "da2el-ai", "title": "D2 Send Eagle", @@ -11899,16 +12367,6 @@ "install_type": "git-clone", "description": "Send images generated by ComfyUI to Eagle image management software" }, - { - "author": "da2el-ai", - "title": "D2 XYPlot Utils", - "reference": "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils", - "files": [ - "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils" - ], - "install_type": "git-clone", - "description": "Custom node for using Prompt S/R in XY Plot\nAlso includes nodes for listing generic parameters like seed and cfg\nEasy to manipulate as elements are separated by line breaks\nDesigned for use with the XY Plot custom node qq-nodes-comfyui, but may work with other custom nodes as well" - }, { "author": "da2el-ai", "title": "D2-PromptSelector-comfyUI", @@ -12065,6 +12523,26 @@ "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": "sugarkwork", + "title": "comfyui-auto-mosaic", + "reference": "https://github.com/sugarkwork/comfyui-auto-mosaic", + "files": [ + "https://github.com/sugarkwork/comfyui-auto-mosaic" + ], + "install_type": "git-clone", + "description": "Auto detect and process sensitive areas using YOLO with mosaic, blur, white out, and PSD export." + }, { "author": "alessandrozonta", "title": "ComfyUI-CenterNode", @@ -12526,6 +13004,57 @@ "install_type": "git-clone", "description": "This is a PuLID node that has been extended with new features." }, + { + "author": "GraftingRayman", + "title": "Unfied Vision Prompt Generator", + "reference": "https://github.com/GraftingRayman/Unified-Vision-Prompt-Generator", + "files": [ + "https://github.com/GraftingRayman/Unified-Vision-Prompt-Generator" + ], + "install_type": "git-clone", + "description": "A Qwen 2/2.5, Moondream and SmolVLM LLM caption/prompt genrator" + }, + { + "author": "GraftingRayman", + "title": "Border Distance Mapper", + "reference": "https://github.com/GraftingRayman/Border-Distance-Mapper", + "files": [ + "https://github.com/GraftingRayman/Border-Distance-Mapper" + ], + "install_type": "git-clone", + "description": "A Countries Border distance mapper" + }, + { + "author": "GraftingRayman", + "title": "ComfyUI Visual Dimension Selector", + "reference": "https://github.com/GraftingRayman/ComfyUI-Dimension-Selector", + "files": [ + "https://github.com/GraftingRayman/ComfyUI-Dimension-Selector" + ], + "install_type": "git-clone", + "description": "A visual ComfyUI latent canvas dimensions selector" + }, + { + "author": "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", @@ -13081,7 +13610,7 @@ "https://github.com/MariusKM/ComfyUI-BadmanNodes" ], "install_type": "git-clone", - "description": "Nodes:Badman_Blend, Badman_HexGenerator, Badman_String, Badman_Concat_String, Badman_Print, BadmanIO, BadmanIntUtil" + "description": "Utility nodes including ImageBlend, Math, Strings, Color tools, Wildcard Processor, Latent Noise Mask, and WAN Three Frame To Video for keyframe-based video generation" }, { "author": "TMElyralab", @@ -13156,7 +13685,17 @@ "https://github.com/vanche1212/ComfyUI-ZMG-Nodes" ], "install_type": "git-clone", - "description": "Nodes:ApiRequestNode, LoadVideoNode, JsonParserNode, OllamaRequestNode, OldPhotoColorizationNode." + "description": "Nodes:ApiRequestNode, LoadVideoNode, JsonParserNode, OllamaRequestNode, OldPhotoColorizationNode, waveform_2_audio, SaveImageUnifiedOutput, VideoHelperUnifiedOutput, ..." + }, + { + "author": "vanche1212", + "title": "ComfyUI InspireMusic Plugin", + "reference": "https://github.com/vanche1212/ComfyUI-InspireMusic", + "files": [ + "https://github.com/vanche1212/ComfyUI-InspireMusic" + ], + "install_type": "git-clone", + "description": "InspireMusic ComfyUI Plugin – ComfyUI Integration Plugin for AI Music Generation\nA ComfyUI node plugin based on Alibaba’s InspireMusic model, supporting text-to-music generation and music continuation features." }, { "author": "hben35096", @@ -13397,6 +13936,46 @@ "install_type": "git-clone", "description": "This custom node for ComfyUI integrates the Flux-Prompt-Enhance model, allowing you to enhance your prompts directly within your ComfyUI workflows." }, + { + "author": "marduk191", + "title": "comfyui_qwen_runninghub", + "reference": "https://github.com/marduk191/comfyui_qwen_runninghub", + "files": [ + "https://github.com/marduk191/comfyui_qwen_runninghub" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for integrating RunningHub's AI image and video generation services into workflows. (Description by CC)" + }, + { + "author": "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", @@ -13440,6 +14019,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", @@ -13529,17 +14118,6 @@ "install_type": "git-clone", "description": "A set of custom nodes that I've either written myself or adapted from other authors" }, - { - "author": "juehackr", - "title": "comfyui_fk_server", - "id": "fk-server", - "reference": "https://github.com/juehackr/comfyui_fk_server", - "files": [ - "https://github.com/juehackr/comfyui_fk_server" - ], - "install_type": "git-clone", - "description": "🤗🤗🤗Comfyui Universal Translation Plugin (no longer requires adding various nodes, directly add translation function on the existing nodes), allowing Comfyui to support Chinese input and automatic translation for any long text input box, while adding error translation function (calling Baidu Translate), achieving translation freedom!" - }, { "author": "G-370", "title": "ComfyUI-SD3-Powerlab", @@ -13831,6 +14409,26 @@ "install_type": "git-clone", "description": "ComfyUI implementation of [a/Aura-SR](https://github.com/fal-ai/aura-sr)" }, + { + "author": "GreenLandisaLie", + "title": "ComfyUI-BooruBrowser", + "reference": "https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser", + "files": [ + "https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser" + ], + "install_type": "git-clone", + "description": "Quickly search and get images from Gelbooru/Danbooru/E621 without leaving ComfyUI" + }, + { + "author": "GreenLandisaLie", + "title": "ComfyUI-RichText_BasicDynamicPrompts", + "reference": "https://github.com/GreenLandisaLie/ComfyUI-RichText_BasicDynamicPrompts", + "files": [ + "https://github.com/GreenLandisaLie/ComfyUI-RichText_BasicDynamicPrompts" + ], + "install_type": "git-clone", + "description": "Basic Dynamic Prompts functionality with a Rich Text texbox for coloring." + }, { "author": "licyk", "title": "ComfyUI-Restart-Sampler", @@ -13899,23 +14497,23 @@ "description": "This custom node for ComfyUI allows you to save images in multiple formats, including PNG, JPG, WebP, and ICO.\n[w/ComfyUI-Save-Multi-Format is renamed to SaveAs. Remove previous one and reinstall to this.]" }, { - "author": "MrSamSeen", + "author": "SamSeen", "title": "SideBySide_Stereoscope", "id": "comfyui_ssstereoscope_bysamseen", - "reference": "https://github.com/MrSamSeen/ComfyUI_SSStereoscope", + "reference": "https://github.com/SamSeenX/ComfyUI_SSStereoscope", "files": [ - "https://github.com/MrSamSeen/ComfyUI_SSStereoscope" + "https://github.com/SamSeenX/ComfyUI_SSStereoscope" ], "install_type": "git-clone", "description": "Create immersive 3D stereoscopic images and videos! Transform your ComfyUI generations into stunning side-by-side 3D visuals for videos and image sequences. Powered by Depth-Anything-V2, no external depth maps needed. Perfect for VR, 3D displays, and cross-eyed viewing - no special glasses required!" }, { - "author": "MrSamSeen", + "author": "SamSeen", "title": "ComfyUI_SSBeforeAfterNode", "id": "ComfyUI_SSBeforeAfterNode", - "reference": "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode", + "reference": "https://github.com/SamSeenX/ComfyUI_SSBeforeAfterNode", "files": [ - "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode" + "https://github.com/SamSeenX/ComfyUI_SSBeforeAfterNode" ], "install_type": "git-clone", "description": "Two powerful custom nodes for ComfyUI to create stunning before-and-after transition videos. These nodes are designed for visual comparisons, transformations, and creative effects, supporting both standard and depth map-based transitions." @@ -14032,6 +14630,36 @@ "install_type": "git-clone", "description": "A custom node for ComfyUI that provides advanced 2D relighting capabilities." }, + { + "author": "tritant", + "title": "ComfyUI_Custom_Switch", + "reference": "https://github.com/tritant/ComfyUI_Custom_Switch", + "files": [ + "https://github.com/tritant/ComfyUI_Custom_Switch" + ], + "install_type": "git-clone", + "description": "It allows you to control complex graphs by unbypass/unmute and bypass/mute entire groups of nodes, just by adding tags in the title of your nodes, no connection required." + }, + { + "author": "tritant", + "title": "SuperScaler", + "reference": "https://github.com/tritant/ComfyUI_SuperScaler", + "files": [ + "https://github.com/tritant/ComfyUI_SuperScaler" + ], + "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", @@ -14309,6 +14937,36 @@ "install_type": "git-clone", "description": "A ComfyUI node to implement Together AI API image generation" }, + { + "author": "APZmedia", + "title": "ComfyUI Color Profile Reader", + "reference": "https://github.com/APZmedia/ComfyUI-color-tools", + "files": [ + "https://github.com/APZmedia/ComfyUI-color-tools" + ], + "install_type": "git-clone", + "description": "A comprehensive collection of color manipulation and analysis nodes for ComfyUI" + }, + { + "author": "APZmedia", + "title": "NormalMapLightEstimator", + "reference": "https://github.com/APZmedia/Comfyui-LightDirection-estimation", + "files": [ + "https://github.com/APZmedia/Comfyui-LightDirection-estimation" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for estimating light direction and quality from normal maps using luma masking. The system analyzes surface normals to infer lighting information for downstream tasks like adaptive relighting, directional masking, or stylized effects." + }, + { + "author": "APZmedia", + "title": "ComfyUI DreamLight Node", + "reference": "https://github.com/APZmedia/ComfyUI-Dreamlight", + "files": [ + "https://github.com/APZmedia/ComfyUI-Dreamlight" + ], + "install_type": "git-clone", + "description": "Comfyui wrapper of Dreamlight by yongliu20" + }, { "author": "N3rd00d", "title": "ComfyUI-Paint3D-Nodes", @@ -14520,6 +15178,36 @@ "install_type": "git-clone", "description": "This custom node for ComfyUI provides watermark detection capabilities using a YOLO model trained by [a/fancyfeast](https://huggingface.co/fancyfeast), the creator of JoyCaption. The model is originally hosted at [a/Hugging Face Space](https://huggingface.co/spaces/fancyfeast/joycaption-watermark-detection)." }, + { + "author": "lrzjason", + "title": "Comfyui-QwenEditUtils", + "reference": "https://github.com/lrzjason/Comfyui-QwenEditUtils", + "files": [ + "https://github.com/lrzjason/Comfyui-QwenEditUtils" + ], + "install_type": "git-clone", + "description": "A collection of utility nodes for Qwen-based image editing in ComfyUI." + }, + { + "author": "lrzjason", + "title": "Comfyui-LoraUtils", + "reference": "https://github.com/lrzjason/Comfyui-LoraUtils", + "files": [ + "https://github.com/lrzjason/Comfyui-LoraUtils" + ], + "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", @@ -14678,6 +15366,16 @@ "install_type": "git-clone", "description": "Nodes for using models from online providers. Flux, Auraflow, SoteDiffusion, etc." }, + { + "author": "BetaDoggo", + "title": "comfyui-rtx-simple", + "reference": "https://github.com/BetaDoggo/comfyui-rtx-simple", + "files": [ + "https://github.com/BetaDoggo/comfyui-rtx-simple" + ], + "install_type": "git-clone", + "description": "Intended to be used with SwarmUI-rtx-upscale; provides RTX support with simplified enum handling." + }, { "author": "WX-NPS1598", "title": "Auto Crop By NPS", @@ -14754,16 +15452,6 @@ "install_type": "git-clone", "description": "Nodes:RandomPrompt, RandomPromptMixed, ImageScaleTo, EmptyLatentImageScaleBy, LoraLoaderExtended, Save Image w/Metadata, CheckpointLoaderSimpleExtended" }, - { - "author": "EnragedAntelope", - "title": "ComfyUI-Doubutsu-Describer", - "reference": "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer", - "files": [ - "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer" - ], - "install_type": "git-clone", - "description": "This custom node for ComfyUI allows you to use the Doubutsu small VLM model to describe images. Credit and further information on Doubutsu: [a/https://huggingface.co/qresearch/doubutsu-2b-pt-756](https://huggingface.co/qresearch/doubutsu-2b-pt-756)" - }, { "author": "EnragedAntelope", "title": "ComfyUI-ConstrainResolution", @@ -14906,6 +15594,16 @@ "install_type": "git-clone", "description": "This repository adds ComfyUI custom nodes that wrap the Ovis-U1 multimodal model, exposing three primary workflows inside the ComfyUI editor." }, + { + "author": "neverbiasu", + "title": "ComfyUI-ModelScope", + "reference": "https://github.com/neverbiasu/ComfyUI-ModelScope", + "files": [ + "https://github.com/neverbiasu/ComfyUI-ModelScope" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node package for ModelScope API integration, providing seamless access to ModelScope's powerful AI models including Large Language Models (LLM), Vision-Language Models (VLM), and Image Generation capabilities." + }, { "author": "var1ableX", "title": "ComfyUI_Accessories", @@ -14941,6 +15639,7 @@ { "author": "Makki_Shizu", "title": "ComfyUI-Qwen2_5-VL", + "id": "Qwen2_5-VL", "reference": "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL", "files": [ "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL" @@ -14948,6 +15647,27 @@ "install_type": "git-clone", "description": "Qwen2.5-VL in ComfyUI" }, + { + "author": "Makki_Shizu", + "title": "ComfyUI-MakkiTools", + "id": "MakkiTools", + "reference": "https://github.com/MakkiShizu/ComfyUI-MakkiTools", + "files": [ + "https://github.com/MakkiShizu/ComfyUI-MakkiTools" + ], + "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", @@ -15567,6 +16287,16 @@ "install_type": "git-clone", "description": "ComfyUI nodes to use [a/QwQ-32B](https://huggingface.co/Qwen/QwQ-32B)" }, + { + "author": "leeguandong", + "title": "ComfyUI_Qwen3Omni", + "reference": "https://github.com/leeguandong/ComfyUI_Qwen3Omni", + "files": [ + "https://github.com/leeguandong/ComfyUI_Qwen3Omni" + ], + "install_type": "git-clone", + "description": "The ComfyUI version of [a/Qwen3-Omini](https://github.com/QwenLM/Qwen3-Omni)" + }, { "author": "lenskikh", "title": "Propmt Worker", @@ -15590,14 +16320,13 @@ }, { "author": "IuvenisSapiens", - "title": "ComfyUI_MiniCPM-V-4", - "id": "ComfyUI_MiniCPM-V-4", - "reference": "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4", + "title": "ComfyUI_MiniCPM-V-4_5", + "reference": "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5", "files": [ - "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4" + "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5" ], "install_type": "git-clone", - "description": "This is an implementation of [MiniCPM-V-4](https://github.com/OpenBMB/MiniCPM-V) by [ComfyUI](https://github.com/comfyanonymous/ComfyUI), including support for text-based queries, video queries, single-image queries, and multi-image queries to generate captions or responses." + "description": "This is an implementation of [MiniCPM-V-4_5](https://github.com/OpenBMB/MiniCPM-V) by [ComfyUI](https://github.com/comfyanonymous/ComfyUI), including support for text-based queries, video queries, single-image queries, and multi-image queries to generate captions or responses." }, { "author": "IuvenisSapiens", @@ -15612,14 +16341,13 @@ }, { "author": "IuvenisSapiens", - "title": "ComfyUI_Qwen2-VL-Instruct", - "id": "ComfyUI_Qwen2_5-VL-Instruct", - "reference": "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct", + "title": "Comfyui_Qwen3-VL-Instruct", + "reference": "https://github.com/IuvenisSapiens/ComfyUI_Qwen3-VL-Instruct", "files": [ - "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct" + "https://github.com/IuvenisSapiens/ComfyUI_Qwen3-VL-Instruct" ], "install_type": "git-clone", - "description": "This is an implementation of [a/Qwen2.5-VL-Instruct](https://github.com/QwenLM/Qwen2.5-VL) by [a/ComfyUI](https://github.com/comfyanonymous/ComfyUI), which includes, but is not limited to, support for text-based queries, video queries, single-image queries, and multi-image queries to generate captions or responses." + "description": "This is an implementation of [Qwen3-VL-Instruct](https://github.com/QwenLM/Qwen3-VL) by [ComfyUI](https://github.com/comfyanonymous/ComfyUI), which includes, but is not limited to, support for text-based queries, video queries, single-image queries, and multi-image queries to generate captions or responses." }, { "author": "mltask", @@ -15823,12 +16551,34 @@ "title": "ComfyUI-Animation_Nodes_and_Workflows", "id": "ComfyUI-Animation_Nodes_and_Workflows", "reference": "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows", + "reference2": "https://github.com/Isi-dev/ComfyUI_Animation_Nodes_and_Workflows", "files": [ "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows" ], "install_type": "git-clone", "description": "These are nodes and workflows that can facilitate the creation of animations and video compilations." }, + { + "author": "Isi-dev", + "title": "ComfyUI-Img2DrawingAssistants", + "id": "Img2DrawingAssistants", + "reference": "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants", + "files": [ + "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants" + ], + "install_type": "git-clone", + "description": "These are ComfyUI nodes to assist in converting an image to sketches or lineArts." + }, + { + "author": "Isi-dev", + "title": "ComfyUI_DeleteModelPassthrough", + "reference": "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough", + "files": [ + "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough" + ], + "install_type": "git-clone", + "description": "This custom node provides a memory management utility for ComfyUI.\nIt allows you to delete a specific model (checkpoint, etc.) completely from VRAM and system RAM after use, while passing through any other input type unchanged (IMAGE, LATENT, CLIP, STRING, INT, CONDITIONING, VAE, etc.).\nThis is especially useful for low VRAM & low RAM environments, helping to reduce out-of-memory (OOM) errors in long workflows." + }, { "author": "XLabs-AI", "title": "x-flux-comfyui", @@ -16022,6 +16772,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", @@ -16158,6 +16918,16 @@ "install_type": "git-clone", "description": "Implementation of paint-by-example on ComfyUI" }, + { + "author": "phyblas", + "title": "nsfw-shorier_comfyui", + "reference": "https://github.com/phyblas/nsfw-shorier_comfyui", + "files": [ + "https://github.com/phyblas/nsfw-shorier_comfyui" + ], + "install_type": "git-clone", + "description": "Performs various processing on images containing NSFW content within ComfyUI. The model used for detecting NSFW content can be selected." + }, { "author": "aidenli", "title": "ComfyUI_NYJY", @@ -16250,6 +17020,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", @@ -16372,6 +17152,16 @@ "install_type": "git-clone", "description": "General audio nodes. Mix, Bass/Treble, Concatenate, Pitch, Add/remove silence, Speed" }, + { + "author": "niknah", + "title": "Presentation ComfyUI", + "reference": "https://github.com/niknah/presentation-ComfyUI", + "files": [ + "https://github.com/niknah/presentation-ComfyUI" + ], + "install_type": "git-clone", + "description": "Turn ComfyUI workflow to a website UI" + }, { "author": "daryltucker", "title": "ComfyUI-LoadFiles", @@ -16434,6 +17224,26 @@ "install_type": "git-clone", "description": "pass up to 8 images and visually place, rotate and scale them to build the perfect composition. group move and group rescale. remember their position and scaling value across generations to easy swap images. use the buffer zone to to park an asset you don't want to use or easily reach transformations controls" }, + { + "author": "erosDiffusion", + "title": "ComfyUI-ZImageDit", + "reference": "https://github.com/erosDiffusion/ComfyUI-ZImageDit", + "files": [ + "https://github.com/erosDiffusion/ComfyUI-ZImageDit" + ], + "install_type": "git-clone", + "description": "Unofficial diffusers integration of the official SDNQ pipeline to run in ComfyUI. (Description by CC)" + }, + { + "author": "erosDiffusion", + "title": "ComfyUI-EulerDiscreteScheduler", + "reference": "https://github.com/erosDiffusion/ComfyUI-EulerDiscreteScheduler", + "files": [ + "https://github.com/erosDiffusion/ComfyUI-EulerDiscreteScheduler" + ], + "install_type": "git-clone", + "description": "Noise Free images with Euler Discrete Scheduler in ComfyUI with Z-Image or other models" + }, { "author": "Steudio", "title": "ComfyUI Steudio", @@ -16523,7 +17333,7 @@ "title": "ComfyUI_mittimiDaisyChainText", "reference": "https://github.com/mittimi/ComfyUI_mittimiDaisyChainText", "files": [ - "https://github.com/mittimi/ComfyUI_mittimiWidthHeight" + "https://github.com/mittimi/ComfyUI_mittimiDaisyChainText" ], "install_type": "git-clone", "description": "It has the ability to concatenate text." @@ -16640,17 +17450,6 @@ "install_type": "git-clone", "description": "StyledCLIPTextEncode is a node that enables you to build your prompts(both postive and negative) based on the selected style. It provides up-to 77 styles currently and has been tested on SDXL and SD1.5 checkpoints. It's ported from project [a/Style Selector for SDXL 1.0](https://github.com/ahgsql/StyleSelectorXL), which is only availabe on WebUI." }, - { - "author": "Isi-dev", - "title": "ComfyUI-Img2DrawingAssistants", - "id": "Img2DrawingAssistants", - "reference": "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants", - "files": [ - "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants" - ], - "install_type": "git-clone", - "description": "These are ComfyUI nodes to assist in converting an image to sketches or lineArts." - }, { "author": "tianguangliu", "title": "comfyui-utools", @@ -16776,6 +17575,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", @@ -16808,6 +17617,28 @@ "install_type": "git-clone", "description": "An awesome light image processing tool nodes for ComfyUI." }, + { + "author": "Hmily", + "title": "comfy-deploy", + "id": "comfy-deploy", + "reference": "https://github.com/ihmily/comfy-deploy", + "files": [ + "https://github.com/ihmily/comfy-deploy" + ], + "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", @@ -16958,9 +17789,9 @@ "author": "GrenKain", "title": "PixelArt Processing Nodes", "id": "gk_pixelart", - "reference": "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI", + "reference": "https://github.com/GENKAIx/PixelArt-Processing-Nodes-for-ComfyUI", "files": [ - "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI" + "https://github.com/GENKAIx/PixelArt-Processing-Nodes-for-ComfyUI" ], "install_type": "git-clone", "description": "This repository provides custom nodes for ComfyUI that enable pixel art style image processing, including downscaling, upscaling, color quantization, and resolution adjustments." @@ -17068,6 +17899,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", @@ -17332,6 +18173,16 @@ "install_type": "git-clone", "description": "Using IPAdapter for style consistency, the node accepts a story structured as text {prompt} text {prompt} etc. and generates a comic, saving it to /output. It also adds LLM API Request node, providing an openai compatible LLM API for generating the stories." }, + { + "author": "blob8", + "title": "ComfyUI_video-image-motion-transfer", + "reference": "https://github.com/blob8/ComfyUI_video-image-motion-transfer", + "files": [ + "https://github.com/blob8/ComfyUI_video-image-motion-transfer" + ], + "install_type": "git-clone", + "description": "Introduces a node that tries to approximate the entire video using it's first frame (that we stylize) by warping it using optical flow extracted from the video. First we do image-to-image using the reference video's first frame and a depth controlnet. The generated object doesn't have to closely resemble the reference like on the demo. Then the generated image and the video frames are fed into the node and it returns a warped video. No ai models are used by the node. The example workflow uses SDXL but you can get it to work with any arch if you manage i2i." + }, { "author": "banqingyuan", "title": "ComfyUI-text-replace", @@ -17443,6 +18294,46 @@ "install_type": "git-clone", "description": "An implementation of Frequency-Decoupled Guidance (FDG) in pure Pytorch." }, + { + "author": "silveroxides", + "title": "ComfyUI Power Shift Scheduler", + "reference": "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler", + "files": [ + "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler" + ], + "install_type": "git-clone", + "description": "Highly customizable Scheduler for ComfyUI." + }, + { + "author": "silveroxides", + "title": "ComfyUI Gemini Expanded API", + "reference": "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API", + "files": [ + "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API" + ], + "install_type": "git-clone", + "description": "Node for usage of Gemini API" + }, + { + "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", @@ -17515,6 +18406,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", @@ -17690,6 +18601,16 @@ "install_type": "git-clone", "description": "You can use this node to get information about lora. For example trigger words, description and example images." }, + { + "author": "ycyy", + "title": "ComfyUI-YCYY-API", + "reference": "https://github.com/ycyy/ComfyUI-YCYY-API", + "files": [ + "https://github.com/ycyy/ComfyUI-YCYY-API" + ], + "install_type": "git-clone", + "description": "Freely call APIs in ComfyUI" + }, { "author": "Darth-Veitcher", "title": "Comfy DV", @@ -17701,6 +18622,17 @@ "install_type": "git-clone", "description": "Nodes: String Formatting (f-string and jinja2), Random Choice, Model Memory management, and other quality of life improvements." }, + { + "author": "Darth-Veitcher", + "title": "ComfyUI Ollama Model Manager", + "id": "comfyui-ollama-model-manager", + "reference": "https://github.com/darth-veitcher/comfyui-ollama-model-manager", + "files": [ + "https://github.com/darth-veitcher/comfyui-ollama-model-manager" + ], + "install_type": "git-clone", + "description": "Custom nodes for managing [a/Ollama](https://ollama.com/) models in ComfyUI workflows. Load and unload models on-demand to optimize memory usage in constrained environments." + }, { "author": "ez-af", "title": "ComfyUI-EZ-AF-Nodes", @@ -17762,16 +18694,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", @@ -18100,6 +19022,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", @@ -18309,13 +19241,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", @@ -18422,6 +19354,16 @@ "install_type": "git-clone", "description": "API call node for Third-party platforms both official and local. Support VLMs LLMs Dalle3 Flux-Pro SD3 etc. And some little tools: img to b64 url, b64 url to img, b64 url to b64 data, reg text to word and ',' only, etc." }, + { + "author": "AhBumm", + "title": "ComfyUI_UnfakePy_Warpper", + "reference": "https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper", + "files": [ + "https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper" + ], + "install_type": "git-clone", + "description": "Warp Unfake.py for ComfyUI" + }, { "author": "Scepter", "title": "ComfyUI-Scepter", @@ -18638,7 +19580,7 @@ "https://github.com/sneccc/comfyui-snek-nodes" ], "install_type": "git-clone", - "description": "NODES:Aesthetics, Aesthetics V2, Load AI Toolkit Latent Flux, Send_to_Eagle" + "description": "NODES:Aesthetics, Aesthetics V2, Load AI Toolkit Latent Flux, Send_to_Eagle, Snek SQLite Prompt Logger" }, { "author": "theshubzworld", @@ -18671,16 +19613,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", @@ -18691,6 +19623,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", @@ -18927,17 +19889,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", @@ -19282,6 +20233,7 @@ "title": "ComfyUI_DeployCash", "id": "ComfyUI_DeployCash", "reference": "https://github.com/jacklukai/ComfyUI_DeployCash", + "reference2": "https://github.com/DeployAI365/ComfyUI_DeployCash", "files": [ "https://github.com/jacklukai/ComfyUI_DeployCash" ], @@ -19539,6 +20491,46 @@ "install_type": "git-clone", "description": "This is a custom node designed for ComfyUI to create transition effects between two images and generate a sequence of video frames." }, + { + "author": "yichengup", + "title": "ComfyUI_SwiftCut", + "reference": "https://github.com/yichengup/ComfyUI_SwiftCut", + "files": [ + "https://github.com/yichengup/ComfyUI_SwiftCut" + ], + "install_type": "git-clone", + "description": "A simple ComfyUI plugin that Its purpose and function is to replicate some of the editing effects of capcut,jianying and pr." + }, + { + "author": "yichengup", + "title": "ComfyUI-VideoTransition", + "reference": "https://github.com/yichengup/ComfyUI-VideoTransition", + "files": [ + "https://github.com/yichengup/ComfyUI-VideoTransition" + ], + "install_type": "git-clone", + "description": "A video transition effects plugin implemented using a Chromium headless browser and Python." + }, + { + "author": "yichengup", + "title": "ComfyUI-YCNodes_Toolkit", + "reference": "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit", + "files": [ + "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit" + ], + "install_type": "git-clone", + "description": "ComfyUI toolkit with custom nodes for BBox canvas visualization, image brush mask drawing, and coordinate annotation for debugging and external data bridging. (Description by CC)" + }, + { + "author": "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", @@ -19658,10 +20650,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." @@ -19736,6 +20727,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", @@ -20212,6 +21253,16 @@ "install_type": "git-clone", "description": "Welcome to Star Beta Nodes - a collection of experimental custom nodes for ComfyUI designed for beta testing and feedback. These nodes provide enhanced functionality for image processing, video handling, and workflow automation." }, + { + "author": "Starnodes2024", + "title": "ComfyUI Star DyPE", + "reference": "https://github.com/Starnodes2024/comfyui_Starnodes_DyPE", + "files": [ + "https://github.com/Starnodes2024/comfyui_Starnodes_DyPE" + ], + "install_type": "git-clone", + "description": "Dynamic Position Extrapolation for Ultra High Resolution FLUX Image Generation\nThis custom node enables FLUX models in ComfyUI to generate ultra-high resolution images (4K and beyond) using DyPE (Dynamic Position Extrapolation) technology." + }, { "author": "motivated3", "title": "ComfyUI MiaoShua Creator", @@ -20254,7 +21305,7 @@ "description": "NODES:AIRedoon Image Caption.\nAnalyze image tagger" }, { - "author": "itsjustregi", + "author": "Regi E", "title": "ComfyUI-EasyPony", "reference": "https://github.com/regiellis/ComfyUI-EasyPony", "files": [ @@ -20264,7 +21315,7 @@ "description": "Easy Pony is a helper node that simplifies the process of adding scoring and other attributes to prompts when using Pony models." }, { - "author": "itsjustregi", + "author": "Regi E", "title": "ComfyUI-EasyNoobai", "reference": "https://github.com/regiellis/ComfyUI-EasyNoobai", "files": [ @@ -20274,7 +21325,7 @@ "description": "Simple set of nodes to assist with prompt generation for NOOBAI XL / Illustrious models" }, { - "author": "itsjustregi", + "author": "Regi E", "title": "Easy Color Correction", "reference": "https://github.com/regiellis/ComfyUI-EasyColorCorrector", "files": [ @@ -20283,6 +21334,26 @@ "install_type": "git-clone", "description": "ComfyUI custom node for flexible and efficient image color correction and post-processing." }, + { + "author": "Regi E", + "title": "SDXL Adherence", + "reference": "https://github.com/regiellis/ComfyUI-SDXL-Adherence", + "files": [ + "https://github.com/regiellis/ComfyUI-SDXL-Adherence" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes that improve SDXL prompt adherence and any-size/tiled VAE workflows." + }, + { + "author": "Regi E", + "title": "Comfyui-EasyIllustrious", + "reference": "https://github.com/regiellis/ComfyUI-EasyIllustrious", + "files": [ + "https://github.com/regiellis/ComfyUI-EasyIllustrious" + ], + "install_type": "git-clone", + "description": "ComfyUI-EasyIllustrious is a custom node suite to make working with Illustrious models easier and more intuitive" + }, { "author": "mrhan1993", "title": "ComfyUI-Fooocus", @@ -20387,6 +21458,16 @@ "install_type": "git-clone", "description": "Node that generates prompts using Anthropic Claude API." }, + { + "author": "PauldeLavallaz", + "title": "ComfyUI-CartesiaTTS", + "reference": "https://github.com/PauldeLavallaz/ComfyUI-CartesiaTTS", + "files": [ + "https://github.com/PauldeLavallaz/ComfyUI-CartesiaTTS" + ], + "install_type": "git-clone", + "description": "Node for Cartesia Sonic-3 that calls the `/tts/bytes` endpoint and returns: file_path, bytes, url" + }, { "author": "huanngzh", "title": "ComfyUI-MVAdapter", @@ -20519,6 +21600,16 @@ "install_type": "git-clone", "description": "DeepExtract is a powerful and efficient tool designed to separate vocals and sounds from audio files, providing an enhanced experience for musicians, producers, and audio engineers. With DeepExtract, you can quickly and effectively isolate vocals or instruments from mixed audio tracks, facilitating tasks like remixing, karaoke preparation, or audio analysis." }, + { + "author": "abdozmantar", + "title": "DeepExtract2", + "reference": "https://github.com/abdozmantar/ComfyUI-DeepExtractV2", + "files": [ + "https://github.com/abdozmantar/ComfyUI-DeepExtractV2" + ], + "install_type": "git-clone", + "description": "DeepExtractV2 – lightning-fast, high-quality audio separator. Instantly isolate vocals, drums, bass, and more from any track. Ideal for creators, DJs, and audio pros." + }, { "author": "ctefer", "title": "CFE_comfyui", @@ -20529,16 +21620,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", @@ -20620,16 +21701,6 @@ "install_type": "git-clone", "description": "A ComfyUI custom node for integrating with Midjourney API." }, - { - "author": "SlackinJack", - "title": "distrifuser_comfyui", - "reference": "https://github.com/SlackinJack/distrifuser_comfyui", - "files": [ - "https://github.com/SlackinJack/distrifuser_comfyui" - ], - "install_type": "git-clone", - "description": "[a/Distrifuser](https://github.com/mit-han-lab/distrifuser) sampler node for ComfyUI\n" - }, { "author": "Runware Inc.", "title": "Runware.ai ComfyUI Inference API Integration", @@ -20692,16 +21763,6 @@ "install_type": "git-clone", "description": "This is a ComfyUI custom node implementation for image editing using the Step-1 model architecture, specifically adapted for reference-based image editing guided by text prompts." }, - { - "author": "HM-RunningHub", - "title": "ComfyUI Qwen-Image Node", - "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image", - "files": [ - "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image" - ], - "install_type": "git-clone", - "description": "A custom node for ComfyUI that integrates Alibaba's Qwen-Image model for high-quality image generation with exceptional text rendering capabilities." - }, { "author": "sebord", "title": "ComfyUI-LMCQ", @@ -20802,6 +21863,16 @@ "install_type": "git-clone", "description": "ComfyUI wrapper nodes for Ruyi, an image-to-video model by CreateAI." }, + { + "author": "IamCreateAI", + "title": "ComfyUI-Animon", + "reference": "https://github.com/IamCreateAI/ComfyUI-Animon", + "files": [ + "https://github.com/IamCreateAI/ComfyUI-Animon" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for [Animon Platform](https://platform.animon.ai/), a comprehensive API service offering a variety of image and video generation models." + }, { "author": "pollockjj", "title": "ComfyUI-MultiGPU", @@ -20865,14 +21936,14 @@ }, { "author": "Light-x02", - "title": "Image Metadata Nodes", - "id": "image_metadata_nodes", - "reference": "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes", + "title": "Light-x02 Nodes", + "id": "Light-x02_Nodes", + "reference": "https://github.com/Light-x02/ComfyUI-Lightx02-Nodes", "files": [ - "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes" + "https://github.com/Light-x02/ComfyUI-Lightx02-Nodes" ], "install_type": "git-clone", - "description": "Nodes for loading and saving images with metadata in ComfyUI." + "description": "Custom nodes for ComfyUI by Light-x02. Optimize and simplify workflows, adding utilities, samplers, schedulers and various tools (Flux, images, etc.) to enrich and extend ComfyUI’s capabilities." }, { "author": "Light-x02", @@ -20887,13 +21958,23 @@ }, { "author": "Light-x02", - "title": "Crop Image by Lightx02", - "reference": "https://github.com/Light-x02/ComfyUI_Crop_Image_By_Lightx02", + "title": "ComfyUI-Civitai-Discovery-Hub", + "reference": "https://github.com/Light-x02/ComfyUI-Civitai-Discovery-Hub", "files": [ - "https://github.com/Light-x02/ComfyUI_Crop_Image_By_Lightx02" + "https://github.com/Light-x02/ComfyUI-Civitai-Discovery-Hub" ], "install_type": "git-clone", - "description": "CropImageByLightx02 is a ComfyUI node that allows cropping an image (and optionally its mask) using pixel values." + "description": "This ComfyUI node lets you browse the Civitai gallery directly within the interface, featuring infinite scroll, advanced filters (including NSFW), and favorites management. It also allows you to retrieve prompts, metadata, and images/videos to seamlessly reuse them in your workflows." + }, + { + "author": "Light-x02", + "title": "ComfyUI-checkpoint-Discovery-Hub", + "reference": "https://github.com/Light-x02/ComfyUI-checkpoint-Discovery-Hub", + "files": [ + "https://github.com/Light-x02/ComfyUI-checkpoint-Discovery-Hub" + ], + "install_type": "git-clone", + "description": "Checkpoint Discovery Hub — An advanced browser for your ComfyUI models. Easily explore, filter, and load your checkpoints, manage presets, favorites, and Civitai metadata — all from a sleek and intuitive interface." }, { "author": "marcoc2", @@ -21047,16 +22128,6 @@ "install_type": "git-clone", "description": "Seamless Clone for ComfyUI" }, - { - "author": "SlackinJack", - "title": "asyncdiff_comfyui", - "reference": "https://github.com/SlackinJack/asyncdiff_comfyui", - "files": [ - "https://github.com/SlackinJack/asyncdiff_comfyui" - ], - "install_type": "git-clone", - "description": "AsyncDiff node for ComfyUI" - }, { "author": "pharmapsychotic", "title": "comfy-cliption", @@ -21099,16 +22170,6 @@ "install_type": "git-clone", "description": "A powerful ComfyUI node for rendering text with advanced styling options, including full support for Persian/Farsi and Arabic scripts." }, - { - "author": "andygill", - "title": "comfyui-sunflower-nodes", - "reference": "https://github.com/andygill/comfyui-sunflower-nodes", - "files": [ - "https://github.com/andygill/comfyui-sunflower-nodes" - ], - "install_type": "git-clone", - "description": "ComfyUI nodes for 3D visualization." - }, { "author": "HM-RunningHub", "title": "ComfyUI_RH_APICall", @@ -21139,6 +22200,96 @@ "install_type": "git-clone", "description": "This is a Seed-X-PPO-7B ComfyUI plugin. Easy to use" }, + { + "author": "HM-RunningHub", + "title": "ComfyUI USO Node", + "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_USO", + "files": [ + "https://github.com/HM-RunningHub/ComfyUI_RH_USO" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that integrates USO (Unified Style and Subject-Driven Generation) for high-quality image generation with style and subject control." + }, + { + "author": "HM-RunningHub", + "title": "ComfyUI IC-Custom Node", + "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom", + "files": [ + "https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that integrates IC-Custom model for high-quality image customization and generation." + }, + { + "author": "HM-RunningHub", + "title": "ComfyUI OneReward Node", + "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_OneReward", + "files": [ + "https://github.com/HM-RunningHub/ComfyUI_RH_OneReward" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that integrates OneReward model for high-quality image inpainting, outpainting, and object removal." + }, + { + "author": "HM-RunningHub", + "title": "ComfyUI Ovi Node", + "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_Ovi", + "files": [ + "https://github.com/HM-RunningHub/ComfyUI_RH_Ovi" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that integrates Ovi for synchronized video+audio generation from text or image inputs." + }, + { + "author": "HM-RunningHub", + "title": "ComfyUI DreamOmni2 Node", + "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_DreamOmni2", + "files": [ + "https://github.com/HM-RunningHub/ComfyUI_RH_DreamOmni2" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that integrates DreamOmni2 for image generation and editing with multi-modal understanding." + }, + { + "author": "HM-RunningHub", + "title": "ComfyUI_RH_mammothmoda", + "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_mammothmoda", + "files": [ + "https://github.com/HM-RunningHub/ComfyUI_RH_mammothmoda" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for MammothModa2 text-to-image generation." + }, + { + "author": "HM-RunningHub", + "title": "ComfyUI_RH_VideoAsPrompt", + "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_VideoAsPrompt", + "files": [ + "https://github.com/HM-RunningHub/ComfyUI_RH_VideoAsPrompt" + ], + "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", @@ -21297,6 +22448,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", @@ -21728,6 +22909,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", @@ -21811,16 +23002,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", @@ -21901,6 +23082,26 @@ "install_type": "git-clone", "description": "A simple mosaic blur node for ComfyUI that uses CV2 or Pillow" }, + { + "author": "fuselayer", + "title": "comfyui-minimal-workflow-image", + "reference": "https://github.com/fuselayer/comfyui-minimal-workflow-image", + "files": [ + "https://github.com/fuselayer/comfyui-minimal-workflow-image" + ], + "install_type": "git-clone", + "description": "Fixed implementation of the export workflow image utility from [a/pythongosssss/ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts). All nodes should display and all node links should be visible and render 1:1 to their actual states in ComfyUI." + }, + { + "author": "fuselayer", + "title": "comfyui-lite-tracker", + "reference": "https://github.com/fuselayer/comfyui-lite-tracker", + "files": [ + "https://github.com/fuselayer/comfyui-lite-tracker" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for LiteTracker, a fast and efficient point tracking model for videos with load model, track, and grid editor nodes." + }, { "author": "jerrylongyan", "title": "ComfyUI-My-Mask", @@ -22063,14 +23264,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", @@ -22155,6 +23356,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", @@ -22328,6 +23539,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", @@ -22409,6 +23630,26 @@ "install_type": "git-clone", "description": "Provides tools for applying and removing fisheye lens effects from images." }, + { + "author": "Kidev", + "title": "ComfyUI-FaceFilter", + "reference": "https://github.com/Kidev/ComfyUI-FaceFilter", + "files": [ + "https://github.com/Kidev/ComfyUI-FaceFilter" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for face based filtering plus image batch merging." + }, + { + "author": "Dehypnotic", + "title": "Dehypnotic Save nodes", + "reference": "https://github.com/Dehypnotic/comfyui-dehypnotic-save-nodes", + "files": [ + "https://github.com/Dehypnotic/comfyui-dehypnotic-save-nodes" + ], + "install_type": "git-clone", + "description": "Save toolkit for audio, image, and video: MP3 audio export with VBR/CBR options, multi-format image saving with workflow/thumbnail metadata, and video + frame encoding (MP4/MKV/WEBM/MOV) — all sharing whitelist-safe paths and rich placeholder templating." + }, { "author": "feixuetuba", "title": "Spleeter", @@ -22456,6 +23697,7 @@ "author": "duchamps0305", "title": "comfyui-white-extractor", "reference": "https://github.com/duchamps0305/comfyui-white-extractor", + "reference2": "https://github.com/alexpuliatti/comfyui-white-extractor", "files": [ "https://github.com/duchamps0305/comfyui-white-extractor" ], @@ -22492,6 +23734,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", @@ -22583,17 +23835,6 @@ "install_type": "git-clone", "description": "Implementation of architectural related graph algorithm in ComfyUI." }, - - { - "author": "ziwang-com", - "title": "comfyui-deepseek-r1", - "reference": "https://github.com/ziwang-com/comfyui-deepseek-r1", - "files": [ - "https://github.com/ziwang-com/comfyui-deepseek-r1" - ], - "install_type": "git-clone", - "description": "Comfyui-deepseek-r1 Node Plugin" - }, { "author": "davidgressett", "title": "CartesianCSVNode for ComfyUI", @@ -22664,16 +23905,6 @@ "install_type": "git-clone", "description": "A ComfyUI plugin library based on [a/https://github.com/stavsap/comfyui-ollama](https://github.com/stavsap/comfyui-ollama), with the Ollama cluster provided by Huixingyun." }, - { - "author": "huixingyun", - "title": "ComfyUI-HX-Pimg", - "reference": "https://github.com/huixingyun/ComfyUI-HX-Pimg", - "files": [ - "https://github.com/huixingyun/ComfyUI-HX-Pimg" - ], - "install_type": "git-clone", - "description": "Some custom nodes used for pimg (a comfyui controller deployed in huixingyun)." - }, { "author": "bradsec", "title": "ComfyUI_StringEssentials", @@ -22736,6 +23967,16 @@ "install_type": "git-clone", "description": "A collection of custom nodes for working with and converting between and working with 360 degree equirectangular images, cubemap, and perspective images. Also includes Circular padding Conv2d options for models and VAEs, along with nodes to fix seams and polar artifacts. Panoramic 360 images are also sometimes known as VR photography (virtual reality), HDRI environments (ex: skyboxes), image spheres, spherical images, 360 pano." }, + { + "author": "ProGamerGov", + "title": "ComfyUI_pytorch360convert_video", + "reference": "https://github.com/ProGamerGov/ComfyUI_pytorch360convert_video", + "files": [ + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert_video" + ], + "install_type": "git-clone", + "description": "Video nodes for comfyui-pytorch360convert" + }, { "author": "ProGamerGov", "title": "Preview 360 Panorama for ComfyUI", @@ -22891,6 +24132,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", @@ -22933,6 +24184,16 @@ "install_type": "git-clone", "description": "This node group contains a series of ComfyUI nodes with built-in counters and specific output results based on the counter's output, aimed at implementing folder traversal functionality in the ComfyUI frontend. For specific examples, please refer to the sample workflow. Of course, you can also use your imagination to create other interesting things." }, + { + "author": "GHOSTLXH", + "title": "ComfyUI_Danbooru_Formatter", + "reference": "https://github.com/GHOSTLXH/ComfyUI_Danbooru_Formatter", + "files": [ + "https://github.com/GHOSTLXH/ComfyUI_Danbooru_Formatter" + ], + "install_type": "git-clone", + "description": "These are two ComfyUI nodes used for converting input prompts into the Danbooru tag format (tag_a, tag_b, ...) and outputting the converted prompts." + }, { "author": "agilly1989", "title": "ComfyUI_agilly1989_motorway", @@ -22951,7 +24212,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"] }, @@ -22962,7 +24223,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" }, { @@ -22972,7 +24233,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" }, { @@ -22982,7 +24243,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" }, { @@ -23035,16 +24296,6 @@ "install_type": "git-clone", "description": "This plugin integrates the Janus-Pro multi-modal model into ComfyUI, enabling advanced image understanding and text-to-image generation capabilities. It supports both image analysis and creative image generation workflows." }, - { - "author": "greengerong", - "title": "ComfyUI-Lumina-Video", - "reference": "https://github.com/greengerong/ComfyUI-Lumina-Video", - "files": [ - "https://github.com/greengerong/ComfyUI-Lumina-Video" - ], - "install_type": "git-clone", - "description": "This is a video generation plugin implementation for ComfyUI based on the Lumina Video model." - }, { "author": "raindrop313", "title": "ComfyUI_SD3_Flowedit", @@ -23075,6 +24326,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", @@ -23103,7 +24364,7 @@ "https://github.com/DragonDiffusionbyBoyo/Boyonodes" ], "install_type": "git-clone", - "description": "The Vae node is a sneaky little node perfect for deployment in Schools or work environments where you do not want the kiddywinkles creating NSFW content. Just rename the node to VAE decode and it looks like a normal node but hidden inside is an NSFW detector. Once hidden in the workflow there are no settings to undo the NSFW detection so cannot be worked around unless you remove the node. The node looks innocent once renamed so is virtually undetectable. I have placed an example workflow for you to see how to connect it. Simple stuff really, but once connected just rename." + "description": "Essential nodes for semantic image editing workflows with Kontext, Qwen Image Edit, and HiDream E1.1 models. Features automated iterative editing with Boyo Image Grab, organised dataset creation with paired image/prompt savers, and comprehensive file management tools. Perfect for batch processing, training data preparation, and streamlined semantic editing pipelines. Added Uncensored Qwen VL abliterated model node and downloader!" }, { "author": "DragonDiffusionbyBoyo", @@ -23156,26 +24417,6 @@ "install_type": "git-clone", "description": "A Novel AI / SD-WebUI request node, support nai3/nai4, use NovelAI model in Your Comfyui." }, - { - "author": "dorpxam", - "title": "ComfyUI-LTXVideoLoRA", - "reference": "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA", - "files": [ - "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA" - ], - "install_type": "git-clone", - "description": "A set of custom nodes enabling LoRA support for LTX Video" - }, - { - "author": "dorpxam", - "title": "ComfyUI-FramePack-F1-T2V", - "reference": "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V", - "files": [ - "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V" - ], - "install_type": "git-clone", - "description": "A set of custom nodes enabling Text-to-Video support for FramePack-F1" - }, { "author": "asdrabael", "title": "Hunyuan-Multi-Lora-Loader", @@ -23381,6 +24622,26 @@ "install_type": "git-clone", "description": "This custom node for ComfyUI allows you to scrape and download images and videos from the Midjourney showcase pages. It uses undetected_chromedriver to bypass anti-scraping measures, but requires session cookies from a logged-in browser session to function correctly." }, + { + "author": "lum3on", + "title": "ComfyUI Reve API Integration Node", + "reference": "https://github.com/lum3on/ComfyUI_Reve-API", + "files": [ + "https://github.com/lum3on/ComfyUI_Reve-API" + ], + "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", @@ -23431,6 +24692,16 @@ "install_type": "git-clone", "description": "This project generates an image from Markdown text using imgkit and wkhtmltoimage. It automatically scales the text to fit within the specified image dimensions." }, + { + "author": "dasilva333", + "title": "ComfyUI HunyuanVideo-Foley Custom Node", + "reference": "https://github.com/dasilva333/ComfyUI_HunyuanVideo-Foley", + "files": [ + "https://github.com/dasilva333/ComfyUI_HunyuanVideo-Foley" + ], + "install_type": "git-clone", + "description": "This custom node integrates the HunyuanVideo-Foley model for generating audio from video frames and text prompts in ComfyUI. It's built for use in generating Foley sounds from video and text inputs." + }, { "author": "moon7star9", "title": "ComfyUI_BiRefNet_Universal", @@ -23636,6 +24907,16 @@ "install_type": "git-clone", "description": "Comfyui [a/BPT](https://github.com/whaohan/bpt) Wrapper (Trimesh in/out connections)" }, + { + "author": "Easymode-ai", + "title": "FlexPainter ComfyUI Wrapper", + "reference": "https://github.com/Easymode-ai/ComfyUI-FlexPainter", + "files": [ + "https://github.com/Easymode-ai/ComfyUI-FlexPainter" + ], + "install_type": "git-clone", + "description": "ComfyUI FlexPainter Wrapper" + }, { "author": "GamingDaveUk", "title": "Daves Nodes", @@ -23687,6 +24968,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", @@ -23829,6 +25120,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", @@ -24106,10 +25407,10 @@ }, { "author": "chenpipi0807", - "title": "Comfyui-Qwen-image-edit-CharacterConsistency", - "reference": "https://github.com/chenpipi0807/Comfyui-Qwen-image-edit-CharacterConsistency", + "title": "Comfyui-CustomizeTextEncoder-Qwen-image", + "reference": "https://github.com/chenpipi0807/Comfyui-CustomizeTextEncoder-Qwen-image", "files": [ - "https://github.com/chenpipi0807/Comfyui-Qwen-image-edit-CharacterConsistency" + "https://github.com/chenpipi0807/Comfyui-CustomizeTextEncoder-Qwen-image" ], "install_type": "git-clone", "description": "The official ComfyUI TextEncodeQwenImageEdit node simplifies prompt engineering. This node supports custom system prompts to enhance flexibility." @@ -24134,6 +25435,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", @@ -24174,6 +25485,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", @@ -24184,6 +25505,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", @@ -24197,9 +25528,9 @@ { "author": "mit-han-lab", "title": "ComfyUI-nunchaku", - "reference": "https://github.com/mit-han-lab/ComfyUI-nunchaku", + "reference": "https://github.com/nunchaku-tech/ComfyUI-nunchaku", "files": [ - "https://github.com/mit-han-lab/ComfyUI-nunchaku" + "https://github.com/nunchaku-tech/ComfyUI-nunchaku" ], "install_type": "git-clone", "description": "Nunchaku ComfyUI Node. Nunchaku is the inference that supports SVDQuant. SVDQuant is a new post-training training quantization paradigm for diffusion models, which quantize both the weights and activations of FLUX.1 to 4 bits, achieving 3.5× memory and 8.7× latency reduction on a 16GB laptop 4090 GPU. See more details: https://github.com/mit-han-lab/nunchaku" @@ -24415,6 +25746,46 @@ "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": "thezveroboy", + "title": "ComfyUI-TextJoinZveroboy", + "reference": "https://github.com/thezveroboy/ComfyUI-TextJoinZveroboy", + "files": [ + "https://github.com/thezveroboy/ComfyUI-TextJoinZveroboy" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that joins multiple text inputs with automatic input expansion as more nodes are connected." + }, { "author": "tatookan", "title": "comfyui_ssl_gemini_EXP", @@ -24536,16 +25907,6 @@ "install_type": "git-clone", "description": "Create a custom node to select the closest images semantically to an input prompt" }, - { - "author": "SijieMei", - "title": "ComfyUI-Prompt-History", - "reference": "https://github.com/SijieMei/ComfyUI-promptHistory", - "files": [ - "https://github.com/SijieMei/ComfyUI-promptHistory" - ], - "install_type": "git-clone", - "description": "Save prompt history and reselect" - }, { "author": "Tensor-Art", "title": "ComfyUI_TENSOR_ART", @@ -24899,6 +26260,36 @@ "install_type": "git-clone", "description": "ComfyUI Custom Node for converting images to frequency spectrum visualizations using FFT" }, + { + "author": "bemoregt", + "title": "ComfyUI_3DGaussianSplatting", + "reference": "https://github.com/bemoregt/ComfyUI_3DGaussianSplatting", + "files": [ + "https://github.com/bemoregt/ComfyUI_3DGaussianSplatting" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that renders novel-view previews from image pairs using 3D Gaussian Splatting with sparse scene reconstruction." + }, + { + "author": "bemoregt", + "title": "ComfyUI_PhaseFrameInterpolation", + "reference": "https://github.com/bemoregt/ComfyUI_PhaseFrameInterpolation", + "files": [ + "https://github.com/bemoregt/ComfyUI_PhaseFrameInterpolation" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for 2× video frame interpolation using a Fourier-transform-based phase difference algorithm." + }, + { + "author": "bemoregt", + "title": "ComfyUI_DCT", + "reference": "https://github.com/bemoregt/ComfyUI_DCT", + "files": [ + "https://github.com/bemoregt/ComfyUI_DCT" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node pack for 2-D Discrete Cosine Transform (DCT) based frequency-domain filtering with interactive spectrum mask editing." + }, { "author": "pnikolic-amd", "title": "MIGraphX Node for ComfyUI", @@ -24930,16 +26321,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", @@ -25050,17 +26431,6 @@ "install_type": "git-clone", "description": "Utility nodes for some randomness in your workflows, like random latent sizes. A few modifications to a few existing nodes, includes nodes for sampler and model parameters. Also includes two schedulers and four samplers that can be used with any KSampler node." }, - { - "author": "Ky11le", - "title": "ygo_tools", - "reference": "https://github.com/Ky11le/ygo_tools", - "reference2": "https://github.com/Ky11le/draw_tools", - "files": [ - "https://github.com/Ky11le/ygo_tools" - ], - "install_type": "git-clone", - "description": "A set of custom ComfyUI nodes designed for creating Yu-Gi-Oh! card illustrations." - }, { "author": "Ky11le", "title": "draw_tools", @@ -25171,16 +26541,6 @@ "install_type": "git-clone", "description": "Interactive sigma schedule editor with graph and text input." }, - { - "author": "Raykosan", - "title": "ComfyUI_RS-SaturationNode", - "reference": "https://github.com/Raykosan/ComfyUI_RS-SaturationNode", - "files": [ - "https://github.com/Raykosan/ComfyUI_RS-SaturationNode" - ], - "install_type": "git-clone", - "description": "Professional image saturation control with artifact and highlight protection." - }, { "author": "Raykosan", "title": "ComfyUI_RaykoStudio", @@ -25283,16 +26643,6 @@ "install_type": "git-clone", "description": "A custom node extension for ComfyUI that enables batch processing of prompts from text files to generate multiple images." }, - { - "author": "synthetai", - "title": "ComfyUI-ToolBox", - "reference": "https://github.com/synthetai/ComfyUI-ToolBox", - "files": [ - "https://github.com/synthetai/ComfyUI-ToolBox" - ], - "install_type": "git-clone", - "description": "A collection of utility nodes for ComfyUI, including audio/video processing, file uploads, and AI image generation." - }, { "author": "synthetai", "title": "ComfyUI-JM-MiniMax-API", @@ -25313,6 +26663,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", @@ -25387,7 +26747,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", @@ -25428,16 +26788,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", @@ -25734,14 +27084,34 @@ "description": "Unofficial ComfyUI implementation of [a/UniWorld-V1](https://github.com/PKU-YuanGroup/UniWorld-V1)." }, { - "author": "AngelCookies", - "title": "ComfyUI-Seed-Tracker", - "reference": "https://github.com/AngelCookies/ComfyUI-Seed-Tracker", + "author": "judian17", + "title": "ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node", + "reference": "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node", "files": [ - "https://github.com/AngelCookies/ComfyUI-Seed-Tracker" + "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node" ], "install_type": "git-clone", - "description": "A ComfyUI extension that tracks random seeds throughout your image generation workflows" + "description": "Prompt node for the [a/JoyCaption-beta-one-hf-llava](https://huggingface.co/mradermacher/llama-joycaption-beta-one-hf-llava-GGUF) model, to use JoyCaption-beta-one-hf-llava with Ollama" + }, + { + "author": "judian17", + "title": "ComfyUI-SRT-subtitles-VoxCPM", + "reference": "https://github.com/judian17/ComfyUI-SRT-subtitles-VoxCPM", + "files": [ + "https://github.com/judian17/ComfyUI-SRT-subtitles-VoxCPM" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for generating and editing speech from SRT subtitle files using VoxCPM text-to-speech model, supporting multi-speaker dialogue and audio replacement workflows." + }, + { + "author": "judian17", + "title": "ComfyUI-multiple-inputs", + "reference": "https://github.com/judian17/ComfyUI-multiple-inputs", + "files": [ + "https://github.com/judian17/ComfyUI-multiple-inputs" + ], + "install_type": "git-clone", + "description": "A collection of utility nodes for ComfyUI, focusing on batch processing, stitching, and visualization." }, { "author": "TiamaTiramisu", @@ -25903,16 +27273,6 @@ "install_type": "git-clone", "description": "[a/A3D](https://github.com/n0neye/A3D) is an AI x 3D hybrid tool that allows you to compose 3D scenes and render them with AI. This integration allows you to send the color & depth images to ComfyUI. You can use it as a pose controller, or scene composer for your ComfyUI workflows." }, - { - "author": "perilli", - "title": "apw_nodes", - "reference": "https://github.com/alessandroperilli/APW_Nodes", - "files": [ - "https://github.com/alessandroperilli/APW_Nodes" - ], - "install_type": "git-clone", - "description": "A custom node suite to augment the capabilities of the [a/AP Workflows for ComfyUI](https://perilli.com/ai/comfyui/)" - }, { "author": "alessandroperilli", "title": "Open Creative Studio Nodes", @@ -26193,6 +27553,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", @@ -26235,13 +27615,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", @@ -26427,14 +27809,54 @@ "description": "A more advanced version of the original ImageScaleToTotalPixels node" }, { - "author": "rakki194", - "title": "ComfyUI-ImageCompare", - "reference": "https://github.com/rakki194/ComfyUI-ImageCompare", + "author": "BigStationW", + "title": "ComfyUi-ConditioningNoiseInjection", + "reference": "https://github.com/BigStationW/ComfyUi-ConditioningNoiseInjection", "files": [ - "https://github.com/rakki194/ComfyUI-ImageCompare" + "https://github.com/BigStationW/ComfyUi-ConditioningNoiseInjection" ], "install_type": "git-clone", - "description": "A simple custom node for ComfyUI that allows you to compare two images (or batches of images) side-by-side within the UI." + "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", @@ -26550,13 +27972,13 @@ }, { "author": "AIWarper", - "title": "ComfyUI-WarperNodes", + "title": "ComfyUI Warper Nodes", "reference": "https://github.com/AIWarper/ComfyUI-WarperNodes", "files": [ "https://github.com/AIWarper/ComfyUI-WarperNodes" ], "install_type": "git-clone", - "description": "NODES: DWPose Scaler (Warper), Mouth Mask from Pose (Warper), Facial Part Mask from Pose (Warper)" + "description": "NODES: DWPose Scaler (Warper), Mouth Mask from Pose (Warper), Facial Part Mask from Pose (Warper), Smart Video Batcher (Warper), Get Batch By Index (Warper), Smart Overlapping Batcher (Warper), Flow Visualizer (Warper), Preprocess for Target (Warper), Crop and Restore (Warper), Aspect Ratio Resolution (Warper)" }, { "author": "Goshe-nite", @@ -26653,6 +28075,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", @@ -26673,16 +28115,6 @@ "install_type": "git-clone", "description": "A ComfyUI node that breaks closed loops in masks to prevent inpainting models from modifying enclosed regions" }, - { - "author": "lihaoyun6", - "title": "ComfyUI-CSV-Random-Picker", - "reference": "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker", - "files": [ - "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker" - ], - "install_type": "git-clone", - "description": "String random picker for ComfyUI" - }, { "author": "lihaoyun6", "title": "ComfyUI-BlindWatermark", @@ -26703,6 +28135,36 @@ "install_type": "git-clone", "description": "Enhance your prompts using the Qwen LLM to align the behavior and capabilities of the Qwen-Image/Edit online version." }, + { + "author": "lihaoyun6", + "title": "ComfyUI-Segformer_Ultra_Fast", + "reference": "https://github.com/lihaoyun6/ComfyUI-Segformer_Ultra_Fast", + "files": [ + "https://github.com/lihaoyun6/ComfyUI-Segformer_Ultra_Fast" + ], + "install_type": "git-clone", + "description": "Run Segformer at lightning speed for image/video segmentation." + }, + { + "author": "lihaoyun6", + "title": "ComfyUI-FlashVSR_Ultra_Fast", + "reference": "https://github.com/lihaoyun6/ComfyUI-FlashVSR_Ultra_Fast", + "files": [ + "https://github.com/lihaoyun6/ComfyUI-FlashVSR_Ultra_Fast" + ], + "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", @@ -26906,6 +28368,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", @@ -26986,7 +28458,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", @@ -27099,6 +28571,46 @@ "install_type": "git-clone", "description": "ComfyUI startup optimizer and patcher" }, + { + "author": "wildminder", + "title": "ComfyUI-VibeVoice", + "reference": "https://github.com/wildminder/ComfyUI-VibeVoice", + "files": [ + "https://github.com/wildminder/ComfyUI-VibeVoice" + ], + "install_type": "git-clone", + "description": "VibeVoice TTS. Expressive, long-form, multi-speaker conversational audio" + }, + { + "author": "wildminder", + "title": "ComfyUI-VoxCPM", + "reference": "https://github.com/wildminder/ComfyUI-VoxCPM", + "files": [ + "https://github.com/wildminder/ComfyUI-VoxCPM" + ], + "install_type": "git-clone", + "description": "VoxCPM TTS. Context-aware, expressive speech generation and true-to-life voice cloning" + }, + { + "author": "wildminder", + "title": "ComfyUI-KaniTTS", + "reference": "https://github.com/wildminder/ComfyUI-KaniTTS", + "files": [ + "https://github.com/wildminder/ComfyUI-KaniTTS" + ], + "install_type": "git-clone", + "description": "Kani TTS. Generate natural, high‑quality speech from text" + }, + { + "author": "wildminder", + "title": "ComfyUI-DyPE", + "reference": "https://github.com/wildminder/ComfyUI-DyPE", + "files": [ + "https://github.com/wildminder/ComfyUI-DyPE" + ], + "install_type": "git-clone", + "description": "DyPE for FLUX. Artifact-free 4K+ image generation." + }, { "author": "cloudkoala", "title": "comfyui-koala", @@ -27120,7 +28632,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", @@ -27141,9 +28653,30 @@ "install_type": "git-clone", "description": "Automatic background removal and transparency generation for ComfyUI" }, + { + "author": "Limbicnation", + "title": "ComfyUI-RandomSeedGenerator", + "reference": "https://github.com/Limbicnation/ComfyUI-RandomSeedGenerator", + "files": [ + "https://github.com/Limbicnation/ComfyUI-RandomSeedGenerator" + ], + "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": "ComfyUI-FastVideo", + "title": "FastVideo", "reference": "https://github.com/hao-ai-lab/FastVideo", "files": [ "https://github.com/hao-ai-lab/FastVideo" @@ -27222,6 +28755,16 @@ "install_type": "git-clone", "description": "A lightweight ComfyUI custom node for generating high-quality masks and pose detection for virtual try-on applications. This node extracts only the essential masking functionality from FitDiT without requiring heavy diffusion models." }, + { + "author": "karthikg-09", + "title": "ComfyUI WanVideo Auto Resize", + "reference": "https://github.com/karthikg-09/ComfyUI-WanVideoAutoResize", + "files": [ + "https://github.com/karthikg-09/ComfyUI-WanVideoAutoResize" + ], + "install_type": "git-clone", + "description": "A high-performance ComfyUI custom node for intelligent image resizing with industry-standard presets and smart orientation detection. Optimized for video workflows and batch processing." + }, { "author": "kiko9", "title": "ComfyUI_PromptManager", @@ -27312,6 +28855,16 @@ "install_type": "git-clone", "description": "This is a ComfyUI custom node that extracts the last frame (image) from an input image batch. It is particularly useful when you want to obtain the final scene or frame in a video generation workflow." }, + { + "author": "Charonartist", + "title": "comfyui-lmstudio-conversation", + "reference": "https://github.com/Charonartist/comfyui-lmstudio-conversation", + "files": [ + "https://github.com/Charonartist/comfyui-lmstudio-conversation" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for LM Studio integration with conversation history support " + }, { "author": "ptmaster", "title": "ComfyUI-Load-Diffusion-Model-to-Muti-GPUs", @@ -27433,7 +28986,7 @@ "https://github.com/gabe-init/ComfyUI-Openrouter_node" ], "install_type": "git-clone", - "description": "A custom node for ComfyUI that allows you to interact with OpenRouter's chat/completion API, providing access to a wide range of LLM models including GPT-4, Claude, Llama, Mistral, and more." + "description": "A custom node for ComfyUI that allows you to interact with OpenRouter's chat/completion API, providing access to a wide range of models." }, { "author": "gabe-init", @@ -27468,9 +29021,9 @@ { "author": "GACLove", "title": "ComfyUI-Lightx2vWrapper", - "reference": "https://github.com/GACLove/ComfyUI-Lightx2vWrapper", + "reference": "https://github.com/ModelTC/ComfyUI-Lightx2vWrapper", "files": [ - "https://github.com/GACLove/ComfyUI-Lightx2vWrapper" + "https://github.com/ModelTC/ComfyUI-Lightx2vWrapper" ], "install_type": "git-clone", "description": "ComfyUI-Lightx2vWrapper is an inference wrapper for Lightx2v designed for use with ComfyUI." @@ -27495,6 +29048,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", @@ -27605,6 +29168,16 @@ "install_type": "git-clone", "description": "ComfyUI_DAO_master is a collection of custom nodes for ComfyUI. These nodes provide additional tools for image creation, manipulation, and visual experimentation, with a focus on vector workflows (DXF & SVG) and production utilities." }, + { + "author": "orion4d", + "title": "Orion4D Pixel-Shift Nodes for ComfyUI", + "reference": "https://github.com/orion4d/Orion4D_pixelshift", + "files": [ + "https://github.com/orion4d/Orion4D_pixelshift" + ], + "install_type": "git-clone", + "description": "This custom node pack for ComfyUI provides an advanced image processing workflow to achieve high-quality upscales with an extended dynamic range (HDR), mimicking the flexibility of a camera's RAW file. Note: this node will not correct AI image hallucinations, ideally it is used in the last pass from a good quality image (2000/3000px with an X2 or X4 model)." + }, { "author": "aiaiaikkk", "title": "ComfyUI-Curve", @@ -27615,6 +29188,26 @@ "install_type": "git-clone", "description": "Professional image adjustment tools for ComfyUI - Curves, Levels, HSL, and Camera Raw adjustments with real-time preview" }, + { + "author": "aiaiaikkk", + "title": "super-prompt-canvas", + "reference": "https://github.com/aiaiaikkk/super-prompt-canvas", + "files": [ + "https://github.com/aiaiaikkk/super-prompt-canvas" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for image editing prompt generation with visual canvas annotation and multi-model AI assistance" + }, + { + "author": "aiaiaikkk", + "title": "ComfyUI API Image Edit", + "reference": "https://github.com/aiaiaikkk/comfyui-api-image-edit", + "files": [ + "https://github.com/aiaiaikkk/comfyui-api-image-edit" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI custom node for API-based image editing with multiple provider support" + }, { "author": "lxe", "title": "ComfyUI OpenAI Compatible LLM Node", @@ -27753,9 +29346,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." @@ -27765,7 +29358,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." @@ -27775,7 +29368,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." @@ -27785,7 +29378,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." @@ -27795,7 +29388,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." @@ -27805,7 +29398,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." @@ -27815,7 +29408,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." @@ -27825,7 +29418,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" @@ -27835,7 +29428,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" @@ -27845,7 +29438,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" @@ -27892,26 +29485,6 @@ "install_type": "git-clone", "description": "This is a custom node for ComfyUI that retrieves detailed information about an image, including its name, format (extension), DPI, dimensions, long side, short side, file size, and EXIF data. It also supports image saving " }, - { - "author": "sm079", - "title": "ComfyUI-Face-Detection", - "reference": "https://github.com/sm079/ComfyUI-Face-Detection", - "files": [ - "https://github.com/sm079/ComfyUI-Face-Detection" - ], - "install_type": "git-clone", - "description": "face detection nodes for comfyui" - }, - { - "author": "r-vage", - "title": "ComfyUI-RvTools_v2", - "reference": "https://github.com/r-vage/ComfyUI-RvTools_v2", - "files": [ - "https://github.com/r-vage/ComfyUI-RvTools_v2" - ], - "install_type": "git-clone", - "description": "this node contains a lot of small little helpers like switches, passers and selectors that i use a lot to build my workflows." - }, { "author": "Aljnk", "title": "ComfyUI-JNK-Tiny-Nodes", @@ -28032,6 +29605,16 @@ "install_type": "git-clone", "description": "gemini and openai in comfyui" }, + { + "author": "spawner", + "title": "comfyui-lsnet", + "reference": "https://github.com/spawner1145/comfyui-lsnet", + "files": [ + "https://github.com/spawner1145/comfyui-lsnet" + ], + "install_type": "git-clone", + "description": "A nodepack powered by LSNet that classifies and clusters artworks by style for fast and efficient style analysis." + }, { "author": "PenguinTeo", "title": "Comfyui-TextEditor-Penguin", @@ -28042,6 +29625,16 @@ "install_type": "git-clone", "description": "A text overlay node for ComfyUI that supports rich effects such as gradients, outlines, and shadows. It is suitable for adding highly customizable text content to images." }, + { + "author": "PenguinTeo", + "title": "GeminiBanana for ComfyUI", + "reference": "https://github.com/PenguinTeo/Comfyui-GeminiBanana", + "files": [ + "https://github.com/PenguinTeo/Comfyui-GeminiBanana" + ], + "install_type": "git-clone", + "description": "GeminiBanana is a custom node for ComfyUI based on the Gemini API. It allows you to call Gemini inside ComfyUI workflows to generate text, parse images, or perform multimodal interactions, greatly enhancing workflow automation and creative capabilities." + }, { "author": "jack-liu", "title": "Pillar_For_ComfyUI", @@ -28212,6 +29805,66 @@ "install_type": "git-clone", "description": "Drop-in TorchCompile node that preserves LoRA patches." }, + { + "author": "xmarre", + "title": "ComfyUI_Monarch_Attention", + "reference": "https://github.com/xmarre/ComfyUI_Monarch_Attention", + "files": [ + "https://github.com/xmarre/ComfyUI_Monarch_Attention" + ], + "install_type": "git-clone", + "description": "A custom node that enables MonarchAttention for self-attention in ComfyUI model branches by setting model-level override, affecting only the connected model branch rather than patching globally." + }, + { + "author": "xmarre", + "title": "ComfyUI-AutoGuidance", + "reference": "https://github.com/xmarre/ComfyUI-AutoGuidance", + "files": [ + "https://github.com/xmarre/ComfyUI-AutoGuidance" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node implementing AutoGuidance from the paper Guiding a Diffusion Model with a Bad Version of Itself." + }, + { + "author": "xmarre", + "title": "ComfyUI_Monarch_Attention", + "reference": "https://github.com/xmarre/ComfyUI_Monarch_Attention", + "files": [ + "https://github.com/xmarre/ComfyUI_Monarch_Attention" + ], + "install_type": "git-clone", + "description": "A custom node that enables MonarchAttention for self-attention in ComfyUI model branches by setting model-level override, affecting only the connected model branch rather than patching globally." + }, + { + "author": "xmarre", + "title": "ComfyUI-CFG-Ctrl", + "reference": "https://github.com/xmarre/ComfyUI-CFG-Ctrl", + "files": [ + "https://github.com/xmarre/ComfyUI-CFG-Ctrl" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node implementing CFG-Ctrl / SMC-CFG as a GUIDER." + }, + { + "author": "xmarre", + "title": "ComfyUI-ScaleLockedResidualDiffusion", + "reference": "https://github.com/xmarre/ComfyUI-ScaleLockedResidualDiffusion", + "files": [ + "https://github.com/xmarre/ComfyUI-ScaleLockedResidualDiffusion" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node pack implementing Scale-Locked Residual Diffusion for high-resolution composition and anatomy stability." + }, + { + "author": "xmarre", + "title": "ComfyUI-StableManifoldCompander", + "reference": "https://github.com/xmarre/ComfyUI-StableManifoldCompander", + "files": [ + "https://github.com/xmarre/ComfyUI-StableManifoldCompander" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for correcting FLUX.2 high-resolution drift, washout, and crop reintegration artifacts with anchor-guided and affine companding workflows" + }, { "author": "Pigidiy", "title": "ComfyUI-LikeSpiderAI-UI", @@ -28263,6 +29916,16 @@ "install_type": "git-clone", "description": "A comprehensive ComfyUI plugin that enables seamless integration with Substance 3D Designer workflows through command line automation. This plugin provides custom nodes for cooking .sbs files, rendering .sbsar archives, controlling material parameters, and batch processing Substance materials within ComfyUI workflows." }, + { + "author": "jasonjgardner", + "title": "comfyui-pixel-art-scalers", + "reference": "https://github.com/jasonjgardner/comfyui-pixel-art-scalers", + "files": [ + "https://github.com/jasonjgardner/comfyui-pixel-art-scalers" + ], + "install_type": "git-clone", + "description": "A ComfyUI node for scaling pixel art using various algorithms" + }, { "author": "sLKbabawhsiang", "title": "ComfyUI-TuZi-Flux-Kontext", @@ -28323,36 +29986,6 @@ "install_type": "git-clone", "description": "This is keit's utility nodes." }, - { - "author": "fredconex", - "title": "ComfyUI-SoundFlow", - "reference": "https://github.com/fredconex/ComfyUI-SoundFlow", - "files": [ - "https://github.com/fredconex/ComfyUI-SoundFlow" - ], - "install_type": "git-clone", - "description": "This is a bunch of nodes for ComfyUI to help with sound work." - }, - { - "author": "fredconex", - "title": "Sync Edit", - "reference": "https://github.com/fredconex/ComfyUI-SyncEdit", - "files": [ - "https://github.com/fredconex/ComfyUI-SyncEdit" - ], - "install_type": "git-clone", - "description": "This node allow to intercept changes on the input string and choose between use the current one or sync with incoming new one." - }, - { - "author": "fredconex", - "title": "SongBloom", - "reference": "https://github.com/fredconex/ComfyUI-SongBloom", - "files": [ - "https://github.com/fredconex/ComfyUI-SongBloom" - ], - "install_type": "git-clone", - "description": "ComfyUI Nodes for SongBloom" - }, { "author": "A043-studios", "title": "Pixel3DMM ComfyUI Nodes", @@ -28363,16 +29996,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", @@ -28393,16 +30016,6 @@ "install_type": "git-clone", "description": "ASCII art generator for ComfyUI with multi-language character set support" }, - { - "author": "A043-studios", - "title": "ComfyUI HunyuanWorld - Complete 3D Generation Suite", - "reference": "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode", - "files": [ - "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode" - ], - "install_type": "git-clone", - "description": "ComfyUI custom nodes for Hunyuan3D - Complete 3D generation suite" - }, { "author": "A043-studios", "title": "ComfyUI OmniSVG Nodes", @@ -28474,16 +30087,6 @@ "install_type": "git-clone", "description": "A simple ComfyUI custom node that sends webhook notifications when images are generated. Perfect for integrating your image generation workflow with external services or your own backend." }, - { - "author": "NeoDroleDeGueule", - "title": "comfyui-image-mixer", - "reference": "https://github.com/NeoDroleDeGueule/comfyui-image-mixer", - "files": [ - "https://github.com/NeoDroleDeGueule/comfyui-image-mixer" - ], - "install_type": "git-clone", - "description": "A ComfyUI custom node that blends two images in latent space using a mix factor slider." - }, { "author": "hassan-sd", "title": "ComfyUI Image & Prompt Loader", @@ -28495,16 +30098,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", @@ -28515,6 +30108,16 @@ "install_type": "git-clone", "description": "This custom node for ComfyUI provides a wrapper for Intel's Open Image Denoise (OIDN) library, allowing you to denoise images directly within your ComfyUI workflow." }, + { + "author": "benjamin-bertram", + "title": "ComfyUI-Recolor", + "reference": "https://github.com/benjamin-bertram/ComfyUI-Recolor", + "files": [ + "https://github.com/benjamin-bertram/ComfyUI-Recolor" + ], + "install_type": "git-clone", + "description": "Precise LAB color recoloring tools for ComfyUI with single-zone, multi-zone, and batch processing capabilities for product images." + }, { "author": "Zehong-Ma", "title": "ComfyUI-MagCache", @@ -28596,6 +30199,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", @@ -28690,17 +30303,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", @@ -28722,6 +30324,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", @@ -28775,6 +30388,26 @@ "install_type": "git-clone", "description": "character nodes for characters from various anime shows and comics" }, + { + "author": "azazeal04", + "title": "HybridSamplers for ComfyUI", + "reference": "https://github.com/azazeal04/ComfyUI-HybridSamplers", + "files": [ + "https://github.com/azazeal04/ComfyUI-HybridSamplers" + ], + "install_type": "git-clone", + "description": "Custom samplers and schedulers for ComfyUI" + }, + { + "author": "azazeal04", + "title": "comfy-switch-samplers", + "reference": "https://github.com/azazeal04/comfyui-switch-samplers", + "files": [ + "https://github.com/azazeal04/comfyui-switch-samplers" + ], + "install_type": "git-clone", + "description": "Switch sampler nodes for ComfyUI" + }, { "author": "flamacore", "title": "ComfyUI YouTube Uploader", @@ -28966,16 +30599,6 @@ "install_type": "git-clone", "description": "Smart, unified model loaders for ComfyUI that support both standard .safetensors and quantized .gguf formats — no switching nodes required. Includes flexible UNET and CLIP loaders that work across models like SDXL, SD3, Flux, and more." }, - { - "author": "lucak5s", - "title": "ComfyUI GFPGAN", - "reference": "https://github.com/lucak5s/comfyui_gfpgan", - "files": [ - "https://github.com/lucak5s/comfyui_gfpgan" - ], - "install_type": "git-clone", - "description": "Face restoration with GFPGAN." - }, { "author": "joeriben", "title": "AI4ArtsEd Nodes", @@ -29094,7 +30717,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" }, @@ -29248,6 +30871,26 @@ "install_type": "git-clone", "description": "Assist in determining reasonable input values for tiled_width/tiled_height in the UltimateSDUpscale node to improve efficiency." }, + { + "author": "Windecay", + "title": "ComfyUI_CheckVprediction", + "reference": "https://github.com/Windecay/ComfyUI_CheckVprediction", + "files": [ + "https://github.com/Windecay/ComfyUI_CheckVprediction" + ], + "install_type": "git-clone", + "description": "A simple node for detecting vrediction, outputs a boolean value, used for logical switching (for example, automatically adding rescalecfg when vrediction model is detected), recommended to be used with if else and other nodes." + }, + { + "author": "Windecay", + "title": "ComfyUI_Dynamic-RAMCache", + "reference": "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache", + "files": [ + "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that dynamically manages RAM usage by intelligently controlling cache purging based on available system memory." + }, { "author": "kaaskoek232", "title": "ComfyUI-MemoryManagement", @@ -29331,6 +30974,28 @@ "install_type": "git-clone", "description": "Text rendering and styling nodes for ComfyUI. This extension provides a basic text renderer, multiple font loaders, and a style node that adds stroke, shadow, gradient fill, and opacity control." }, + { + "author": "S4MUEL404", + "title": "ComfyUI Prepack", + "id": "comfyui-prepack", + "reference": "https://github.com/S4MUEL-404/ComfyUI-Prepack", + "files": [ + "https://github.com/S4MUEL-404/ComfyUI-Prepack" + ], + "install_type": "git-clone", + "description": "A small, practical bundle of ComfyUI nodes that streamlines common workflows." + }, + { + "author": "S4MUEL404", + "title": "ComfyUI-PromptsO", + "id": "comfyui-promptso", + "reference": "https://github.com/S4MUEL-404/ComfyUI-PromptsO", + "files": [ + "https://github.com/S4MUEL-404/ComfyUI-PromptsO" + ], + "install_type": "git-clone", + "description": "A comprehensive AI API integration and prompt processing toolkit for ComfyUI, providing powerful text and image generation capabilities with advanced prompt manipulation tools." + }, { "author": "fchangjun", "title": "MultiSaveImage Node", @@ -29341,6 +31006,16 @@ "install_type": "git-clone", "description": "A custom node for saving multiple images simultaneously with batch processing and resizing capabilities." }, + { + "author": "fchangjun", + "title": "BaiduMeux_Comfy Tools", + "reference": "https://github.com/fchangjun/Baidu_Meux_ComfyTools", + "files": [ + "https://github.com/fchangjun/Baidu_Meux_ComfyTools" + ], + "install_type": "git-clone", + "description": "Meux ComfyTools is a collection of custom nodes that streamline common workflow chores in ComfyUI for the Meux asset platform." + }, { "author": "Yo1up", "title": "Diffusion-Model-Detailer", @@ -29411,6 +31086,26 @@ "install_type": "git-clone", "description": "A curated collection of reusable ComfyUI nodes developed by TGB. These sidecodes encapsulate key breakthroughs in model sampling, noise scheduling, and image refinement for enhanced stable diffusion workflows." }, + { + "author": "Ltamann", + "title": "FastVLM-7B ComfyUI Node", + "reference": "https://github.com/Ltamann/ComfyUI-FastVLM-7B", + "files": [ + "https://github.com/Ltamann/ComfyUI-FastVLM-7B" + ], + "install_type": "git-clone", + "description": "ComfyUI-FastVLM-7B Apple A custom node for Apple’s FastVLM-7B vision-language model. This node lets you pass an image + instruction and returns a generated text response." + }, + { + "author": "Ltamann", + "title": "ComfyUI-TBG-SAM3", + "reference": "https://github.com/Ltamann/ComfyUI-TBG-SAM3", + "files": [ + "https://github.com/Ltamann/ComfyUI-TBG-SAM3" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node extension integrating Meta's Segment Anything Model 3 (SAM 3) for advanced image and video segmentation with text-prompt, point-based, and mask-driven capabilities. Provides production-ready nodes compatible with ComfyUI's Impact Pack SEGS format, depth map generation, and support for Python 3.13+ with CUDA and CPU support." + }, { "author": "DavidPiazza", "title": "Network Bending for ComfyUI", @@ -29473,6 +31168,17 @@ "install_type": "git-clone", "description": "This ComfyUI node will save images directly to Google Drive by using Google's free API service." }, + { + "author": "creepybits", + "title": "world weaver", + "id": "ComfyUI-World_weaver", + "reference": "https://github.com/Creepybits/World_weaver", + "files": [ + "https://github.com/Creepybits/World_weaver" + ], + "install_type": "git-clone", + "description": "The World Weaver System: True AI character consistency using Textual Inheritance. Maintain unshakeable character identity (face, body, essence) across radical changes in pose, clothing, and scene without LoRAs, IP-Adapters, or ControlNet. This repo contains the Character Vault and Prompt Helper components." + }, { "author": "Hazukiaoi", "title": "LM Studio Tools for ComfyUI", @@ -29513,16 +31219,6 @@ "install_type": "git-clone", "description": "A collection of custom ComfyUI nodes and utilities for generating AI image prompts representing the diverse attire, cultures, regions, and appearances of the world. This project is designed for easy extension to new countries, cultures, and body parts, using a modular JSON-based data structure and dynamic node generation." }, - { - "author": "manifestations", - "title": "ComfyUI Outfit Nodes", - "reference": "https://github.com/manifestations/comfyui-outfit", - "files": [ - "https://github.com/manifestations/comfyui-outfit" - ], - "install_type": "git-clone", - "description": "Advanced, professional outfit and makeup generation nodes for ComfyUI, with dynamic UI and AI-powered prompt formatting." - }, { "author": "kaipard", "title": "Auto Aspect Latent Generator", @@ -29563,6 +31259,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", @@ -29604,6 +31310,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", @@ -29634,16 +31350,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", @@ -29664,6 +31370,16 @@ "install_type": "git-clone", "description": "Professional-grade ComfyUI image saving plugin with support for multiple formats, custom naming, and advanced features." }, + { + "author": "weekii", + "title": "ComfyUI-GGUF-FX", + "reference": "https://github.com/weekii/ComfyUI-GGUF-FX", + "files": [ + "https://github.com/weekii/ComfyUI-GGUF-FX" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for running GGUF quantized Qwen2.5-VL models using llama.cpp" + }, { "author": "bbaudio", "title": "ComfyUI-SuperUltimateVaceTools", @@ -29831,20 +31547,10 @@ "id": "comfyui-exloadout", "reference": "https://github.com/IsItDanOrAi/ComfyUI-exLoadout", "files": [ - "https://github.com/IsItDanOrAi/ComfyUI-exLoadout" + "https://github.com/IsItDanOrAi/ComfyUI-exLoadout" ], - "install_type": "git-clone", - "description": "Excel spreadsheet-driven ComfyUI nodes that let you load models, values, and workflows based on saved rows in Excel. Great for organizing and switching between CLIPs, VAEs, LoRAs, and more." - }, - { - "author": "silveroxides", - "title": "ComfyUI Power Shift Scheduler", - "reference": "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler", - "files": [ - "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler" - ], "install_type": "git-clone", - "description": "Highly customizable Scheduler for ComfyUI." + "description": "Excel spreadsheet-driven ComfyUI nodes that let you load models, values, and workflows based on saved rows in Excel. Great for organizing and switching between CLIPs, VAEs, LoRAs, and more." }, { "author": "claptrap0", @@ -29978,16 +31684,6 @@ "install_type": "git-clone", "description": "Qwen3 api node" }, - { - "author": "aiaiaikkk", - "title": "super-prompt-canvas", - "reference": "https://github.com/aiaiaikkk/super-prompt-canvas", - "files": [ - "https://github.com/aiaiaikkk/super-prompt-canvas" - ], - "install_type": "git-clone", - "description": "ComfyUI nodes for image editing prompt generation with visual canvas annotation and multi-model AI assistance" - }, { "author": "seanjang990", "title": "ComfyUI Document Auto Crop Node", @@ -30112,6 +31808,16 @@ "install_type": "git-clone", "description": "Nodes to switch image input or output path with boolean conditions" }, + { + "author": "MartinDeanMoriarty", + "title": "ComfyUI-NumberToText", + "reference": "https://github.com/MartinDeanMoriarty/ComfyUI-NumberToText", + "files": [ + "https://github.com/MartinDeanMoriarty/ComfyUI-NumberToText" + ], + "install_type": "git-clone", + "description": "Converts a number (e.g., 2 or 15) into written text (e.g., two or fifteen). Works for english and german up to numbers as high as 9999 without problems." + }, { "author": "rdomunky", "title": "comfyui-subfolderimageloader", @@ -30143,6 +31849,28 @@ "install_type": "git-clone", "description": "This custom node allows users to selectively choose what to add to the generated image's metadata." }, + { + "author": "brucew4yn3rp", + "title": "Vintage Effect", + "id": "VintageEffect", + "reference": "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect", + "files": [ + "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect" + ], + "install_type": "git-clone", + "description": "ComfyUI node that applies vintage/retro effects through JPG compression, color grading, film grain, vignette, and more to emulate more realistic photo aesthetics." + }, + { + "author": "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", @@ -30175,24 +31903,34 @@ }, { "author": "cedarconnor", - "title": "ComfyUI HunyuanWorld - Professional 3D World Generation", - "reference": "https://github.com/cedarconnor/ComfyUI_HunyuanWorld", + "title": "ComfyUI-DreamCube", + "reference": "https://github.com/cedarconnor/ComfyUI-DreamCube", "files": [ - "https://github.com/cedarconnor/ComfyUI_HunyuanWorld" + "https://github.com/cedarconnor/ComfyUI-DreamCube" ], "install_type": "git-clone", - "description": "Transform text and images into immersive 360° 3D worlds using Tencent's HunyuanWorld-1.0 in ComfyUI with native FLUX architecture integration." + "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", @@ -30279,7 +32017,7 @@ "tags": [ "LLM", "translation", - "multilingual", + "multilingual", "pose-analysis", "controlnet", "text-generation", @@ -30361,6 +32099,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", @@ -30451,7 +32199,7 @@ "https://github.com/mcDandy/more_math" ], "install_type": "git-clone", - "description": "Adds math nodes for numbers and types which do not need it." + "description": "Adds math nodes for FLOAT, CONDITIONING, LATENT, IMAGE, NOISE and AUDIO.\nAllows usage of math expressions with variety of functions and variables, not limited to inputs. List of those is on github of this extension." }, { "author": "kmlbdh", @@ -30483,16 +32231,6 @@ "install_type": "git-clone", "description": "TouchDesigner-style blob tracking and computer vision effects for ComfyUI. Simple nodes for bright spot detection, plexus connections, and technical aesthetics in video workflows." }, - { - "author": "fcanfora", - "title": "comfyui-camera-tools", - "reference": "https://github.com/fcanfora/comfyui-camera-tools", - "files": [ - "https://github.com/fcanfora/comfyui-camera-tools" - ], - "install_type": "git-clone", - "description": "NODES: Load Camera From File, Load 3D, Load 3D - Animation, Preview 3D, Preview 3D - Animation" - }, { "author": "lokinou", "title": "ComfyUI-Offload-Models", @@ -30503,6 +32241,16 @@ "install_type": "git-clone", "description": "Custom nodes to offload and rapatriate models from cpu." }, + { + "author": "lokinou", + "title": "ComfyUI-Better-Flow", + "reference": "https://github.com/lokinou/comfyui-better-flow", + "files": [ + "https://github.com/lokinou/comfyui-better-flow" + ], + "install_type": "git-clone", + "description": "Nodes for controlling workflow and reducing VRAM fingerprint." + }, { "author": "rainlizard", "title": "Whirlpool Upscaler", @@ -30513,16 +32261,6 @@ "install_type": "git-clone", "description": "This is a modified implementation of impact-pack's iterative upscaler. It leans in on the idea that giving too much attention to computation at high resolutions isn't a good idea." }, - { - "author": "AlfredClark", - "title": "ComfyUI-ModelSpec", - "reference": "https://github.com/AlfredClark/ComfyUI-ModelSpec", - "files": [ - "https://github.com/AlfredClark/ComfyUI-ModelSpec" - ], - "install_type": "git-clone", - "description": "ComfyUI model metadata editing nodes." - }, { "author": "zl9739379", "title": "ComfyUI-ArkVideoGenerate", @@ -30666,16 +32404,6 @@ "install_type": "git-clone", "description": "Nodes to enhance & streamline prompts. Enhance using local LLM within ComfyUI, generate using random lines from text files, or randomly select text file prompts" }, - { - "author": "judian17", - "title": "ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node", - "reference": "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node", - "files": [ - "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node" - ], - "install_type": "git-clone", - "description": "Prompt node for the [a/JoyCaption-beta-one-hf-llava](https://huggingface.co/mradermacher/llama-joycaption-beta-one-hf-llava-GGUF) model, to use JoyCaption-beta-one-hf-llava with Ollama" - }, { "author": "juddisjudd", "title": "Bawk Nodes Collection", @@ -30756,16 +32484,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", @@ -30857,6 +32575,16 @@ "install_type": "git-clone", "description": "This project makes local LLMs easy to use for prompt enhancement and image captioning –No API keys. No external tools. No headache." }, + { + "author": "max-dingsda", + "title": "ComfyUI-AllinOne-LazyNode", + "reference": "https://github.com/max-dingsda/ComfyUI-AllinOne-LazyNode", + "files": [ + "https://github.com/max-dingsda/ComfyUI-AllinOne-LazyNode" + ], + "install_type": "git-clone", + "description": "Custom node for ComfyUI that collects key workflow settings in one place and exposes them as individual outputs." + }, { "author": "HWDigi", "title": "Factory Prompt Generator", @@ -30939,13 +32667,13 @@ }, { "author": "vsaan212", - "title": "ComfyUI Text Split Node", - "reference": "https://github.com/vsaan212/Comfy-ui-textsplit", + "title": "Vsaan212-workflow-utilities", + "reference": "https://github.com/vsaan212/Vsaan212-workflow-utilities", "files": [ - "https://github.com/vsaan212/Comfy-ui-textsplit" + "https://github.com/vsaan212/Vsaan212-workflow-utilities" ], "install_type": "git-clone", - "description": "A custom ComfyUI node that splits text into multiple outputs for feeding complex multi-scene renders. This node allows you to dynamically control the number of splits and use custom separators." + "description": "Subject & Scenario Selectors (with subfolders), Text Split, and Optional Switch LoRA utilities for ComfyUI." }, { "author": "eric183", @@ -30990,13 +32718,24 @@ }, { "author": "Rzgar Espo", - "title": "ComfyUI-Qwen-Image-Size-Picker", + "title": "ComfyUI Qwen Image Size Picker", + "id": "QwenImg-latent", "reference": "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker", "files": [ "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker" ], "install_type": "git-clone", - "description": "A universal node for generating empty latent tensors with support for Qwen Image, SDXL and Flux models. Features extended aspect ratio support, batch processing, and flexible dimension overrides." + "description": "An empty latent size picker with support for Qwen Image, SDXL, and Flux models." + }, + { + "author": "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", @@ -31038,6 +32777,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", @@ -31058,6 +32807,16 @@ "install_type": "git-clone", "description": "This is a standalone node pack that provides powerful color correction methods for ComfyUI, extracted from the ComfyUI-DLoRAL project. It allows you to transfer the color profile from a source image or video to a target image or video.\nThis is ideal for restoring the original color to AI-processed videos (like upscaling or frame interpolation) or for creative color grading." }, + { + "author": "njlent", + "title": "ComfyUI Execution Time Reporter", + "reference": "https://github.com/njlent/ComfyUI_performance-report", + "files": [ + "https://github.com/njlent/ComfyUI_performance-report" + ], + "install_type": "git-clone", + "description": "A comprehensive performance monitoring and analysis tool for ComfyUI workflows that tracks execution time, memory usage, and system resource utilization." + }, { "author": "flybirdxx", "title": "ComfyUI-SDMatte", @@ -31068,6 +32827,26 @@ "install_type": "git-clone", "description": "SDMatte is an interactive image matting method based on stable diffusion, which supports three types of visual prompts (points, boxes, and masks) for accurately extracting target objects from natural images." }, + { + "author": "flybirdxx", + "title": "ComfyUI-Rex-Omni", + "reference": "https://github.com/flybirdxx/ComfyUI-RexOmni", + "files": [ + "https://github.com/flybirdxx/ComfyUI-RexOmni" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI custom node for integrating Rex-Omni multimodal AI models. This node provides seamless integration of Rex-Omni's advanced computer vision and natural language processing capabilities into your ComfyUI workflows." + }, + { + "author": "flybirdxx", + "title": "ComfyUI-SoulX-Podcast", + "reference": "https://github.com/flybirdxx/ComfyUI-SoulX-Podcast", + "files": [ + "https://github.com/flybirdxx/ComfyUI-SoulX-Podcast" + ], + "install_type": "git-clone", + "description": "ComfyUI-SoulX-Podcast is a custom node plugin for ComfyUI that packages the core functionality of SoulX-Podcast (long-form, multi-speaker, multi-dialect podcast voice generation) into a visual node workflow." + }, { "author": "DenRakEiw", "title": "ComfyUI Latent Color Tools", @@ -31088,6 +32867,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", @@ -31129,6 +32918,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", @@ -31141,13 +32961,13 @@ }, { "author": "VraethrDalkr", - "title": "ComfyUI-ProgressiveBlend", - "reference": "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend", + "title": "ComfyUI-TripleKSampler", + "reference": "https://github.com/VraethrDalkr/ComfyUI-TripleKSampler", "files": [ - "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend" + "https://github.com/VraethrDalkr/ComfyUI-TripleKSampler" ], "install_type": "git-clone", - "description": "A collection of custom nodes for ComfyUI that enable progressive blending and color matching effects across image batches/video frames." + "description": "Triple-stage KSampler for Wan2.2 split models with Lightning LoRA" }, { "author": "NHLStenden", @@ -31201,6 +33021,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", @@ -31211,6 +33041,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", @@ -31308,12 +33148,23 @@ { "author": "moonwhaler", "title": "SeedVR2 Tiling Upscaler", + "id": "seedvr2-tiling-upscaler", "reference": "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler", "files": [ "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler" ], "install_type": "git-clone", - "description": "A ComfyUI custom node for memory-efficient image upscaling using SeedVR2 models with advanced tiling and detail-preserving stitching." + "description": "Memory-efficient image upscaling using SeedVR2 models with advanced tiling and detail-preserving stitching. Supports both stable and nightly SeedVR2 builds (3B/7B, FP16/FP8, GGUF models). Requires ComfyUI-SeedVR2_VideoUpscaler to be installed." + }, + { + "author": "moonwhaler", + "title": "comfyui-moonpack", + "reference": "https://github.com/moonwhaler/comfyui-moonpack", + "files": [ + "https://github.com/moonwhaler/comfyui-moonpack" + ], + "install_type": "git-clone", + "description": "A collection of utility nodes for ComfyUI that enhance workflow efficiency and flexibility." }, { "author": "saquib764", @@ -31497,6 +33348,36 @@ "install_type": "git-clone", "description": "Batch samplers, schedulers, cfg, shift and steps tester custom node, automatic looping functionality for Ksampler node" }, + { + "author": "KY-2000", + "title": "RES4LYF-tester-loop", + "reference": "https://github.com/KY-2000/RES4LYF-tester-loop", + "files": [ + "https://github.com/KY-2000/RES4LYF-tester-loop" + ], + "install_type": "git-clone", + "description": "Batch samplers, schedulers, cfg, shift and steps tester custom node, automatic looping functionality for RES4LYF custom nodes" + }, + { + "author": "KY-2000", + "title": "ComfyUI_PuLID_Flux_ll_FaceNet", + "reference": "https://github.com/KY-2000/ComfyUI_PuLID_Flux_ll_FaceNet", + "files": [ + "https://github.com/KY-2000/ComfyUI_PuLID_Flux_ll_FaceNet" + ], + "install_type": "git-clone", + "description": "Same Function as original ComfyUI_PuLID_Flux_ll repository, with FaceNet Implementation that is safe for commercial usage." + }, + { + "author": "KY-2000", + "title": "comfyui-save-image-enhanced", + "reference": "https://github.com/KY-2000/comfyui-save-image-enhanced", + "files": [ + "https://github.com/KY-2000/comfyui-save-image-enhanced" + ], + "install_type": "git-clone", + "description": "enable to save the image without the default filename suffix, with the feature of saving caption txt file to save prompts or descriptions of the image." + }, { "author": "Firetheft", "title": "ComfyUI Civitai Gallery", @@ -31507,6 +33388,26 @@ "install_type": "git-clone", "description": "ComfyUI Civitai Gallery is a powerful custom node for ComfyUI that integrates a seamless image browser for the Civitai website directly into your workflow. This node allows you to browse, search, and select images from Civitai and instantly import their prompts, negative prompts, and full-resolution images into your workflow. It is designed to significantly speed up your creative process by eliminating the need to switch between your browser and ComfyUI." }, + { + "author": "Firetheft", + "title": "ComfyUI_Pixabay_Gallery", + "reference": "https://github.com/Firetheft/ComfyUI_Pixabay_Gallery", + "files": [ + "https://github.com/Firetheft/ComfyUI_Pixabay_Gallery" + ], + "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", @@ -31527,16 +33428,6 @@ "install_type": "git-clone", "description": "A simple custom node to use reflect padding mode in the conv layers of VAEs." }, - { - "author": "netroxin", - "title": "comfyui_netro", - "reference": "https://github.com/netroxin/comfyui_netro", - "files": [ - "https://github.com/netroxin/comfyui_netro" - ], - "install_type": "git-clone", - "description": "#Camera Movement Prompt Node for ComfyUI\nThis custom node script for ComfyUI generates descriptive camera movement prompts based on user-selected movement options for Wan2.2" - }, { "author": "alexds9", "title": "Save Checkpoint with Metadata", @@ -31582,6 +33473,7 @@ "author": "RUiNtheExtinct", "title": "comfyui-save-file-extended", "reference": "https://github.com/RUiNtheExtinct/comfyui-save-file-extended", + "reference2": "https://github.com/bytes2pro/comfyui-save-file-extended", "files": [ "https://github.com/RUiNtheExtinct/comfyui-save-file-extended" ], @@ -31619,7 +33511,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": [ @@ -31629,14 +33521,15 @@ "description": "High-utility nodes for ComfyUI with a focus on Flux 1 Dev workflows and Ultimate SD Upscale enhancement loops." }, { - "author": "alFrame", - "title": "AF - Edit Generated Prompt", - "reference": "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt", + "author": "krakenunbound", + "title": "Kraken Discord Bot", + "id": "kraken-discord-bot", + "reference": "https://github.com/krakenunbound/kraken-discord-bot", "files": [ - "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt" + "https://github.com/krakenunbound/kraken-discord-bot" ], "install_type": "git-clone", - "description": "A ComfyUI custom node that allows you to pipe a generated prompt and either pass it as is, or copy and edit it manually. Or you can use the lower input field like any regular text input filed. The content of the lower text field will always dominate the output of the node." + "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", @@ -31650,50 +33543,11237 @@ }, { "author": "rslosch", - "title": "ComfyUI-EZ_Prompts", - "reference": "https://github.com/rslosch/ComfyUI-EZ_Prompts", + "title": "ComfyUI Batch BBox Detector", + "reference": "https://github.com/rslosch/comfyui-nodesweet", "files": [ - "https://github.com/rslosch/ComfyUI-EZ_Prompts" + "https://github.com/rslosch/comfyui-nodesweet" ], "install_type": "git-clone", - "description": "A ComfyUI custom node extension that provides easy-to-use prompt templates and wildcards for AI image generation." + "description": "Process batches of images (e.g., video frames) with ultralytics bbox detection in ComfyUI. This custom node package extends the standard BboxDetectorCombined to handle batches efficiently, making it ideal for processing 300+ video frames." }, { "author": "isaac-mcfadyen", - "title": "ComfyUI-QwenClip", - "reference": "https://github.com/isaac-mcfadyen/ComfyUI-QwenClip", + "title": "ComfyUI Popo Utility", + "reference": "https://github.com/popoimm/comfyui-popo-utility", "files": [ - "https://github.com/isaac-mcfadyen/ComfyUI-QwenClip" + "https://github.com/popoimm/comfyui-popo-utility" ], "install_type": "git-clone", - "description": "A variety of random text encoder tools intended for use with ComfyUI and Qwen Image/Qwen Image Edit. More (may) be added as I try out various modifications to Qwen Image." + "description": "High-Performance ComfyUI Custom Node Toolkit - Modular and Extensible Architecture\nA utility toolkit designed specifically for ComfyUI image processing, built with a modular architecture that supports fast extension and the addition of new nodes." + }, + { + "author": "orion4d", + "title": "SharpnessPro pour ComfyUI", + "reference": "https://github.com/orion4d/ComfyUI_SharpnessPro", + "files": [ + "https://github.com/orion4d/ComfyUI_SharpnessPro" + ], + "install_type": "git-clone", + "description": "A collection of high-quality nodes for ComfyUI, dedicated to improving the sharpness, clarity, and texture of your images" + }, + { + "author": "orion4d", + "title": "ComfyUI EncryptMaster", + "reference": "https://github.com/orion4d/Comfyui_EncryptMaster", + "files": [ + "https://github.com/orion4d/Comfyui_EncryptMaster" + ], + "install_type": "git-clone", + "description": "ComfyUI node pack for encrypting and hiding text or images.\nSecurity: AES-256-GCM (authenticated) with scrypt key derivation.\nSteganography: LSB (PNG/TIFF) and DCT/JPEG (more robust to recompression)." + }, + { + "author": "orion4d", + "title": "Gemini Nano Banana for ComfyUI", + "reference": "https://github.com/orion4d/Gemini_Banana_by_orion4d", + "files": [ + "https://github.com/orion4d/Gemini_Banana_by_orion4d" + ], + "install_type": "git-clone", + "description": "This project is a custom node for ComfyUI that integrates the power of the Google Gemini 2.5 Flash Image (“Nano Banana”) API. It provides a single versatile node, the Gemini Nano Banana, which allows you to perform image generation and editing operations directly within your workflows." + }, + { + "author": "Fabio Sarracino", + "title": "VibeVoice ComfyUI", + "id": "vibevoice-comfyui", + "reference": "https://github.com/Enemyx-net/VibeVoice-ComfyUI", + "files": [ + "https://github.com/Enemyx-net/VibeVoice-ComfyUI" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper for Microsoft VibeVoice TTS model. Supports single speaker, multi-speaker, and text file loading", + "pip": ["torch>=2.0.0", "torchaudio>=2.0.0", "numpy>=1.20.0", "transformers>=4.44.0", "librosa>=0.9.0", "soundfile>=0.12.0"] + }, + { + "author": "mikheys", + "title": "ComfyUI Nano Banana Node", + "reference": "https://github.com/mikheys/comfyui-gemini-mikheys", + "files": [ + "https://github.com/mikheys/comfyui-gemini-mikheys" + ], + "install_type": "git-clone", + "description": "This repository contains a custom node for ComfyUI, 'Nano banana', designed for advanced image editing using the Google Gemini API. " + }, + { + "author": "Gipphe", + "title": "ComfyUI Metadata Statistics", + "reference": "https://github.com/Gipphe/comfyui-metadata-statistics", + "files": [ + "https://github.com/Gipphe/comfyui-metadata-statistics" + ], + "install_type": "git-clone", + "description": "Gather statistics and information about your workflow." + }, + { + "author": "Saganaki22", + "title": "dotWaveform", + "reference": "https://github.com/Saganaki22/ComfyUI-dotWaveform", + "files": [ + "https://github.com/Saganaki22/ComfyUI-dotWaveform" + ], + "install_type": "git-clone", + "description": "ComfyUI node for generating animated dotted waveform visualizations with multiple animation styles including teardrop bars" + }, + { + "author": "Saganaki22", + "title": "Seedream4 Replicate", + "reference": "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate", + "files": [ + "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate" + ], + "install_type": "git-clone", + "description": "ComfyUI node for Seedream 4 image generation via Replicate API with support for text-to-image and image-to-image generation" + }, + { + "author": "Saganaki22", + "title": "Maya1 TTS", + "reference": "https://github.com/Saganaki22/ComfyUI-Maya1_TTS", + "files": [ + "https://github.com/Saganaki22/ComfyUI-Maya1_TTS" + ], + "install_type": "git-clone", + "description": "ComfyUI node for Maya1 TTS - Expressive voice generation with 20+ emotions, voice design, and SNAC neural codec" + }, + { + "author": "saganaki22", + "title": "Step Audio EditX TTS", + "reference": "https://github.com/Saganaki22/ComfyUI-Step_Audio_EditX_TTS", + "files": [ + "https://github.com/Saganaki22/ComfyUI-Step_Audio_EditX_TTS" + ], + "install_type": "git-clone", + "description": "Professional voice cloning and audio editing node for ComfyUI using Step Audio EditX" + }, + { + "author": "sfinktah", + "title": "comfy-ovum", + "reference": "https://github.com/sfinktah/comfy-ovum", + "files": [ + "https://github.com/sfinktah/comfy-ovum" + ], + "install_type": "git-clone", + "description": "An assorted reliquary of nodes: mismatched, stubborn, and deliberately indistinct; they do what is required; do not ask for particulars." + }, + { + "author": "sfinktah", + "title": "ovum-spotlight", + "reference": "https://github.com/sfinktah/ovum-spotlight", + "files": [ + "https://github.com/sfinktah/ovum-spotlight" + ], + "install_type": "git-clone", + "description": "Spotlight: An extensible, magical, and essential search bar for ComfyUI" + }, + { + "author": "fredhopp", + "title": "comfyui-flipflopnodes", + "reference": "https://github.com/fredhopp/comfyui-flipflopnodes", + "files": [ + "https://github.com/fredhopp/comfyui-flipflopnodes" + ], + "install_type": "git-clone", + "description": "This project contains custom Flip-Flop nodes for ComfyUI." + }, + { + "author": "lucasgattas", + "title": "ComfyUI · Egregora: Divide & Enhance", + "reference": "https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance", + "files": [ + "https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance" + ], + "install_type": "git-clone", + "description": "Egregora: Divide & Enhance is a small suite of custom nodes that help you split, enhance, and recombine images, plus a clean SDXL prompt mixer that keeps things simple while staying robust with lot´s of customization." + }, + { + "author": "lucasgattas", + "title": "ComfyUI · Egregora Audio Super‑Resolution", + "reference": "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution", + "files": [ + "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution" + ], + "install_type": "git-clone", + "description": "High‑quality music audio enhancement for ComfyUI: FlashSR super‑resolution + Fat Llama spectral enhancement (GPU & CPU)." + }, + { + "author": "lucasgattas", + "title": "Egregora Frames Animation Nodes for ComfyUI", + "reference": "https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes", + "files": [ + "https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes" + ], + "install_type": "git-clone", + "description": "Advanced image list animation toolkit for ComfyUI with batch processing, AI-powered frame interpolation, and multi-format video encoding." + }, + { + "author": "sweetndata", + "title": "ComfyUI-Reflatent", + "reference": "https://github.com/sweetndata/ComfyUI-Reflatent", + "files": [ + "https://github.com/sweetndata/ComfyUI-Reflatent" + ], + "install_type": "git-clone", + "description": "NODES:Reflatent" + }, + { + "author": "aesethtics", + "title": "ComfyUI Utilitools Nodes", + "reference": "https://github.com/aesethtics/ComfyUI-Utilitools", + "files": [ + "https://github.com/aesethtics/ComfyUI-Utilitools" + ], + "install_type": "git-clone", + "description": "A collection of utility nodes for ComfyUI to improve workflow efficiency." + }, + { + "author": "aesethtics", + "title": "ComfyUI 3D Model Viewer", + "id": "comfyui-3d-model-viewer", + "reference": "https://github.com/aesethtics/comfyui-3d-model-viewer", + "files": [ + "https://github.com/aesethtics/comfyui-3d-model-viewer" + ], + "install_type": "git-clone", + "description": "A 3D model viewer node for ComfyUI that allows viewing and interacting with 3D models directly in the interface" + }, + { + "author": "gearmachine", + "title": "ComfyUI-ProportionChanger", + "reference": "https://github.com/grmchn/ComfyUI-ProportionChanger", + "files": [ + "https://github.com/grmchn/ComfyUI-ProportionChanger" + ], + "install_type": "git-clone", + "description": "Advanced DWPose-based body proportion changer for ComfyUI" + }, + { + "author": "huwenkai26", + "title": "ComfyUI Text Remove Node", + "reference": "https://github.com/huwenkai26/comfyui-remove-text", + "files": [ + "https://github.com/huwenkai26/comfyui-remove-text" + ], + "install_type": "git-clone", + "description": "This is a ComfyUI custom node designed to automatically detect and remove text from images." + }, + { + "author": "BAIKEMARK", + "title": "Civitai Prompt Stats Node", + "reference": "https://github.com/BAIKEMARK/ComfyUI_Civitai_Prompt_Stats", + "files": [ + "https://github.com/BAIKEMARK/ComfyUI_Civitai_Prompt_Stats" + ], + "install_type": "git-clone", + "description": "A ComfyUI node that quickly fetches the most commonly used positive and negative prompts for Civitai models (Checkpoint / Lora) from the community, helping you effortlessly enhance your own creations!" + }, + { + "author": "BAIKEMARK", + "title": "Civitai Recipe Finder", + "reference": "https://github.com/BAIKEMARK/ComfyUI-Civitai-Recipe", + "files": [ + "https://github.com/BAIKEMARK/ComfyUI-Civitai-Recipe" + ], + "install_type": "git-clone", + "description": "Instantly explore Civitai community hits for your local AI models and apply full recipes with one click — or dive deep to uncover the best prompts, parameters, and LoRA combos." + }, + { + "author": "Jarcis-cy", + "title": "HunyuanVideo-Foley Audio Generator", + "reference": "https://github.com/Jarcis-cy/ComfyUI-HunyuanVideoFoley", + "files": [ + "https://github.com/Jarcis-cy/ComfyUI-HunyuanVideoFoley" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper nodes for HunyuanVideo-Foley: Generate audio from video + text prompts" + }, + { + "author": "railep", + "title": "ComfyUI-HunyuanVideo-Foley", + "reference": "https://github.com/railep/ComfyUI-HunyuanVideo-Foley", + "files": [ + "https://github.com/railep/ComfyUI-HunyuanVideo-Foley" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for generating synchronized audio for videos using the HunyuanVideo-Foley model." + }, + { + "author": "Dehypnotic", + "title": "AspectRatioAdvanced", + "reference": "https://github.com/Dehypnotic/comfyui-aspect-ratio-advanced", + "files": [ + "https://github.com/Dehypnotic/comfyui-aspect-ratio-advanced" + ], + "install_type": "git-clone", + "description": "An advanced aspect ratio calculator and image scaler with flexible scaling modes and intelligent image handling." + }, + { + "author": "GsusGG", + "title": "ComfyUI-CozyGen", + "reference": "https://github.com/gsusgg/ComfyUI_CozyGen", + "files": [ + "https://github.com/gsusgg/ComfyUI_CozyGen" + ], + "install_type": "git-clone", + "description": "A set of custom nodes and aiohttp server for a simple ComfyUI browser and mobile device experience for any t2i image workflow." + }, + { + "author": "daehwa", + "title": "ComfyUI-NanoBananaAPI", + "reference": "https://github.com/daehwa00/ComfyUI-NanoBananaAPI", + "files": [ + "https://github.com/daehwa00/ComfyUI-NanoBananaAPI" + ], + "install_type": "git-clone", + "description": "Creates images using the NanoBanana API. To use it, you must enter your issued API key." + }, + { + "author": "annewj023", + "title": "Google Nano", + "reference": "https://github.com/annewj023/Comfyui_google_nano", + "files": [ + "https://github.com/annewj023/Comfyui_google_nano" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node based on OpenRouter that supports calling the Google Gemini model via the OpenAI API to generate new images from reference images and prompts." + }, + { + "author": "MushroomFleet", + "title": "Zenkai-POML for ComfyUI", + "reference": "https://github.com/MushroomFleet/ComfyUI-DJZ-POML", + "files": [ + "https://github.com/MushroomFleet/ComfyUI-DJZ-POML" + ], + "install_type": "git-clone", + "description": "Bring Microsoft's POML (Prompt Orchestration Markup Language) to your ComfyUI workflows! Create structured, reusable, and powerful prompts with visual node-based editing." + }, + { + "author": "MushroomFleet", + "title": "DJZ-Pedalboard", + "reference": "https://github.com/MushroomFleet/DJZ-Pedalboard", + "files": [ + "https://github.com/MushroomFleet/DJZ-Pedalboard" + ], + "install_type": "git-clone", + "description": "This project provides a collection of custom nodes designed for enhanced audio effects in ComfyUI. With an intuitive pedalboard interface, users can easily integrate and manipulate various audio effects within their workflows." + }, + { + "author": "MushroomFleet", + "title": "ComfyUI-FLUX2-JSON", + "reference": "https://github.com/MushroomFleet/ComfyUI-FLUX2-JSON", + "files": [ + "https://github.com/MushroomFleet/ComfyUI-FLUX2-JSON" + ], + "install_type": "git-clone", + "description": "A comprehensive suite of custom nodes for building structured JSON prompts for FLUX.2 image generation with precision and control." + }, + { + "author": "MushroomFleet", + "title": "ComfyUI-Variationator", + "reference": "https://github.com/MushroomFleet/ComfyUI-Variationator", + "files": [ + "https://github.com/MushroomFleet/ComfyUI-Variationator" + ], + "install_type": "git-clone", + "description": "Advanced multi-dimensional prompt variation system for ComfyUI with 240 pre-defined modifiers and 19 custom nodes. (Description by CC)" + }, + { + "author": "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", + "reference": "https://github.com/Urabewe/ComfyUI-CountS2VExtend", + "files": [ + "https://github.com/Urabewe/ComfyUI-CountS2VExtend" + ], + "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", + "reference": "https://github.com/Juste-Leo2/USO_ComfyUI", + "files": [ + "https://github.com/Juste-Leo2/USO_ComfyUI" + ], + "install_type": "git-clone", + "description": "Custom nodes to integrate the USO image generation model (based on FLUX.1 by ByteDance) into ComfyUI.\nThis project is an implementation based on the official source code from the [a/ByteDance/USO](https://github.com/bytedance/USO) repository." + }, + { + "author": "mengqin", + "title": "Unet Bnb Model Loader", + "reference": "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader", + "files": [ + "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader" + ], + "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", + "reference": "https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit", + "files": [ + "https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit" + ], + "install_type": "git-clone", + "description": "A nodepack designed to help you work with video from within ComfyUI that specializes in handling image batches efficiency and creating video loops." + }, + { + "author": "hujuying", + "title": "ComfyUI ModelScope API Node", + "reference": "https://github.com/hujuying/ComfyUI-ModelScope-API", + "files": [ + "https://github.com/hujuying/ComfyUI-ModelScope-API" + ], + "install_type": "git-clone", + "description": "This is a universal custom node for ComfyUI that supports both Text-to-Image and Image-to-Image generation by calling various models via the official ModelScope API." + }, + { + "author": "chaserhkj", + "title": "Chaser's Custom Nodes", + "reference": "https://github.com/chaserhkj/ComfyUI-Chaser-nodes", + "files": [ + "https://github.com/chaserhkj/ComfyUI-Chaser-nodes" + ], + "install_type": "git-clone", + "description": "NODES: Upload image(s) to WebDAV, Upload video as WebM to WebDAV, Load image from WebDAV, Evaluate S-Expr with integer output, Evaluate S-Expr with float output" + }, + { + "author": "otavanopisto", + "title": "ComfyUI-aihub-workflow-exposer", + "reference": "https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer", + "files": [ + "https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI in order to expose AI workflows to external applications (particularly image, video and audio editors) so workflows can be integrated as plugins" + }, + { + "author": "aistudynow", + "title": "Comfyui-HunyuanFoley", + "reference": "https://github.com/aistudynow/Comfyui-HunyuanFoley", + "files": [ + "https://github.com/aistudynow/Comfyui-HunyuanFoley" + ], + "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", + "reference": "https://github.com/noelkim12/ComfyUI-NoelTextUtil", + "files": [ + "https://github.com/noelkim12/ComfyUI-NoelTextUtil" + ], + "install_type": "git-clone", + "description": "Text utility nodes for file path and LoRA auto triggering" + }, + { + "author": "Juste-Leo2", + "title": "Canary-ComfyUI", + "reference": "https://github.com/Juste-Leo2/Canary-ComfyUI", + "files": [ + "https://github.com/Juste-Leo2/Canary-ComfyUI" + ], + "install_type": "git-clone", + "description": "This node pack integrates the core capabilities of the Canary-1b-v2 model, providing three main features: it can transcribe audio in any of 25 supported languages into text in the same language, translate audio from 24 source languages directly into English, and translate English audio directly into one of the 24 other supported languages." + }, + { + "author": "Frief84", + "title": "ComfyUI-LoRAWeightAxisXY", + "reference": "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY", + "files": [ + "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY" + ], + "install_type": "git-clone", + "description": "Adds `XY Input: LoRA Weight (simple)` for Efficiency Nodes. Outputs XY subtype 'LoRA' (name, weight, weight) with a linear sweep; works with `XY Input: Checkpoint`.", + "tags": ["xy-plot", "lora", "efficiency-nodes", "utility"] + }, + { + "author": "Shellishack", + "title": "comfyui_remote_media_io", + "reference": "https://github.com/Shellishack/comfyui_remote_media_io", + "files": [ + "https://github.com/Shellishack/comfyui_remote_media_io" + ], + "install_type": "git-clone", + "description": "Load media (image/video/audio) from remote URL" + }, + { + "author": "grovergol", + "title": "ComfyUI Grover Nodes", + "reference": "https://github.com/grovergol/comfyui-grover-nodes", + "files": [ + "https://github.com/grovergol/comfyui-grover-nodes" + ], + "install_type": "git-clone", + "description": "A custom node that allows opening file paths in the default system file explorer." + }, + { + "author": "Yeq6X", + "title": "ComfyUI Image to Video Inserter", + "reference": "https://github.com/Yeq6X/ComfyUI-image-to-video-inserter", + "files": [ + "https://github.com/Yeq6X/ComfyUI-image-to-video-inserter" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that inserts images into videos." + }, + { + "author": "sumitchatterjee13", + "title": "Nuke Nodes for ComfyUI", + "reference": "https://github.com/sumitchatterjee13/nuke-nodes-comfyui", + "files": [ + "https://github.com/sumitchatterjee13/nuke-nodes-comfyui" + ], + "install_type": "git-clone", + "description": "A comprehensive collection of ComfyUI custom nodes that replicate the functionality of popular Nuke compositing nodes. Includes merge, grade, transform, blur nodes and more for professional compositing workflows." + }, + { + "author": "opparco", + "title": "Wan2.2 Lightx2v Scheduler for ComfyUI", + "reference": "https://github.com/opparco/ComfyUI-WanLightx2vScheduler", + "files": [ + "https://github.com/opparco/ComfyUI-WanLightx2vScheduler" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node package designed specifically for Wan2.2 Lightx2v models to fix the 'burnt-out' look, over-sharpening, and abrupt lighting shifts through proper denoising trajectory alignment." + }, + { + "author": "polygoningenieur", + "title": "ComfyUI-IC-Light-Video", + "reference": "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video", + "files": [ + "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video" + ], + "install_type": "git-clone", + "description": "ComfyUI native nodes for IC-Light with a Video node" + }, + { + "author": "5agado", + "title": "Sagado Nodes for ComfyUI", + "reference": "https://github.com/5agado/ComfyUI-Sagado-Nodes", + "files": [ + "https://github.com/5agado/ComfyUI-Sagado-Nodes" + ], + "install_type": "git-clone", + "description": "NODES: Image Loader, Get Num Frames, Get Resolution Node, Video Loader, Film Grain" + }, + { + "author": "FredBisAI", + "title": "ComfyUI FRED Nodes v2", + "reference": "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2", + "files": [ + "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2" + ], + "install_type": "git-clone", + "description": "FRED's enhanced custom nodes for ComfyUI" + }, + { + "author": "matthewfriedrichs", + "title": "Thought Bubble", + "id": "thoughtbubble_interactivecanvas", + "reference": "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble", + "files": [ + "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble" + ], + "install_type": "git-clone", + "description": "ThoughtBubble is a custom node for ComfyUI that provides an interactive canvas to build and manage your prompts in a more visual and organized way. Think of it as a whiteboard for your ideas, allowing you to link different concepts, create conditional logic, and dynamically generate prompts using a powerful set of commands." + }, + { + "author": "Justify87", + "title": "ComfyUI Multi-Analysis Heatmaps", + "reference": "https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps", + "files": [ + "https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node for visual comparison of two images using multiple perceptual and mathematical methods. The goal: make hidden differences visible as colorful heatmaps, so you can see where an upscaler, denoiser, or diffusion model changed your image — even when your eyes can’t tell at first glance." + }, + { + "author": "iguanesolutions", + "title": "Flux Resolution", + "reference": "https://github.com/iguanesolutions/comfyui-ig1-tools", + "files": [ + "https://github.com/iguanesolutions/comfyui-ig1-tools" + ], + "install_type": "git-clone", + "description": "Get the closest compatible flux resolution from a given resolution." + }, + { + "author": "Vantage with AI", + "title": "Vantage-HunyuanFoley", + "reference": "https://github.com/vantagewithai/Vantage-HunyuanFoley", + "files": [ + "https://github.com/vantagewithai/Vantage-HunyuanFoley" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for generating high-fidelity, synchronized foley audio for any video, powered by Tencent’s HunyuanVideo-Foley model." + }, + { + "author": "Vantage with AI", + "title": "Vantage Long Wan Video", + "reference": "https://github.com/vantagewithai/VantageLongWanVideo", + "files": [ + "https://github.com/vantagewithai/VantageLongWanVideo" + ], + "install_type": "git-clone", + "description": "VantageLongWanVideo is a lightweight project management system for ComfyUI, designed for long-running, prompt-driven video generation. It simplifies workflow management by saving prompts to disk, handling continuity across runs, and allowing resuming or regenerating from any point." + }, + { + "author": "vantagewithai", + "title": "Vantage-DyPE", + "reference": "https://github.com/vantagewithai/Vantage-DyPE", + "files": [ + "https://github.com/vantagewithai/Vantage-DyPE" + ], + "install_type": "git-clone", + "description": "Vantage DyPE integrates DyPE (Dynamic Position Extrapolation) into ComfyUI, enabling Flux-based transformer models to produce native ultra-high-resolution images (4K, 8K, and beyond) without retraining or external upscaling." + }, + { + "author": "vantagewithai", + "title": "Vantage-DreamOmni2", + "reference": "https://github.com/vantagewithai/Vantage-DreamOmni2", + "files": [ + "https://github.com/vantagewithai/Vantage-DreamOmni2" + ], + "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", + "id": "SATA UtilityNode", + "reference": "https://github.com/SatadalAI/SATA_UtilityNode", + "files": [ + "https://github.com/SatadalAI/SATA_UtilityNode" + ], + "install_type": "git-clone", + "description": "A collection of utility nodes including image upscale,touchpad support and CSV-driven prompt machine for ComfyUI." + }, + { + "author": "CoreyCorza", + "title": "ComfyUI-CRZnodes", + "reference": "https://github.com/CoreyCorza/ComfyUI-CRZnodes", + "files": [ + "https://github.com/CoreyCorza/ComfyUI-CRZnodes" + ], + "install_type": "git-clone", + "description": "Dashboard Nodes for Comfy" + }, + { + "author": "wizdroid", + "title": "Wizdroid Character Nodes for ComfyUI", + "reference": "https://github.com/wizdroid/wizdroid-character", + "files": [ + "https://github.com/wizdroid/wizdroid-character" + ], + "install_type": "git-clone", + "description": "A comprehensive collection of custom nodes for ComfyUI that provide AI-powered prompt generation tools using Ollama. These nodes help create detailed, professional prompts for text-to-image generation across various domains including character creation, fashion, fantasy scenes, and image analysis." + }, + { + "author": "SnJake", + "title": "JPG & Noise Remover for ComfyUI", + "reference": "https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner", + "files": [ + "https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner" + ], + "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", + "reference": "https://github.com/MilleN2ium/ComfyUI-CutomizableSave", + "files": [ + "https://github.com/MilleN2ium/ComfyUI-CutomizableSave" + ], + "install_type": "git-clone", + "description": "save your image with customized naming rule" + }, + { + "author": "leylahviolet", + "title": "iolet Tools 💅", + "reference": "https://github.com/leylahviolet/ComfyUI-Violet-Tools", + "files": [ + "https://github.com/leylahviolet/ComfyUI-Violet-Tools" + ], + "install_type": "git-clone", + "description": "Aesthetic-focused custom nodes for ComfyUI with sophisticated style and prompt management" + }, + { + "author": "ApexArtist", + "title": "Apex Artist - Image Resize", + "reference": "https://github.com/ApexArtist/comfyui-apex-artist", + "files": [ + "https://github.com/ApexArtist/comfyui-apex-artist" + ], + "install_type": "git-clone", + "description": "Professional image resizing node with 6 advanced algorithms, intelligent aspect ratio handling, crop/pad options, and batch processing support. Perfect for AI workflows, photography, and digital art.", + "category": "Image Processing", + "tags": [ + "image", + "resize", + "scaling", + "aspect-ratio", + "lanczos", + "bicubic", + "batch-processing" + ], + "version": "1.0.0" + }, + { + "author": "Seth A. Robinson", + "title": "Workflow to API Converter Endpoint", + "reference": "https://github.com/SethRobinson/comfyui-workflow-to-api-converter-endpoint", + "files": [ + "https://github.com/SethRobinson/comfyui-workflow-to-api-converter-endpoint" + ], + "install_type": "git-clone", + "description": "Adds a global /workflow/convert API endpoint to convert non-API workflow formats to API format for ComfyUI execution" + }, + { + "author": "FloyoAI", + "title": "ComfyUI Seed API Integration", + "reference": "https://github.com/FloyoAI/ComfyUI-Seed-API", + "files": [ + "https://github.com/FloyoAI/ComfyUI-Seed-API" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for Seed AI APIs including video generation, image generation, and chat models" + }, + { + "author": "Olaf Reitmaier Veracierta", + "title": "Olaf's Nodes", + "reference": "https://github.com/olafrv/comfyui_olafrv", + "files": [ + "https://github.com/olafrv/comfyui_olafrv" + ], + "install_type": "git-clone", + "description": "NODES: ORvTextEncoderGoogleEmbeddingGemma3, ORvEmbeddingsHeatmap, ORvEmbeddingsSpectrogram, ORvStringConsoleDebug" + }, + { + "author": "jfcantu", + "title": "ComfyUI Prompt Companion", + "reference": "https://github.com/jfcantu/ComfyUI-Prompt-Companion", + "files": [ + "https://github.com/jfcantu/ComfyUI-Prompt-Companion" + ], + "install_type": "git-clone", + "description": "A node that lets you save and reuse parts of prompts (embeddings, quality keywords, and so on.)" + }, + { + "author": "jfcantu", + "title": "ComfyUI AutoNotes", + "reference": "https://github.com/jfcantu/ComfyUI-AutoNotes", + "files": [ + "https://github.com/jfcantu/ComfyUI-AutoNotes" + ], + "install_type": "git-clone", + "description": "Automatically display context-aware notes based on workflow state, selected nodes, and node attributes in ComfyUI." + }, + { + "author": "duldduld", + "title": "ComfyUI_md5", + "reference": "https://github.com/duldduld/ComfyUI_md5", + "files": [ + "https://github.com/duldduld/ComfyUI_md5" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes to covert string/image/file to md5 hash" + }, + { + "author": "firetheft", + "title": "ComfyUI_Local_Lora_Gallery", + "reference": "https://github.com/Firetheft/ComfyUI_Local_Lora_Gallery", + "files": [ + "https://github.com/Firetheft/ComfyUI_Local_Lora_Gallery" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that provides a visual gallery for managing and applying multiple LoRA models." + }, + { + "author": "darkamenosa", + "title": "Comfy Nano Banana", + "id": "comfy-nanobanana", + "reference": "https://github.com/darkamenosa/comfy_nanobanana", + "files": [ + "https://github.com/darkamenosa/comfy_nanobanana" + ], + "install_type": "git-clone", + "description": "Google Gemini API integration for ComfyUI - Generate images and text using Google's latest AI models. Provides nodes for Gemini API interactions and batch image processing." + }, + { + "author": "Malte0621", + "title": "HordeAI", + "reference": "https://github.com/Malte0621/hordeai-comfy", + "files": [ + "https://github.com/Malte0621/hordeai-comfy" + ], + "install_type": "git-clone", + "description": "AI Horde integration as custom node(s) for ComfyUI" + }, + { + "author": "Draek2077", + "title": "comfyui-draekz-nodez", + "reference": "https://github.com/Draek2077/comfyui-draekz-nodez", + "files": [ + "https://github.com/Draek2077/comfyui-draekz-nodez" + ], + "install_type": "git-clone", + "description": "Making ComfyUI more comfortable." + }, + { + "author": "apacheone", + "title": "ComfyUI_efficient_sam_node", + "reference": "https://github.com/Apache0ne/ComfyUI_efficient_sam_node", + "files": [ + "https://github.com/Apache0ne/ComfyUI_efficient_sam_node" + ], + "install_type": "git-clone", + "description": "Unofficial EfficientViT_sam_nodes for the https://huggingface.co/mit-han-lab/efficientvit-sam models" + }, + { + "author": "Apache0ne", + "title": "ComfyUI-DiffiT", + "reference": "https://github.com/Apache0ne/ComfyUI-DiffiT", + "files": [ + "https://github.com/Apache0ne/ComfyUI-DiffiT" + ], + "install_type": "git-clone", + "description": "Node pack that loads the official DiffiT checkpoint, creates latent noise, samples with the official pipeline path, and decodes with the selected VAE." + }, + { + "author": "easygoing0114", + "title": "ComfyUI-easygoing-nodes", + "reference": "https://github.com/easygoing0114/ComfyUI-easygoing-nodes", + "files": [ + "https://github.com/easygoing0114/ComfyUI-easygoing-nodes" + ], + "install_type": "git-clone", + "description": "Enhanced Text Encoder modules, acd Custom nodes for ComfyUI, device-select CLIP loaders, providing HDR effects, image saving with prompt metadata." + }, + { + "author": "writer-in-fancy-pants", + "title": "Octo Json Presets", + "reference": "https://github.com/writer-in-fancy-pants/octo_json_presets", + "files": [ + "https://github.com/writer-in-fancy-pants/octo_json_presets" + ], + "install_type": "git-clone", + "description": "Load presets from json file to run a set of experiments in a workflow with different models and settings" + }, + { + "author": "sputnik57", + "title": "comfyui-prompt-logger", + "reference": "https://github.com/sputnik57/comfyui-prompt-logger", + "files": [ + "https://github.com/sputnik57/comfyui-prompt-logger" + ], + "install_type": "git-clone", + "description": "This custom node saves metadata when I explore images. It creates a sidecare json file beside the image file." + }, + { + "author": "brenzel", + "title": "comfyui-prompt-beautify", + "reference": "https://github.com/brenzel/comfyui-prompt-beautify", + "files": [ + "https://github.com/brenzel/comfyui-prompt-beautify" + ], + "install_type": "git-clone", + "description": "ComfyUI node to beautify your image generation prompt" + }, + { + "author": "Firetheft", + "title": "ComfyUI-Animate-Progress", + "reference": "https://github.com/Firetheft/ComfyUI-Animate-Progress", + "files": [ + "https://github.com/Firetheft/ComfyUI-Animate-Progress" + ], + "install_type": "git-clone", + "description": "A progress bar beautification plugin designed for ComfyUI. It replaces the monotonous default progress bar with a vibrant and dynamic experience, complete with an animated character and rich visual effects." + }, + { + "author": "AstrionX", + "title": "ComfyUI-Tensor-Prism-Node-Pack", + "reference": "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack", + "files": [ + "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack" + ], + "install_type": "git-clone", + "description": "Advanced model merging and enhancement nodes for ComfyUI" + }, + { + "author": "ru4ls", + "title": "ComfyUI_Nano_Banana", + "reference": "https://github.com/ru4ls/ComfyUI_Nano_Banana", + "files": [ + "https://github.com/ru4ls/ComfyUI_Nano_Banana" + ], + "install_type": "git-clone", + "description": "A set of custom nodes for ComfyUI that leverage the Gemini 2.5 Flash Image Preview API to generate images from text prompts, single images, and multiple images." + }, + { + "author": "ru4ls", + "title": "ComfyUI_Wan", + "reference": "https://github.com/ru4ls/ComfyUI_Wan", + "files": [ + "https://github.com/ru4ls/ComfyUI_Wan" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that provides seamless integration with the Wan models from Alibaba Cloud Model Studio. This solution delivers cutting-edge image and video generation capabilities directly within ComfyUI, supporting both international and Mainland China regions." + }, + { + "author": "ru4ls", + "title": "ComfyUI_Imagen", + "reference": "https://github.com/ru4ls/ComfyUI_Imagen", + "files": [ + "https://github.com/ru4ls/ComfyUI_Imagen" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that leverages the Google Cloud Vertex AI Imagen API to generate and edit images." + }, + { + "author": "ru4ls", + "title": "Google Font Text Image Node for ComfyUI", + "reference": "https://github.com/ru4ls/ComfyUI_Google-Fonts", + "files": [ + "https://github.com/ru4ls/ComfyUI_Google-Fonts" + ], + "install_type": "git-clone", + "description": "This custom node provides a powerful and flexible way to create images from text with advanced typographic controls. It's an ideal tool for generating inputs for Typography, creating titles and watermarks, or producing font specimens for multimodal models to analyze and generate." + }, + { + "author": "ru4ls", + "title": "ComfyUI Street View Loader Node", + "reference": "https://github.com/ru4ls/ComfyUI_StreetView-Loader", + "files": [ + "https://github.com/ru4ls/ComfyUI_StreetView-Loader" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that allows you to load images directly from Google Street View to use as backgrounds, textures, or inputs in your workflows." + }, + { + "author": "garg-aayush", + "title": "ComfyUI-Svg2Raster", + "reference": "https://github.com/garg-aayush/ComfyUI-Svg2Raster", + "files": [ + "https://github.com/garg-aayush/ComfyUI-Svg2Raster" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node to load SVG files and convert them to raster images, with options for resizing, background color, and borders." + }, + { + "author": "razvanmatei-sf", + "title": "ComfyUI Razv LLM Node", + "reference": "https://github.com/razvanmatei-sf/razv-llm", + "files": [ + "https://github.com/razvanmatei-sf/razv-llm" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for integrating Claude API with image and text capabilities." + }, + { + "author": "razvanmatei-sf", + "title": "Dynamic Prompt List Node for ComfyUI", + "reference": "https://github.com/razvanmatei-sf/serhii-prompt-list", + "files": [ + "https://github.com/razvanmatei-sf/serhii-prompt-list" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that allows you to create lists of prompts with dynamic input count. Add or remove prompt inputs on the fly without creating multiple nodes." + }, + { + "author": "Enashka", + "title": "ComfyUI-nhknodes", + "reference": "https://github.com/Enashka/ComfyUI-nhknodes", + "files": [ + "https://github.com/Enashka/ComfyUI-nhknodes" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes collection with workflow utilities, image processing, and AI integration" + }, + { + "author": "teepunkt-esspunkt", + "title": "ComfyUI-SuiteTea", + "reference": "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea", + "files": [ + "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea" + ], + "install_type": "git-clone", + "description": "NODES: 'Tea: Save & Reload Image', 'Tea: Load Image Checkpoints from path', ..." + }, + { + "author": "razvanmatei-sf", + "title": "ComfyUI Razv WaveSpeed Nodes", + "reference": "https://github.com/razvanmatei-sf/razv-wavespeed", + "files": [ + "https://github.com/razvanmatei-sf/razv-wavespeed" + ], + "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", + "reference": "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI", + "files": [ + "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that implements CoMPaSS for FLUX.1-dev models. CoMPaSS enhances the spatial understanding capabilities of text-to-image diffusion models." + }, + { + "author": "snicolast", + "title": "ComfyUI-IndexTTS2", + "reference": "https://github.com/snicolast/ComfyUI-IndexTTS2", + "files": [ + "https://github.com/snicolast/ComfyUI-IndexTTS2" + ], + "install_type": "git-clone", + "description": "Lightweight ComfyUI wrapper for IndexTTS 2 (voice cloning + emotion control)." + }, + { + "author": "snicolast", + "title": "ComfyUI-Ovi", + "reference": "https://github.com/snicolast/ComfyUI-Ovi", + "files": [ + "https://github.com/snicolast/ComfyUI-Ovi" + ], + "install_type": "git-clone", + "description": "Lightweight ComfyUI wrapper that bring Character.AI's Ovi video+audio generator to ComfyUI with streamlined setup, selectable precision, and attention-backend control." + }, + { + "author": "snicolast", + "title": "ComfyUI-Manufnode", + "reference": "https://github.com/efortin/ComfyUI-Ollama-Enhancer", + "files": [ + "https://github.com/efortin/ComfyUI-Ollama-Enhancer" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes integrating Ollama to generate and enhance positive/negative prompts for Stable Diffusion workflows." + }, + { + "author": "fr0nky0ng", + "title": "ComfyUI-Face-Comparator", + "reference": "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator", + "files": [ + "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator" + ], + "install_type": "git-clone", + "description": "This is a node to detect the similarity between two faces" + }, + { + "author": "fr0nky0ng", + "title": "ComfyUI-frankAI-banana", + "reference": "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana", + "files": [ + "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana" + ], + "install_type": "git-clone", + "description": "A set of ComfyUI nodes for calling the Nano-Banana API , while also supporting the Google API and frankAI API." + }, + { + "author": "fr0nky0ng", + "title": "ComfyUI-JSON-Prompt", + "reference": "https://github.com/fr0nky0ng/ComfyUI-JSON-Prompt", + "files": [ + "https://github.com/fr0nky0ng/ComfyUI-JSON-Prompt" + ], + "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": "nakagawadev", + "title": "comfyui_nakagawa", + "reference": "https://github.com/nakagawadev/comfyui_nakagawa", + "files": [ + "https://github.com/nakagawadev/comfyui_nakagawa" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI that send video data through websockets instead of saving to disk." + }, + { + "author": "nakMe-guminagawadev", + "title": "MeComfyuiEncrypt", + "reference": "https://github.com/Me-gumin/MeComfyuiEncrypt", + "files": [ + "https://github.com/Me-gumin/MeComfyuiEncrypt" + ], + "install_type": "git-clone", + "description": "Image obfuscation in ComfyUI" + }, + { + "author": "dzy1128", + "title": "Seedream Image Generate ComfyUI Node", + "reference": "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI", + "files": [ + "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI" + ], + "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", + "reference": "https://github.com/swfxliyiyu/ComfyUI-FastVideo", + "files": [ + "https://github.com/swfxliyiyu/ComfyUI-FastVideo" + ], + "install_type": "git-clone", + "description": "A custom node suite for ComfyUI that provides accelerated video generation using [a/FastVideo](https://github.com/hao-ai-labs/FastVideo). See the blog post about FastVideo V1 to learn more." + }, + { + "author": "darkamenosa", + "title": "Enhanced Image Composite Masked", + "reference": "https://github.com/darkamenosa/comfy_inpaint_blend", + "files": [ + "https://github.com/darkamenosa/comfy_inpaint_blend" + ], + "install_type": "git-clone", + "description": "Seamless inpainting for image-space models like Google Nano Banana and ByteDance Seedream 4. Fixes color mismatches using Poisson blending." + }, + { + "author": "len-ml", + "title": "comfyui_qwen_image_edit_adv", + "reference": "https://github.com/lenML/comfyui_qwen_image_edit_adv", + "files": [ + "https://github.com/lenML/comfyui_qwen_image_edit_adv" + ], + "install_type": "git-clone", + "description": "Improved qwen image editing accuracy" + }, + { + "author": "Ian2073", + "title": "ComfyUI-MyLLMNode", + "reference": "https://github.com/Ian2073/ComfyUI-MyLLMnode", + "files": [ + "https://github.com/Ian2073/ComfyUI-MyLLMnode" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for running LLMs via HuggingFace pipeline. Supports both local paths and HuggingFace model names." + }, + { + "author": "semonxue", + "title": "ComfyUI FlexAI Nodes", + "reference": "https://github.com/Semonxue/Comfyui-flexai", + "files": [ + "https://github.com/Semonxue/Comfyui-flexai" + ], + "install_type": "git-clone", + "description": "Use the fewest nodes for the most flexible model calls. A versatile ComfyUI plugin for OpenAI-compatible APIs, featuring multi-purpose nodes for text and image, support for switching between multiple API providers, and auto-saving of custom models. Compatible with new models like nano-banana and seedream4." + }, + { + "author": "Aaalice233", + "title": "ComfyUI-Danbooru-Gallery", + "reference": "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery", + "files": [ + "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery" + ], + "install_type": "git-clone", + "description": "A danbooru gallery for ComfyUI" + }, + { + "author": "l33chking", + "title": "Danbooru FAISS Search Nodes", + "id": "danbooru-faiss-search", + "reference": "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search", + "files": [ + "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search" + ], + "install_type": "git-clone", + "description": "Use image to search similar images from danbooru using various methods. Notice: the optional API key will be saved to metadata if used" + }, + { + "author": "GegenDenTag", + "title": "Multi Area Conditioning", + "reference": "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node", + "files": [ + "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node" + ], + "install_type": "git-clone", + "description": "Fix Nov. 2024, Davemane42's Custom Node for ComfyUI" + }, + { + "author": "Kaleidia", + "title": "KaleidiaNodes", + "reference": "https://github.com/Kaleidia/KaleidiaNodes", + "files": [ + "https://github.com/Kaleidia/KaleidiaNodes" + ], + "install_type": "git-clone", + "description": "A simple set of nodes to make things easier. String Nodes and Files nodes." + }, + { + "author": "ialhabbal", + "title": "ComfyUI Prompt Verify", + "reference": "https://github.com/ialhabbal/ComfyUI-Prompt-Verify", + "files": [ + "https://github.com/ialhabbal/ComfyUI-Prompt-Verify" + ], + "install_type": "git-clone", + "description": "Custom node to pause a string flow/prompt and let you edit the text" + }, + { + "author": "xhh522", + "title": "ComfyUI Preview Monitor", + "reference": "https://github.com/xhh522/ComfyUI-preview-monitor", + "files": [ + "https://github.com/xhh522/ComfyUI-preview-monitor" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI custom node for image preview and monitoring" + }, + { + "author": "Junst", + "title": "ComfyUI-Concept-Diffusion", + "reference": "https://github.com/Junst/ComfyUI-Concept-Diffusion", + "files": [ + "https://github.com/Junst/ComfyUI-Concept-Diffusion" + ], + "install_type": "git-clone", + "description": "ConceptAttention: Diffusion Transformers Learn Highly Interpretable Features for ComfyUI" + }, + { + "author": "comrender", + "title": "ComfyUI-NanoSeed", + "reference": "https://github.com/comrender/ComfyUI-NanoSeed", + "files": [ + "https://github.com/comrender/ComfyUI-NanoSeed" + ], + "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-Topaz-Upscaler", + "reference": "https://github.com/comrender/ComfyUI-Topaz-Upscaler", + "files": [ + "https://github.com/comrender/ComfyUI-Topaz-Upscaler" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that integrates the Topaz Labs API for AI-powered image upscaling and enhancement." + }, + { + "author": "comrender", + "title": "ComfyUI-NanoB-Edit-Gemini", + "reference": "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini", + "files": [ + "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini" + ], + "install_type": "git-clone", + "description": "This custom node facilitates direct interaction with the Google Gemini API for advanced image editing tasks within ComfyUI with parallel request handling." + }, + { + "author": "DecartAI", + "title": "Lucy-Edit-ComfyUI", + "reference": "https://github.com/DecartAI/Lucy-Edit-ComfyUI", + "files": [ + "https://github.com/DecartAI/Lucy-Edit-ComfyUI" + ], + "install_type": "git-clone", + "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": "sbcode", + "title": "ComfyUI Virtual Webcam", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam", + "files": [ + "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam" + ], + "install_type": "git-clone", + "description": "A Virtual Camera Output For ComfyUI. On Windows, it will use the OBS Virtual Camera driver. So make sure you have OBS installed. Then in your other webcam capable applications, such as Google Meet, Teams, Zoom and even OBS itself, you can connect to the OBS Virtual Camera option and see what you are outputting from ComfyUI.", + "tags": ["virtual-camera", "obs", "webcam"] + }, + { + "author": "sbcode", + "title": "ComfyUI Image Compare", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Image-Compare", + "files": [ + "https://github.com/Sean-Bradley/ComfyUI-Image-Compare" + ], + "install_type": "git-clone", + "description": "Compare two images using ComfyUI. Connect images to both image_a and image_b inputs. Press RUN. Then use the slider to compare. Best used when two images are very similar and you want to see the differences very closely. Search for the manager for image compare, or imagecompare.", + "tags": ["image-compare", "imagecompare"] + }, + { + "author": "sbcode", + "title": "ComfyUI Video Reverse", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse", + "files": [ + "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse" + ], + "install_type": "git-clone", + "description": "A tool to reverse the frames of video type files (MP4, WebM, WebP, Animated GIF) using ComfyUI. It gets the image batch tensor and returns the same tensor, but flipped.", + "tags": ["video-reverse", "image-batch-reverse"] + }, + { + "author": "sbcode", + "title": "ComfyUI Voice Clone", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone", + "files": [ + "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone" + ], + "install_type": "git-clone", + "description": "Custom TTS node that clones voice from a reference audio and speaks entered text." + }, + { + "author": "sbcode", + "title": "Remove Background", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Remove-Background", + "files": [ + "https://github.com/Sean-Bradley/ComfyUI-Remove-Background" + ], + "install_type": "git-clone", + "description": "Remove background scenery from an image of a person. The output image is saved as an RGBA PNG. The alpha channel is included." + }, + { + "author": "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", + "reference": "https://github.com/LukeCoulson1/Comfyui_LoraCombine", + "files": [ + "https://github.com/LukeCoulson1/Comfyui_LoraCombine" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that allows you to combine two LoRAs with adjustable strengths and multiple merging methods." + }, + { + "author": "ahkimkoo", + "title": "ComfyUI Audio Segment Plugin", + "reference": "https://github.com/ahkimkoo/Comfyui-AudioSegment", + "files": [ + "https://github.com/ahkimkoo/Comfyui-AudioSegment" + ], + "install_type": "git-clone", + "description": "Custom node suite for ComfyUI designed for advanced audio processing" + }, + { + "author": "ahkimkoo", + "title": "ComfyUI-GetKeyFrames", + "reference": "https://github.com/ahkimkoo/ComfyUI-GetKeyFrames", + "files": [ + "https://github.com/ahkimkoo/ComfyUI-GetKeyFrames" + ], + "install_type": "git-clone", + "description": "Extract keyframes from video" + }, + { + "author": "joyboy123456", + "title": "ComfyUI Google AI Studio Integration", + "reference": "https://github.com/joyboy123456/-ComfyUI-GoogleAIStudio", + "files": [ + "https://github.com/joyboy123456/-ComfyUI-GoogleAIStudio" + ], + "install_type": "git-clone", + "description": "A comprehensive ComfyUI plugin that integrates Google AI Studio's powerful AI models for content generation, image creation, video planning, and advanced prompt optimization." + }, + { + "author": "Noma-Machiko", + "title": "ComfyUI-ToDevice", + "reference": "https://github.com/Noma-Machiko/ComfyUI-ToDevice", + "files": [ + "https://github.com/Noma-Machiko/ComfyUI-ToDevice" + ], + "install_type": "git-clone", + "description": "A simple collection of device conversion nodes for ComfyUI. These nodes move an image node running on the GPU over to the CPU. They also support moving from CPU to GPU, but in that case, please remove the CPU option from the ComfyUI startup options." + }, + { + "author": "AdamShuo", + "title": "ComfyUI Switch Any Node", + "reference": "https://github.com/AdamShuo/ComfyUI_Switch", + "files": [ + "https://github.com/AdamShuo/ComfyUI_Switch" + ], + "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": "3dgopnik", + "title": "ComfyUI Arena Suite", + "reference": "https://github.com/3dgopnik/comfyui-arena-suite", + "files": [ + "https://github.com/3dgopnik/comfyui-arena-suite" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes in a single package: Arena legacy + AutoCache + Updater" + }, + { + "author": "3dgopnik", + "title": "ComfyUI YOLO Mask Process", + "reference": "https://github.com/gasdyueer/comfyui-yolo-mask-process", + "files": [ + "https://github.com/gasdyueer/comfyui-yolo-mask-process" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for YOLO detection and mask processing" + }, + { + "author": "sammykumar", + "title": "ComfyUI-SwissArmyKnife", + "reference": "https://github.com/sammykumar/ComfyUI-SwissArmyKnife", + "files": [ + "https://github.com/sammykumar/ComfyUI-SwissArmyKnife" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI featuring Gemini AI integration for video and image analysis, with a complete development environment using GPU-accelerated containers." + }, + { + "author": "sumitchatterjee13", + "title": "Luminance Stack Processor", + "reference": "https://github.com/sumitchatterjee13/Luminance-Stack-Processor", + "files": [ + "https://github.com/sumitchatterjee13/Luminance-Stack-Processor" + ], + "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", + "reference": "https://github.com/perckle/comfyui_dpir", + "files": [ + "https://github.com/perckle/comfyui_dpir" + ], + "install_type": "git-clone", + "description": "A dpir/DRUnet inference node for ComfyUI" + }, + { + "author": "downlifted", + "title": "ComfyUI_ComfyGroq", + "reference": "https://github.com/downlifted/ComfyUI_GROQ-PromptWizard", + "files": [ + "https://github.com/downlifted/ComfyUI_GROQ-PromptWizard" + ], + "install_type": "git-clone", + "description": "A streamlined ComfyUI custom node package for interacting with GROQ's AI models, including both text and vision capabilities." + }, + { + "author": "red-polo", + "title": "ComfyUI-WanViTPoseRetargeter", + "reference": "https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter", + "files": [ + "https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter" + ], + "install_type": "git-clone", + "description": "This is a ComfyUI port of PoseRetarget, originally implemented in Wan2.2-Animation. Please use it together with WanVideoWrapper." + }, + { + "author": "ucloud", + "title": "ComfyUl-UCloud", + "reference": "https://github.com/ucloud/comfyui-plugin", + "files": [ + "https://github.com/ucloud/comfyui-plugin" + ], + "install_type": "git-clone", + "description": "This is a custom node for ComfyUI that allows you to use the UCloud API directly in ComfyUI. UCloud is a high-performance AI computing platform providing powerful image generation models and industry-leading inference speeds. It offers a wide range of AI model options, including popular text-to-image and image editing models, ready to use without local GPU setup." + }, + { + "author": "fkxianzhou", + "title": "ComfyUI-Jimeng-API", + "reference": "https://github.com/fkxianzhou/ComfyUI-Jimeng-API", + "files": [ + "https://github.com/fkxianzhou/ComfyUI-Jimeng-API" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for Volcano Ark (Jimeng) API" + }, + { + "author": "wallen", + "title": "ComfyUI-QI-QwenEditSafe", + "id": "comfyui-qi-qweneditsafe", + "reference": "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe", + "files": [ + "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe" + ], + "install_type": "git-clone", + "description": "Safe & consistent QwenImage edit encoders and HQ VAE decode for ComfyUI." + }, + { + "author": "wallen", + "title": "ComfyUI-SageAttention3", + "reference": "https://github.com/wallen0322/ComfyUI-SageAttention3", + "files": [ + "https://github.com/wallen0322/ComfyUI-SageAttention3" + ], + "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", + "reference": "https://github.com/ChaosHL/Marvelous-Box-Comfyui", + "files": [ + "https://github.com/ChaosHL/Marvelous-Box-Comfyui" + ], + "install_type": "git-clone", + "description": "a tool for prompt collect" + }, + { + "author": "suhee19", + "title": "comfyui-orpheus-loader", + "reference": "https://github.com/suhee19/comfyui-orpheus-loader", + "files": [ + "https://github.com/suhee19/comfyui-orpheus-loader" + ], + "install_type": "git-clone", + "description": "Custom node for ComfyUI to load the Orpheus TTS base model and prepare it for LoRA injection + speech generation." + }, + { + "author": "Santat2023", + "title": "ComfyUiRagCustomNodes", + "reference": "https://github.com/Santat2023/ComfyUiRagNodes", + "files": [ + "https://github.com/Santat2023/ComfyUiRagNodes" + ], + "install_type": "git-clone", + "description": "This package contains custom nodes for ComfyUI: Image generation using Stable Diffusion and LLM, Uploading and searching images via ChromaDB and MinIO (S3), Integration with CLIP, Ollama, and other tools" + }, + { + "author": "GizmoR13", + "title": "PG Nodes", + "id": "PG", + "reference": "https://github.com/GizmoR13/PG-Nodes", + "files": [ + "https://github.com/GizmoR13/PG-Nodes" + ], + "install_type": "git-clone", + "description": "Pragmatic utilities for ComfyUI: Lazy Prompt (history + randomizer), Unified Loader (+ mini), Just Save Image (+ passthrough)." + }, + { + "author": "Dalongzhuazi", + "title": "ComfyUI-Gemini-Prompt-Studio", + "id": "comfyui-gemini-prompt-studio", + "reference": "https://github.com/DaLongZhuaZi/ComfyUI-Gemini-Prompt-Studio", + "files": [ + "https://github.com/DaLongZhuaZi/ComfyUI-Gemini-Prompt-Studio" + ], + "install_type": "git-clone", + "description": "One node generates both T2I & I2V positive/negative conditioning in a single click." + }, + { + "author": "Sampkao", + "title": "ComfyUI-Amage", + "reference": "https://github.com/Sampkao/ComfyUI-Amage", + "files": [ + "https://github.com/Sampkao/ComfyUI-Amage" + ], + "install_type": "git-clone", + "description": "This repository provides a set of custom nodes for ComfyUI, designed to improve workflow convenience when working with text, image, video, and audio data." + }, + { + "author": "maxmad62", + "title": "ComfyUI-DiscordWebhookWithInput", + "reference": "https://github.com/maxmad62/ComfyUI-DiscordWebhookWithInput", + "files": [ + "https://github.com/maxmad62/ComfyUI-DiscordWebhookWithInput" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that allows you to send an image + a message (e.g. your prompt) to a Discord channel via a webhook." + }, + { + "author": "BizaNator", + "title": "ComfyUI Prompt Iterator Extension", + "reference": "https://github.com/BizaNator/ComfyUI_PromptIterator", + "files": [ + "https://github.com/BizaNator/ComfyUI_PromptIterator" + ], + "install_type": "git-clone", + "description": "A powerful custom node extension for ComfyUI that enables automatic iteration through multiple prompts with corresponding filename generation. Perfect for batch processing different variations like character face angles, poses, or any sequential prompt workflow." + }, + { + "author": "Art-xmaster", + "title": "comfyui-AGSoft", + "reference": "https://github.com/Art-xmaster/comfyui-AGSoft", + "files": [ + "https://github.com/Art-xmaster/comfyui-AGSoft" + ], + "install_type": "git-clone", + "description": "NODES: AGSoft Empty Latent, AGSoft ImageRes, AGSoft ImageResMP, AGSoft ImagegPad for Outpainting, AGSoft ImagePad for OutpaintingAdv, AGSoft Image Crop, AGSoft Image Concatenate, AGSoft Image ConcatenateFromBatch, ..." + }, + { + "author": "No-22-Github", + "title": "ComfyUI_RWKV_Studio", + "reference": "https://github.com/No-22-Github/ComfyUI_RWKV_Studio", + "files": [ + "https://github.com/No-22-Github/ComfyUI_RWKV_Studio" + ], + "install_type": "git-clone", + "description": "A suite of ComfyUI custom nodes based on the RWKV series of models, offering various functions like translation and dialogue." + }, + { + "author": "cyan9977", + "title": "ComfyUI_PromptQueue", + "reference": "https://github.com/cyan9977/ComfyUI_PromptQueue", + "files": [ + "https://github.com/cyan9977/ComfyUI_PromptQueue" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node: batch prompt queue from multiline/text file with incremental per-run consumption and {p} templating." + }, + { + "title": "RC Image Compositor", + "author": "kj863257", + "description": "A comprehensive ComfyUI plugin suite that brings professional Photoshop-style layer effects and advanced compositing capabilities. Features modular architecture, 24 blend modes, and enhanced positioning system.", + "reference": "https://github.com/kj863257/ComfyUI_RC_Image_Compositor", + "files": [ + "https://github.com/kj863257/ComfyUI_RC_Image_Compositor" + ], + "install_type": "git-clone", + "tags": ["compositing", "layer", "blend modes", "photoshop-style"] + }, + { + "author": "Verolelb", + "title": "Video Compressor (Unified)", + "id": "Video compressor", + "reference": "https://github.com/Verolelb/ComfyUI-VideoCompressor", + "files": [ + "https://github.com/Verolelb/ComfyUI-VideoCompressor" + ], + "install_type": "git-clone", + "description": "Compress video in comfyui." + }, + { + "author": "Verolelb", + "title": "ComfyUI-Persistent-Queue", + "reference": "https://github.com/co5dt/ComfyUI-Persistent-Queue", + "files": [ + "https://github.com/co5dt/ComfyUI-Persistent-Queue" + ], + "install_type": "git-clone", + "description": "CoA simple, friendly way to make your ComfyUI job queue survive restarts and crashes." + }, + { + "author": "MIUProject", + "title": "VNCCS - Visual Novel Character Creation Suite", + "id": "VNCCS", + "reference": "https://github.com/AHEKOT/ComfyUI_VNCCS", + "files": [ + "https://github.com/AHEKOT/ComfyUI_VNCCS" + ], + "install_type": "git-clone", + "description": "VNCCS is a comprehensive tool for creating character sprites for visual novels." + }, + { + "author": "wzken", + "title": "Steganos Node for ComfyUI", + "reference": "https://github.com/wzken/ComfyUI-Steganos-Node", + "files": [ + "https://github.com/wzken/ComfyUI-Steganos-Node" + ], + "install_type": "git-clone", + "description": "This custom node for ComfyUI allows you to hide a video file within a PNG image using a file concatenation technique. The resulting image can be viewed as a normal picture, but a standard unzip tool can extract the hidden video from it." + }, + { + "author": "gregory-richard", + "title": "WarpPipe Nodes", + "reference": "https://github.com/gregory-richard/ComfyUI-WarpPipe", + "files": [ + "https://github.com/gregory-richard/ComfyUI-WarpPipe" + ], + "install_type": "git-clone", + "description": "WarpPipe - A data bundling and transfer system for ComfyUI workflows" + }, + { + "author": "abdullahceylan", + "title": "AC ComfyUI Queue Manager", + "reference": "https://github.com/abdullahceylan/ac-comfyui-queue-manager", + "files": [ + "https://github.com/abdullahceylan/ac-comfyui-queue-manager" + ], + "install_type": "git-clone", + "description": "A comprehensive queue management system for ComfyUI workflows" + }, + { + "author": "abdullahceylan", + "title": "AC Image Optimizer", + "reference": "https://github.com/abdullahceylan/ac-comfyui-image-optimizer", + "files": [ + "https://github.com/abdullahceylan/ac-comfyui-image-optimizer" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI custom node for optimizing and compressing images with support for multiple formats (JPEG, WebP, PNG) and configurable quality settings." + }, + { + "author": "J-ChenX", + "title": "NIX ComfyUI Plugin", + "reference": "https://github.com/J-ChenX/ComfyUI-NIX", + "files": [ + "https://github.com/J-ChenX/ComfyUI-NIX" + ], + "install_type": "git-clone", + "description": "A collection of plugins for ComfyUI that provides a variety of useful nodes (batch path loading, rotate & crop, mask crop & composition, proportional scaling, slicing, string utilities, arbitrary type switching, image inference, etc.)." + }, + { + "author": "hanL34", + "title": "ComfyUI-Power-Artist-Loader", + "reference": "https://github.com/hanL34/ComfyUI-Power-Artist-Loader", + "files": [ + "https://github.com/hanL34/ComfyUI-Power-Artist-Loader" + ], + "install_type": "git-clone", + "description": "A custom node designed for ComfyUI that can load multiple artist names simultaneously and intelligently combine them into the prompt, with support for independent weight control and real-time preview." + }, + { + "author": "gpdev-Pilcothink", + "title": "comfyui_pilcothink_VisionSLM", + "reference": "https://github.com/gpdev-Pilcothink/comfyui_pilcothink_VisionSLM", + "files": [ + "https://github.com/gpdev-Pilcothink/comfyui_pilcothink_VisionSLM" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes to run SLM Vision models (DeepSeek-vl 1.3b chat, Qwen2.5-vl 3b, Gemma-3-4b-it) with optional RAG support." + }, + { + "author": "Duanyll", + "title": "ComfyUI Functional", + "reference": "https://github.com/Duanyll/comfyui_functional", + "files": [ + "https://github.com/Duanyll/comfyui_functional" + ], + "install_type": "git-clone", + "description": "Easy functional programming and flow control within ComfyUI" + }, + { + "author": "OpenAssetIO", + "title": "OpenAssetIO", + "reference": "https://github.com/OpenAssetIO/OpenAssetIO-ComfyUI", + "files": [ + "https://github.com/OpenAssetIO/OpenAssetIO-ComfyUI" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes adding asset resolution and publishing via OpenAssetIO" + }, + { + "author": "jamesk9526", + "title": "ComfyUI Nox Prompter", + "reference": "https://github.com/jamesk9526/NoxPrompter-ComfyUI-CustomNode", + "files": [ + "https://github.com/jamesk9526/NoxPrompter-ComfyUI-CustomNode" + ], + "install_type": "git-clone", + "description": "A powerful collection of custom nodes for ComfyUI that enhance prompt handling, manipulation, and analysis for better AI image generation results." + }, + { + "author": "inoland", + "title": "ComfyUI Ino Nodes", + "id": "comfyui_ino_nodes", + "reference": "https://github.com/nobandegani/comfyui_ino_nodes", + "files": [ + "https://github.com/nobandegani/comfyui_ino_nodes" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI." + }, + { + "author": "A043-studios", + "title": "ComfyUI HunyuanWorld - Complete 3D Generation Suite", + "reference": "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode", + "files": [ + "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for Hunyuan3D - Complete 3D generation suite" + }, + { + "author": "mochidroppot", + "title": "ComfyUI-ProxyFix", + "reference": "https://github.com/mochidroppot/ComfyUI-ProxyFix", + "files": [ + "https://github.com/mochidroppot/ComfyUI-ProxyFix" + ], + "install_type": "git-clone", + "description": "This extension fixes URL encoding issues when ComfyUI is accessed through reverse proxies like 'jupyter-server-proxy'." + }, + { + "author": "9nate-drake", + "title": "ComfyUI Mask to Center Point Nodes", + "reference": "https://github.com/9nate-drake/ComfyUI-MaskCenter", + "files": [ + "https://github.com/9nate-drake/ComfyUI-MaskCenter" + ], + "install_type": "git-clone", + "description": "This pack provides two custom nodes for ComfyUI designed to find the center coordinates of masks and segments. They are useful for workflows where you need to precisely identify the location of objects or regions of interest." + }, + { + "author": "9nate-drake", + "title": "Comfyui-SecNodes", + "reference": "https://github.com/9nate-drake/Comfyui-SecNodes", + "files": [ + "https://github.com/9nate-drake/Comfyui-SecNodes" + ], + "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", + "reference": "https://github.com/Kishor900/comfyui-wanv2v-video-stitcher", + "files": [ + "https://github.com/Kishor900/comfyui-wanv2v-video-stitcher" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node pack for WAN v2v long video generation. Provides nodes for chunking, overlap stitching, control group orchestration, debug numbering, and de-overlap merging to create seamless long-form videos." + }, + { + "author": "u5dev", + "title": "u5 FreeVRAM - Memory Management", + "id": "u5_VramFREE", + "reference": "https://github.com/u5dev/comfyUI_u5_VramFREE", + "files": [ + "https://github.com/u5dev/comfyUI_u5_VramFREE" + ], + "install_type": "git-clone", + "description": "ComfyUI Memory Management and VRAM Optimization Custom Node - Free VRAM with sequential model loading support" + }, + { + "author": "WangDianhui", + "title": "ComfyUI-SA-ODE_Sampler", + "reference": "https://github.com/WangDianhui/ComfyUI-SA-ODE_Sampler", + "files": [ + "https://github.com/WangDianhui/ComfyUI-SA-ODE_Sampler" + ], + "install_type": "git-clone", + "description": "Ultra-Efficient Flow Matching sampler ported from [a/https://github.com/eddyhhlure1Eddy/ode-t1](https://github.com/eddyhhlure1Eddy/ode-t1), suitable for native ComfyUI workflows." + }, + { + "author": "dothings", + "title": "comfyui_placeholder_prompting", + "reference": "https://github.com/dothings/comfyui_placeholder_prompting", + "files": [ + "https://github.com/dothings/comfyui_placeholder_prompting" + ], + "install_type": "git-clone", + "description": "custom node which allows placing **some_tag** in your prompt and it will replace it with a preset prompt as you like." + }, + { + "author": "ThunderBolt4931", + "title": "ComfyUI-Pixel-Forge", + "reference": "https://github.com/ThunderBolt4931/comfyui_pixel_forge", + "files": [ + "https://github.com/ThunderBolt4931/comfyui_pixel_forge" + ], + "install_type": "git-clone", + "description": "Pixel-Forge is a powerful suite of custom nodes for ComfyUI designed for complex image processing, computer vision tasks, and advanced batch operations. This toolkit moves beyond simple image generation, providing the essential building blocks for creating sophisticated, logic-driven workflows." + }, + { + "author": "ThunderBolt4931", + "title": "ComfyUI-Koolook", + "reference": "https://github.com/malkuthro/ComfyUI-Koolook", + "files": [ + "https://github.com/malkuthro/ComfyUI-Koolook" + ], + "install_type": "git-clone", + "description": "This repository provides custom nodes for ComfyUI tailored for VFX and AI image/video generation workflows" + }, + { + "author": "AI-TEC", + "title": "ComfyUI_AITECCAFE_Toolkit", + "reference": "https://github.com/AI-TEC/ComfyUI-AITECCAFE-Toolkit", + "files": [ + "https://github.com/AI-TEC/ComfyUI-AITECCAFE-Toolkit" + ], + "install_type": "git-clone", + "description": "This custom node includes the following functions: Chat_GPT, image_moderation, media_loader, merge_strings, sequential_image_loader." + }, + { + "author": "Glidias", + "title": "mask2sam", + "reference": "https://github.com/Glidias/mask2sam", + "files": [ + "https://github.com/Glidias/mask2sam" + ], + "install_type": "git-clone", + "description": "Mask to SAM2 segmentation ComfyUI custom node" + }, + { + "author": "BAIKEMARK", + "title": "Civitai Toolkit", + "reference": "https://github.com/BAIKEMARK/ComfyUI-Civitai-Toolkit", + "files": [ + "https://github.com/BAIKEMARK/ComfyUI-Civitai-Toolkit" + ], + "install_type": "git-clone", + "description": "All-in-one Civitai integration center for ComfyUI — browse online models, manage local assets,analyze community trends, and instantly apply full recipes within your workflow." + }, + { + "author": "synystersocks", + "title": "ComfyUI-SocksLatentPatcher", + "reference": "https://github.com/synystersocks/ComfyUI-SocksLatentPatcher", + "files": [ + "https://github.com/synystersocks/ComfyUI-SocksLatentPatcher" + ], + "install_type": "git-clone", + "description": "This node circumnavigates the loss of detail, saturation/desaturation for infinite length video generation, the node bypasses the vae decode and directly patches the latent tensor. experimental covering i2v and vace extend." + }, + { + "author": "Hearmeman24", + "title": "ComfyUI Pinecone Prompt Upserter", + "reference": "https://github.com/Hearmeman24/ComfyUI-Pinecone", + "files": [ + "https://github.com/Hearmeman24/ComfyUI-Pinecone" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node for managing image generation prompts using Pinecone vector database with OpenAI embeddings. Features interactive approval with image preview for quality control." + }, + { + "author": "Hearmeman24", + "title": "ComfyUI-LoRAPlotNode", + "reference": "https://github.com/Hearmeman24/ComfyUI-LoRAPlotNode", + "files": [ + "https://github.com/Hearmeman24/ComfyUI-LoRAPlotNode" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node for testing multiple LoRA models across different strength values. Automatically generates model/clip pairs for each LoRA-strength combination and includes an image saver node with text overlay for easy identification." + }, + { + "author": "piscesbody", + "title": "ComfyUI-Upscale-CUDAspeed", + "reference": "https://github.com/piscesbody/ComfyUI-Upscale-CUDAspeed", + "files": [ + "https://github.com/piscesbody/ComfyUI-Upscale-CUDAspeed" + ], + "install_type": "git-clone", + "description": "A high-performance image upscaling plugin for ComfyUI with CUDA acceleration, multi-GPU support, mixed precision, and Tensor Core optimization" + }, + { + "author": "iGavroche", + "title": "Ninode Utils", + "reference": "https://github.com/iGavroche/ComfyUI-Ninode-Utils", + "files": [ + "https://github.com/iGavroche/ComfyUI-Ninode-Utils" + ], + "install_type": "git-clone", + "description": "Utility nodes for ComfyUI including OpenAI Compatible Chat - Works with any OpenAI-compatible API endpoint including Lemonade, Ollama, OpenAI API, and LM Studio" + }, + { + "author": "iGavroche", + "title": "RocM Ninodes", + "reference": "https://github.com/iGavroche/rocm-ninodes", + "files": [ + "https://github.com/iGavroche/rocm-ninodes" + ], + "install_type": "git-clone", + "description": "ROCM Optimized Nodes for ComfyUI - High-performance VAE decode and sampling nodes specifically tuned for AMD GPUs with ROCm support, particularly targeting gfx1151 architecture" + }, + { + "author": "mikecaronna", + "title": "C2PA Image Signer - ComfyUI Custom Node", + "reference": "https://github.com/mikecaronna/comfyui_c2pa_signer", + "files": [ + "https://github.com/mikecaronna/comfyui_c2pa_signer" + ], + "install_type": "git-clone", + "description": "This is a tool that lets you digitally sign your images to prove you created them. Think of it like putting an invisible, tamper-proof seal on your artwork that says 'I made this.'" + }, + { + "author": "wgedeon", + "title": "comfyui_play_traversal", + "reference": "https://github.com/wgedeon/comfyui_play_traversal", + "files": [ + "https://github.com/wgedeon/comfyui_play_traversal" + ], + "install_type": "git-clone", + "description": "Provides a structured model and helper nodes for producing long video sequences on ComfyUI using low vram machines." + }, + { + "author": "ShammiG", + "title": "ComfyUI VAE Timestamp Clock SG", + "reference": "https://github.com/ShammiG/ComfyUI-VAE-Timestamp-Clock-SG", + "files": [ + "https://github.com/ShammiG/ComfyUI-VAE-Timestamp-Clock-SG" + ], + "install_type": "git-clone", + "description": "Shows Total Time Taken Only for the VAE Decode. Also shows the Timestamps for VAE start/stop." + }, + { + "author": "ShammiG", + "title": "ComfyUI Show Clock in CMD Console SG", + "reference": "https://github.com/ShammiG/ComfyUI-Show-Clock-in-CMD-Console-SG", + "files": [ + "https://github.com/ShammiG/ComfyUI-Show-Clock-in-CMD-Console-SG" + ], + "install_type": "git-clone", + "description": "This comfyUI node intializes at startup automatically and displays the clock in CMD console when Process starts and ends." + }, + { + "author": "ShammiG", + "title": "ComfyUI Image Properties SG", + "reference": "https://github.com/ShammiG/ComfyUI-Image_Properties_SG", + "files": [ + "https://github.com/ShammiG/ComfyUI-Image_Properties_SG" + ], + "install_type": "git-clone", + "description": "View general image properties of image: Dimension, Resolution, Aspect Ratio, Tensor Size (including batch)" + }, + { + "author": "shammi-g", + "title": "ComfyUI-Simple_Readable_Metadata-SG", + "reference": "https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG", + "files": [ + "https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG" + ], + "install_type": "git-clone", + "description": "View Image Metadata of ComfyUI as well as of ForgeUI or Automatic 1111 generated images in Easily Readable Format" + }, + { + "author": "ShammiG", + "title": "ComfyUI-Show_Any_Text_in_CMD_Console-SG", + "reference": "https://github.com/ShammiG/ComfyUI-Show_Any_Text_in_CMD_Console-SG", + "files": [ + "https://github.com/ShammiG/ComfyUI-Show_Any_Text_in_CMD_Console-SG" + ], + "install_type": "git-clone", + "description": "Simple node to show ANY output text in the CMD console with color options" + }, + { + "author": "ShammiG", + "title": "ComfyUI_Text_Tools_SG", + "reference": "https://github.com/ShammiG/ComfyUI_Text_Tools_SG", + "files": [ + "https://github.com/ShammiG/ComfyUI_Text_Tools_SG" + ], + "install_type": "git-clone", + "description": "Text Editor node with Markdown editing plus quick shortcuts, Text Viewer node, with extra features plus Text Merge, Text Save and Load Text from anywhere nodes." + }, + { + "author": "bgreene2", + "title": "ComfyUI-Hunyuan-Image-3", + "reference": "https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3", + "files": [ + "https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that provides a basic implementation of Hunyuan Image 3.0 using Transformers." + }, + { + "author": "Seungyong Lee", + "title": "ComfyUI-PromptEnhancer", + "id": "comfyui-promptenhancer", + "reference": "https://github.com/ryan-seungyong-lee/ComfyUI-PromptEnhancer", + "files": [ + "https://github.com/ryan-seungyong-lee/ComfyUI-PromptEnhancer" + ], + "install_type": "git-clone", + "description": "ComfyUI-PromptEnhancer is a custom node for Hunyuan PromptEnhancer" + }, + { + "author": "scofano", + "title": "Comfy Text Stats", + "id": "comfy-text-stats", + "reference": "https://github.com/scofano/comfy-text-stats", + "files": [ + "https://github.com/scofano/comfy-text-stats" + ], + "install_type": "git-clone", + "description": "Node: Text Stats (Char & Word Count). A lightweight ComfyUI custom node that takes a text string and outputs character and word counts (INT). Ideal for caption preprocessing, prompt analytics, and dataset workflows." + }, + { + "author": "scofano", + "title": "Audio Duration", + "id": "comfy-audio-duration", + "reference": "https://github.com/scofano/comfy-audio-duration", + "files": [ + "https://github.com/scofano/comfy-audio-duration" + ], + "install_type": "git-clone", + "description": "Returns the duration of an audio source, which can be provided either as a filesystem path or as raw audio data (samples and sample rate) from an upstream node. Duration calculation primarily uses ffprobe (from FFmpeg) for paths, or calculates the duration directly from samples/SR if no path is available." + }, + { + "author": "scofano", + "title": "Advanced Text Overlay", + "reference": "https://github.com/scofano/ComfyUI-Advanced-TextOverlay", + "files": [ + "https://github.com/scofano/ComfyUI-Advanced-TextOverlay" + ], + "install_type": "git-clone", + "description": "Advanced Text Overlay Node for ComfyUI featuring rebuilt rendering logic, precise alignment, custom fonts, and extended styling controls." + }, + { + "author": "scofano", + "title": "Simple Video Effects", + "reference": "https://github.com/scofano/ComfyUI-Simple-video-effects", + "files": [ + "https://github.com/scofano/ComfyUI-Simple-video-effects" + ], + "install_type": "git-clone", + "description": "Nodes for Video effects. Zoom In/Out - new features soon." + }, + { + "author": "scofano", + "title": "comfyui-thumb-generator", + "reference": "https://github.com/scofano/comfyui-thumb-generator", + "files": [ + "https://github.com/scofano/comfyui-thumb-generator" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that triggers WinThumbsPreloader every X cycles to ensure Windows thumbnails are generated for your output folders." + }, + { + "author": "voxta-ai", + "title": "Voxta ComfyUI Nodes", + "reference": "https://github.com/voxta-ai/ComfyUI-VoxtaNodes", + "files": [ + "https://github.com/voxta-ai/ComfyUI-VoxtaNodes" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to create and integrate with Voxta" + }, + { + "author": "casc1701", + "title": "ComfyUI_OverlayFrameNumber", + "reference": "https://github.com/casc1701/ComfyUI_OverlayFrameNumber", + "files": [ + "https://github.com/casc1701/ComfyUI_OverlayFrameNumber" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node to overlay frame numbers on images (e.g., from VAE Decode) with customizable prefix, zero-padding, font, position, and text outline." + }, + { + "author": "bobosola", + "title": "ComfyUI-reboot", + "reference": "https://github.com/bobosola/ComfyUI-reboot", + "files": [ + "https://github.com/bobosola/ComfyUI-reboot" + ], + "install_type": "git-clone", + "description": "Custom node to reboot ComfyUI server" + }, + { + "author": "AzelusLightvale", + "title": "ComfyUI ARG Toolkit", + "reference": "https://github.com/AzelusLightvale/ComfyUI-ARG-Toolkit", + "files": [ + "https://github.com/AzelusLightvale/ComfyUI-ARG-Toolkit" + ], + "install_type": "git-clone", + "description": "A collection of ComfyUI nodes for cryptography, steganography, encryption, decryption, and tools needed to both make and solve ARGs (Alternative Reality Games) and secret messages." + }, + { + "author": "Kayarte", + "title": "GeoNodes", + "reference": "https://github.com/Kayarte/GeoNodes", + "files": [ + "https://github.com/Kayarte/GeoNodes" + ], + "install_type": "git-clone", + "description": "GIS Processing Nodes for ComfyUI" + }, + { + "author": "Jairodaniel-17", + "title": "ComfyUI-translate-offline", + "reference": "https://github.com/Jairodaniel-17/ComfyUI-translate-offline", + "files": [ + "https://github.com/Jairodaniel-17/ComfyUI-translate-offline" + ], + "install_type": "git-clone", + "description": "ComfyUI-translate-offline is a custom node for ComfyUI designed to perform offline text translations using ONNX–based translation models from Hugging Face. The project enables integrating multilingual translations into ComfyUI workflows, focusing on text prompts and conditioning for CLIP models. It supports direct translation between configured language pairs as well as pivot translation via English when no direct model exists. It uses lazy model loading to optimize performance and a SQLite-based caching system to avoid repeated translations." + }, + { + "author": "PiePieDesign", + "title": "PiePieTweaks", + "id": "piepie-tweaks", + "reference": "https://github.com/PiePieDesign/PiePieTweaks", + "files": [ + "https://github.com/PiePieDesign/PiePieTweaks" + ], + "install_type": "git-clone", + "description": "Tweaks and simple nodes for usability and common needs" + }, + { + "author": "turnbros", + "title": "ComfyBros - Custom ComfyUI Nodes", + "reference": "https://github.com/turnbros/ComfyBros", + "files": [ + "https://github.com/turnbros/ComfyBros" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for enhanced text and image processing" + }, + { + "author": "siraxe", + "title": "ComfyUI-WanVideoWrapper_QQ", + "reference": "https://github.com/siraxe/ComfyUI-WanVideoWrapper_QQ", + "files": [ + "https://github.com/siraxe/ComfyUI-WanVideoWrapper_QQ" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI providing video manipulation, LoRA loading, path animation, and visual drawing tools for WanVideo workflows." + }, + { + "author": "sonnybox", + "title": "ComfyUI-SuperNodes", + "id": "supernodes", + "reference": "https://github.com/sonnybox/ComfyUI-SuperNodes", + "files": [ + "https://github.com/sonnybox/ComfyUI-SuperNodes" + ], + "install_type": "git-clone", + "description": "A miscellaneous node pack of custom implementations needed for workflows released by my SuperComfy YouTube channel." + }, + { + "author": "heyburns", + "title": "PortraitUtils", + "id": "portraitutils", + "reference": "https://github.com/heyburns/PortraitUtils", + "files": [ + "https://github.com/heyburns/PortraitUtils" + ], + "install_type": "git-clone", + "description": "A focused node collection designed for pipelines using real photographic images where resolutions are not standardized like they are in text-to-image generation." + }, + { + "author": "heyburns", + "title": "Image Chooser Classic", + "reference": "https://github.com/heyburns/image-chooser-classic", + "files": [ + "https://github.com/heyburns/image-chooser-classic" + ], + "install_type": "git-clone", + "description": "A modern re-implementation of the classic [a/cg-image-picker](https://github.com/chrisgoringe/cg-image-picker) ComfyUI nodes. Keep the workflow-pausing image selection experience while shedding the legacy compatibility shims." + }, + { + "author": "Amir Ferdos (ArchAi3d)", + "title": "ComfyUI-ArchAi3d-Qwen", + "id": "archai3d-qwen", + "reference": "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen", + "files": [ + "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen" + ], + "install_type": "git-clone", + "description": "Professional AI Interior Design Toolkit for ComfyUI. Custom Qwen-VL nodes with 4 design modes: Text-to-Design, Mood Board, Reference Control, and Room Cleaning. Includes 5 optimized nodes with advanced strength controls and 23 preferred aspect ratios.", + "nodename_pattern": "ArchAi3D" + }, + { + "author": "Amir Ferdos (ArchAi3d)", + "title": "ComfyUI-GRAG-ArchAi3D", + "id": "grag-archai3d", + "reference": "https://github.com/amir84ferdos/ComfyUI-GRAG-ArchAi3D", + "files": [ + "https://github.com/amir84ferdos/ComfyUI-GRAG-ArchAi3D" + ], + "install_type": "git-clone", + "description": "Advanced GRAG (Guided Region-Adaptive Guidance) implementation for ComfyUI. Features: Simple Controller (3 parameters) for beginners, Unified Controller (25+ parameters) for experts, Advanced Sampler with v2.2.1 contamination fix, Preset Manager with 54 curated presets, per-layer control, adaptive schedules, and multi-resolution support.", + "pip": ["PyYAML>=6.0"] + }, + { + "author": "pizurny", + "title": "ComfyUI Latent Transform Sampler", + "reference": "https://github.com/pizurny/Comfyui-Latent-Transform-Sampler", + "files": [ + "https://github.com/pizurny/Comfyui-Latent-Transform-Sampler" + ], + "install_type": "git-clone", + "description": "Advanced latent space transformations during diffusion sampling with precise control over timing and distribution." + }, + { + "author": "pizurny", + "title": "ComfyUI-AV-Handles", + "reference": "https://github.com/pizurny/ComfyUI-AV-Handles", + "files": [ + "https://github.com/pizurny/ComfyUI-AV-Handles" + ], + "install_type": "git-clone", + "description": "Audio/Video handle management for ComfyUI workflows\nAdd and remove stabilization frames with synchronized audio for video diffusion models." + }, + { + "author": "DaniilVdovin", + "title": "ComfyUI Prompt Template", + "reference": "https://github.com/DaniilVdovin/ComfyUI-prompt-templating", + "files": [ + "https://github.com/DaniilVdovin/ComfyUI-prompt-templating" + ], + "install_type": "git-clone", + "description": "Easily replace variables like *obj or *style in your prompts using templates." + }, + { + "author": "jonstreeter", + "title": "ComfyUI — Compressed Metadata", + "reference": "https://github.com/jonstreeter/comfyui-compressed-metadata", + "files": [ + "https://github.com/jonstreeter/comfyui-compressed-metadata" + ], + "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", + "reference": "https://github.com/PatrickBorkowicz/ComfyUI-ImmichUploader", + "files": [ + "https://github.com/PatrickBorkowicz/ComfyUI-ImmichUploader" + ], + "install_type": "git-clone", + "description": "Upload images (directly from your graph) and files (e.g., videos written to disk) to Immich." + }, + { + "author": "GZK1108", + "title": "Comfyui-QwenLoraLoaderSelective", + "reference": "https://github.com/GZK1108/Comfyui-QwenLoraLoaderSelective", + "files": [ + "https://github.com/GZK1108/Comfyui-QwenLoraLoaderSelective" + ], + "install_type": "git-clone", + "description": "LordLoraQwenEdit is a ComfyUI custom node for Qwen Image Image Edit pipelines. It selectively applies Qwen Image edit LoRAs to specific UNet transformer layers based on keyword filters, keeping the rest of the network untouched for precise control." + }, + { + "author": "leeooo001", + "title": "comfyui-Hunyuan-PromptEnhancer", + "reference": "https://github.com/leeooo001/comfyui-Hunyuan-PromptEnhancer", + "files": [ + "https://github.com/leeooo001/comfyui-Hunyuan-PromptEnhancer" + ], + "install_type": "git-clone", + "description": "Unofficial wrapper for Hunyuan PromptEnhancer" + }, + { + "author": "eddyhhlure1Eddy", + "title": "ComfyUI-TorchCompileSpeed", + "reference": "https://github.com/eddyhhlure1Eddy/ComfyUI-TorchCompileSpeed", + "files": [ + "https://github.com/eddyhhlure1Eddy/ComfyUI-TorchCompileSpeed" + ], + "install_type": "git-clone", + "description": "Standalone torch.compile optimization node for ComfyUI with speed-focused presets" + }, + { + "author": "eddyhhlure1Eddy", + "title": "I-Ching-Informed Adaptive ODE Scheduler", + "reference": "https://github.com/eddyhhlure1Eddy/ode-ComfyUI-WanVideoWrapper", + "files": [ + "https://github.com/eddyhhlure1Eddy/ode-ComfyUI-WanVideoWrapper" + ], + "install_type": "git-clone", + "description": "The ode v2 version is a creative sampler characterized by low contrast, near-realistic quality, and artistic creation. It can only be used with high noise for 6 steps, low noise for 2 steps, and a middle split step of 4 steps. It requires a unique LoRA, which is currently in training and undergoing refinement, and is only in the testing phase. This version offers multiple options for you to choose from, and my recommendation is to go with robust-smooth or even lower. Stay tuned for the official release." + }, + { + "author": "eddyhhlure1Eddy", + "title": "ComfyUI-EddySevenResonance", + "reference": "https://github.com/eddyhhlure1Eddy/ComfyUI-EddySevenResonance", + "files": [ + "https://github.com/eddyhhlure1Eddy/ComfyUI-EddySevenResonance" + ], + "install_type": "git-clone", + "description": "lucky_seed" + }, + { + "author": "maikgreubel", + "title": "Load DDS File Node", + "reference": "https://github.com/maikgreubel/comfyui-loaddds", + "files": [ + "https://github.com/maikgreubel/comfyui-loaddds" + ], + "install_type": "git-clone", + "description": "A simple node for loading DDS (DirectDraw Surface) texture files into a PyTorch tensor.\nThe node is designed to be used in visual programming frameworks that support custom nodes (e.g., ComfyUI, AUTOMATIC1111)." + }, + { + "author": "IAMCCS", + "title": "IAMCCS-nodes", + "id": "iamccs-nodes", + "reference": "https://github.com/IAMCCS/IAMCCS-nodes", + "files": [ + "https://github.com/IAMCCS/IAMCCS-nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes by IAMCCS, including a critical fix for LoRA loading in native WANAnimate workflows, especially useful for advanced models like FLUX and WAN 2.1. This bypasses the need for the WanVideoWrapper for LoRA functionality." + }, + { + "author": "IAMCCS Annotate", + "title": "IAMCCS_annotate - Free-hand drawing tool for ComfyUI", + "id": "IAMCCS-Annotate", + "reference": "https://github.com/IAMCCS/IAMCCS_annotate", + "files": [ + "https://github.com/IAMCCS/IAMCCS_annotate" + ], + "install_type": "git-clone", + "description": "A powerful drawing and annotation tool for ComfyUI that lets you add notes, sketches, and annotations directly on your workflow canvas with full layer support." + }, + { + "author": "michael", + "title": "ComfyUI ML Nodes", + "reference": "https://github.com/MichaelMaxAgent/comfyui_ML_nodes", + "files": [ + "https://github.com/MichaelMaxAgent/comfyui_ML_nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes for saving images/videos without metadata and GPU-accelerated frame rate processing (25fps→16fps). Includes 5 nodes: Save Image/Video (No Metadata), Frame Rate Resampler (CPU/GPU). Supports CUDA acceleration and multiple nterpolation methods. Requires ffmpeg." + }, + { + "author": "leewinder", + "title": "Crop To Center", + "reference": "https://github.com/leewinder/comfyui-crop-to-center", + "files": [ + "https://github.com/leewinder/comfyui-crop-to-center" + ], + "install_type": "git-clone", + "description": "A custom node that crops images to specified dimensions from a center point with optional offset" + }, + { + "author": "leewinder", + "title": "Mureka API", + "reference": "https://github.com/leewinder/comfyui-mureka-api", + "files": [ + "https://github.com/leewinder/comfyui-mureka-api" + ], + "install_type": "git-clone", + "description": "A set of ComfyUI custom nodes allowing the use of the Mureka API in your workflows" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-MeshCraft", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-MeshCraft", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-MeshCraft" + ], + "install_type": "git-clone", + "description": "A custom node that crops images to specified dimensions from a center point with optional offset" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-Grounding", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-Grounding", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-Grounding" + ], + "install_type": "git-clone", + "description": "Grounding for dummies, simplest workflow" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI libigl", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack" + ], + "install_type": "git-clone", + "description": "libigl geometry processing wrapper for ComfyUI - mesh manipulation and analysis nodes" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-HunyuanX", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-HunyuanX", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-HunyuanX" + ], + "install_type": "git-clone", + "description": "Hunyuan 3D 2.1 image-to-3D generation nodes for ComfyUI with PBR texturing and model caching. Granular control for research." + }, + { + "author": "pznodes", + "title": "ComfyUI-DepthAnythingV3", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use Depth Anything V3 - the latest depth estimation model from ByteDance. For now monocular depth, camera pose estimation and 3D point clouds/gaussians are supported. Models autodownload from HuggingFace (depth-anything org). This is a first draft, let me know if you have any feedback! :)" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-SAM3", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-SAM3", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-SAM3" + ], + "install_type": "git-clone", + "description": "ComfyUI integration for Meta's SAM3 model enabling open-vocabulary image segmentation using natural language text prompts, with automatic model download, geometric refinement, and flexible confidence thresholds." + }, + { + "author": "pznodes", + "title": "ComfyUI-SAM3DBody", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody" + ], + "install_type": "git-clone", + "description": "SAM 3D Body integration for ComfyUI - Robust full-body human mesh recovery from single images. Reconstruct 3D human meshes with pose, shape, and hand details. First draft, please open a github issue if you have any problems or feature requests :)" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-Sharp", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-Sharp", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-Sharp" + ], + "install_type": "git-clone", + "description": "SHARP integration for ComfyUI - Monocular 3D Gaussian Splatting in under 1 second. Generate 3D Gaussians from a single image using Apple's SHARP model." + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-BGPSeg", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-BGPSeg", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-BGPSeg" + ], + "install_type": "git-clone", + "description": "BGPSeg: Boundary-Guided Primitive Segmentation - Originally from ComfyUI-CADabra" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-SECADNET", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-SECADNET", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-SECADNET" + ], + "install_type": "git-clone", + "description": "SECAD-Net: Sketch-Extrude CAD Reconstruction - Originally from ComfyUI-CADabra" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-Cadrille", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-Cadrille", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-Cadrille" + ], + "install_type": "git-clone", + "description": "Cadrille: Multi-modal CAD Reconstruction - Originally from ComfyUI-CADabra" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-NeurCADRecon", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-NeurCADRecon", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-NeurCADRecon" + ], + "install_type": "git-clone", + "description": "NeurCADRecon: Neural Implicit CAD Reconstruction - Originally from ComfyUI-CADabra" + }, + { + "author": "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", + "id": "danbooru-tags-upsampler", + "reference": "https://github.com/rookiestar28/ComfyUI-Danbooru-Tags-Upsampler", + "files": [ + "https://github.com/rookiestar28/ComfyUI-Danbooru-Tags-Upsampler" + ], + "install_type": "git-clone", + "description": "Makes the prompts for generating anime images more detailed by upsampling Danbooru tags." + }, + { + "author": "rookiestar28", + "title": "ComfyUI Text Processor", + "id": "ComfyUI_Text_Processor", + "reference": "https://github.com/rookiestar28/ComfyUI_Text_Processor", + "files": [ + "https://github.com/rookiestar28/ComfyUI_Text_Processor" + ], + "install_type": "git-clone", + "description": "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", + "title": "ClipVision_Tools", + "reference": "https://github.com/MoonMoon82/ClipVision_Tools", + "files": [ + "https://github.com/MoonMoon82/ClipVision_Tools" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes using CLIP Vision models for image similarity analysis." + }, + { + "author": "pdale-boop", + "title": "Network Guardian", + "reference": "https://github.com/pdale-boop/Comfyui-Network-Guardian", + "files": [ + "https://github.com/pdale-boop/Comfyui-Network-Guardian" + ], + "install_type": "git-clone", + "description": "Protects ComfyUI workflows from network interruptions with automatic retry and fallback" + }, + { + "author": "pierreb-mf", + "title": "MF PipoNodes", + "reference": "https://github.com/pierreb-mf/ComfyUI-MF-PipoNodes", + "files": [ + "https://github.com/pierreb-mf/ComfyUI-MF-PipoNodes" + ], + "install_type": "git-clone", + "description": "Utility nodes for ComfyUI workflows: randomization, text processing, logging, and math operations." + }, + { + "author": "polym", + "title": "ComfyUI-musubi", + "reference": "https://github.com/polym/ComfyUI-musubi", + "files": [ + "https://github.com/polym/ComfyUI-musubi" + ], + "install_type": "git-clone", + "description": "This repository provides a custom node for ComfyUI to load diffusion models with musubi block-wise scaling." + }, + { + "author": "ChristopherLuciano", + "title": "LucianoTools ComfyUI Suite", + "reference": "https://github.com/ChristopherLuciano/ComfyUI-LucianoTools", + "files": [ + "https://github.com/ChristopherLuciano/ComfyUI-LucianoTools" + ], + "install_type": "git-clone", + "description": "A collection of useful user interface extensions for ComfyUI to improve workflow and provide helpful feedback." + }, + { + "author": "m3rr", + "title": "h4 ToolKit", + "reference": "https://github.com/m3rr/h4_ToolKit", + "files": [ + "https://github.com/m3rr/h4_ToolKit" + ], + "install_type": "git-clone", + "description": "A collection of useful user interface extensions for ComfyUI to improve workflow and provide helpful feedback." + }, + { + "author": "Pixelailabs", + "title": "Joy Caption Two - PixelaiLabs Edition", + "reference": "https://github.com/Pixelailabs/Joy_Caption_Two_PixelaiLabs", + "files": [ + "https://github.com/Pixelailabs/Joy_Caption_Two_PixelaiLabs" + ], + "install_type": "git-clone", + "description": "A fully automated ComfyUI custom node that uses Joy Caption Alpha Two to generate high-quality image captions. Perfect for: LoRA/model training dataset preparation, Image tagging and organization, NSFW content captioning, Batch processing large image collections" + }, + { + "author": "EricRollei", + "title": "Eric's Prompt Enhancers for ComfyUI", + "reference": "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer", + "files": [ + "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer" + ], + "install_type": "git-clone", + "description": "A comprehensive suite of AI-powered prompt enhancement nodes for ComfyUI using local LLMs (LM Studio or Ollama). Transform simple prompts into detailed, platform-optimized descriptions for video and image generation." + }, + { + "author": "EricRollei", + "title": "Comfy_HunyuanImage3", + "reference": "https://github.com/EricRollei/Comfy_HunyuanImage3", + "files": [ + "https://github.com/EricRollei/Comfy_HunyuanImage3" + ], + "install_type": "git-clone", + "description": "Professional ComfyUI custom nodes for Tencent's HunyuanImage-3.0 80B multimodal model, with multiple loading modes, smart memory management, large image generation with CPU offload, and optional prompt enhancement via LLM APIs." + }, + { + "author": "EricRollei", + "title": "Eric_Image_Processing_Nodes", + "reference": "https://github.com/EricRollei/Eric_Image_Processing_Nodes", + "files": [ + "https://github.com/EricRollei/Eric_Image_Processing_Nodes" + ], + "install_type": "git-clone", + "description": "A comprehensive collection of advanced image processing nodes for ComfyUI, featuring state-of-the-art denoising, enhancement, and restoration techniques with GPU acceleration and specialized film grain processing." + }, + { + "title": "Download Tools for ComfyUI", + "reference": "https://github.com/EricRollei/Download_Tools", + "files": [ + "https://github.com/EricRollei/Download_Tools" + ], + "install_type": "git-clone", + "description": "Comprehensive media downloading and web scraping nodes for ComfyUI. Download from 1000+ websites including Instagram, Reddit, Twitter, YouTube, TikTok using gallery-dl, yt-dlp, and advanced web scraping. Features: Gallery-dl downloader (100+ sites), Yt-dlp downloader (1000+ platforms), Web Image Scraper with 15+ site-specific handlers, browser cookie authentication, MCP integration for Claude Desktop.", + "author": "Eric Hiss (EricRollei)", + "nodename_pattern": "(Gallery-dl|Yt-dlp|Web.*Scraper)", + "tags": [ + "download", + "scraper", + "web", + "gallery-dl", + "yt-dlp", + "instagram", + "youtube", + "twitter", + "reddit", + "media", + "video", + "image", + "tiktok", + "deviantart", + "pixiv" + ] + }, + { + "author": "EricRollei", + "title": "PDF Tools - Advanced PDF Processing & OCR", + "id": "pdf-tools", + "reference": "https://github.com/EricRollei/PDF-Tools", + "files": [ + "https://github.com/EricRollei/PDF-Tools" + ], + "install_type": "git-clone", + "description": "Advanced PDF processing, OCR, Image and text parsing, smart image crop nodes for ComfyUI. Features include multi-language OCR (Surya, PaddleOCR VL), AI vision analysis (Florence-2, LayoutLMv3), advanced PDF extraction with quality assessment, spread detection for scanned books, and comprehensive layout analysis. Supports 90+ languages with multiple output formats.", + "tags": [ + "PDF", + "OCR", + "document", + "vision", + "Florence-2", + "Surya", + "PaddleOCR", + "LayoutLMv3", + "multilingual", + "layout-analysis" + ], + "category": "Document Processing" + }, + { + "author": "EricRollei", + "title": "AAA Metadata System", + "id": "aaa-metadata-system", + "reference": "https://github.com/EricRollei/AAA_Metadata_System", + "files": [ + "https://github.com/EricRollei/AAA_Metadata_System" + ], + "install_type": "git-clone", + "description": "Advanced metadata management and multi-format image save system for ComfyUI. Save/load with metadata for PNG, JPEG, TIFF, PSD (with layers), SVG, and WebP. Features XMP/TXT/JSON sidecar files, embedded EXIF/XMP, MWG-RS regions for face metadata, workflow tracking, LoRA/embedding detection, runtime execution hooks, and Automatic1111 compatibility. Preserve layers, alpha channels, and complete provenance across all formats.", + "nodename_pattern": "^(MetadataAwareSaveImage|Multi_LoRA_Loader|LoadImageLayers)" + }, + { + "author": "EricRollei", + "title": "HYPIR Image Restoration for ComfyUI", + "reference": "https://github.com/EricRollei/HYPIR-ComfyUI", + "files": [ + "https://github.com/EricRollei/HYPIR-ComfyUI" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for HYPIR image restoration using Stable Diffusion 2.1. Restores and upscales scanned or generated images with optional LM Studio prompt enhancement and tiled VAE processing for large resolutions.", + "nodename_pattern": "HYPIR" + }, + { + "author": "EricRollei", + "title": "Emu35-Comfyui-Nodes", + "reference": "https://github.com/EricRollei/Emu35-Comfyui-Nodes", + "files": [ + "https://github.com/EricRollei/Emu35-Comfyui-Nodes" + ], + "install_type": "git-clone", + "description": "ComfyUI integration for BAAI's Emu3.5 multimodal models for text-to-image generation and multimodal understanding. (Description by CC)" + }, + { + "author": "EricRollei", + "title": "Qwen Layers Diffuser Pipeline", + "id": "qwen-layers-diffuser-pipeline", + "reference": "https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui", + "files": [ + "https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui" + ], + "install_type": "git-clone", + "description": "Decompose images into semantic RGBA layers using Qwen-Image-Layered model. Features AI-powered layer naming, PSD/TIFF export with proper layer structure, original resolution support, and VRAM management. Includes 18 nodes for layer decomposition, manipulation, and saving." + }, + { + "author": "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", + "reference": "https://github.com/nomadoor/ComfyUI-Temporal-Mask-Tools", + "files": [ + "https://github.com/nomadoor/ComfyUI-Temporal-Mask-Tools" + ], + "install_type": "git-clone", + "description": "Utility collection of ComfyUI V3 nodes for stabilizing temporal segmentation masks while staying deterministic and torch-only." + }, + { + "author": "nomadoor", + "title": "ComfyUI Dual Panel Subgraph Viewer", + "reference": "https://github.com/nomadoor/ComfyUI-DualPanel-Subgraph-Viewer", + "files": [ + "https://github.com/nomadoor/ComfyUI-DualPanel-Subgraph-Viewer" + ], + "install_type": "git-clone", + "description": "A frontend extension for ComfyUI that allows you to open and edit subgraphs in a right-hand panel, instead of replacing the main canvas." + }, + { + "author": "neo-editer", + "title": "ComfyUI-Better-Dimensions-wan-v2", + "reference": "https://github.com/neo-editer/ComfyUI-Better-Dimensions-wan-v2", + "files": [ + "https://github.com/neo-editer/ComfyUI-Better-Dimensions-wan-v2" + ], + "install_type": "git-clone", + "description": "NODES: Better Image Dimensions, Standard SDXL Dimensions node, Dimensions by Ratio node, ..." + }, + { + "author": "Boba-svg", + "title": "ComfyUI-PromptSwitch", + "reference": "https://github.com/Boba-svg/ComfyUI-PromptSwitch", + "files": [ + "https://github.com/Boba-svg/ComfyUI-PromptSwitch" + ], + "install_type": "git-clone", + "description": "It’s a custom node that allows you to intuitively toggle prompts ON/OFF and adjust their weights — just like using a checklist." + }, + { + "author": "Boba-svg", + "title": "ComfyUI_AutoBatchRunner", + "reference": "https://github.com/Boba-svg/ComfyUI_AutoBatchRunner", + "files": [ + "https://github.com/Boba-svg/ComfyUI_AutoBatchRunner" + ], + "install_type": "git-clone", + "description": "ComfyUI UI extension that automates batch prompt execution with configurable run counts and intervals, featuring keyboard shortcuts and a fixed control panel for streamlined workflow automation." + }, + { + "author": "sysoutch", + "title": "ComfyUI Generator Add-on", + "reference": "https://github.com/sysoutch/blender-ComfyUIModelGenerator-addon", + "files": [ + "https://github.com/sysoutch/blender-ComfyUIModelGenerator-addon" + ], + "install_type": "git-clone", + "description": "A Blender add-on that integrates with ComfyUI for AI-powered model generation. Provides workflow management, image input handling, and real-time status tracking for seamless AI art creation within Blender's interface." + }, + { + "author": "NewLouwa", + "title": "ComfyUI Model Preset Pilot", + "reference": "https://github.com/NewLouwa/ComfyUI-Model_preset_Pilot", + "files": [ + "https://github.com/NewLouwa/ComfyUI-Model_preset_Pilot" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node module for managing model presets and configurations. This module automatically detects the model, loads/saves presets (sampler, scheduler, steps, CFG, clip-skip, seed, resolution), and generates/caches preview images per model." + }, + { + "author": "SquirrelRat", + "title": "MultiString Prompts", + "reference": "https://github.com/SquirrelRat/MultiString-Prompts", + "files": [ + "https://github.com/SquirrelRat/MultiString-Prompts" + ], + "install_type": "git-clone", + "description": "This is a simple but powerful custom node for ComfyUI, designed to help you manage and sequence multiple prompts from a single, clean interface.\nIt's ideal for workflows like sequential video generation where you need to feed a series of different prompts into your model." + }, + { + "author": "SquirrelRat", + "title": "WanVideoLooper", + "reference": "https://github.com/SquirrelRat/WanVideoLooper", + "files": [ + "https://github.com/SquirrelRat/WanVideoLooper" + ], + "install_type": "git-clone", + "description": "This is a set of custom nodes for ComfyUI designed for generating sequential long video clips based on the Wan 2.2 model architecture, handling continuity between segments and offering advanced control over the sampling process" + }, + { + "author": "OKIE5", + "title": "ComfyUI-CN-Pre", + "reference": "https://github.com/OKIE5/ComfyUI-CN-Pre", + "files": [ + "https://github.com/OKIE5/ComfyUI-CN-Pre" + ], + "install_type": "git-clone", + "description": "Ollama in ComfyUI" + }, + { + "author": "OmiX", + "title": "OmiXdev Custom Nodes", + "id": "omixdev-custom-nodes", + "reference": "https://github.com/omixmaxdimo/OmiXDev", + "files": [ + "https://github.com/omixmaxdimo/OmiXDev" + ], + "install_type": "git-clone", + "description": "A collection of custom node for online chat with APIKey to OpenAI ChatGpt4xx... Grok ...." + }, + { + "author": "AlcAI-AnimeHaven", + "title": "AlcAI Nodes for ComfyUI", + "reference": "https://github.com/AlcAI-AnimeHaven/AlcAI-nodes", + "files": [ + "https://github.com/AlcAI-AnimeHaven/AlcAI-nodes" + ], + "install_type": "git-clone", + "description": "AlcAI Nodes is a collection of custom nodes for ComfyUI, a modular interface for image generation with Stable Diffusion. This project focuses on tools optimized for creating anime-style images and stylized effects, inspired by the AnimeHaven universe. It aims to simplify workflows for artists and AI creativity enthusiasts." + }, + { + "author": "diffussy69", + "title": "ComfyUI-curved_weight_schedule", + "reference": "https://github.com/diffussy69/comfyui-curved_weight_schedule", + "files": [ + "https://github.com/diffussy69/comfyui-curved_weight_schedule" + ], + "install_type": "git-clone", + "description": "Custom Node for ComfyUI that allows you set a weighted curve to your ControlNet giving you more control over the weight of the model over the course of generation." + }, + { + "author": "smbdsbrain", + "title": "ComfyUI PK Load Image Paste", + "reference": "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste", + "files": [ + "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that extends the standard Load Image functionality with a convenient 'Paste from clipboard' button. This allows you to directly paste images from your clipboard without workflow conflicts, ensuring only images are pasted." + }, + { + "author": "rdawgemfl", + "title": "RDAWG 3D Pack (CUDA 12.8 + PyTorch 2.9.0)", + "reference": "https://github.com/rdawgemfl/rdawg_3D_pack", + "files": [ + "https://github.com/rdawgemfl/rdawg_3D_pack" + ], + "install_type": "git-clone", + "description": "Modern 3D Processing Nodes for ComfyUI - Optimized for CUDA 12.8 + PyTorch 2.9.0" + }, + { + "author": "ashtar1984", + "title": "comfyui-find-perfect-resolution", + "reference": "https://github.com/ashtar1984/comfyui-find-perfect-resolution", + "files": [ + "https://github.com/ashtar1984/comfyui-find-perfect-resolution" + ], + "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", + "reference": "https://github.com/cybernaut4/comfyui_arkl1te_toolkit", + "files": [ + "https://github.com/cybernaut4/comfyui_arkl1te_toolkit" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI by Arkl1te" + }, + { + "author": "guyouyue", + "title": "ComfyUI_VideoAutoSplit", + "reference": "https://github.com/guyouyue/ComfyUI_VideoAutoSplit", + "files": [ + "https://github.com/guyouyue/ComfyUI_VideoAutoSplit" + ], + "install_type": "git-clone", + "description": "ComfyUI Video Auto-Cropping Tool — includes keyframe detection and automatic segmentation/saving based on keyframes." + }, + { + "author": "Analaser", + "title": "ComfyUI-RandomTagWeights", + "reference": "https://github.com/Analaser/ComfyUI-RandomTagWeights", + "files": [ + "https://github.com/Analaser/ComfyUI-RandomTagWeights" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that randomizes tag weights for text prompts. Useful for dynamic prompt generation or creative experimentation in AI image workflows." + }, + { + "author": "walke2019", + "title": "Qwen2.5-VL GGUF Nodes", + "reference": "https://github.com/walke2019/ComfyUI-GGUF-VLM", + "files": [ + "https://github.com/walke2019/ComfyUI-GGUF-VLM" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for running GGUF quantized Qwen2.5-VL models using llama.cpp" + }, + { + "author": "ussoewwin", + "title": "ComfyUI-NunchakuFluxLoraStacker", + "reference": "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker", + "files": [ + "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker" + ], + "install_type": "git-clone", + "description": "An advanced LoRA stacker node specifically designed for Nunchaku FLUX models, featuring dynamic UI control for easy and efficient LoRA management." + }, + { + "author": "ussoewwin", + "title": "ComfyUI-DistorchMemoryManager", + "reference": "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager", + "files": [ + "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager" + ], + "install_type": "git-clone", + "description": "An independent memory management custom node for ComfyUI. Provides Distorch memory management functionality for efficient GPU/CPU memory handling." + }, + { + "author": "ussoewwin", + "title": "ComfyUI-QwenImageLoraLoader", + "reference": "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader", + "files": [ + "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader" + ], + "install_type": "git-clone", + "description": "Standalone ComfyUI custom node for Nunchaku QwenImage LoRA loading functionality." + }, + { + "author": "cmeka", + "title": "ComfyUI-WanMoEScheduler", + "reference": "https://github.com/cmeka/ComfyUI-WanMoEScheduler", + "files": [ + "https://github.com/cmeka/ComfyUI-WanMoEScheduler" + ], + "install_type": "git-clone", + "description": "A ComfyUI scheduler that finds the shift value required to align high/low sampling steps with a target sigma boundary." + }, + { + "author": "l33chking", + "title": "ComfyUI Channel Ops", + "id": "ComfyUI-Channel-Ops", + "reference": "https://github.com/L33chKing/ComfyUI_Channel_Ops", + "files": [ + "https://github.com/L33chKing/ComfyUI_Channel_Ops" + ], + "install_type": "git-clone", + "description": "Comfyui custom node that modifies image channels with various per-channel operations" + }, + { + "author": "wallen0322", + "title": "ComfyUI-WanAnimate-Enhancer", + "reference": "https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer", + "files": [ + "https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer" + ], + "install_type": "git-clone", + "description": "Enhanced WanAnimateToVideo with multi-dimensional control" + }, + { + "author": "alibof96", + "title": "ComfyUI-DownscaleIRN", + "reference": "https://github.com/alibof96/ComfyUI-DownscaleIRN", + "files": [ + "https://github.com/alibof96/ComfyUI-DownscaleIRN" + ], + "install_type": "git-clone", + "description": "A single-node ComfyUI module for Invertible Image Rescaling (IRN) that includes: automatic model download and discovery, BasicSR-based IRN_x2/x3/x4 loading, device/precision control, low-VRAM tiling, safe handling of non-divisible sizes, alpha channel preservation, and built-in bicubic/area fallback." + }, + { + "author": "L-Hugh", + "title": "ComfyUI-Lumina-DiMOO", + "reference": "https://github.com/L-Hugh/ComfyUI-Lumina-DiMOO", + "files": [ + "https://github.com/L-Hugh/ComfyUI-Lumina-DiMOO" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper nodes for Lumina-DiMOO. Please see the README for model weight download instructions." + }, + { + "author": "charlyad142", + "title": "ComfyUI Replicate Image Generation & Edit", + "reference": "https://github.com/charlyad142/comfyUI_charly_replicate_api", + "files": [ + "https://github.com/charlyad142/comfyUI_charly_replicate_api" + ], + "install_type": "git-clone", + "description": "This nodepack lets you use several Replicate models for image generation and editing: Qwen Image Edit Plus (Multi-Image) for editing multiple images using reference poses, Qwen Image Edit (Single Image) for single-image edits with text instructions, SeedEdit 3.0 (ByteDance) for advanced prompt-controlled editing, and Seedream 4.0 (ByteDance) for high-quality multi-resolution image generation." + }, + { + "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 nodes using Qwen3-VL and NVIDIA DAM models, plus StoryBoard JSON prompt generation nodes for structured scene and character prompts." + }, + { + "author": "pacchikAI", + "title": "ImagePromptBatch", + "reference": "https://github.com/pacchikAI/comfyui_pacchik_ImagePromptBatch", + "files": [ + "https://github.com/pacchikAI/comfyui_pacchik_ImagePromptBatch" + ], + "install_type": "git-clone", + "description": "A simple comfyui Node for Loading images and thier prompts" + }, + { + "author": "tenitsky", + "title": "ComfyUI Prompt Cycler Node", + "reference": "https://github.com/tenitsky/tenitsky-prompt-cycler-simple", + "files": [ + "https://github.com/tenitsky/tenitsky-prompt-cycler-simple" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that cycles through an infinite number of prompts" + }, + { + "author": "Antique3e", + "title": "ComfyUI Credit Tracker", + "reference": "https://github.com/Antique3e/ComfyUI-ModalCredits", + "files": [ + "https://github.com/Antique3e/ComfyUI-ModalCredits" + ], + "install_type": "git-clone", + "description": "Simple UI extension to track Modal GPU credits in real-time." + }, + { + "author": "apenguin24", + "title": "ComfyUI-WanKeyframing", + "reference": "https://github.com/apenguin24/ComfyUI-WanKeyframing", + "files": [ + "https://github.com/apenguin24/ComfyUI-WanKeyframing" + ], + "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": "QuietNoise", + "title": "ComfyUI Queue Manager", + "reference": "https://github.com/QuietNoise/comfyui_queue_manager", + "files": [ + "https://github.com/QuietNoise/comfyui_queue_manager" + ], + "install_type": "git-clone", + "description": "An extension supporting more streamlined prompt queue management." + }, + { + "author": "Spin256", + "title": "spin256-comfyui", + "reference": "https://github.com/Spin256/spin256-comfyui", + "files": [ + "https://github.com/Spin256/spin256-comfyui" + ], + "install_type": "git-clone", + "description": "Nodes to enable easy selection of image/video sizes (width/height) and int/string selectors" + }, + { + "author": "tmode-1960", + "title": "TA-ComfyUI-Nodes-Pack", + "reference": "https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack", + "files": [ + "https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack" + ], + "install_type": "git-clone", + "description": "Some useful nodes for ComfyUI (model loader & extensions for EBU-LMStudio)" + }, + { + "author": "lakkiy", + "title": "ComfyUI-RWImageS3", + "reference": "https://github.com/lakkiy/ComfyUI-RWImageS3", + "files": [ + "https://github.com/lakkiy/ComfyUI-RWImageS3" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI extension that enables seamless integration with AWS S3 storage for reading and saving images directly within your ComfyUI workflows. This extension eliminates the need for manual file transfers by providing direct S3 connectivity for your image processing pipelines." + }, + { + "author": "TianDongL", + "title": "Blind_watermark_Comfyui", + "reference": "https://github.com/TianDongL/Blind_watermark_Comfyui", + "files": [ + "https://github.com/TianDongL/Blind_watermark_Comfyui" + ], + "install_type": "git-clone", + "description": "A powerful blind watermark plugin for ComfyUI that allows you to embed and extract invisible watermarks in images using frequency domain techniques (DWT-DCT-SVD)." + }, + { + "author": "wallen0322", + "title": "ComfyUI-Wan22FMLF", + "reference": "https://github.com/wallen0322/ComfyUI-Wan22FMLF", + "files": [ + "https://github.com/wallen0322/ComfyUI-Wan22FMLF" + ], + "install_type": "git-clone", + "description": "Multi-frame reference conditioning nodes for Wan2.2 A14B I2V models." + }, + { + "author": "wallen0322", + "title": "ComfyUI-AE-Animation", + "reference": "https://github.com/wallen0322/ComfyUI-AE-Animation", + "files": [ + "https://github.com/wallen0322/ComfyUI-AE-Animation" + ], + "install_type": "git-clone", + "description": "After Effects-style animation nodes for ComfyUI with timeline-based keyframe control, layer management, and real-time preview rendering. (Description by CC)" + }, + { + "author": "KursatAs", + "title": "Comfyui Krs Nodes", + "reference": "https://github.com/KursatAs/KrsNodes", + "files": [ + "https://github.com/KursatAs/KrsNodes" + ], + "install_type": "git-clone", + "description": "NODES: TextEncodeQwenImageEditKrsSimple, TextEncodeQwenImageEditKrsAdvanced, QwenImageEditLatentKrs, ..." + }, + { + "author": "Blacksnowskill", + "title": "BSS WD14 Batch Tagger", + "reference": "https://github.com/BlackSnowSkill/wd14_batch_tagger", + "files": [ + "https://github.com/BlackSnowSkill/wd14_batch_tagger" + ], + "install_type": "git-clone", + "description": "Automatic image tagging using WD14 models with batch processing and GPU acceleration for ComfyUI", + "category": "Image Processing", + "tags": ["image", "tagging", "wd14", "batch", "gpu"], + "pip": [ + "onnxruntime>=1.16.0", + "numpy>=1.24.0", + "pillow>=9.0.0", + "huggingface-hub>=0.16.0" + ] + }, + { + "author": "Novice_Chen", + "title": "ComfyUI-Simple-IndexTTs", + "reference": "https://github.com/NewNoviceChen/ComfyUI-Simple-IndexTTs", + "files": [ + "https://github.com/NewNoviceChen/ComfyUI-Simple-IndexTTs" + ], + "install_type": "git-clone", + "description": "Bilibili IndexTTS2 ComfyUI Version - Auto-downloads models, simple to use." + }, + { + "author": "WWWEN8", + "title": "ComfyUI-CCXManager", + "reference": "https://github.com/WWWEN8/ComfyUI-CCXManager", + "files": [ + "https://github.com/WWWEN8/ComfyUI-CCXManager" + ], + "install_type": "git-clone", + "description": "Set to run once, and the SD-PPP Photoshop plugin will be automatically updated when there are updates later, completely eliminating the need for manual updates on the Photoshop side." + }, + { + "author": "Fossiel", + "title": "ComfyUI-Fossiel-QoL-Nodes", + "reference": "https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes", + "files": [ + "https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes" + ], + "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", + "id": "tts-webui", + "reference": "https://github.com/rsxdalv/ComfyUI-TTS-Webui", + "files": [ + "https://github.com/rsxdalv/ComfyUI-TTS-Webui" + ], + "install_type": "git-clone", + "description": "Nodes: TTS WebUI Kokoro, TTS WebUI Chatterbox, TTS WebUI StyleTTS2, TTS WebUI Kitten TTS, TTS WebUI F5-TTS, TTS WebUI Preset\nAdd API key to environment variable 'TTS_WEBUI_OPENAI_API_KEY'\nAlternatively you can write your API key to file 'tts_api_key.txt'\nYou can also use and/or override the above by entering your API key in the 'api_key' field of each node." + }, + { + "author": "djdarcy", + "title": "Smart Resolution Calculator", + "reference": "https://github.com/DazzleNodes/ComfyUI-Smart-Resolution-Calc", + "files": [ + "https://github.com/DazzleNodes/ComfyUI-Smart-Resolution-Calc" + ], + "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", + "reference": "https://github.com/yannickcruz/ComfyUI_YSC_HighResFix", + "files": [ + "https://github.com/yannickcruz/ComfyUI_YSC_HighResFix" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI designed to simplify the 'High-Resolution Fix' process. This node takes an input image, performs a direct upscale, and then re-encodes it into a latent image, preparing it for a final sampling pass to add details." + }, + { + "author": "GeekatplayStudio", + "title": "ComfyUI HiTem3D Integration", + "reference": "https://github.com/GeekatplayStudio/comfyui-hitem3d", + "files": [ + "https://github.com/GeekatplayStudio/comfyui-hitem3d" + ], + "install_type": "git-clone", + "description": "A comprehensive ComfyUI node collection that integrates with the HiTem3D API to generate high-quality 3D models from images, featuring advanced HTML preview capabilities and dynamic content generation." + }, + { + "author": "GeekatplayStudio", + "title": "ComfyUI-Text2Speech", + "reference": "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech", + "files": [ + "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for text-to-speech integration with a local TTS server." + }, + { + "author": "wouterverweirder", + "title": "ComfyUI PenPlotter", + "reference": "https://github.com/wouterverweirder/comfyui-penplotter", + "files": [ + "https://github.com/wouterverweirder/comfyui-penplotter" + ], + "install_type": "git-clone", + "description": "Custom nodes to convert images to pen plotter files" + }, + { + "author": "wouterverweirder", + "title": "ComfyUI SAM3", + "reference": "https://github.com/wouterverweirder/comfyui_sam3", + "files": [ + "https://github.com/wouterverweirder/comfyui_sam3" + ], + "install_type": "git-clone", + "description": "Custom Nodes to work with SAM3" + }, + { + "author": "wouterverweirder", + "title": "comfyui_live_input_stream", + "reference": "https://github.com/wouterverweirder/comfyui_live_input_stream", + "files": [ + "https://github.com/wouterverweirder/comfyui_live_input_stream" + ], + "install_type": "git-clone", + "description": "Webcam & Screen Share Input Nodes with Cropping and Live Preview of the Cropped Stream" + }, + { + "author": "Aishor", + "title": "Meta-Sampler Guiado (Seed-WAN)", + "reference": "https://github.com/Aishor/comfyui-meta-sampler-guiado", + "files": [ + "https://github.com/Aishor/comfyui-meta-sampler-guiado" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node that implements the Guided Meta-Sampler for video outpainting." + }, + { + "author": "ModelTC", + "title": "ComfyUI-LightVAE", + "reference": "https://github.com/ModelTC/ComfyUI-LightVAE", + "files": [ + "https://github.com/ModelTC/ComfyUI-LightVAE" + ], + "install_type": "git-clone", + "description": "ComfyUI-LightVAE is a collection of LightX2V VAE custom nodes designed for ComfyUI, supporting high-performance video VAE models including LightVAE and LightTAE." + }, + { + "author": "yeeyou", + "title": "ComfyUI OpenAI Compatible API Node", + "reference": "https://github.com/yeeyou/ComfyUI-OpenAI-Compatible-API", + "files": [ + "https://github.com/yeeyou/ComfyUI-OpenAI-Compatible-API" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that supports OpenAI-compatible APIs, allowing it to call any large-language-model service compatible with the OpenAI API format (such as vLLM, LM Studio, Ollama, LocalAI, etc.)." + }, + { + "author": "koirpraw", + "title": "ComfyUI GCP Cloud Storage Integration", + "reference": "https://github.com/koirpraw/ComfyUI-GCP-storage-decouple", + "files": [ + "https://github.com/koirpraw/ComfyUI-GCP-storage-decouple" + ], + "install_type": "git-clone", + "description": "This custom node package provides seamless integration between ComfyUI and Google Cloud Platform (GCP) Cloud Storage, enabling you to run ComfyUI without relying on instance disk storage. decouple your storage needs from local disks by leveraging GCP's scalable and reliable Cloud Storage service. Models can be saved and loaded directly from Cloud Storage, while outputs and temporary files are automatically synced." + }, + { + "author": "myonmu0", + "title": "ComfyUI-Jumper", + "reference": "https://github.com/myonmu0/ComfyUI-Jumper", + "files": [ + "https://github.com/myonmu0/ComfyUI-Jumper" + ], + "install_type": "git-clone", + "description": "Pass string and images between multiple ComfyUI via socket. Easy and intuitive nodes for remote connection." + }, + { + "author": "FranckyB", + "title": "ComfyUI-Prompt-Manager", + "reference": "https://github.com/FranckyB/ComfyUI-Prompt-Manager", + "files": [ + "https://github.com/FranckyB/ComfyUI-Prompt-Manager" + ], + "install_type": "git-clone", + "description": "A simple custom node for ComfyUI that allows you to save and reuse prompts, organized into different categories" + }, + { + "author": "petr-pr", + "title": "ComfyUI-TranslationNode", + "reference": "https://github.com/petr-pr/ComfyUI-TranslationNode", + "files": [ + "https://github.com/petr-pr/ComfyUI-TranslationNode" + ], + "install_type": "git-clone", + "description": "Offline translation node for ComfyUI, powered by Facebook's M2M-100 multilingual model. Translate text between 100+ languages — completely offline and private." + }, + { + "author": "eRepublik-Labs", + "title": "ERPK Collection", + "reference": "https://github.com/eRepublik-Labs/comfyui-nodes-erpk", + "files": [ + "https://github.com/eRepublik-Labs/comfyui-nodes-erpk" + ], + "install_type": "git-clone", + "description": "A monorepo for ERPK's custom ComfyUI nodes, extending ComfyUI's functionality through integrations with various AI services and APIs." + }, + { + "author": "alFrame", + "title": "ComfyUI AF - Find Nodes", + "reference": "https://github.com/alFrame/ComfyUI-AF-Find-Nodes", + "files": [ + "https://github.com/alFrame/ComfyUI-AF-Find-Nodes" + ], + "install_type": "git-clone", + "description": "A ComfyUI extension that allows you to find and locate nodes by their ID, title, pack, or type in complex workflows." + }, + { + "author": "alFrame", + "title": "ComfyUI AF - Pack-Prompt-Nodes", + "reference": "https://github.com/alFrame/ComfyUI-AF-Pack-Prompt-Nodes", + "files": [ + "https://github.com/alFrame/ComfyUI-AF-Pack-Prompt-Nodes" + ], + "install_type": "git-clone", + "description": "A lightweight suite of ComfyUI custom nodes for AI prompt management and history tracking." + }, + { + "author": "alFrame", + "title": "ComfyUI AF - Enhanced-HTML-Note", + "reference": "https://github.com/alFrame/ComfyUI-AF-Enhanced-HTML-Note", + "files": [ + "https://github.com/alFrame/ComfyUI-AF-Enhanced-HTML-Note" + ], + "install_type": "git-clone", + "description": "A ComfyUI Note node with HTML capabilities. Create notes, UI's and ReadMe's directly inside the workflow using rich HTML formatting." + }, + { + "author": "loockluo", + "title": "ComfyUI WhisperX Pro", + "reference": "https://github.com/loockluo/comfyui-whisperx-pro", + "files": [ + "https://github.com/loockluo/comfyui-whisperx-pro" + ], + "install_type": "git-clone", + "description": "A professional ComfyUI custom node for accurate text-audio alignment using [a/WhisperX](https://github.com/m-bain/whisperX)." + }, + { + "author": "Revmagi", + "title": "DDM Bundle - ComfyUI Custom Nodes", + "reference": "https://github.com/Revmagi/DDM_bundle", + "files": [ + "https://github.com/Revmagi/DDM_bundle" + ], + "install_type": "git-clone", + "description": "Clean workflow routing nodes for ComfyUI. Say goodbye to spaghetti connections!" + }, + { + "author": "hardik-uppal", + "title": "ComfyUI-QwenVL-MultiImage", + "reference": "https://github.com/hardik-uppal/ComfyUI-QwenVL-MultiImage", + "files": [ + "https://github.com/hardik-uppal/ComfyUI-QwenVL-MultiImage" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI custom node that integrates Qwen2.5-VL and Qwen3-VL vision-language models with multi-image support. Process multiple images simultaneously with advanced AI capabilities for image understanding, comparison, and analysis." + }, + { + "author": "ardadmrknn", + "title": "ComfyUI Prompt History Node", + "reference": "https://github.com/ardadmrknn/comfyui-history-clip-text-encode-node", + "files": [ + "https://github.com/ardadmrknn/comfyui-history-clip-text-encode-node" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that automatically saves your prompts, generated images, and workflow metadata into a browsable history, accessible directly from the node." + }, + { + "author": "EuphoricPenguin", + "title": "ComfyUI Resemble Enhance", + "reference": "https://github.com/EuphoricPenguin/resemble-enhance-comfyui", + "files": [ + "https://github.com/EuphoricPenguin/resemble-enhance-comfyui" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node for audio enhancement using Resemble AI's Resemble Enhance model. Created using OpenHands, Cline, and DeepSeek." + }, + { + "author": "DazzleNodes", + "title": "ComfyUI Fit Mask to Image", + "reference": "https://github.com/DazzleNodes/fit-mask-to-image", + "files": [ + "https://github.com/DazzleNodes/fit-mask-to-image" + ], + "install_type": "git-clone", + "description": "Automatically resizes masks to match image dimensions for seamless inpainting workflows." + }, + { + "author": "DazzleNodes", + "title": "DazzleNodes Collection", + "reference": "https://github.com/DazzleNodes/DazzleNodes", + "files": [ + "https://github.com/DazzleNodes/DazzleNodes" + ], + "install_type": "git-clone", + "description": "A curated collection of image/latent creation and transformation custom nodes for ComfyUI. Each node is independently developed and maintained, but packaged together for convenient installation." + }, + { + "author": "okdalto", + "title": "ComfyUI-WithAnyone", + "reference": "https://github.com/okdalto/ComfyUI-WithAnyone", + "files": [ + "https://github.com/okdalto/ComfyUI-WithAnyone" + ], + "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": "okdalto", + "title": "ComfyUI-Color-Matcher", + "reference": "https://github.com/okdalto/ComfyUI-Color-Matcher", + "files": [ + "https://github.com/okdalto/ComfyUI-Color-Matcher" + ], + "install_type": "git-clone", + "description": "ComfyUI node for color matching between images using color-matcher library" + }, + { + "author": "hw5511", + "title": "Woohee HF Upscaler Loader", + "reference": "https://github.com/hw5511/comfyui_hf_upscaler_loader", + "files": [ + "https://github.com/hw5511/comfyui_hf_upscaler_loader" + ], + "install_type": "git-clone", + "description": "Load upscale models directly from Hugging Face Hub in ComfyUI" + }, + { + "author": "edoardocompagnucci", + "title": "ComfyUI-HSyn9DHPE", + "reference": "https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE", + "files": [ + "https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for 9D Human Pose Estimation, integrating the [a/HSyn9DHPE](https://github.com/edoardocompagnucci/HSyn9DHPE) project." + }, + { + "author": "dskjal", + "title": "comfyui-yolov8-simple", + "reference": "https://github.com/dskjal/comfyui-yolov8-simple", + "files": [ + "https://github.com/dskjal/comfyui-yolov8-simple" + ], + "install_type": "git-clone", + "description": "Simple yolov8 comfyui plugin. This plugin adds Yolov8DetectionSegmentation node and ImageCompositeBlurred node." + }, + { + "author": "dskjal", + "title": "comfyui-yolov8-dsuksampler", + "reference": "https://github.com/dskjal/comfyui-yolov8-dsuksampler", + "files": [ + "https://github.com/dskjal/comfyui-yolov8-dsuksampler" + ], + "install_type": "git-clone", + "description": "This node performs detection and segmentation, as well as upsampling, sampling, and blurring the composite." + }, + { + "author": "WingeD123", + "title": "ComfyUI_QwenVL_PromptCaption", + "reference": "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption", + "files": [ + "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption" + ], + "install_type": "git-clone", + "description": "Leverages Qwen 2.5/3 VL for prompt inversion & caption generation." + }, + { + "author": "kianxyzw", + "title": "ComfyUI Model Linker Extension", + "reference": "https://github.com/kianxyzw/comfyui-model-linker", + "files": [ + "https://github.com/kianxyzw/comfyui-model-linker" + ], + "install_type": "git-clone", + "description": "A ComfyUI extension that helps users relink missing models in workflows" + }, + { + "author": "GuardSkill", + "title": "ComfyUI-VoiceSep", + "reference": "https://github.com/GuardSkill/ComfyUI-VoiceSep", + "files": [ + "https://github.com/GuardSkill/ComfyUI-VoiceSep" + ], + "install_type": "git-clone", + "description": "Seperation the voice to 2 track/person by voicesep, keep the office effect in Modelscope demo meanwhile accelerate the resample speed." + }, + { + "author": "trunksn1", + "title": "ComfyUI Checkpoint Rotation Node", + "reference": "https://github.com/trunksn1/comfyui-change-checkpoint-randomly", + "files": [ + "https://github.com/trunksn1/comfyui-change-checkpoint-randomly" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that enables automatic checkpoint rotation during batch image generation. This allows you to generate images using multiple different model checkpoints in a single workflow, automatically switching between them based on your specified interval." + }, + { + "author": "francarl", + "title": "ComfyUI-OnDemand-Lora-Loader", + "reference": "https://github.com/francarl/ComfyUI-OnDemand-Loaders", + "files": [ + "https://github.com/francarl/ComfyUI-OnDemand-Loaders" + ], + "install_type": "git-clone", + "description": "This is a custom node for ComfyUI that allows you to download and apply LoRA models directly from Civitai/HuggingFace. It simplifies your workflow by managing LoRA downloads automatically, so you don't have to manually download files and place them in the correct folder." + }, + { + "author": "nour", + "title": "nd-super-nodes", + "reference": "https://github.com/HenkDz/nd-super-nodes", + "files": [ + "https://github.com/HenkDz/nd-super-nodes" + ], + "install_type": "git-clone", + "description": "Super LoRA Loader and ND Super Selector overlays for ComfyUI." + }, + { + "author": "Seb-Lis", + "title": "comfyui-image-labeler", + "reference": "https://github.com/Seb-Lis/comfyui-image-labeler", + "files": [ + "https://github.com/Seb-Lis/comfyui-image-labeler" + ], + "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", + "reference": "https://github.com/gitcapoom/comfyui_fovestimator", + "files": [ + "https://github.com/gitcapoom/comfyui_fovestimator" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that estimates the Field of View (FOV) and tilt angle (horizon angle) of images using computer vision techniques." + }, + { + "author": "lakonik", + "title": "ComfyUI-piFlow", + "id": "piflow", + "reference": "https://github.com/Lakonik/ComfyUI-piFlow", + "files": [ + "https://github.com/Lakonik/ComfyUI-piFlow" + ], + "install_type": "git-clone", + "description": "ComfyUI pi-Flow nodes for fast few-step sampling." + }, + { + "author": "mikesimone", + "title": "Link Mode Toggle", + "reference": "https://github.com/mikesimone/ComfyUI-LinkModeToggle", + "files": [ + "https://github.com/mikesimone/ComfyUI-LinkModeToggle" + ], + "install_type": "git-clone", + "description": "Adds hotkeys (F8 / Ctrl+K) and a toolbar button to cycle node link styles (Spline / Linear / Straight).", + "tags": ["ui", "hotkey", "canvas"] + }, + { + "author": "adambarbato", + "title": "Sa2VA Segmentation", + "reference": "https://github.com/adambarbato/ComfyUI-Sa2VA", + "files": [ + "https://github.com/adambarbato/ComfyUI-Sa2VA" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for Sa2VA (Segment Anything 2 Video Assistant) - Advanced multimodal image and video understanding with segmentation." + }, + { + "author": "Bio2hazard", + "title": "ComfyUI Prompt Snippets", + "reference": "https://github.com/Bio2hazard/ComfyUI-Prompt-Snippets", + "files": [ + "https://github.com/Bio2hazard/ComfyUI-Prompt-Snippets" + ], + "install_type": "git-clone", + "description": "This extension for ComfyUI adds a autocompletion feature that helps you write prompts faster and more efficiently. It provides suggestions from premade and custom data files as you type, allowing you to quickly insert and expand predefined keywords." + }, + { + "author": "colorAi", + "title": "ComfyUI-Image Selector by Prompt", + "reference": "https://github.com/colorAi/comfyui-ImageSelectorbyPrompt", + "files": [ + "https://github.com/colorAi/comfyui-ImageSelectorbyPrompt" + ], + "install_type": "git-clone", + "description": "Choose which image to use based on the keywords in the prompt." + }, + { + "author": "Lorenzo Mercugliano", + "title": "Multiple-Angle-Camera-Control", + "id": "multiple-angle-camera-control", + "reference": "https://github.com/mercu-lore/-Multiple-Angle-Camera-Control", + "files": [ + "https://github.com/mercu-lore/-Multiple-Angle-Camera-Control" + ], + "install_type": "git-clone", + "description": "Advanced camera control prompt generator for ComfyUI, optimized for dx8152's MultiAngle LoRA. Simplifies multi-directional movements, rotations, and special views with bilingual output." + }, + { + "author": "Lorenzo Mercugliano", + "title": "BoxBox", + "id": "ComfyUI-BoxBox", + "reference": "https://github.com/mercu-lore/BoxBox", + "description": "BoxBox is a lightweight ComfyUI extension for drawing, cropping, resizing, and reinserting specific regions of an image.", + "files": [ + "https://github.com/mercu-lore/BoxBox" + ], + "install_type": "git-clone" + }, + { + "author": "Owl-V", + "title": "ComfyUI-Owlv_Nodes", + "id": "comfyui-owlv_nodes", + "reference": "https://github.com/OwlvChirotha/ComfyUI-Owlv_Nodes", + "files": [ + "https://github.com/OwlvChirotha/ComfyUI-Owlv_Nodes" + ], + "install_type": "git-clone", + "description": "A collection of custom utility nodes for ComfyUI, providing a variety of practical mini-tools with multiple functions.", + "tags": ["utility"] + }, + { + "author": "Owl-V", + "title": "ComfyUI-MultiTranslator", + "id": "comfyui-multitranslator-owlv", + "reference": "https://github.com/OwlvChirotha/ComfyUI-MultiTranslator", + "files":[ + "https://github.com/OwlvChirotha/ComfyUI-MultiTranslator" + ], + "install_type": "git-clone", + "description": "ComfyUI plug-in collection of basic translator, LLM translator and a series of LLM Service Connectors.", + "tags": ["translation", "llm", "ai", "connector", "utility"] + }, + { + "author": "Cyrostar", + "title": "ComfyUI-Artha-Nodes", + "id": "comfyui-artha-nodes", + "reference": "https://github.com/Cyrostar/ComfyUI-Artha-Nodes", + "files": [ + "https://github.com/Cyrostar/ComfyUI-Artha-Nodes" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for general purpose." + }, + { + "author": "bulldog68", + "title": "FMJ-speed-Prompt", + "reference": "https://github.com/bulldog68/ComfyUI_FMJ_SP", + "files": [ + "https://github.com/bulldog68/ComfyUI_FMJ_SP" + ], + "install_type": "git-clone", + "description": "Prompt generator from CSV files with randomization and external text input.", + "tags": ["prompt", "csv", "text", "random"] + }, + { + "author": "bulldog68", + "title": "FMJ-LLM", + "reference": "https://github.com/bulldog68/ComfyUI_FMJ_LLM", + "files": [ + "https://github.com/bulldog68/ComfyUI_FMJ_LLM" + ], + "install_type": "git-clone", + "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", + "reference": "https://github.com/Usonaki/ComfyUI-DyPE-Nunchaku", + "files": [ + "https://github.com/Usonaki/ComfyUI-DyPE-Nunchaku" + ], + "install_type": "git-clone", + "description": "DyPE for FLUX. Nunchaku compatible fork." + }, + { + "author": "arthur", + "title": "Video Output Bridge", + "reference": "https://github.com/arthurtravers/ComfyUI-VideoOutputBridge", + "files": [ + "https://github.com/arthurtravers/ComfyUI-VideoOutputBridge" + ], + "install_type": "git-clone", + "description": "Bridge VHS_VideoCombine video outputs to standard image payloads for serverless runners (RunPod, Modal). Enables automatic S3 uploads of MP4/WebP files in worker-comfyui deployments." + }, + { + "author": "val", + "title": "Groq Nodes", + "reference": "https://github.com/brayevalerien/ComfyUI-GroqNodes", + "files": [ + "https://github.com/brayevalerien/ComfyUI-GroqNodes" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for Groq API - chat, vision, audio, tool use, and batch processing" + }, + { + "author": "x0x0b", + "title": "Prompt History Gallery", + "reference": "https://github.com/x0x0b/ComfyUI-PromptHistoryGallery", + "files": [ + "https://github.com/x0x0b/ComfyUI-PromptHistoryGallery" + ], + "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", + "reference": "https://github.com/EnragedAntelope/comfy-modelopt", + "files": [ + "https://github.com/EnragedAntelope/comfy-modelopt" + ], + "install_type": "git-clone", + "description": "NVIDIA ModelOpt integration for ComfyUI - Quantize and optimize diffusion models with INT8/FP8/INT4" + }, + { + "author": "EnragedAntelope", + "title": "ComfyUI_EasyRegion", + "reference": "https://github.com/EnragedAntelope/ComfyUI_EasyRegion", + "files": [ + "https://github.com/EnragedAntelope/ComfyUI_EasyRegion" + ], + "install_type": "git-clone", + "description": "Control different parts of your image with separate prompts using visual box drawing." + }, + { + "author": "EnragedAntelope", + "title": "comfyui-sdnq", + "reference": "https://github.com/EnragedAntelope/comfyui-sdnq", + "files": [ + "https://github.com/EnragedAntelope/comfyui-sdnq" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node pack for loading SDNQ quantized models" + }, + { + "author": "tester4488", + "title": "mc_qwen", + "reference": "https://github.com/tester4488/mc_qwen", + "files": [ + "https://github.com/tester4488/mc_qwen" + ], + "install_type": "git-clone", + "description": "comfyui node TextEconder for qwen image edit with internal lanczos rescale instead of area rescale." + }, + { + "author": "Creditas-labs", + "title": "ComfyUI_Adforge", + "reference": "https://github.com/Creditas-labs/ComfyUI_Adforge", + "files": [ + "https://github.com/Creditas-labs/ComfyUI_Adforge" + ], + "install_type": "git-clone", + "description": "Creditas' Ad Creation Toolkit for ComfyUI" + }, + { + "author": "shiba2shiba", + "title": "ComfyUI_FreeU_V2_advanced", + "reference": "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_advanced", + "files": [ + "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_advanced" + ], + "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", + "reference": "https://github.com/Tr1dae/ComfyUI-EasyFilePaths", + "files": [ + "https://github.com/Tr1dae/ComfyUI-EasyFilePaths" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes that automatically populate dropdowns based on your folder structure and user configuration, making it easy to generate consistent file names." + }, + { + "author": "TJ16th", + "title": "TJ_ComfyUI_Lineart2Vector", + "reference": "https://github.com/TJ16th/TJ_ComfyUI_Lineart2Vector", + "files": [ + "https://github.com/TJ16th/TJ_ComfyUI_Lineart2Vector" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for line art centerline extraction and SVG manipulation with advanced editing and visualization capabilities." + }, + { + "author": "TJ16th", + "title": "TJ_ComfyUI_ColorUtility", + "reference": "https://github.com/TJ16th/TJ_ComfyUI_ColorUtility", + "files": [ + "https://github.com/TJ16th/TJ_ComfyUI_ColorUtility" + ], + "install_type": "git-clone", + "description": "Provides a high-precision RGB/HSV/Alpha color picker as a custom node for ComfyUI." + }, + { + "author": "fuselayer", + "title": "comfyui-noise-match", + "reference": "https://github.com/fuselayer/comfyui-noise-match", + "files": [ + "https://github.com/fuselayer/comfyui-noise-match" + ], + "install_type": "git-clone", + "description": "Extract authentic noise patterns from real photographs and apply them to AI-generated or composited elements for seamless photorealistic integration." + }, + { + "author": "alexjx", + "title": "ComfyUI-Sa2VA-XJ", + "reference": "https://github.com/alexjx/ComfyUI-Sa2VA-XJ", + "files": [ + "https://github.com/alexjx/ComfyUI-Sa2VA-XJ" + ], + "install_type": "git-clone", + "description": "Simple implementation of [a/ByteDance Sa2VA](https://github.com/bytedance/Sa2VA) nodes for ComfyUI." + }, + { + "author": "alexjx", + "title": "ComfyUI-XJNodes", + "reference": "https://github.com/alexjx/ComfyUI-XJNodes", + "files": [ + "https://github.com/alexjx/ComfyUI-XJNodes" + ], + "install_type": "git-clone", + "description": "A modular collection of custom nodes for ComfyUI, organized by data type for easy navigation and maintenance." + }, + { + "author": "bowtiedbluefin", + "title": "ComfyUI-AI-CustomURL", + "reference": "https://github.com/bowtiedbluefin/ComfyUI-AI-CustomURL", + "files": [ + "https://github.com/bowtiedbluefin/ComfyUI-AI-CustomURL" + ], + "install_type": "git-clone", + "description": "A comprehensive ComfyUI extension that enables text, image, video, and speech generation using any OpenAI-compatible API endpoint with custom URLs." + }, + { + "author": "HallettVisual", + "title": "ComfyUI-Qwen-Camera-Selector", + "reference": "https://github.com/HallettVisual/ComfyUI-Qwen-Camera-Selector", + "files": [ + "https://github.com/HallettVisual/ComfyUI-Qwen-Camera-Selector" + ], + "install_type": "git-clone", + "description": "Simple camera prompt builder node for Qwen-Edit-2509 Multiple-Angles in ComfyUI." + }, + { + "author": "Geo1230", + "title": "ComfyUI-DeepseekOCR", + "reference": "https://github.com/Geo1230/ComfyUI-DeepseekOCR", + "files": [ + "https://github.com/Geo1230/ComfyUI-DeepseekOCR" + ], + "install_type": "git-clone", + "description": "A custom node that wraps DeepSeek-OCR as a ComfyUI plugin, providing powerful OCR recognition and document parsing capabilities." + }, + { + "author": "eddyhhlure1Eddy", + "title": "ComfyUI-QwenVideo", + "reference": "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenVideo", + "files": [ + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenVideo" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for video analysis and prompt generation using Qwen3-VL-235B vision-language model via OpenRouter API." + }, + { + "author": "eddyhhlure1Eddy", + "title": "ComfyUI-MemoryCleaner", + "id": "memorycleaner", + "reference": "https://github.com/eddyhhlure1Eddy/ComfyUI-MemoryCleaner", + "files": [ + "https://github.com/eddyhhlure1Eddy/ComfyUI-MemoryCleaner" + ], + "install_type": "git-clone", + "description": "NODES: Memory Cleaner (Force), Memory Status" + }, + { + "author": "eddyhhlure1Eddy", + "title": "ComfyUI-PreviewImageNode", + "reference": "https://github.com/eddyhhlure1Eddy/ComfyUI-PreviewImageNode", + "files": [ + "https://github.com/eddyhhlure1Eddy/ComfyUI-PreviewImageNode" + ], + "install_type": "git-clone", + "description": "Standalone version of ComfyUI's PreviewImage and SaveImage nodes, extracted as an independent custom node for easy reuse and customization." + }, + { + "author": "eddyhhlure1Eddy", + "title": "ComfyUI-QwenFrameSelector", + "reference": "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenFrameSelector", + "files": [ + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenFrameSelector" + ], + "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", + "reference": "https://github.com/princepainter/ComfyUI-PainterI2V", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterI2V" + ], + "install_type": "git-clone", + "description": "An enhanced Wan2.2 Image-to-Video node specifically designed to fix the slow-motion issue in 4-step LoRAs (like lightx2v).", + "tags": ["video", "image-to-video", "Wan2.2", "LoRA"] + }, + { + "author": "princepainter", + "title": "ComfyUI-PainterLongVideo", + "reference": "https://github.com/princepainter/ComfyUI-PainterLongVideo", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterLongVideo" + ], + "install_type": "git-clone", + "description": "Powerful node for generating long-form videos with consistent motion, global scene coherence, and slow-motion correction in Wan 2.2-based workflows." + }, + { + "author": "princepainter", + "title": "Comfyui-PainterAudioCut", + "reference": "https://github.com/princepainter/Comfyui-PainterAudioCut", + "files": [ + "https://github.com/princepainter/Comfyui-PainterAudioCut" + ], + "install_type": "git-clone", + "description": "High-precision audio trimming custom node based on frame rates for ComfyUI - trim audio precisely by frame numbers instead of timestamps, perfectly matching video frame synchronization needs. (Description by CC)" + }, + { + "author": "princepainter", + "title": "ComfyUI-PainterI2VforKJ", + "reference": "https://github.com/princepainter/ComfyUI-PainterI2VforKJ", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterI2VforKJ" + ], + "install_type": "git-clone", + "description": "Enhanced image-to-video node for Wan2.2 optimized for 4-step LoRAs that fixes slow-motion issues by increasing motion amplitude by 15-50%, with camera movement enhancement. (Description by CC)" + }, + { + "author": "princepainter", + "title": "Comfyui-PainterSampler", + "reference": "https://github.com/princepainter/Comfyui-PainterSampler", + "files": [ + "https://github.com/princepainter/Comfyui-PainterSampler" + ], + "install_type": "git-clone", + "description": "A dual-model image-to-video sampler for ComfyUI that combines high-noise and low-noise models in a single node, replacing two KSamplerAdvanced nodes with zero overhead and bit-identical frame generation. (Description by CC)" + }, + { + "author": "princepainter", + "title": "Comfyui-PainterVRAM", + "reference": "https://github.com/princepainter/Comfyui-PainterVRAM", + "files": [ + "https://github.com/princepainter/Comfyui-PainterVRAM" + ], + "install_type": "git-clone", + "description": "ComfyUI node that reserves GPU VRAM before workflow execution to prevent OOM crashes with manual or auto mode options." + }, + { + "author": "princepainter", + "title": "PainterFLF2V - First/Last Frame Video Enhancer", + "id": "painterflf2v", + "reference": "https://github.com/princepainter/Comfyui-PainterFLF2V", + "files": [ + "https://github.com/princepainter/Comfyui-PainterFLF2V" + ], + "install_type": "git-clone", + "description": "Enhance first and last frames for smooth video loop generation in ComfyUI. Based on WAN Video workflow.", + "tags": ["video", "frame", "loop", "workflow"] + }, + { + "author": "princepainter", + "title": "Comfyui-PainterAudioLength", + "reference": "https://github.com/princepainter/Comfyui-PainterAudioLength", + "files": [ + "https://github.com/princepainter/Comfyui-PainterAudioLength" + ], + "install_type": "git-clone", + "description": "A tool for calculating audio duration that takes audio input and outputs the audio length as a floating-point number. (Description by CC)" + }, + { + "author": "princepainter", + "title": "ComfyUI-PainterVideoCombine", + "reference": "https://github.com/princepainter/ComfyUI-PainterVideoCombine", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterVideoCombine" + ], + "install_type": "git-clone", + "description": "ComfyUI node: extract fps/frames/duration/width/height from video" + }, + { + "author": "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", + "id": "rafacost-comfy", + "reference": "https://github.com/rafacost/rafacost-comfy", + "files": [ + "https://github.com/rafacost/rafacost-comfy" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for DreamOmni2 GGUF multimodal models — powered directly by llama-cpp-python." + }, + { + "author": "yano", + "title": "ComfyUI Fast Mosaic Detector", + "id": "comfyui-fast-mosaic-detector", + "reference": "https://github.com/yano/comfyui-fast-mosaic-detector", + "files": [ + "https://github.com/yano/comfyui-fast-mosaic-detector" + ], + "install_type": "git-clone", + "description": "High-speed and high-accuracy mosaic detection node for ComfyUI. Supports FAST, ACCURATE, and HYBRID modes with ROI refinement." + }, + { + "author": "subraoul", + "title": "Bit Depth Enhancer", + "reference": "https://github.com/subraoul/ComfyUI_Bit-Depth-Enhancer", + "files": [ + "https://github.com/subraoul/ComfyUI_Bit-Depth-Enhancer" + ], + "install_type": "git-clone", + "description": "Bit-depth enhancement and banding removal with classical and deep learning methods" + }, + { + "author": "Alun", + "title": "comfyui-maya1-tts", + "reference": "https://github.com/ruanjianlun/comfyui_maya1_tts_alun", + "files": [ + "https://github.com/ruanjianlun/comfyui_maya1_tts_alun" + ], + "install_type": "git-clone", + "description": "High-quality text-to-speech ComfyUI custom node powered by Maya1 model" + }, + { + "author": "terefang", + "title": "ComfyUI-Terefang-Nodes", + "reference": "https://github.com/terefang/ComfyUI-Terefang-Nodes", + "files": [ + "https://github.com/terefang/ComfyUI-Terefang-Nodes" + ], + "install_type": "git-clone", + "description": "ComfyUI extension with several convenience nodes." }, + { + "author": "AlexXia007", + "title": "AIYang_TripleAPI", + "reference": "https://github.com/AlexXia007/AIYang_TripleAPI", + "files": [ + "https://github.com/AlexXia007/AIYang_TripleAPI" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes integrating three Chinese AI image generation platforms (Hi Dream, Douban, NanoBanana) supporting text-to-image and image-to-image generation with parallel processing and robust error handling. (Description by CC)" + }, + { + "author": "leafiy", + "title": "comfyui_psd_smart_object", + "reference": "https://github.com/leafiy/comfyui_psd_smart_object", + "files": [ + "https://github.com/leafiy/comfyui_psd_smart_object" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for working with Photoshop mockup files - automatically project images onto PSD smart objects while preserving perspective, rotation, and scale transforms for seamless mockup rendering." + }, + { + "author": "NudeJS-dev", + "title": "ComfyUI-NudeJS-Image2Prompt", + "reference": "https://github.com/NudeJS-dev/ComfyUI-NudeJS-Image2Prompt", + "files": [ + "https://github.com/NudeJS-dev/ComfyUI-NudeJS-Image2Prompt" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node converting images to text prompts via external API, with automatic image preprocessing, base64 encoding, intelligent retry logic, and dual output modes. (Description by CC)" + }, + { + "author": "psdwizzard", + "title": "Comfyui-XYZ-stitch", + "reference": "https://github.com/psdwizzard/Comfyui-XYZ-stitch", + "files": [ + "https://github.com/psdwizzard/Comfyui-XYZ-stitch" + ], + "install_type": "git-clone", + "description": "Create A1111-style XYZ plot grids in ComfyUI to test multiple parameters and compare results in organized, labeled comparison grids." + }, + { + "author": "anhrefnyoiyoi", + "title": "Placeholder-Replacer-By-ID", + "reference": "https://github.com/anhrefnyoiyoi/Placeholder-Replacer-By-ID", + "files": [ + "https://github.com/anhrefnyoiyoi/Placeholder-Replacer-By-ID" + ], + "install_type": "git-clone", + "description": "Utility node that automates prompt assembly by replacing placeholder tokens with mapped artist or style names based on ID sequences, supporting multiple prompts and flexible ID handling strategies." + }, + { + "author": "elyetis", + "title": "Comfyui-ColorMatchNodes", + "reference": "https://github.com/elyetis/Comfyui-ColorMatchNodes", + "files": [ + "https://github.com/elyetis/Comfyui-ColorMatchNodes" + ], + "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": "jianghong-zhu", + "title": "ComfyUI-AdvancedCameraPrompts", + "reference": "https://github.com/jandan520/ComfyUI-AdvancedCameraPrompts", + "files": [ + "https://github.com/jandan520/ComfyUI-AdvancedCameraPrompts" + ], + "install_type": "git-clone", + "description": "Advanced camera control prompt generator for ComfyUI that reads camera information from 3D nodes and generates precise, professional camera control prompts." + }, + { + "author": "fuyouawa", + "title": "comfyui-easytoolkit", + "reference": "https://github.com/fuyouawa/comfyui-easytoolkit", + "files": [ + "https://github.com/fuyouawa/comfyui-easytoolkit" + ], + "install_type": "git-clone", + "description": "A comprehensive ComfyUI extension toolkit providing nodes for algorithm calculations, Base64 encoding/decoding, image processing, and workflow utilities to streamline your ComfyUI workflows." + }, + { + "author": "power88", + "title": "ComfyUI-PDiD-LLM-Nodes", + "reference": "https://github.com/power88/ComfyUI-PDiD-LLM-Nodes", + "files": [ + "https://github.com/power88/ComfyUI-PDiD-LLM-Nodes" + ], + "install_type": "git-clone", + "description": "A LLM node with some models. (Description by CC)" + }, + { + "author": "tiheaven", + "title": "Ps-Comfy-TiHeaveN-CustomNodes", + "reference": "https://github.com/tiheaven/Ps-Comfy-TiHeaveN-CustomNodes", + "files": [ + "https://github.com/tiheaven/Ps-Comfy-TiHeaveN-CustomNodes" + ], + "install_type": "git-clone", + "description": "A communication bridge between Photoshop plugins and ComfyUI servers, enabling AI image generation by connecting PS plugins to Comfy servers for model inference and image rendering." + }, + { + "author": "perezjoan", + "title": "ComfyUI-QwenEdit-Urbanism-by-UGA", + "reference": "https://github.com/perezjoan/ComfyUI-QwenEdit-Urbanism-by-UGA", + "files": [ + "https://github.com/perezjoan/ComfyUI-QwenEdit-Urbanism-by-UGA" + ], + "install_type": "git-clone", + "description": "Offline text-driven image editing for urban and architectural workflows using open-source Qwen-Image-Edit model in GGUF format with custom ComfyUI nodes for batch and stochastic image processing." + }, + { + "author": "Koratahiu", + "title": "ComfyUI-Diff2Flow", + "reference": "https://github.com/Koratahiu/ComfyUI-Diff2Flow", + "files": [ + "https://github.com/Koratahiu/ComfyUI-Diff2Flow" + ], + "install_type": "git-clone", + "description": "Unofficial Implementation of Diff2Flow Method for ComfyUI." + }, + { + "author": "Koratahiu", + "title": "ComfyUI-OFTv2", + "reference": "https://github.com/Koratahiu/ComfyUI-OFTv2", + "files": [ + "https://github.com/Koratahiu/ComfyUI-OFTv2" + ], + "install_type": "git-clone", + "description": "A custom node to support and load OFTv2 adapters" + }, + { + "author": "orpheus-gaze", + "title": "comfyui-s2-guidance-test", + "reference": "https://github.com/orpheus-gaze/comfyui-s2-guidance-test", + "files": [ + "https://github.com/orpheus-gaze/comfyui-s2-guidance-test" + ], + "install_type": "git-clone", + "description": "An attempted implementation of S2 guidance for DIT diffusion models in ComfyUI, currently hardcoded for Flux model architecture to improve image sharpness and brightness." + }, + { + "author": "alludus", + "title": "multiGPU Upscaler", + "reference": "https://github.com/alludus/ComfyUI-multiGPU-upscaler", + "files": [ + "https://github.com/alludus/ComfyUI-multiGPU-upscaler" + ], + "install_type": "git-clone", + "description": "multiGPU batch-parallel upscaling nodes for ComfyUI." + }, + { + "author": "Markus-Pasanen", + "title": "batch_whisper_extension", + "reference": "https://github.com/Markus-Pasanen/batch_whisper_extension", + "files": [ + "https://github.com/Markus-Pasanen/batch_whisper_extension" + ], + "install_type": "git-clone", + "description": "A lightweight ComfyUI extension node that runs OpenAI Whisper to transcribe up to 3 audio inputs, merges and sorts timestamped segments, and outputs a single timestamped transcript string with speaker labels." + }, + { + "author": "deng-wei", + "title": "ComfyUI-MiVolo-V2", + "id": "ComfyUI-MiVolo-V2", + "reference": "https://github.com/deng-wei/ComfyUI-MiVolo-V2", + "files": [ + "https://github.com/deng-wei/ComfyUI-MiVolo-V2" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for [MiVolo V2 Age & Gender Prediction](https://huggingface.co/iitolstykh/mivolo_v2)" + }, + { + "author": "alankent", + "title": "OA 360 Clip", + "reference": "https://github.com/alankent/ComfyUI-OA-360-Clip", + "files": [ + "https://github.com/alankent/ComfyUI-OA-360-Clip" + ], + "install_type": "git-clone", + "description": "A ComfyUI node for extracting perspective views from 360 degree equirectangular images with an interactive drag-and-drop crop interface." + }, + { + "author": "mister_link", + "title": "Link Comfy Nodes", + "reference": "https://github.com/Mister-Link/link-comfy-nodes", + "files": [ + "https://github.com/Mister-Link/link-comfy-nodes" + ], + "install_type": "git-clone", + "description": "A collection of custom ComfyUI nodes by Mister-Link, including color parsing, frame calculation, and utility nodes for enhanced workflow capabilities." + }, + { + "author": "jonstreeter", + "title": "Reference-Based Video Colorization", + "reference": "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization", + "files": [ + "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization" + ], + "install_type": "git-clone", + "description": "Dual implementation of reference-based video colorization featuring ColorMNet (2024) with DINOv2 and Deep Exemplar (2019). Includes 4 nodes (2 video, 2 image), multiple feature encoders (VGG19, DINOv2, CLIP), advanced post-processing (color-matcher, WLS, guided, bilateral), and auto-installer for dependencies." + }, + { + "author": "liming123332", + "title": "ComfyUI-Ranbooru", + "reference": "https://github.com/liming123332/ComfyUI-Ranbooru", + "files": [ + "https://github.com/liming123332/ComfyUI-Ranbooru" + ], + "install_type": "git-clone", + "description": "Custom node that migrates WebUI Forge's Ranbooru plugin to ComfyUI, enabling searches across Booru sites to generate positive/negative prompts with tag cleaning, rating sorting, and caching support. (Description by CC)" + }, + { + "author": "SilentZhang", + "title": "comfyui-encrypt", + "reference": "https://github.com/SilentZhang/comfyui-encrypt", + "files": [ + "https://github.com/SilentZhang/comfyui-encrypt" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for RSA image encryption using asymmetric cryptography with key generation, encryption, and decryption functions via the cryptography library. (Description by CC)" + }, + { + "author": "hum-ma", + "title": "ComfyUI-TiledVaeLite", + "reference": "https://github.com/hum-ma/ComfyUI-TiledVaeLite", + "files": [ + "https://github.com/hum-ma/ComfyUI-TiledVaeLite" + ], + "install_type": "git-clone", + "description": "A faster tiled VAE decode node for ComfyUI based on LTXV, optimized for low VRAM scenarios with configurable tiling, progress bars, and improved logging for decoding large images and videos." + }, + { + "author": "hum-ma", + "title": "ComfyUI-GPUCLIP", + "reference": "https://github.com/hum-ma/ComfyUI-GPUCLIP", + "files": [ + "https://github.com/hum-ma/ComfyUI-GPUCLIP" + ], + "install_type": "git-clone", + "description": "Make CLIPs / text encoders load on GPU device" + }, + { + "author": "Devin Garner", + "title": "ComfyUI_Make-It-Animatable", + "reference": "https://github.com/speige/ComfyUI_Make-It-Animatable", + "files": [ + "https://github.com/speige/ComfyUI_Make-It-Animatable" + ], + "install_type": "git-clone", + "description": "Auto-Rigging humanoid 3D meshes for Mixamo animations" + }, + { + "author": "hua1995116", + "title": "comfyui_goenhance_ffmpeg_wm", + "reference": "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm", + "files": [ + "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for adding watermarks to videos using FFmpeg, with configurable position, opacity, scale, and hardware acceleration support." + }, + { + "author": "wzyfromhust", + "title": "ComfyUI_SAM2UltraV2", + "reference": "https://github.com/wzyfromhust/ComfyUI_SAM2UltraV2", + "files": [ + "https://github.com/wzyfromhust/ComfyUI_SAM2UltraV2" + ], + "install_type": "git-clone", + "description": "A fully modular and high-performance implementation of SAM2 (Segment Anything Model 2) for ComfyUI with dual-prompt support, negative point sampling, and upper body segmentation." + }, + { + "author": "slahiri", + "title": "ComfyUI-AI-Photography-Toolkit", + "reference": "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit", + "files": [ + "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit" + ], + "install_type": "git-clone", + "description": "A collection of AI-powered photography and image generation tools for ComfyUI, featuring the SID_AIPromptGenerator node that uses Anthropic's Claude API to analyze images and generate optimized prompts for various image generation models." + }, + { + "author": "neonr0", + "title": "ComfyUI-PixelConstrainedScaler", + "reference": "https://github.com/neonr-0/ComfyUI-PixelConstrainedScaler", + "files": [ + "https://github.com/neonr-0/ComfyUI-PixelConstrainedScaler" + ], + "install_type": "git-clone", + "description": "Smart upscaling with pixel-budget awareness while preserving native aspect ratios. Ideal for Image to Image (I2I) and Image to Video (I2V) workflows!" + }, + { + "author": "swan7-py", + "title": "ComfyUI-ImageAlphaCrop", + "reference": "https://github.com/swan7-py/ComfyUI-ImageAlphaCrop", + "files": [ + "https://github.com/swan7-py/ComfyUI-ImageAlphaCrop" + ], + "install_type": "git-clone", + "description": "ComfyUI plugin for automatically cropping transparent alpha channel borders from images - ideal for processing logos and icons. Supports batch processing with adjustable padding and alpha threshold. (Description by CC)" + }, + { + "author": "huyl3-cpu", + "title": "comfyui-huyl2-nodes", + "reference": "https://github.com/huyl3-cpu/comfyui-sortlist", + "files": [ + "https://github.com/huyl3-cpu/comfyui-sortlist" + ], + "install_type": "git-clone", + "description": "Custom utility nodes for ComfyUI by huyl2 (sort list v2, etc.)" + }, + { + "author": "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", + "reference": "https://github.com/7BEII/comfyui-PD_comfy-api-node", + "files": [ + "https://github.com/7BEII/comfyui-PD_comfy-api-node" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node suite integrating multiple AI image generation APIs (Gemini, Flux.1 Kontext Pro) with unified authentication via ComfyUI API Key and real-time cost tracking. (Description by CC)" + }, + { + "author": "StarIICraft", + "title": "ComfyUI-Simple-Selector", + "reference": "https://github.com/StarIICraft/ComfyUI-Simple-Selector", + "files": [ + "https://github.com/StarIICraft/ComfyUI-Simple-Selector" + ], + "install_type": "git-clone", + "description": "Logic control node with 5 universal input ports that checks connections in reverse priority order and outputs the index of the first valid active input, with support for muted nodes and any data type." + }, + { + "author": "wwzhifeng", + "title": "comfyui-jsonprompt", + "reference": "https://github.com/wwzhifeng/comfyui-jsonprompt", + "files": [ + "https://github.com/wwzhifeng/comfyui-jsonprompt" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node that expands structured JSON text into standard prompts for use with models like Gemini, Flux, OpenAI, and Sora. (Description by CC)" + }, + { + "author": "hobinrude", + "title": "ComfyUI_DWposeDeluxe", + "reference": "https://github.com/hobinrude/ComfyUI_DWposeDeluxe", + "files": [ + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node integrating DW-Pose (Denoising Whole-Body Pose Estimation) for high-quality pose detection with CPU (ONNX) and GPU (TensorRT) support. Features 20x faster performance with TensorRT acceleration, automatic model downloading, customizable pose visualization, keypoint conversion, and video workflow integration." + }, + { + "author": "Writili", + "title": "WtlNodes", + "id": "wtlnodes", + "reference": "https://github.com/Scorpiosis0/ComfyUI-WtlNodes", + "files": [ + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes" + ], + "install_type": "git-clone", + "description": "This node adds improvement over some already existing nodes as well as some custom nodes." + }, + { + "author": "yuanyuan-spec", + "title": "HunyuanVideo-1.5 nodes", + "reference": "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin", + "files": [ + "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin" + ], + "install_type": "git-clone", + "description": "A ComfyUI plugin based on HunyuanVideo-1.5, offering both simplified and complete node sets for quick usage or deep workflow customization." + }, + { + "author": "Madiator2011", + "title": "ComfyUI RunpodDirect", + "id": "runpoddirect", + "reference": "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect", + "files": [ + "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect" + ], + "install_type": "git-clone", + "description": "Direct model downloads to your Runod pod with blazing-fast multi-connection support. No more downloading models to your local machine and re-uploading!" + }, + { + "author": "kjqwer", + "title": "SmartSaveImage", + "reference": "https://github.com/kjqwer/SmartSaveImage", + "files": [ + "https://github.com/kjqwer/SmartSaveImage" + ], + "install_type": "git-clone", + "description": "Smart Image Saving Nodes - Offers intelligent folder management and image saving capabilities, supporting flexible folder hierarchy control, multiple metadata sources, various image formats, and metadata embedding. It includes two nodes: SmartFolderManager and SmartImageSaver.", + "pip": ["Pillow", "piexif"], + "nodename_pattern": "Smart" + }, + { + "author": "danielpflorian", + "title": "ComfyUI-WorkflowGenerator", + "reference": "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator", + "files": [ + "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator" + ], + "install_type": "git-clone", + "description": "ComfyUI-WorkflowGenerator custom nodes for generating ComfyUI workflows from natural language" + }, + { + "author": "Icekiub", + "title": "ComfyUI-IcyHider", + "id": "text_processor", + "reference": "https://github.com/icekiub-ai/ComfyUI-IcyHider", + "files": [ + "https://github.com/icekiub-ai/ComfyUI-IcyHider" + ], + "install_type": "git-clone", + "description": "A custom node extension that hides image previews until you hover over the node." + }, + { + "author": "turisc", + "title": "Text Line Selector", + "reference": "https://github.com/TuriSc/comfyui-text-line-selector", + "files": [ + "https://github.com/TuriSc/comfyui-text-line-selector" + ], + "install_type": "git-clone", + "description": "Extracts a single line from multiline string. Useful for batch processing" + }, + { + "author": "FuryNocturnTV", + "title": "ComfyUI-Studio-Fury", + "reference": "https://github.com/FuryNocturn/ComfyUI-Studio-Fury", + "files": [ + "https://github.com/FuryNocturn/ComfyUI-Studio-Fury" + ], + "install_type": "git-clone", + "description": "Nodos custom, al estilo fury, nodos que añaden versatilidad. con el tiempo ira creciendo los nodos." + }, + { + "author": "FuryNocturn", + "title": "ComfyUI-Dummy_Node_Pack", + "reference": "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack", + "files": [ + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack" + ], + "install_type": "git-clone", + "description": "Custom node pack creating fake/dummy nodes to replace missing, obsolete, or cloud-specific nodes, allowing legacy workflows to load visually without errors while preserving connections. (Description by CC)" + }, + { + "author": "granddyser", + "title": "Wan-video-extender", + "reference": "https://github.com/Granddyser/wan-video-extender", + "files": [ + "https://github.com/Granddyser/wan-video-extender" + ], + "install_type": "git-clone", + "description": "Wan Video Extender extends a short video or a single image into a longer, temporally consistent clip using a VACE based control latent. It runs in multiple extension loops. Each loop can have its own prompt and optional LoRA, so you can evolve the scene step by step without rebuilding the graph." + }, + { + "author": "akawana", + "title": "AK XZ Axis (XY for any KSampler)", + "reference": "https://github.com/akawana/ComfyUI-AK-XZ-Axis", + "files": [ + "https://github.com/akawana/ComfyUI-AK-XZ-Axis" + ], + "install_type": "git-clone", + "description": "Nodes for XY-style testing of parameters such as seed, steps, cfg, denoise, prompts, and LoRAs. Does not require a custom KSampler and works with any KSampler, including the default ComfyUI one.", + "tags": ["xy_plot", "xy", "xz", "testing", "ksampler"] + }, + { + "author": "akawana", + "title": "Folded prompts", + "reference": "https://github.com/akawana/ComfyUI-Folded-Prompts", + "files": [ + "https://github.com/akawana/ComfyUI-Folded-Prompts" + ], + "install_type": "git-clone", + "description": "Builds a folder-based tree from prompt lines. Lets you organize prompts into folders. Also adds several configurable keybindings for text editing (line commenting, regional prompting areas). Splits the prompt into regions for Regional Prompting.", + "tags": ["frontend", "shortcut", "regional", "folders", "bookmarks"] + }, + { + "author": "akawana", + "title": "AK Pack", + "reference": "https://github.com/akawana/ComfyUI-AK-Pack", + "files": [ + "https://github.com/akawana/ComfyUI-AK-Pack" + ], + "install_type": "git-clone", + "description": "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", + "reference": "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame", + "files": [ + "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame" + ], + "install_type": "git-clone", + "description": "Replace the first and last frames of an image sequence in ComfyUI. Auto-resizes frames to match video dimensions, handles batches, and adjusts parameters if needed." + }, + { + "author": "yukascomfy", + "title": "ATI_AudioReactive", + "reference": "https://github.com/yukascomfy/ATI_AudioReactive", + "files": [ + "https://github.com/yukascomfy/ATI_AudioReactive" + ], + "install_type": "git-clone", + "description": "ComfyUI audio-reactive animation node combining RyanOnTheInside's reactive features with Fillip's path animation for creating audio-driven visual animations. (Description by CC)" + }, + { + "author": "tuki0918", + "title": "comfyui-image-expand-nodes", + "reference": "https://github.com/tuki0918/comfyui-image-expand-nodes", + "files": [ + "https://github.com/tuki0918/comfyui-image-expand-nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI to expand images with noise for outpainting or inpainting purposes. This allows for seamless image extension in any direction." + }, + { + "author": "tuki0918", + "title": "comfyui-image-tiled-nodes", + "reference": "https://github.com/tuki0918/comfyui-image-tiled-nodes", + "files": [ + "https://github.com/tuki0918/comfyui-image-tiled-nodes" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes that split large images into overlapping tiles for processing and merge them back seamlessly with feathering blending. (Description by CC)" + }, + { + "author": "tuki0918", + "title": "ComfyUI_Cooldown_Node", + "reference": "https://github.com/tuki0918/ComfyUI_Cooldown_Node", + "files": [ + "https://github.com/tuki0918/ComfyUI_Cooldown_Node" + ], + "install_type": "git-clone", + "description": "Provides custom nodes with a cooldown feature for ComfyUI. (Description by CC)" + }, + { + "author": "NeoDroleDeGueule", + "title": "NDDG_Great_Nodes", + "reference": "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes", + "files": [ + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes" + ], + "install_type": "git-clone", + "description": "NDDG Great Nodes - ComfyUI custom nodes featuring Great Conditioning Modifier with advanced semantic drift, token dropout, gradient amplification and other conceptual manipulation tools. (Description by CC)" + }, + { + "author": "aining2022", + "title": "ComfyUI_Swwan", + "reference": "https://github.com/aining2022/ComfyUI_Swwan", + "files": [ + "https://github.com/aining2022/ComfyUI_Swwan" + ], + "install_type": "git-clone", + "description": "Collection of image processing utility nodes for ComfyUI including intelligent cropping, aspect ratio scaling, and crop box restoration capabilities. (Description by CC)" + }, + { + "author": "chchchadzilla", + "title": "ComfyUI-ChomfyNodes", + "reference": "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes", + "files": [ + "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes" + ], + "install_type": "git-clone", + "description": "A professional suite of utility nodes for ComfyUI, featuring forensic logging, massive wildcard control, universal noise injection, and persistent counters." + }, + { + "author": "nitingrg", + "title": "comfyui-ntools", + "reference": "https://github.com/nitingrg/comfyui-ntools", + "files": [ + "https://github.com/nitingrg/comfyui-ntools" + ], + "install_type": "git-clone", + "description": "Essential little utilities that should have been in ComfyUI from day one. (Description by CC)" + }, + { + "author": "jav12z", + "title": "ComfyUI-ToyShaders", + "reference": "https://github.com/jav12z/ComfyUI-ToyShaders", + "files": [ + "https://github.com/jav12z/ComfyUI-ToyShaders" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that allows you to render GLSL shaders (Shadertoy-style) directly inside your workflows. (Description by CC)" + }, + { + "author": "Nynxz", + "title": "ComfyUI-NynxzNodes", + "reference": "https://github.com/Nynxz/ComfyUI-NynxzNodes", + "files": [ + "https://github.com/Nynxz/ComfyUI-NynxzNodes" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes providing video comparison utilities, including wipe and fade compare video generation in multiple directions. (Description by CC)" + }, + { + "author": "huygiatrng", + "title": "Facefusion_comfyui", + "reference": "https://github.com/huygiatrng/Facefusion_comfyui", + "files": [ + "https://github.com/huygiatrng/Facefusion_comfyui" + ], + "install_type": "git-clone", + "description": "Advanced face swapping for ComfyUI with local ONNX inference - no API required!" + }, + { + "author": "Ada123-a", + "title": "ComfyUI-Kandinsky", + "reference": "https://github.com/Ada123-a/ComfyUI-Kandinsky", + "files": [ + "https://github.com/Ada123-a/ComfyUI-Kandinsky" + ], + "install_type": "git-clone", + "description": "Kandinsky 2/20B ComfyUI support with FP8/GGUF/blockswap support." + }, + { + "author": "obvirm", + "title": "ComfyUI-WhisperXX", + "reference": "https://github.com/obvirm/ComfyUI-WhisperXX", + "files": [ + "https://github.com/obvirm/ComfyUI-WhisperXX" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that provides advanced transcription, alignment, and diarization capabilities using the WhisperX library." + }, + { + "author": "geroldmeisinger", + "title": "ComfyUI-outputlists-combiner", + "reference": "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner", + "files": [ + "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes to create output lists with strings and numbers, make combinations of them, and help with XYZ-Gridplots" + }, + { + "author": "agavesunset", + "title": "AgaveLogicCounter", + "reference": "https://github.com/agavesunset/AgaveLogicCounter", + "files": [ + "https://github.com/agavesunset/AgaveLogicCounter" + ], + "install_type": "git-clone", + "description": "Solves the complex 'For-Loop' logic in ComfyUI. Perfect for controlling multi-subject vs. multi-scene batch workflows." + }, + { + "author": "idvdii", + "title": "ComfyUI-DvD-LoraTriggerwordsManager", + "reference": "https://github.com/idvdii/ComfyUI-DvD-LoraTriggerwordsManager", + "files": [ + "https://github.com/idvdii/ComfyUI-DvD-LoraTriggerwordsManager" + ], + "install_type": "git-clone", + "description": "Professional ComfyUI custom nodes for managing LoRA trigger words, with auto-read, smart lookup via Civitai, editing, and WebUI-compatible JSON format support. (Description by CC)" + }, + { + "author": "zhanglongxiao111", + "title": "Comfyui-geminiapi", + "reference": "https://github.com/zhanglongxiao111/Comfyui-geminiapi", + "files": [ + "https://github.com/zhanglongxiao111/Comfyui-geminiapi" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for integrating multiple external APIs including Gemini, OpenAI, Replicate, and ElevenLabs directly into local workflows. (Description by CC)" + }, + { + "author": "keghoang", + "title": "ComfyUI-Charon", + "reference": "https://github.com/keghoang/ComfyUI-Charon", + "files": [ + "https://github.com/keghoang/ComfyUI-Charon" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for CHARON auto-alignment and DA3 camera export." + }, + { + "author": "mobcat40", + "title": "ComfyUI-PromptChain", + "reference": "https://github.com/mobcat40/ComfyUI-PromptChain", + "files": [ + "https://github.com/mobcat40/ComfyUI-PromptChain" + ], + "install_type": "git-clone", + "description": "A visual tool for prompt randomization and advanced combinations inside of your ComfyUI workflows." + }, + { + "author": "tpc2233", + "title": "ComfyUI-Z-Image-Turbo", + "reference": "https://github.com/tpc2233/ComfyUI-Z-Image-Turbo", + "files": [ + "https://github.com/tpc2233/ComfyUI-Z-Image-Turbo" + ], + "install_type": "git-clone", + "description": "Comfy UI nodes for Z-Image-Turbo to run native weights with automatic model downloading and support for 2048x2048 resolution. (Description by CC)" + }, + { + "author": "Rathius-Saranoth", + "title": "Rathius_ComfyNodes", + "reference": "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes", + "files": [ + "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes" + ], + "install_type": "git-clone", + "description": "Collection of quality-of-life ComfyUI nodes including a text file loader for parsing descriptions and managing prompts without manual copy-paste. (Description by CC)" + }, + { + "author": "jrabek", + "title": "BokehDiffusionComfyUI", + "reference": "https://github.com/jrabek/BokehDiffusionComfyUI", + "files": [ + "https://github.com/jrabek/BokehDiffusionComfyUI" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for Bokeh Diffusion - Defocus Blur Control in Text-to-Image Diffusion Models." + }, + { + "author": "HAL-XP", + "title": "HALXP-Comfy", + "reference": "https://github.com/HAL-XP/halxp-comfy", + "files": [ + "https://github.com/HAL-XP/halxp-comfy" + ], + "install_type": "git-clone", + "description": "A UI suite for ComfyUI including Focus mode and layout enhancements." + }, + { + "author": "BuddyBytes", + "title": "Smart Resolution Toolkit", + "reference": "https://github.com/buddy-bytes/ComfyUI-SmartResolutionToolkit", + "files": [ + "https://github.com/buddy-bytes/ComfyUI-SmartResolutionToolkit" + ], + "install_type": "git-clone", + "description": "Resolution picker and latent generator for ComfyUI. Select presets like HD, FullHD, 2K, 4K, 8K with aspect ratios (1:1, 9:16, 4:5, 21:9 etc.) via dropdowns. Automatically snaps width/height to latent-safe multiples of 64. Ideal for EmptyLatentImage, AnimateDiff, ControlNet, video formats, and KSampler workflows. Outputs clean INT values or ready-to-use LATENT tensor." + }, + { + "author": "Bharanidharan", + "title": "iSeeBetter Node for ComfyUI", + "reference": "https://github.com/llikethat/ComfyUI-iseebetter", + "files": [ + "https://github.com/llikethat/ComfyUI-iseebetter" + ], + "install_type": "git-clone", + "description": "Custom Node to implement iSeeBetter upscaling method." + }, + { + "author": "Bharanidharan", + "title": "faceExtractor for ComfyUI", + "reference": "https://github.com/llikethat/ComfyUI-faceExtractor", + "files": [ + "https://github.com/llikethat/ComfyUI-faceExtractor" + ], + "install_type": "git-clone", + "description": "Custom Node to detect face matching the input reference image." + }, + { + "author": "Pondowner857", + "title": "ComfyUI Remote Workflow Executor", + "id": "comfy_Pond_Nodes_V2", + "reference": "https://github.com/Pondowner857/comfy_Pond_Nodes_V2", + "files": [ + "https://github.com/Pondowner857/comfy_Pond_Nodes_V2" + ], + "install_type": "git-clone", + "description": "Remote workflow executor node - Execute workflows on remote ComfyUI servers. Supports image/text/audio/video input and output." + }, + { + "author": "Pondowner857", + "title": "ComfyUI Workflow Protector", + "id": "comfyui-workflow-protector", + "reference": "https://github.com/Pondowner857/comfyui-workflow-protector", + "files": [ + "https://github.com/Pondowner857/comfyui-workflow-protector" + ], + "install_type": "git-clone", + "description": "ComfyUI Workflow Protector is a security plugin for ComfyUI that provides multi-layered protection against unauthorized export, copying, or usage of workflows. It supports password-based access control and workflow file encryption to safeguard your creative work." + }, + { + "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": "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": "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": "UmeAiRT", + "title": "UmeAiRT-Toolkit", + "reference": "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Toolkit", + "files": [ + "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Toolkit" + ], + "install_type": "git-clone", + "description": "A Wireless, Nodes 2.0 Ready, and Aesthetic Toolkit for ComfyUI." + }, + { + "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": "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": "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": "mikemojen", + "title": "ComfyUI-seamless_latent_tiling", + "reference": "https://github.com/mikemojen/ComfyUI-seamless_latent_tiling", + "files": [ + "https://github.com/mikemojen/ComfyUI-seamless_latent_tiling" + ], + "install_type": "git-clone", + "description": "Generates perfectly tileable/repeating patterns by circular-padding the latent tensor at every denoising step." + }, + { + "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": "tardigrade1001", + "title": "ComfyUI-Unified-Caption", + "reference": "https://github.com/tardigrade1001/ComfyUI-Unified-Caption", + "files": [ + "https://github.com/tardigrade1001/ComfyUI-Unified-Caption" + ], + "install_type": "git-clone", + "description": "Unified multimodal captioning node for ComfyUI with OpenRouter and Replicate support." + }, + { + "author": "tardigrade1001", + "title": "comfyui-mistral-caption", + "reference": "https://github.com/tardigrade1001/comfyui-mistral-caption", + "files": [ + "https://github.com/tardigrade1001/comfyui-mistral-caption" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that allows interaction with Mistral AI language and vision models directly inside a ComfyUI workflow." + }, + { + "author": "tardigrade1001", + "title": "send-to-comfyui", + "reference": "https://github.com/tardigrade1001/send-to-comfyui", + "files": [ + "https://github.com/tardigrade1001/send-to-comfyui" + ], + "install_type": "git-clone", + "description": "A lightweight browser extension + custom ComfyUI node that creates a seamless Web → ComfyUI pipeline for sending images directly from the browser into your workflows." + }, + { + "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": "ethanfel", + "title": "ComfyUI_UltimateSGUpscale", + "reference": "https://github.com/ethanfel/ComfyUI_UltimateSGUpscale", + "files": [ + "https://github.com/ethanfel/ComfyUI_UltimateSGUpscale" + ], + "install_type": "git-clone", + "description": "Tiled upscaling for ComfyUI using built-in nodes. Replicates the core features of UltimateSDUpscale as a transparent workflow you can inspect and modify." + }, + { + "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": "PixWizardry", + "title": "ComfyUI-LTX-GapFill", + "reference": "https://github.com/PixWizardry/ComfyUI-LTX-GapFill", + "files": [ + "https://github.com/PixWizardry/ComfyUI-LTX-GapFill" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that brings the \"Fill with Video\" AI prompt suggestion feature from LTX Desktop into ComfyUI workflows using Google Gemini 2.5 Flash." + }, + { + "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": "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": "JasonHoku", + "title": "Lite Text to File Tools", + "id": "lite-text-to-file-tools", + "reference": "https://github.com/JasonHoku/comfyui-lite-text-to-file-tools", + "files": [ + "https://github.com/JasonHoku/comfyui-lite-text-to-file-tools" + ], + "install_type": "git-clone", + "description": "Lightweight and fast, text to and from file tools for ComfyUI, has some JSON capabilities as well, great for storing, reading, organizing, batching text and batch text operations." + }, + { + "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": "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": "capitan01R", + "title": "Comfyui-ZiT-Lora-loader", + "reference": "https://github.com/capitan01R/Comfyui-ZiT-Lora-loader", + "files": [ + "https://github.com/capitan01R/Comfyui-ZiT-Lora-loader" + ], + "install_type": "git-clone", + "description": "Architecture-aware LoRA loader for Z-Image Turbo (Lumina2) in ComfyUI. Fixes silent key mismatches by auto-fusing separate Q/K/V into Z-Image's fused QKV format and remapping output projections." + }, + { + "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": "maximilianwicen", + "title": "ComfyUI-Node-for-Adaptive-Spectral-Feature-Forecasting-for-Diffusion-Sampling-Acceleration", + "reference": "https://github.com/maximilianwicen/ComfyUI-Node-for-Adaptive-Spectral-Feature-Forecasting-for-Diffusion-Sampling-Acceleration", + "files": [ + "https://github.com/maximilianwicen/ComfyUI-Node-for-Adaptive-Spectral-Feature-Forecasting-for-Diffusion-Sampling-Acceleration" + ], + "install_type": "git-clone", + "description": "A training-free ComfyUI model patcher that accelerates diffusion sampling via Chebyshev spectral forecasting, compatible with standard samplers like Euler and DPM++. (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": "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": "Custom ComfyUI nodes: XMath, XResolution, XImageSave, XLatentLoad, XLatentSave, XVideoSave, XAudioSave, XStringGroup, XWorkflowSave, XMetadataWorkflow(Extension), XDateTimeString, XFitView(Extension) ...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": "knishika62", + "title": "ComfyUI-TextGenerateQwen3Prompt", + "reference": "https://github.com/knishika62/ComfyUI-TextGenerateQwen3Prompt", + "files": [ + "https://github.com/knishika62/ComfyUI-TextGenerateQwen3Prompt" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for text generation using the Qwen3-4B language model, primarily for expanding image generation prompts with LLM support. (Description by CC)" + }, + { + "author": "knishika62", + "title": "ComfyUI-TextGenerateGemma3Prompt", + "reference": "https://github.com/knishika62/ComfyUI-TextGenerateGemma3Prompt", + "files": [ + "https://github.com/knishika62/ComfyUI-TextGenerateGemma3Prompt" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for LTX Video 2.3 that uses Gemma3-12b-it LLM for text generation with support for LTX-2.3 prompt extensions and custom system prompts. (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": "laolaoruqin", + "title": "ComfyUI-SimpleWatermarkRemover", + "reference": "https://github.com/laolaoruqin/ComfyUI-SimpleWatermarkRemover", + "files": [ + "https://github.com/laolaoruqin/ComfyUI-SimpleWatermarkRemover" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for removing watermarks from images using a mask editor and auto-downloading AI model. (Description by CC)" + }, + { + "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": "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": "huchukato", + "title": "ComfyUI-RIFE-TensorRT-Auto", + "id": "rife-tensorrt-auto", + "reference": "https://github.com/huchukato/ComfyUI-RIFE-TensorRT-Auto", + "files": [ + "https://github.com/huchukato/ComfyUI-RIFE-TensorRT-Auto" + ], + "install_type": "git-clone", + "description": "Ultra fast frame interpolation using Rife TensorRT with fully automatic installation and optimization. Features automatic TensorRT engine building, CUDA toolkit detection, and resolution profiles for optimal performance. 2-4x faster than original RIFE implementation with enhanced stability and memory management.", + "category": "video", + "tags": ["video", "interpolation", "rife", "tensorrt", "cuda", "performance", "frame", "motion", "automatic", "optimization", "enhanced", "fork", "stable"] + }, + { + "author": "huchukato", + "title": "ComfyUI-Upscaler-TensorRT-Auto", + "id": "upscaler-tensorrt-auto", + "reference": "https://github.com/huchukato/ComfyUI-Upscaler-TensorRT-Auto", + "files": [ + "https://github.com/huchukato/ComfyUI-Upscaler-TensorRT-Auto" + ], + "install_type": "git-clone", + "description": "2-4x faster ComfyUI image upscaling using TensorRT with automatic installation and model optimization. Supports popular upscaling models with automatic TensorRT engine building, CUDA toolkit detection, and memory-efficient processing. Enhanced performance and stability over original implementation.", + "category": "image", + "tags": ["image", "upscale", "tensorrt", "cuda", "performance", "enhancement", "automatic", "optimization", "esrgan", "edsr", "memory", "efficient", "enhanced", "fork", "stable"] + }, + { + "author": "huchukato", + "title": "ComfyUI-HuggingFace", + "id": "huggingface-downloader", + "reference": "https://github.com/huchukato/ComfyUI-HuggingFace", + "files": [ + "https://github.com/huchukato/ComfyUI-HuggingFace" + ], + "install_type": "git-clone", + "description": "HuggingFace model downloader for ComfyUI with advanced search and intelligent download system. Search, browse, and download models directly from HuggingFace repository without leaving ComfyUI interface. Features API token support, model type filtering, and migration path from Civicomfy with enhanced stability.", + "category": "utility", + "tags": ["huggingface", "model", "download", "search", "browse", "api", "repository", "management", "interface", "migration", "civicomfy", "enhanced", "stable"] + }, + { + "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": "Praveen", + "title": "ComfyUI DeOldify", + "id": "deoldify", + "reference": "https://github.com/Praveenhalder/ComfyUI-DeOldify", + "files": [ + "https://github.com/Praveenhalder/ComfyUI-DeOldify" + ], + "install_type": "git-clone", + "description": "Fast image and video colorization." + }, + { + "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": "jluo-github", + "title": "comfyui-ollama-image-to-prompt", + "reference": "https://github.com/jluo-github/comfyui-ollama-image-to-prompt", + "files": [ + "https://github.com/jluo-github/comfyui-ollama-image-to-prompt" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that leverages local Ollama vision models to generate detailed prompts or Danbooru-style tags from images." + }, + { + "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": "digital-divas-admin", + "title": "ComfyUI_NBP_Unleashed", + "reference": "https://github.com/digital-divas-admin/ComfyUI_NBP_Unleashed", + "files": [ + "https://github.com/digital-divas-admin/ComfyUI_NBP_Unleashed" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for Nano Banana Pro image generation and editing via fal.ai API." + }, + { + "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" + ] + }, + { + "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." + }, + { + "author": "gregtee2", + "title": "ComfyUI_VideoChunkTools", + "reference": "https://github.com/gregtee2/ComfyUI_VideoChunkTools", + "files": [ + "https://github.com/gregtee2/ComfyUI_VideoChunkTools" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for generating long videos by splitting into overlapping chunks with rolling reference frames." + }, + { + "author": "navyxiong", + "title": "ComfyUI-Reverse-prompt-node", + "reference": "https://github.com/navyxiong/ComfyUI-Reverse-prompt-node", + "files": [ + "https://github.com/navyxiong/ComfyUI-Reverse-prompt-node" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for loading preset JSON prompt files with support for pretty or minified output formats. (Description by CC)" + }, + { + "author": "navyxiong", + "title": "ComfyUI-JSON-Prompt-Modifier", + "reference": "https://github.com/navyxiong/ComfyUI-JSON-Prompt-Modifier", + "files": [ + "https://github.com/navyxiong/ComfyUI-JSON-Prompt-Modifier" + ], + "install_type": "git-clone", + "description": "An interactive JSON prompt editor for ComfyUI optimized for processing visual language model outputs like Qwen3-VQA, with auto-display, local file loading, and export capabilities. (Description by CC)" + }, + { + "author": "fangcun010", + "title": "ComfyUI-LTX2-R2V", + "reference": "https://github.com/fangcun010/ComfyUI-LTX2-R2V", + "files": [ + "https://github.com/fangcun010/ComfyUI-LTX2-R2V" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for LTX2 to R2V video generation. (Description by CC)" + }, + { + "author": "KaigorodovTuskul", + "title": "ComfyUI-DeepSeek-API-connector", + "reference": "https://github.com/KaigorodovTuskul/ComfyUI-DeepSeek-API-connector", + "files": [ + "https://github.com/KaigorodovTuskul/ComfyUI-DeepSeek-API-connector" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for generating or improving prompts via DeepSeek API." + }, + { + "author": "seanhan19911990-source", + "title": "ComfyUI-LTX2-Visual-LoRA", + "reference": "https://github.com/seanhan19911990-source/ComfyUI-LTX2-Visual-LoRA", + "files": [ + "https://github.com/seanhan19911990-source/ComfyUI-LTX2-Visual-LoRA" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that filters LTX-2 LoRAs to strip out audio-weight interference, ensuring clean, high-fidelity sound while maintaining visual fine-tuning." + }, + { + "author": "suito-venus", + "title": "comfyui-diffusion-model-loader-with-name", + "reference": "https://github.com/suito-venus/comfyui-diffusion-model-loader-with-name", + "files": [ + "https://github.com/suito-venus/comfyui-diffusion-model-loader-with-name" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node that loads UNET diffusion models and extracts the model name as a string output." + }, + { + "author": "sstoye", + "title": "comfyui-lora-prompt-switch", + "reference": "https://github.com/sstoye/comfyui-lora-prompt-switch", + "files": [ + "https://github.com/sstoye/comfyui-lora-prompt-switch" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI that combine LoRA loading with prompt text injection and a boolean enable/disable switch." + }, + { + "author": "sal063", + "title": "Comfy_z-sampling", + "reference": "https://github.com/sal063/Comfy_z-sampling", + "files": [ + "https://github.com/sal063/Comfy_z-sampling" + ], + "install_type": "git-clone", + "description": "Implementation of xie-lab-ml/Zigzag-Diffusion-Sampling into ComfyUI, tested primarily with Anima video workflows." + }, + { + "author": "mozhaa", + "title": "ComfyUI-Actual-Denoise", + "reference": "https://github.com/mozhaa/ComfyUI-Actual-Denoise", + "files": [ + "https://github.com/mozhaa/ComfyUI-Actual-Denoise" + ], + "install_type": "git-clone", + "description": "Simple ComfyUI nodes to set the actual amount of noise in img2img, ensuring consistent behavior when changing schedulers." + }, + { + "author": "sln77", + "title": "ComfyUI-Camie-Tagger", + "reference": "https://github.com/sln77/ComfyUI-Camie-Tagger", + "files": [ + "https://github.com/sln77/ComfyUI-Camie-Tagger" + ], + "install_type": "git-clone", + "description": "ComfyUI node integration for the Camie tagger v2 model from Hugging Face for image tagging. (Description by CC)" + }, + { + "author": "bghira", + "title": "ComfyUI-T-LoRA", + "reference": "https://github.com/bghira/ComfyUI-T-LoRA", + "files": [ + "https://github.com/bghira/ComfyUI-T-LoRA" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI loaders for timestep-masked T-LoRA inference." + }, + { + "author": "Slartibart23", + "title": "ComfyUI-FixedSeedController", + "reference": "https://github.com/Slartibart23/ComfyUI-FixedSeedController", + "files": [ + "https://github.com/Slartibart23/ComfyUI-FixedSeedController" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for generating and controlling random seeds across multiple generations. (Description by CC)" + }, + { + "author": "Slartibart23", + "title": "comfyui-sentence-filter", + "reference": "https://github.com/Slartibart23/comfyui-sentence-filter", + "files": [ + "https://github.com/Slartibart23/comfyui-sentence-filter" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that receives a text prompt, removes or replaces sentences based on user-defined trigger words, and passes the filtered text to the next node." + }, + { + "author": "Slartibart23", + "title": "comfyui-watermark-remover", + "reference": "https://github.com/Slartibart23/comfyui-watermark-remover", + "files": [ + "https://github.com/Slartibart23/comfyui-watermark-remover" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that batch-processes files from an input folder, removes every sentence containing the word \"Watermark\", and saves cleaned files to an output folder. Supports dry run and case-sensitive modes. (Description by CC)" + }, + { + "author": "supSugam", + "title": "ComfyUI-FlowMatch-Advanced", + "reference": "https://github.com/supSugam/ComfyUI-FlowMatch-Advanced", + "files": [ + "https://github.com/supSugam/ComfyUI-FlowMatch-Advanced" + ], + "install_type": "git-clone", + "description": "Custom nodes to make ComfyUI sampling closer to flow-matching behavior for Flux, Qwen-Image, and Z-Image." + }, + { + "author": "magicoli", + "title": "comfyui-oli-prompt-tools", + "reference": "https://github.com/magicoli/comfyui-oli-prompt-tools", + "files": [ + "https://github.com/magicoli/comfyui-oli-prompt-tools" + ], + "install_type": "git-clone", + "description": "Seed-based prompt line picker and VRAM-aware video frame limiter for ComfyUI" + }, + { + "author": "Flibens", + "title": "ComfyUI Image Browser", + "id": "comfyui-image-browser-flibens", + "reference": "https://github.com/Flibens/comfyui-image-browser", + "files": [ + "https://github.com/Flibens/comfyui-image-browser" + ], + "install_type": "git-clone", + "description": "Image browser extension for ComfyUI with search, favorites, metadata view, compare mode, and media support." + }, + { + "author": "AlienMH27", + "title": "ComfyUI-LuminaXStudio", + "reference": "https://github.com/mrlonglegland/ComfyUI-LuminaXStudio", + "files": [ + "https://github.com/mrlonglegland/ComfyUI-LuminaXStudio" + ], + "install_type": "git-clone", + "description": "Advanced Prompt Engineering nodes powered by Llama 3." + }, + { + "author": "mr-september", + "title": "ComfyUI Pad to Multiple", + "id": "pad-to-multiple", + "reference": "https://github.com/mr-september/comfyui-pad-to-multiple", + "files": [ + "https://github.com/mr-september/comfyui-pad-to-multiple" + ], + "install_type": "git-clone", + "description": "Pads images to multiples of N (right/bottom only) with solid color fill. Useful for VAE/model dimension requirements." + }, + { + "author": "emniko", + "title": "ComfyUI-CLIPScore", + "reference": "https://github.com/emniko/ComfyUI-CLIPScore", + "files": [ + "https://github.com/emniko/ComfyUI-CLIPScore" + ], + "install_type": "git-clone", + "description": "Research-grade CLIP Score metric for Flux/SD. Raw cosine similarity." + }, + { + "author": "tea-time-labs", + "title": "sweet-tea-nodes", + "reference": "https://github.com/tea-time-labs/sweet-tea-nodes", + "files": [ + "https://github.com/tea-time-labs/sweet-tea-nodes" + ], + "install_type": "git-clone", + "description": "Advanced ComfyUI node pack: seam-locked pose tiled upscaling and cap-based temporal stitch inpainting for WAN VACE." + }, + { + "author": "Alatza", + "title": "ComfyUI-DynamicPromptComposer", + "reference": "https://github.com/Alatza/ComfyUI-DynamicPromptComposer", + "files": [ + "https://github.com/Alatza/ComfyUI-DynamicPromptComposer" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for building varied prompts across batch generations using sections and per-section pick modes." + }, + { + "author": "Nekodificador", + "title": "ComfyUI-NKD-Sigmas-Curve", + "reference": "https://github.com/Nekodificador/ComfyUI-NKD-Sigmas-Curve", + "files": [ + "https://github.com/Nekodificador/ComfyUI-NKD-Sigmas-Curve" + ], + "install_type": "git-clone", + "description": "Interactive sigma schedule editor for ComfyUI — NURBS spline curve widget" + }, + { + "author": "BacoHubo", + "title": "ComfyUI_SeedVR2_Tiler", + "reference": "https://github.com/BacoHubo/ComfyUI_SeedVR2_Tiler", + "files": [ + "https://github.com/BacoHubo/ComfyUI_SeedVR2_Tiler" + ], + "install_type": "git-clone", + "description": "Tile Splitter and Stitcher nodes for SeedVR2 upscaling in ComfyUI" + }, + { + "author": "serious-factory", + "title": "ComfyUI-MultiTalkPromptSchedule", + "reference": "https://github.com/serious-factory/ComfyUI-MultiTalkPromptSchedule", + "files": [ + "https://github.com/serious-factory/ComfyUI-MultiTalkPromptSchedule" + ], + "install_type": "git-clone", + "description": "Frame-based prompt scheduling for InfiniteTalk/MultiTalk in ComfyUI" + }, + { + "author": "rohit267", + "title":"Champdev Custom Nodes", + "id":"champdev", + "reference":"https://github.com/rohit267/champdev-comfyui-nodes", + "files": [ + "https://github.com/rohit267/champdev-comfyui-nodes" + ], + "install_type":"git-clone", + "description":"Champdev Custom Nodes. Currently contains Champdev Save Image, auto delete image after input seconds, overwrite file, save to temp dir." + }, + { + "author": "ChunkyPanda29", + "title": "ComfyUI-Pollinations-BYOP", + "reference": "https://github.com/ChunkyPanda29/ComfyUI-Pollinations-BYOP", + "files": [ + "https://github.com/ChunkyPanda29/ComfyUI-Pollinations-BYOP" + ], + "install_type": "git-clone", + "description": "Premium Quad-Modal suite (Image, Video, Text, Audio) for Pollinations.ai. Includes native Settings menu integration, BYOP support, and an automated real-time model list updater." + }, + { + "author": "HuangYuChuh", + "title": "ComfyUI-LLMs-Toolkit", + "reference": "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit", + "files": [ + "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit" + ], + "install_type": "git-clone", + "description": "A professional-grade toolkit providing lightweight APIs to integrate leading Large Language Models (LLMs) including DeepSeek, Qwen and GPT directly into ComfyUI." + }, + { + "author": "0xBeycan", + "title": "ComfyUI-ImageQualityGate", + "reference": "https://github.com/0xBeycan/ComfyUI-ImageQualityGate", + "files": [ + "https://github.com/0xBeycan/ComfyUI-ImageQualityGate" + ], + "install_type": "git-clone", + "description": "Single-node image quality gate for LoRA dataset filtering. Analyzes blur, sharpness, noise, clipping, and entropy with three-tier verdict (PASS/SO-SO/FAIL), center-weighted blur detection, and shot-type presets." + }, + { + "author": "nic-schi", + "title": "Open Images for ComfyUI", + "id": "openimage", + "reference": "https://github.com/nic-schi/ComfyUI-OpenImage", + "files": [ + "https://github.com/nic-schi/ComfyUI-OpenImage" + ], + "install_type": "git-clone", + "description": "Lets you open a generated Image in a specified application after generation." + }, + { + "author": "Dangocan", + "title": "ComfyUI GLM-OCR", + "id": "comfyui-glm-ocr", + "reference": "https://github.com/Dangocan/comfyui_glm_ocr", + "files": [ + "https://github.com/Dangocan/comfyui_glm_ocr" + ], + "install_type": "git-clone", + "description": "Load and run GLM-OCR (zai-org/GLM-OCR) locally in ComfyUI. Supports text recognition, formula recognition, table extraction, and general image description. Picks up models from any ComfyUI checkpoint directory." + }, + { + "author": "Dangocan", + "title": "ComfyUI Qwen-VL LoRA", + "id": "comfyui-qwenvl-lora", + "reference": "https://github.com/Dangocan/comfyui_qwenvl_lora", + "files": [ + "https://github.com/Dangocan/comfyui_qwenvl_lora" + ], + "install_type": "git-clone", + "description": "Load Qwen-VL and Qwen3-VL models locally and apply PEFT LoRA adapters for enhanced image captioning. Supports 4-bit and 8-bit quantization (BitsAndBytes), FP8 pre-quantized models, Flash Attention 2, SageAttention, and torch.compile. Includes a LoRA strength slider and configurable captioning prompts.", + "tags": ["captioning", "LLM", "VLM", "LoRA", "Qwen"] + }, + { + "author": "SeanBRVFX", + "title": "ComfyUI-CorridorKey", + "reference": "https://github.com/SeanBRVFX/ComfyUI-CorridorKey", + "files": [ + "https://github.com/SeanBRVFX/ComfyUI-CorridorKey" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for CorridorKey-style edge-aware coarse mask refinement." + }, + { + "author": "boobkake22", + "title": "ComfyUI-SimpleSwitch", + "reference": "https://github.com/boobkake22/ComfyUI-SimpleSwitch", + "files": [ + "https://github.com/boobkake22/ComfyUI-SimpleSwitch" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for first-non-empty wildcard switching across 6 inputs." + }, + { + "author": "boobkake22", + "title": "ComfyUI-WanResolutions", + "reference": "https://github.com/boobkake22/ComfyUI-WanResolutions", + "files": [ + "https://github.com/boobkake22/ComfyUI-WanResolutions" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for selecting WAN resolution presets by aspect ratio." + }, + { + "author": "wobba", + "title": "ComfyUI-ChatterBox-Turbo", + "reference": "https://github.com/wobba/ComfyUI-ChatterBox-Turbo", + "files": [ + "https://github.com/wobba/ComfyUI-ChatterBox-Turbo" + ], + "install_type": "git-clone", + "description": "ChatterBox Turbo TTS node for ComfyUI — fast 350M-param text-to-speech with emotion tags" + }, + { + "author": "Manycore Tech", + "title": "ComfyUI-Lux3D", + "id": "ComfyUI-Lux3D", + "reference": "https://github.com/manycore-research/ComfyUI-Lux3D", + "files": [ + "https://github.com/manycore-research/ComfyUI-Lux3D" + ], + "install_type": "git-clone", + "description": "A ComfyUI extension providing nodes for generating 3D models from images and rendering/visualizing 3D assets within your workflow." + }, + { + "author": "DailyMok", + "title": "dAIly Prompt & Token Utils", + "id": "daily-prompt-token-utils", + "reference": "https://github.com/DailyMok/ComfyUI-dAIly", + "files": [ + "https://github.com/DailyMok/ComfyUI-dAIly" + ], + "install_type": "git-clone", + "description": "Smart real-time token counter for CLIP-L, T5-XXL (Flux), Qwen + seed-controlled prompt mixer from custom CSV wildcards. Supports field overrides, flat/paragraph modes, thread-safe caching.", + "tags": ["prompt", "token", "csv", "wildcard", "utils", "text"] + }, + { + "author": "FugitiveExpert01", + "title": "ComfyUI-FEnodes", + "reference": "https://github.com/FugitiveExpert01/ComfyUI-FEnodes", + "files": [ + "https://github.com/FugitiveExpert01/ComfyUI-FEnodes" + ], + "install_type": "git-clone", + "description": "Tiling and text utility nodes for VFX production pipelines in ComfyUI" + }, + { + "author": "DanielBartolic", + "title": "ComfyUI-Qwen3.5", + "reference": "https://github.com/DanielBartolic/ComfyUI-Qwen3.5", + "files": [ + "https://github.com/DanielBartolic/ComfyUI-Qwen3.5" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for Qwen3.5-9B — a unified natively multimodal model with image, video, and text understanding capabilities including thinking mode." + }, + { + "author": "GIlinQ", + "title": "ComfyUI-Image-Latent-", + "reference": "https://github.com/GIlinQ/ComfyUI-Image-Latent-", + "files": [ + "https://github.com/GIlinQ/ComfyUI-Image-Latent-" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for image upload, upscaling, VAE encoding, and empty latent creation with dynamic scaling support. (Description by CC)" + }, + { + "author": "vito0131", + "title": "ComfyUI-DepthNormalizer", + "reference": "https://github.com/vito0131/ComfyUI-DepthNormalizer", + "files": [ + "https://github.com/vito0131/ComfyUI-DepthNormalizer" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for normalizing depth maps to a specific range (0–230 by default)." + }, + { + "author": "abc-lee", + "title": "ComfyUI Inpaint Region Editor", + "id": "comfyui-inpaint-region-editor", + "reference": "https://github.com/abc-lee/ComfyUI-InpaintRegionEditor", + "files": [ + "https://github.com/abc-lee/ComfyUI-InpaintRegionEditor" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for inpainting workflows with integrated Photopea editing and adjustable region selection. Features: adjustable reference region, integrated Photopea image editing, professional mask editing with feathering control, auto mask detection, multi-language support." + }, + { + "author": "ihorpankin", + "title": "comfyui-ihor-resize", + "reference": "https://github.com/ihorpankin/comfyui-ihor-resize", + "files": [ + "https://github.com/ihorpankin/comfyui-ihor-resize" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that resizes images and masks with multiple modes, AI upscaling, various interpolation methods, and live preview." + }, + { + "author": "ihorpankin", + "title": "comfyui-colorfix-v3", + "reference": "https://github.com/ihorpankin/comfyui-colorfix-v3", + "files": [ + "https://github.com/ihorpankin/comfyui-colorfix-v3" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node implementing the tile_colorfix color correction algorithm from A1111's ControlNet extension, supporting both SD/SDXL and Flux models. (Description by CC)" + }, + { + "author": "MONKEYFOREVER2", + "title": "comfyui-advanced-denoiser", + "reference": "https://github.com/MONKEYFOREVER2/comfyui-advanced-denoiser", + "files": [ + "https://github.com/MONKEYFOREVER2/comfyui-advanced-denoiser" + ], + "install_type": "git-clone", + "description": "A premium ComfyUI custom node for image denoising with 6 algorithms, dark neon-themed UI, and built-in sharpening." + }, + { + "author": "MONKEYFOREVER2", + "title": "ComfyUI-ZenFaceDetailer", + "reference": "https://github.com/MONKEYFOREVER2/ComfyUI-ZenFaceDetailer", + "files": [ + "https://github.com/MONKEYFOREVER2/ComfyUI-ZenFaceDetailer" + ], + "install_type": "git-clone", + "description": "An all-in-one ComfyUI face detailing node that combines face detection, inpainting, and advanced sampling in a single node — no complex node chains required. (Description by CC)" + }, + { + "author": "MONKEYFOREVER2", + "title": "ComfyUI-CameraForensicRealism", + "reference": "https://github.com/MONKEYFOREVER2/ComfyUI-CameraForensicRealism", + "files": [ + "https://github.com/MONKEYFOREVER2/ComfyUI-CameraForensicRealism" + ], + "install_type": "git-clone", + "description": "ComfyUI node that makes AI-generated images look like iPhone 15 Pro photos by emulating Apple's ISP color science pipeline, including tone mapping, Display P3 color, Smart HDR, and sensor effects. (Description by CC)" + }, + { + "author": "Ni-zav", + "title": "ComfyUI-Checkpoint-Iterator", + "reference": "https://github.com/Ni-zav/ComfyUI-Checkpoint-Iterator", + "files": [ + "https://github.com/Ni-zav/ComfyUI-Checkpoint-Iterator" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that allows you to easily iterate through all of your downloaded checkpoints sequentially or dynamically." + }, + { + "author": "Derryyyyyy", + "title": "ComfyUI-DNode", + "reference": "https://github.com/Derryyyyyy/ComfyUI-DNode", + "files": [ + "https://github.com/Derryyyyyy/ComfyUI-DNode" + ], + "install_type": "git-clone", + "description": "ComfyUI node for Lissajous camera shake effect that simulates natural handheld camera movements to enhance digital human video realism. (Description by CC)" + }, + { + "author": "CarlMarkswx", + "title": "comfyui_workflow_state_presets", + "reference": "https://github.com/CarlMarkswx/comfyui_workflow_state_presets", + "files": [ + "https://github.com/CarlMarkswx/comfyui_workflow_state_presets" + ], + "install_type": "git-clone", + "description": "ComfyUI workflow preset switching plugin that allows quick toggling between multiple presets in a single workflow using an index value." + }, + { + "author": "CarlMarkswx", + "title": "comfyui_workflow_preset_switch", + "reference": "https://github.com/CarlMarkswx/comfyui_workflow_preset_switch", + "files": [ + "https://github.com/CarlMarkswx/comfyui_workflow_preset_switch" + ], + "install_type": "git-clone", + "description": "ComfyUI workflow preset switching plugin allowing quick toggle of multiple presets in a single workflow via index value. (Description by CC)" + }, + { + "author": "llldmxy99", + "title": "ComfyUI-SpotEdit-Dev", + "reference": "https://github.com/llldmxy99/ComfyUI-SpotEdit-Dev", + "files": [ + "https://github.com/llldmxy99/ComfyUI-SpotEdit-Dev" + ], + "install_type": "git-clone", + "description": "ComfyUI-SpotEdit is a training-free, region-aware image editing framework based on diffusion Transformers with token pruning and KV cache injection. (Description by CC)" + }, + { + "author": "levzzz5154", + "title": "ComfyUI-Sampler-Adaptive", + "reference": "https://github.com/levzzz5154/ComfyUI-Sampler-Adaptive", + "files": [ + "https://github.com/levzzz5154/ComfyUI-Sampler-Adaptive" + ], + "install_type": "git-clone", + "description": "Adaptive sigma scheduling custom node for ComfyUI. Dynamically adjusts step sizes during sampling based on how the denoising direction changes." + }, + { + "author": "masaosans", + "title": "ComfyUI_usage_checker", + "reference": "https://github.com/masaosans/ComfyUI_usage_checker", + "files": [ + "https://github.com/masaosans/ComfyUI_usage_checker" + ], + "install_type": "git-clone", + "description": "ComfyUI workflow scanner that cross-scans workflows to detect unused models and custom nodes with high precision using resolver-based analysis. (Description by CC)" + }, + { + "author": "monnky", + "title": "ComfyUI-RT-LTX2-RareTools", + "reference": "https://github.com/monnky/ComfyUI-RT-LTX2-RareTools", + "files": [ + "https://github.com/monnky/ComfyUI-RT-LTX2-RareTools" + ], + "install_type": "git-clone", + "description": "Experimental ComfyUI custom nodes for LTXV2 model with support for Gemma models. Tutorial available at https://www.youtube.com/@raretutor" + }, + { + "author": "wakaura-asaho", + "title": "comfyui-dynamic-selector", + "reference": "https://github.com/wakaura-asaho/comfyui-dynamic-selector", + "files": [ + "https://github.com/wakaura-asaho/comfyui-dynamic-selector" + ], + "install_type": "git-clone", + "description": "A collection of utility nodes designed to bring dynamic logic and flexible selection to your ComfyUI workflows." + }, + { + "author": "Dodzilla", + "title": "ComfyUI-TrellisMeshPostprocess", + "reference": "https://github.com/Dodzilla/ComfyUI-TrellisMeshPostprocess", + "files": [ + "https://github.com/Dodzilla/ComfyUI-TrellisMeshPostprocess" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for Trellis mesh normal postprocessing." + }, + { + "author": "Pythza", + "title": "ComfyUI-Pythza", + "reference": "https://github.com/Pythza/ComfyUI-Pythza", + "files": [ + "https://github.com/Pythza/ComfyUI-Pythza" + ], + "install_type": "git-clone", + "description": "A small utility node for ComfyUI that provides a node navigator to pan the canvas to any node by ID for quick navigation in large workflows." + }, + { + "author": "Travers5", + "title": "comfyUI_probabilistic_tag_sampler", + "reference": "https://github.com/Travers5/comfyUI_probabilistic_tag_sampler", + "files": [ + "https://github.com/Travers5/comfyUI_probabilistic_tag_sampler" + ], + "install_type": "git-clone", + "description": "A ComfyUI text node that samples tags from a probabilistic model with base scores and influence matrix." + }, + { + "author": "1lch2", + "title": "ComfyUI-AnimaPromptFormatter", + "reference": "https://github.com/1lch2/ComfyUI-AnimaPromptFormatter", + "files": [ + "https://github.com/1lch2/ComfyUI-AnimaPromptFormatter" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for formatting Anima prompts." + }, + { + "author": "C0untFloyd", + "title": "comfyui-musicflamingo", + "reference": "https://github.com/C0untFloyd/comfyui-musicflamingo", + "files": [ + "https://github.com/C0untFloyd/comfyui-musicflamingo" + ], + "install_type": "git-clone", + "description": "Custom node for ComfyUI that allows you to analyze songs using NVIDIA's Music Flamingo." + }, + { + "author": "0xDELUXA", + "title": "ComfyUI-DN_PatchFlashAttention", + "reference": "https://github.com/0xDELUXA/ComfyUI-DN_PatchFlashAttention", + "files": [ + "https://github.com/0xDELUXA/ComfyUI-DN_PatchFlashAttention" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that patches the attention mechanism to use Flash Attention 2 on AMD, similar to how Patch Sage Attention KJ works in KJNodes." + }, + { + "author": "fabwaseem", + "title": "Civitai Gallery Explorer", + "id": "civitai-gallery-explorer", + "reference": "https://github.com/fabwaseem/ComfyUI-Civitai-Gallery-Explorer", + "files": [ + "https://github.com/fabwaseem/ComfyUI-Civitai-Gallery-Explorer" + ], + "install_type": "git-clone", + "description": "This is a powerful custom node for ComfyUI that brings the full Civitai browsing experience directly into your workflow." + }, + { + "author": "chanjing-ai", + "title": "chanjingAI-ComfyUI", + "reference": "https://github.com/chanjing-ai/chanjingAI-ComfyUI", + "files": [ + "https://github.com/chanjing-ai/chanjingAI-ComfyUI" + ], + "install_type": "git-clone", + "description": "Cicada AI Nodes for ComfyUI." + }, + { + "author": "glonlas", + "title": "ComfyUI-image-profile", + "reference": "https://github.com/glonlas/ComfyUI-image-profile", + "files": [ + "https://github.com/glonlas/ComfyUI-image-profile" + ], + "install_type": "git-clone", + "description": "ComfyUI node for managing latent resolution and steps profiles" + }, + { + "author": "Eonizer", + "title": "ComfyUI-bby-nodes", + "reference": "https://github.com/Eonizer/ComfyUI-bby-nodes", + "files": [ + "https://github.com/Eonizer/ComfyUI-bby-nodes" + ], + "install_type": "git-clone", + "description": "Custom utility nodes for ComfyUI" + }, + { + "author": "masslevel", + "title": "ComfyUI-masslevel-TextProcessing", + "reference": "https://github.com/masslevel/ComfyUI-masslevel-TextProcessing", + "files": [ + "https://github.com/masslevel/ComfyUI-masslevel-TextProcessing" + ], + "install_type": "git-clone", + "description": "Text processing utilities for ComfyUI by masslevel." + }, + { + "author": "supart", + "title": "ComfyUI-TY360-Photo-Edit", + "reference": "https://github.com/supart/ComfyUI-TY360-Photo-Edit", + "files": [ + "https://github.com/supart/ComfyUI-TY360-Photo-Edit" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for previewing, round-tripping, and pasteback editing 360 ERP photos." + }, + { + "author": "aiolicollective", + "title": "aioli-nodes", + "reference": "https://github.com/aiolicollective/aioli-nodes", + "files": [ + "https://github.com/aiolicollective/aioli-nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI — Ratio Outpaint Calc and BBox Multiple Fix" + }, + { + "author": "deepme987", + "title": "comfyui-workflow-prettier", + "reference": "https://github.com/deepme987/comfyui-workflow-prettier", + "files": [ + "https://github.com/deepme987/comfyui-workflow-prettier" + ], + "install_type": "git-clone", + "description": "Auto-arrange workflow nodes with 4 layout algorithms, group-aware positioning, alignment tools, and undo" + }, + { + "author": "evrardt", + "title": "ComfyUI-Spectrum", + "reference": "https://github.com/evrardt/ComfyUI-Spectrum", + "files": [ + "https://github.com/evrardt/ComfyUI-Spectrum" + ], + "install_type": "git-clone", + "description": "Spectrum-style acceleration path for FLUX in ComfyUI." + }, + { + "author": "Damkohler", + "title": "jlc-comfyui-nodes", + "reference": "https://github.com/Damkohler/jlc-comfyui-nodes", + "files": [ + "https://github.com/Damkohler/jlc-comfyui-nodes" + ], + "install_type": "git-clone", + "description": "Custom workflow-oriented nodes for ComfyUI" + }, + { + "author": "olliethomas1992", + "title": "comfyui-json-nodes", + "reference": "https://github.com/olliethomas1992/comfyui-json-nodes", + "files": [ + "https://github.com/olliethomas1992/comfyui-json-nodes" + ], + "install_type": "git-clone", + "description": "Composable JSON-building and schema-validation nodes for ComfyUI" + }, + { + "author": "develephant", + "title": "comfyui-node-template", + "reference": "https://github.com/develephant/comfyui-node-template", + "files": [ + "https://github.com/develephant/comfyui-node-template" + ], + "install_type": "git-clone", + "description": "A simple ComfyUI node development starter template." + }, + { + "author": "claudia2020shen", + "title": "ImageCLIPSimilarityPure", + "reference": "https://github.com/claudia2020shen/ImageCLIPSimilarityPure", + "files": [ + "https://github.com/claudia2020shen/ImageCLIPSimilarityPure" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that calculates semantic similarity between two images using CLIP Vision models, outputting a numerical similarity score. (Description by CC)" + }, + { + "author": "claudia2020shen", + "title": "comfyui-image-metrics", + "reference": "https://github.com/claudia2020shen/comfyui-image-metrics", + "files": [ + "https://github.com/claudia2020shen/comfyui-image-metrics" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that computes MSE, PSNR, SSIM, and Perceptual Hash Hamming Distance in a single execution to provide quantitative image quality feedback for generation workflows. (Description by CC)" + }, + { + "author": "GuillaumeBonvin", + "title": "ComfyUI-projectorz-helper", + "reference": "https://github.com/GuillaumeBonvin/ComfyUI-projectorz-helper", + "files": [ + "https://github.com/GuillaumeBonvin/ComfyUI-projectorz-helper" + ], + "install_type": "git-clone", + "description": "Extension nodes to help bridge StableProjectorz and ComfyUI" + }, + { + "author": "yaofeng", + "title": "comfyui-agent-adapter", + "reference": "https://github.com/yaofeng/comfyui-agent-adapter", + "files": [ + "https://github.com/yaofeng/comfyui-agent-adapter" + ], + "install_type": "git-clone", + "description": "A ComfyUI plugin providing agent integration nodes for base64 image processing without temporary files, supporting PNG, JPEG, and WEBP formats with adjustable compression quality. (Description by CC)" + }, + { + "author": "SteveCastle", + "title": "comfyui-image-cycler", + "reference": "https://github.com/SteveCastle/comfyui-image-cycler", + "files": [ + "https://github.com/SteveCastle/comfyui-image-cycler" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that cycles through a list of up to 10 image inputs in sequence on each generation, with automatic wrap-around and a reset toggle." + }, + { + "author": "AharaOoO", + "title": "ComfyUI-PerfectPixel", + "reference": "https://github.com/AharaOoO/ComfyUI-PerfectPixel", + "files": [ + "https://github.com/AharaOoO/ComfyUI-PerfectPixel" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that refines and quantizes messy AI-generated pixel art into clean, perfect, and grid-aligned pixels." + }, + { + "author": "XIAOTsune", + "title": "xt-matte-toolbox-comfyui-node", + "reference": "https://github.com/XIAOTsune/xt-matte-toolbox-comfyui-node", + "files": [ + "https://github.com/XIAOTsune/xt-matte-toolbox-comfyui-node" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for image matting that wraps core matting logic, supporting multiple modes (General/Matting/Portrait), optional ROI control, and outputting foreground RGB, alpha, and mask preview. (Description by CC)" + }, + { + "author": "kursopiko", + "title": "jan-prompt-presets", + "reference": "https://github.com/kursopiko/jan-prompt-presets", + "files": [ + "https://github.com/kursopiko/jan-prompt-presets" + ], + "install_type": "git-clone", + "description": "A collection of small utility nodes for ComfyUI that make common prompt-building and sampler configuration tasks faster." + }, + { + "author": "flyghtxmz", + "title": "ComfyUI-CFG-Ctrl", + "reference": "https://github.com/flyghtxmz/ComfyUI-CFG-Ctrl", + "files": [ + "https://github.com/flyghtxmz/ComfyUI-CFG-Ctrl" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node implementing SMC-CFG (Sliding Mode Control Classifier-Free Guidance), a nonlinear control-theory approach to CFG that prevents instability and semantic overshooting at high guidance scales. (Description by CC)" + }, + { + "author": "AharaOoO", + "title": "ComfyUI-PerfectPixel", + "reference": "https://github.com/AharaOoO/ComfyUI-PerfectPixel", + "files": [ + "https://github.com/AharaOoO/ComfyUI-PerfectPixel" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that refines and quantizes messy AI-generated pixel art into clean, perfect, and grid-aligned pixels." + }, + { + "author": "turinastudio", + "title": "ComfyUI-SeedVR2-TilingWrapper", + "reference": "https://github.com/turinastudio/ComfyUI-SeedVR2-TilingWrapper", + "files": [ + "https://github.com/turinastudio/ComfyUI-SeedVR2-TilingWrapper" + ], + "install_type": "git-clone", + "description": "A complementary tiling implementation for SeedVR2 that provides advanced VRAM-aware image tiling, seamless stitching, perceptually accurate color matching, and artifact-free sharpening for ComfyUI workflows." + }, + { + "author": "dev-hitem", + "title": "hitems3D-comfyUI", + "reference": "https://github.com/dev-hitem/hitems3D-comfyUI", + "files": [ + "https://github.com/dev-hitem/hitems3D-comfyUI" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node package for Hitem3D Image-to-3D API. Quickly generate high-quality 3D models from images using Hitem3D AI services." + }, + { + "author": "c1660181647-hash", + "title": "ComfyUI_MUTOU_SmartAspectRatio", + "reference": "https://github.com/c1660181647-hash/ComfyUI_MUTOU_SmartAspectRatio", + "files": [ + "https://github.com/c1660181647-hash/ComfyUI_MUTOU_SmartAspectRatio" + ], + "install_type": "git-clone", + "description": "A smart custom node for ComfyUI that automatically detects the aspect ratio of an input image and matches it to the closest ratio from a user-defined list." + }, + { + "author": "Premik", + "title": "ComfyUI-ImgPatchEditor", + "reference": "https://github.com/Premik/ComfyUI-ImgPatchEditor", + "files": [ + "https://github.com/Premik/ComfyUI-ImgPatchEditor" + ], + "install_type": "git-clone", + "description": "A ComfyUI node for patching images using a difference detection algorithm. It detects changes between two images (original and patched), creates a mask of the differences, and merges them back together with configurable blending." + }, + { + "author": "cuzelac", + "title": "ComfyUI-CLAHE-Preprocessor", + "reference": "https://github.com/cuzelac/ComfyUI-CLAHE-Preprocessor", + "files": [ + "https://github.com/cuzelac/ComfyUI-CLAHE-Preprocessor" + ], + "install_type": "git-clone", + "description": "CLAHE preprocessing node for improving 3D mesh generation with TRELLIS" + }, + { + "author": "tonykatarapro-web", + "title": "ComfyUI_NanaBanana2", + "reference": "https://github.com/tonykatarapro-web/ComfyUI_NanaBanana2", + "files": [ + "https://github.com/tonykatarapro-web/ComfyUI_NanaBanana2" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for generating and editing images via Nano Banana 2 through Google Vertex AI. (Description by CC)" + }, + { + "author": "wakaya", + "title": "ComfyUI-JunsAirgapGuard", + "reference": "https://github.com/wakaya/ComfyUI-JunsAirgapGuard", + "files": [ + "https://github.com/wakaya/ComfyUI-JunsAirgapGuard" + ], + "install_type": "git-clone", + "description": "A lightweight custom node for ComfyUI that checks whether a specified URL is reachable and optionally blocks workflow execution." + }, + { + "author": "srv1n", + "title": "ComfyUI-Rebase-LoRA", + "reference": "https://github.com/srv1n/ComfyUI-Rebase-LoRA", + "files": [ + "https://github.com/srv1n/ComfyUI-Rebase-LoRA" + ], + "install_type": "git-clone", + "description": "This custom node builds a new LoRA or patch file relative to a finetuned model, computing weight differences and writing results as standard LoRA or exact diff patch files." + }, + { + "author": "zaknak", + "title": "ComfyUi_zaknak_nodes", + "reference": "https://github.com/zaknak/ComfyUi_zaknak_nodes", + "files": [ + "https://github.com/zaknak/ComfyUi_zaknak_nodes" + ], + "install_type": "git-clone", + "description": "Personal custom nodes repository for ComfyUI including Mosaic By Mask and Censor Bars By Mask nodes. (Description by CC)" + }, + { + "author": "xelavi9966-cell", + "title": "ComfyUI-TagTable", + "reference": "https://github.com/xelavi9966-cell/ComfyUI-TagTable", + "files": [ + "https://github.com/xelavi9966-cell/ComfyUI-TagTable" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that allows building prompts using a table structure." + }, + { + "author": "moondive-cinema", + "title": "comfyui-depth-warp", + "reference": "https://github.com/moondive-cinema/comfyui-depth-warp", + "files": [ + "https://github.com/moondive-cinema/comfyui-depth-warp" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for depth-based geometric view synthesis with 6-DOF camera transforms, parallax effects, and hole mask output for inpainting." + }, + { + "author": "ijoy222333", + "title": "ComfyUI-MatAnyone2", + "reference": "https://github.com/ijoy222333/ComfyUI-MatAnyone2", + "files": [ + "https://github.com/ijoy222333/ComfyUI-MatAnyone2" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper for MatAnyone2 repository, requires cloning official MatAnyone2 and installing dependencies. (Description by CC)" + }, + { + "author": "Hyunsigikim", + "title": "comfyui-grid-cutscene", + "reference": "https://github.com/Hyunsigikim/comfyui-grid-cutscene", + "files": [ + "https://github.com/Hyunsigikim/comfyui-grid-cutscene" + ], + "install_type": "git-clone", + "description": "Interactive grid cutscene system for ComfyUI that creates polygon masks by clicking points on a grid and outputs masks and previews. (Description by CC)" + }, + { + "author": "Rimor-dev", + "title": "ComfyUI-any_alarm", + "reference": "https://github.com/Rimor-dev/ComfyUI-any_alarm", + "files": [ + "https://github.com/Rimor-dev/ComfyUI-any_alarm" + ], + "install_type": "git-clone", + "description": "A universal signal notifier node for ComfyUI that plays configurable sounds (voice modes, custom audio) whenever it receives any signal such as image, latent, or conditioning. (Description by CC)" + }, + { + "author": "Rimor-dev", + "title": "Diana - Interactive Assistant", + "reference": "https://github.com/Rimor-dev/ComfyUI-Diana", + "files": [ + "https://github.com/Rimor-dev/ComfyUI-Diana" + ], + "install_type": "git-clone", + "description": "🧝 Interactive assistant that lives in your ComfyUI workspace. Reacts to queue events with animated sprites, voice lines, and text bubbles. Features multiple personalities: Diana (calm), Kitty (cute), Kerrigan (dark). Includes audio toggle, idle timer, and smart error detection." + }, + { + "author": "fangzhengyu0704-dotcom", + "title": "ComfyUI-ArchTone-Extractor", + "reference": "https://github.com/fangzhengyu0704-dotcom/ComfyUI-ArchTone-Extractor", + "files": [ + "https://github.com/fangzhengyu0704-dotcom/ComfyUI-ArchTone-Extractor" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node for extracting modern, high-end architectural color tones and atmospheric keywords from reference images. (Description by CC)" + }, + { + "author": "PavonicAI", + "title": "ForgeAI-HeartMuLa", + "reference": "https://github.com/PavonicAI/ForgeAI-HeartMuLa", + "files": [ + "https://github.com/PavonicAI/ForgeAI-HeartMuLa" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for HeartMuLa AI music generation - optimized for 16 GB GPUs" + }, + { + "author": "Anzhc", + "title": "Anima-Mod-Guidance-ComfyUI-Node", + "reference": "https://github.com/Anzhc/Anima-Mod-Guidance-ComfyUI-Node", + "files": [ + "https://github.com/Anzhc/Anima-Mod-Guidance-ComfyUI-Node" + ], + "install_type": "git-clone", + "description": "Strict official-style modulation guidance node for Anima models in ComfyUI." + }, + { + "author": "George Jiang", + "title": "ComfyUI Save Image Without Metadata", + "reference": "https://github.com/GeorgeJiang/comfyui-save-image-no-meta", + "files": [ + "https://github.com/GeorgeJiang/comfyui-save-image-no-meta" + ], + "install_type": "git-clone", + "description": "Save images without embedding workflow or prompt metadata" + }, + { + "author": "ketle-man", + "title": "ComfyUI 2D Pose Editor", + "id": "comfyui-2dpose-editor", + "reference": "https://github.com/ketle-man/comfyui-2dpose-editor", + "files": [ + "https://github.com/ketle-man/comfyui-2dpose-editor" + ], + "install_type": "git-clone", + "description": "Interactive 2D rigging pose editor embedded inside a ComfyUI node. Drag joints to pose a figure, control eye direction, and export as IMAGE." + }, + { + "author": "senjinthedragon", + "title": "ComfyUI Gender Tag Filter", + "reference": "https://github.com/senjinthedragon/comfyui-gender-tag-filter", + "files": [ + "https://github.com/senjinthedragon/comfyui-gender-tag-filter" + ], + "install_type": "git-clone", + "category": "utils/tags", + "description": "Filters and rewrites gendered vocabulary in Danbooru tags and natural language prompts to fix female-biased output from models like TIPO." + }, + { + "author": "nestflow", + "title": "Booru Taggers for ComfyUI", + "id": "boorutagger", + "reference": "https://github.com/nestflow/ComfyUI-Booru-Tagger", + "files": [ + "https://github.com/nestflow/ComfyUI-Booru-Tagger" + ], + "install_type": "git-clone", + "description": "An improved and extended node of various Booru taggers (WD taggers, Pixai, Camie, etc.)" + }, + { + "author": "Stable Diffusion VN", + "title": "SDVN Segment Anything", + "id": "SDVNSegment", + "reference": "https://github.com/StableDiffusionVN/SDVN_Segment_Anything", + "files": [ + "https://github.com/StableDiffusionVN/SDVN_Segment_Anything" + ], + "install_type": "git-clone", + "description": "A set of nodes developed from the original Segment Anything set, to streamline and fix new library conflicts" + }, + { + "author": "BISAM20", + "title": "ComfyUI-ACES-IO", + "id": "comfyui-aces-io", + "reference": "https://github.com/BISAM20/ComfyUI-ACES-IO", + "files": [ + "https://github.com/BISAM20/ComfyUI-ACES-IO" + ], + "install_type": "git-clone", + "description": "Professional OpenColorIO / ACES color-management nodes for ComfyUI. Mirrors Nuke's OCIO node set with ACES 2.0, 1.3, and 1.2 support, EXR sequence loading, animated preview, and video export (MP4, WebP, GIF)." + }, @@ -31825,16 +44905,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", @@ -32039,16 +45109,6 @@ "install_type": "copy", "description": "Extremely inspired and forked from: [a/https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge](https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge)" }, - { - "author": "Kayarte", - "title": "GeoNodes", - "reference": "https://github.com/Kayarte/GeoNodes", - "files": [ - "https://github.com/Kayarte/GeoNodes/raw/refs/heads/main/GISDetectionNode.py" - ], - "install_type": "copy", - "description": "GIS Processing Nodes for ComfyUI" - }, { "author": "huimengshiguang", "title": "AspectAwareTiling", diff --git a/docs/en/cm-cli.md b/docs/en/cm-cli.md index d00bf3b3..e4b77a15 100644 --- a/docs/en/cm-cli.md +++ b/docs/en/cm-cli.md @@ -139,9 +139,9 @@ You can set whether to use ComfyUI-Manager solely via CLI. `restore-dependencies` * This command can be used if custom nodes are installed under the `ComfyUI/custom_nodes` path but their dependencies are not installed. -* It is useful when starting a new cloud instance, like colab, where dependencies need to be reinstalled and installation scripts re-executed. +* It is useful when starting a new cloud instance, like Colab, where dependencies need to be reinstalled and installation scripts re-executed. * It can also be utilized if ComfyUI is reinstalled and only the custom_nodes path has been backed up and restored. ### 7. Clear -In the GUI, installations, updates, or snapshot restorations are scheduled to execute the next time ComfyUI is launched. The `clear` command clears this scheduled state, ensuring no pre-execution actions are applied. \ No newline at end of file +In the GUI, installations, updates, or snapshot restorations are scheduled to execute the next time ComfyUI is launched. The `clear` command clears this scheduled state, ensuring no pre-execution actions are applied. 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/docs/ko/cm-cli.md b/docs/ko/cm-cli.md index 6d6a74a3..0be8e89d 100644 --- a/docs/ko/cm-cli.md +++ b/docs/ko/cm-cli.md @@ -23,13 +23,13 @@ OPTIONS: ## How To Use? * `python cm-cli.py` 를 통해서 실행 시킬 수 있습니다. * 예를 들어 custom node를 모두 업데이트 하고 싶다면 - * ComfyUI-Manager경로 에서 `python cm-cli.py update all` 를 command를 실행할 수 있습니다. + * ComfyUI-Manager 경로에서 `python cm-cli.py update all` 명령을 실행할 수 있습니다. * ComfyUI 경로에서 실행한다면, `python custom_nodes/ComfyUI-Manager/cm-cli.py update all` 와 같이 cm-cli.py 의 경로를 지정할 수도 있습니다. ## Prerequisite * ComfyUI 를 실행하는 python과 동일한 python 환경에서 실행해야 합니다. * venv를 사용할 경우 해당 venv를 activate 한 상태에서 실행해야 합니다. - * portable 버전을 사용할 경우 run_nvidia_gpu.bat 파일이 있는 경로인 경우, 다음과 같은 방식으로 코맨드를 실행해야 합니다. +* portable 버전을 사용할 경우 run_nvidia_gpu.bat 파일이 있는 경로인 경우, 다음과 같은 방식으로 명령을 실행해야 합니다. `.\python_embeded\python.exe ComfyUI\custom_nodes\ComfyUI-Manager\cm-cli.py update all` * ComfyUI 의 경로는 COMFYUI_PATH 환경 변수로 설정할 수 있습니다. 만약 생략할 경우 다음과 같은 경고 메시지가 나타나며, ComfyUI-Manager가 설치된 경로를 기준으로 상대 경로로 설정됩니다. ``` @@ -40,8 +40,8 @@ OPTIONS: ### 1. --channel, --mode * 정보 보기 기능과 커스텀 노드 관리 기능의 경우는 --channel과 --mode를 통해 정보 DB를 설정할 수 있습니다. -* 예들 들어 `python cm-cli.py update all --channel recent --mode remote`와 같은 command를 실행할 경우, 현재 ComfyUI-Manager repo에 내장된 로컬의 정보가 아닌 remote의 최신 정보를 기준으로 동작하며, recent channel에 있는 목록을 대상으로만 동작합니다. -* --channel, --mode 는 `simple-show, show, install, uninstall, update, disable, enable, fix` command에서만 사용 가능합니다. +* 예를 들어 `python cm-cli.py update all --channel recent --mode remote`와 같은 명령을 실행할 경우, 현재 ComfyUI-Manager repo에 내장된 로컬의 정보가 아닌 remote의 최신 정보를 기준으로 동작하며, recent channel에 있는 목록을 대상으로만 동작합니다. +* --channel, --mode 는 `simple-show, show, install, uninstall, update, disable, enable, fix` 명령에서만 사용 가능합니다. ### 2. 관리 정보 보기 @@ -51,7 +51,7 @@ OPTIONS: * `[show|simple-show]` - `show`는 상세하게 정보를 보여주며, `simple-show`는 간단하게 정보를 보여줍니다. -`python cm-cli.py show installed` 와 같은 코맨드를 실행하면 설치된 커스텀 노드의 정보를 상세하게 보여줍니다. +`python cm-cli.py show installed` 와 같은 명령을 실행하면 설치된 커스텀 노드의 정보를 상세하게 보여줍니다. ``` -= ComfyUI-Manager CLI (V2.24) =- @@ -67,7 +67,7 @@ FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main [ DISABLED ] ComfyUI-Loopchain (author: Fannovel16) ``` -`python cm-cli.py simple-show installed` 와 같은 코맨드를 이용해서 설치된 커스텀 노드의 정보를 간단하게 보여줍니다. +`python cm-cli.py simple-show installed` 와 같은 명령을 이용해서 설치된 커스텀 노드의 정보를 간단하게 보여줍니다. ``` -= ComfyUI-Manager CLI (V2.24) =- @@ -89,7 +89,7 @@ ComfyUI-Loopchain * `installed`: enable, disable 여부와 상관없이 설치된 모든 노드를 보여줍니다 * `not-installed`: 설치되지 않은 커스텀 노드의 목록을 보여줍니다. * `all`: 모든 커스텀 노드의 목록을 보여줍니다. - * `snapshot`: 현재 설치된 커스텀 노드의 snapshot 정보를 보여줍니다. `show`롤 통해서 볼 경우는 json 출력 형태로 보여주며, `simple-show`를 통해서 볼 경우는 간단하게, 커밋 해시와 함께 보여줍니다. + * `snapshot`: 현재 설치된 커스텀 노드의 snapshot 정보를 보여줍니다. `show`를 통해서 볼 경우는 json 출력 형태로 보여주며, `simple-show`를 통해서 볼 경우는 간단하게, 커밋 해시와 함께 보여줍니다. * `snapshot-list`: ComfyUI-Manager/snapshots 에 저장된 snapshot 파일의 목록을 보여줍니다. ### 3. 커스텀 노드 관리 하기 @@ -98,7 +98,7 @@ ComfyUI-Loopchain * `python cm-cli.py install ComfyUI-Impact-Pack ComfyUI-Inspire-Pack ComfyUI_experiments` 와 같이 커스텀 노드의 이름을 나열해서 관리 기능을 적용할 수 있습니다. * 커스텀 노드의 이름은 `show`를 했을 때 보여주는 이름이며, git repository의 이름입니다. -(추후 nickname 을 사용가능하돌고 업데이트 할 예정입니다.) +(추후 nickname을 사용 가능하도록 업데이트할 예정입니다.) `[update|disable|enable|fix] all ?[--channel ] ?[--mode [remote|local|cache]]` @@ -124,7 +124,7 @@ ComfyUI-Loopchain * `--pip-non-local-url`: web URL에 등록된 pip 패키지들에 대해서 복구를 수행 * `--pip-local-url`: local 경로를 지정하고 있는 pip 패키지들에 대해서 복구를 수행 * `--user-directory`: 사용자 디렉토리 설정 - * `--restore-to`: 복구될 커스텀 노드가 설치될 경로. (이 옵션을 적용할 경우 오직 대상 경로에 설치된 custom nodes 만 설치된 것으로 인식함.) + * `--restore-to`: 복구될 커스텀 노드가 설치될 경로. (이 옵션을 적용할 경우 오직 대상 경로에 설치된 custom nodes만 설치된 것으로 인식함.) ### 5. CLI only mode @@ -133,7 +133,7 @@ ComfyUI-Manager를 CLI로만 사용할 것인지를 설정할 수 있습니다. `cli-only-mode [enable|disable]` * security 혹은 policy 의 이유로 GUI 를 통한 ComfyUI-Manager 사용을 제한하고 싶은 경우 이 모드를 사용할 수 있습니다. - * CLI only mode를 적용할 경우 ComfyUI-Manager 가 매우 제한된 상태로 로드되어, 내부적으로 제공하는 web API가 비활성화 되며, 메인 메뉴에서도 Manager 버튼이 표시되지 않습니다. + * CLI only mode를 적용할 경우 ComfyUI-Manager 가 매우 제한된 상태로 로드되어, 내부적으로 제공하는 web API가 비활성화되며, 메인 메뉴에서도 Manager 버튼이 표시되지 않습니다. ### 6. 의존성 설치 @@ -141,10 +141,10 @@ ComfyUI-Manager를 CLI로만 사용할 것인지를 설정할 수 있습니다. `restore-dependencies` * `ComfyUI/custom_nodes` 하위 경로에 커스텀 노드들이 설치되어 있긴 하지만, 의존성이 설치되지 않은 경우 사용할 수 있습니다. -* colab 과 같이 cloud instance를 새로 시작하는 경우 의존성 재설치 및 설치 스크립트가 재실행 되어야 하는 경우 사용합니다. -* ComfyUI을 재설치할 경우, custom_nodes 경로만 백업했다가 재설치 할 경우 활용 가능합니다. +* Colab과 같이 cloud instance를 새로 시작하는 경우 의존성 재설치 및 설치 스크립트가 재실행되어야 하는 경우 사용합니다. +* ComfyUI를 재설치할 경우, custom_nodes 경로만 백업했다가 재설치할 경우 활용 가능합니다. ### 7. clear -GUI에서 install, update를 하거나 snapshot 을 restore하는 경우 예약을 통해서 다음번 ComfyUI를 실행할 경우 실행되는 구조입니다. `clear` 는 이런 예약 상태를 clear해서, 아무런 사전 실행이 적용되지 않도록 합니다. \ No newline at end of file +GUI에서 install, update를 하거나 snapshot을 restore하는 경우 예약을 통해서 다음번 ComfyUI를 실행할 경우 실행되는 구조입니다. `clear` 는 이런 예약 상태를 clear해서, 아무런 사전 실행이 적용되지 않도록 합니다. diff --git a/extension-node-map.json b/extension-node-map.json index 90c3f130..0e040907 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": [ @@ -35,6 +46,22 @@ "title_aux": "0x-jerry/Rembg Background Removal Node for ComfyUI" } ], + "https://github.com/0xBeycan/ComfyUI-ImageQualityGate": [ + [ + "ImageQualityGate" + ], + { + "title_aux": "ComfyUI-ImageQualityGate" + } + ], + "https://github.com/0xDELUXA/ComfyUI-DN_PatchFlashAttention": [ + [ + "PatchFlashAttentionDN" + ], + { + "title_aux": "ComfyUI-DN_PatchFlashAttention" + } + ], "https://github.com/0xRavenBlack/ComfyUI-OOP": [ [ "OOPAnimalNode", @@ -75,6 +102,24 @@ "title_aux": "ComfyUI-EdgeTTS" } ], + "https://github.com/1038lab/ComfyUI-FireRedTTS": [ + [ + "FireRedTTS2MonologueNode", + "FireRedTTS2_Dialogue" + ], + { + "title_aux": "ComfyUI-FireRedTTS" + } + ], + "https://github.com/1038lab/ComfyUI-FlashVSR": [ + [ + "AILab_FlashVSR", + "AILab_FlashVSR_Advanced" + ], + { + "title_aux": "ComfyUI-FlashVSR" + } + ], "https://github.com/1038lab/ComfyUI-JoyCaption": [ [ "CaptionSaver", @@ -110,10 +155,10 @@ ], "https://github.com/1038lab/ComfyUI-MiniCPM": [ [ - "AILab_MiniCPM_4_V", - "AILab_MiniCPM_4_V_Advanced", - "AILab_MiniCPM_4_V_GGUF", - "AILab_MiniCPM_4_V_GGUF_Advanced" + "AILab_MiniCPM_V", + "AILab_MiniCPM_V_Advanced", + "AILab_MiniCPM_V_GGUF", + "AILab_MiniCPM_V_GGUF_Advanced" ], { "title_aux": "ComfyUI-MiniCPM" @@ -148,30 +193,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", @@ -180,6 +257,7 @@ "FashionSegmentClothing", "RMBG", "SAM2Segment", + "SAM3Segment", "Segment", "SegmentV2" ], @@ -208,21 +286,45 @@ "title_aux": "Comfyui-Spark-TTS" } ], + "https://github.com/1038lab/ComfyUI-VoxCPMTTS": [ + [ + "AILab_VoxCPMTTS", + "AILab_VoxCPMTTS_Advanced" + ], + { + "title_aux": "ComfyUI-VoxCPMTTS" + } + ], "https://github.com/1038lab/ComfyUI-WildPromptor": [ [ - "AllInOneList", + "CustomListManager", "KeywordPicker", "PromptBuilder", "PromptConcat", - "WildPromptorAllInOne", - "WildPromptorGenerator", + "WildPromptor_AllInOne", + "WildPromptor_AllInOneList", "WildPromptor_DataToPromptList", - "WildPromptor_Enhancer" + "WildPromptor_Enhancer", + "WildPromptor_Generator", + "WildPromptor_Minicpm", + "WildPromptor_ShowPrompt", + "WildPromptor_TextInput" ], { "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", @@ -345,72 +447,136 @@ "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": [ [ - "ImageAddLabel", - "ImageBBoxOverlayByMask", - "ImageBatchToList", - "ImageBlendModesByAlpha", - "ImageBlendModesByCSS", - "ImageCropByMaskAlpha", - "ImageCropSquare", - "ImageCropWithBBoxMask", - "ImageEdgeCropPad", - "ImageEditStitch", - "ImageGetSize", - "ImageHLFreqCombine", - "ImageHLFreqSeparate", - "ImageHLFreqTransform", - "ImageListAppend", - "ImageListToBatch", - "ImageLumaMatte", - "ImagePasteByBBoxMask", - "ImagePlot", - "ImageResizeFluxKontext", - "ImageResizeUniversal", - "ImageRotateWithMask", - "ImageSolid", - "ImageStrokeByMask", - "ImageTileMerge", - "ImageTileSplit", - "ImageTileSplitPreset", - "ListCustomFloat", - "ListCustomInt", - "ListCustomSeed", - "ListCustomString", - "MaskBatchMathOps", - "MaskBatchToList", - "MaskCropByBBoxMask", - "MaskFillHole", - "MaskListToBatch", - "MaskMathOps", - "MaskPasteByBBoxMask", - "PathBuild", - "RangeMapping", - "StepSplit", - "StringCoordinateToBBoxMask", - "StringCoordinateToBBoxes", - "TextCustomExtract", - "TextFilterComment", - "TextJoinByTextList", - "TextJoinMulti", - "TextLoadLocal", - "TextPrefixSuffix" + "1hew_AnyEmptyBool", + "1hew_AnyEmptyInt", + "1hew_AnySwitchBool", + "1hew_AnySwitchInt", + "1hew_AudioDuration", + "1hew_DetectGuideLine", + "1hew_DetectYolo", + "1hew_GetFileCount", + "1hew_ImageAddLabel", + "1hew_ImageBBoxOverlayByMask", + "1hew_ImageBatchExtract", + "1hew_ImageBatchGroup", + "1hew_ImageBatchRange", + "1hew_ImageBatchSplit", + "1hew_ImageBatchToList", + "1hew_ImageBlendModeByAlpha", + "1hew_ImageBlendModeByCSS", + "1hew_ImageCropSquare", + "1hew_ImageCropWithBBoxMask", + "1hew_ImageEdgeCropPad", + "1hew_ImageEditStitch", + "1hew_ImageGridSplit", + "1hew_ImageHLFreqCombine", + "1hew_ImageHLFreqSeparate", + "1hew_ImageHLFreqTransform", + "1hew_ImageListAppend", + "1hew_ImageListToBatch", + "1hew_ImageMainStitch", + "1hew_ImageMaskBlend", + "1hew_ImageMaskCrop", + "1hew_ImagePasteByBBoxMask", + "1hew_ImagePingPong", + "1hew_ImagePlot", + "1hew_ImageResizeFluxKontext", + "1hew_ImageResizeJimeng", + "1hew_ImageResizeQwenImage", + "1hew_ImageResizeUniversal", + "1hew_ImageRotateWithMask", + "1hew_ImageSolid", + "1hew_ImageStrokeByMask", + "1hew_ImageTileMerge", + "1hew_ImageTileSplit", + "1hew_IntImageSideLength", + "1hew_IntImageSize", + "1hew_IntMaskSideLength", + "1hew_IntSplit", + "1hew_IntWan", + "1hew_ListCustomFloat", + "1hew_ListCustomInt", + "1hew_ListCustomSeed", + "1hew_ListCustomString", + "1hew_LoadImage", + "1hew_LoadVideo", + "1hew_LoadVideoToImage", + "1hew_MaskBatchMathOps", + "1hew_MaskBatchRange", + "1hew_MaskBatchSplit", + "1hew_MaskBatchToList", + "1hew_MaskCropByBBoxMask", + "1hew_MaskFillHole", + "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_SaveVideoByImage", + "1hew_StringCoordinateToBBoxMask", + "1hew_StringCoordinateToBBoxes", + "1hew_StringFilter", + "1hew_StringJoinMulti", + "1hew_TextCustomExtract", + "1hew_TextEncodeQwenImageEdit", + "1hew_TextListToString", + "1hew_TextPrefixSuffix", + "1hew_TextToAny", + "1hew_URLToVideo", + "1hew_VideoCutGroup", + "1hew_WorkflowName" ], { "title_aux": "ComfyUI 1hewNodes" } ], + "https://github.com/1lch2/ComfyUI-AnimaPromptFormatter": [ + [ + "AnimaPromptFormatter" + ], + { + "title_aux": "ComfyUI-AnimaPromptFormatter" + } + ], "https://github.com/1mckw/Comfyui-Gelbooru": [ [ "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", @@ -430,19 +596,28 @@ "AQ_BlendImages", "AQ_CLIPSetLastLayer", "AQ_ColorMatchImage", + "AQ_CoverPrompt", "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_multiface_ApplyPulidFlux" + "AQ_StillImageToVideo", + "AQ_TextEncodeQwenImageEdit", + "AQ_TextEncodeQwenImageEditPlus", + "AQ_YouTubeUpload", + "AQ_multiface_ApplyPulidFlux", + "AQ_openai_compatible", + "AQ_parse_json_to_acestep" ], { "title_aux": "AQnodes for ComfyUI" @@ -480,29 +655,30 @@ "GPTImage_TextToImage", "GrsaiFluxKontext_ImageToImage", "GrsaiFluxKontext_MultiImageToImage", - "GrsaiFluxKontext_TextToImage" + "GrsaiFluxKontext_TextToImage", + "Grsai_NanoBanana" ], { "title_aux": "GrsAI api in ComfyUI" } ], - "https://github.com/42lux/ComfyUI-42lux": [ + "https://github.com/3R3BOS/ComfyUI-3R3BOS-Pack": [ [ - "FluxEmptyLatentSizePicker", - "HighResFixApply", - "HighResFixConditioningDuplicator", - "HighResFixModelInjection", - "ModelSamplingFluxNormalized", - "STORKSamplerSelect", - "SoulSampler", - "SoulSamplerAdvanced", - "SoulSamplerDPM", - "SoulSamplerDPMAdvanced", - "SoulSamplerHybrid", - "SoulSamplerHybridAdvanced" + "Aspect Ratio Master (3R3BOS)", + "Batch Selector (3R3BOS)", + "Image Comparer (3R3BOS)" ], { - "title_aux": "ComfyUI-42lux" + "title_aux": "ComfyUI-3R3BOS-Pack" + } + ], + "https://github.com/3dgopnik/comfyui-arena-suite": [ + [ + "Arena_MakeTilesSegs", + "\ud83c\udd70\ufe0f Arena AutoCache v6.1.2" + ], + { + "title_aux": "ComfyUI Arena Suite" } ], "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": [ @@ -517,6 +693,7 @@ [ "ColorPalette", "ColorTransferReinhard", + "ExtractPalette", "PaletteOptimalTransportTransfer", "PaletteRbfTransfer", "PaletteTransfer", @@ -560,6 +737,35 @@ "title_aux": "ComfyUI-DareMerge" } ], + "https://github.com/552023587/comfyui_character_selector": [ + [ + "CharacterSelector" + ], + { + "title_aux": "comfyui_character_selector" + } + ], + "https://github.com/5agado/ComfyUI-Sagado-Nodes": [ + [ + "SGD_Any_List_Selector", + "SGD_Any_Type_Switch", + "SGD_Call_Ollama", + "SGD_Film_Grain", + "SGD_Get_Llama_Cpp_Model", + "SGD_Get_Llama_VL_Chat_Handler", + "SGD_Get_Llm_Response", + "SGD_Get_Num_Frames", + "SGD_Get_Resolution", + "SGD_Image_Loader", + "SGD_Image_To_PNG_Data_URI", + "SGD_Step_Every_N", + "SGD_String_Splitter", + "SGD_Video_Loader" + ], + { + "title_aux": "Sagado Nodes for ComfyUI" + } + ], "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": [ [ "Face Swapper" @@ -604,6 +810,21 @@ "title_aux": "Comflowy's Custom Nodes" } ], + "https://github.com/7BEII/comfyui-PD_comfy-api-node": [ + [ + "PDGeminiImageGenAPIKey", + "PDGeminiImageGenAuthToken", + "PDGeminiNanoBanana2", + "PDGeminiProImageGenAPIKey", + "PDGeminiProImageGenAuthToken", + "PDOpenAIGPTImageAPIKey", + "PDOpenAIGPTImageAuthToken", + "PD_comfyplus_image" + ], + { + "title_aux": "comfyui-PD_comfy-api-node" + } + ], "https://github.com/807502278/ComfyUI-3D-MeshTool": [ [ "Auto_Normal", @@ -619,7 +840,6 @@ "RT-to-camposes", "Tensor_to_List", "UV_options", - "UnwrapUV_Auto_xatlas", "UnwrapUV_xatlas", "array-append", "array-attribute", @@ -633,22 +853,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", @@ -664,9 +879,11 @@ "Any_Pipe", "ApplyEasyOCR_batch", "AudioDuration_wan", + "Audio_Batch_Edit", + "Audio_Crop_Batch", + "Audio_MergeBatch_To_Channel", "Batch_Average", "Bilateral_Filter", - "ColorData_HSV_Capture", "Color_Data_Break", "Color_check_Name", "ComfyUI_Path_Out", @@ -690,11 +907,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", @@ -719,10 +934,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", @@ -732,11 +947,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", @@ -747,8 +960,7 @@ "mask_select_mask", "ratio_selector", "run_yolo_bboxs", - "run_yolo_bboxs_v2", - "sort_images_batch" + "run_yolo_bboxs_v2" ], { "title_aux": "ComfyUI-WJNodes" @@ -812,6 +1024,34 @@ "title_aux": "ComfyUI-ColorshiftColor" } ], + "https://github.com/9nate-drake/ComfyUI-MaskCenter": [ + [ + "MaskSubMassDetector", + "MaskToCenterPoint" + ], + { + "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", + "SeCModelLoader", + "SeCVideoSegmentation" + ], + { + "title_aux": "Comfyui-SecNodes" + } + ], "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": [ [ "PixelSortAdvancedNode", @@ -852,28 +1092,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", @@ -887,12 +1105,13 @@ "title_aux": "Pixel3DMM ComfyUI Nodes" } ], - "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": [ + "https://github.com/A4P7J1N7M05OT/ComfyUI-InlineVariableWildcards": [ [ - "AutoColorGimp" + "InlineWildcardGenerator", + "WildcardPromptBuilder" ], { - "title_aux": "ComfyUI-AutoColorGimp" + "title_aux": "ComfyUI-InlineVariableWildcards" } ], "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": [ @@ -933,6 +1152,61 @@ "title_aux": "ComfyUI-ShaderNoiseKSampler" } ], + "https://github.com/AHEKOT/ComfyUI_VNCCS": [ + [ + "CharacterAssetSelector", + "CharacterAssetSelectorQWEN", + "CharacterCreator", + "CharacterPreview", + "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" + ], + { + "title_aux": "VNCCS - Visual Novel Character Creation Suite" + } + ], + "https://github.com/AI-TEC/ComfyUI-AITECCAFE-Toolkit": [ + [ + "ChatGPTNode", + "CustomStringMerge", + "NSFWChecker", + "OpenAIImageModeration", + "SequentialImageLoader", + "SequentialMediaLoader" + ], + { + "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", @@ -1039,6 +1313,7 @@ "https://github.com/AIFSH/ComfyUI-Hallo": [ [ "HalloNode", + "LoadAudio", "LoadAudioPath", "LoadImagePath", "PreViewVideo" @@ -1432,6 +1707,16 @@ "title_aux": "ComfyUI_kkTranslator_nodes" } ], + "https://github.com/AIGODLIKE/Blender-IO": [ + [ + "BlenderInputs", + "BlenderOutputs", + "ComfyUIInputs" + ], + { + "title_aux": "Blender-IO" + } + ], "https://github.com/AIGODLIKE/ComfyUI-CUP": [ [ "Mask", @@ -1449,7 +1734,6 @@ "SaveAudioBL", "SaveModel", "\u5b58\u50a8", - "\u5bfc\u5165", "\u622a\u56fe", "\u6750\u8d28\u56fe", "\u8f93\u5165\u56fe\u50cf", @@ -1505,21 +1789,26 @@ ], "https://github.com/AIWarper/ComfyUI-WarperNodes": [ [ + "AspectRatioMatchToBase_Warper", + "AspectRatioMatchToStandardResolution_Warper", + "AspectRatioResolution_Warper", + "CombinePrompts_Warper", "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-WarperNodes" + "title_aux": "ComfyUI Warper Nodes" } ], "https://github.com/AInseven/ComfyUI-fastblend": [ @@ -1555,14 +1844,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", @@ -1670,15 +1966,85 @@ "title_aux": "APZmedia Naming Tools" } ], + "https://github.com/APZmedia/ComfyUI-Dreamlight": [ + [ + "DreamLightNode" + ], + { + "title_aux": "ComfyUI DreamLight Node" + } + ], + "https://github.com/APZmedia/ComfyUI-color-tools": [ + [ + "AdvancedOcioColorTransform", + "BrightnessContrast", + "ColorBalance", + "ColorConverterAdvanced", + "ColorHarmony", + "ColorHistogram", + "ColorPalette", + "ColorProfileConvert", + "ColorProfileReader", + "ColorSimilarity", + "ColorSpaceAnalyzer", + "ColorSpaceConverter", + "ColorTemperature", + "DominantColors", + "GammaCompare", + "GammaCorrection", + "HueShift", + "LittleCMSColorProfileConverter", + "OCIOColorSpaceConverter", + "OCIOConfigInfo", + "QuickColorSpaceFix", + "Saturation", + "TestPatternGenerator", + "VectorScope" + ], + { + "title_aux": "ComfyUI Color Profile Reader" + } + ], + "https://github.com/APZmedia/Comfyui-LightDirection-estimation": [ + [ + "EnhancedLightEstimator", + "IREShadowAnalyzer", + "IREShadowComparison", + "LightDistributionAnalyzer", + "LightImageProcessor", + "NormalMapLightEstimator" + ], + { + "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", "ImageLoaderWithPath|ARZUMATA", "JDC_ImageLoader", "Sampler Selector|ARZUMATA", - "Scheduler Selector|ARZUMATA" + "Scheduler Selector|ARZUMATA", + "UniversalDeviceOverride" ], { "title_aux": "ComfyUI-ARZUMATA" @@ -1702,6 +2068,22 @@ "title_aux": "ComfyUI-Qwen2" } ], + "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery": [ + [ + "CharacterFeatureSwapNode", + "GroupIgnoreManager", + "GroupIsEnabled", + "GroupMuteManager", + "MultiCharacterEditorNode", + "PromptCleaningMaid", + "PromptSelector", + "ResolutionMasterSimplify", + "SimpleImageCompare" + ], + { + "title_aux": "ComfyUI-Danbooru-Gallery" + } + ], "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": [ [ "DanTagGen" @@ -1795,6 +2177,10 @@ ], "https://github.com/AcademiaSD/comfyui_AcademiaSD": [ [ + "AcademiaSD_BatchLoader", + "AcademiaSD_Gemini_Node", + "AcademiaSD_SaveCaption", + "IntegerBypasser", "LoopCounterToFile", "PaddedFileName", "PromptBatchSelector", @@ -1807,6 +2193,7 @@ "https://github.com/Acly/comfyui-inpaint-nodes": [ [ "INPAINT_ApplyFooocusInpaint", + "INPAINT_ColorMatch", "INPAINT_DenoiseToCompositingMask", "INPAINT_ExpandMask", "INPAINT_InpaintWithModel", @@ -1814,6 +2201,8 @@ "INPAINT_LoadInpaintModel", "INPAINT_MaskedBlur", "INPAINT_MaskedFill", + "INPAINT_ShrinkMask", + "INPAINT_StabilizeMask", "INPAINT_VAEEncodeInpaintConditioning" ], { @@ -1826,7 +2215,6 @@ "ETN_ApplyReferenceImages", "ETN_AttentionMask", "ETN_BackgroundRegion", - "ETN_CropImage", "ETN_DefineRegion", "ETN_ExtractImageTile", "ETN_ExtractMaskTile", @@ -1838,13 +2226,16 @@ "ETN_KritaSelection", "ETN_KritaSendText", "ETN_KritaStyle", + "ETN_KritaStyleAndPrompt", "ETN_ListRegionMasks", "ETN_LoadImageBase64", + "ETN_LoadImageCache", "ETN_LoadMaskBase64", "ETN_MergeImageTile", "ETN_NSFWFilter", "ETN_Parameter", "ETN_ReferenceImage", + "ETN_SaveImageCache", "ETN_SendImageWebSocket", "ETN_TileLayout", "ETN_Translate" @@ -1880,6 +2271,30 @@ "title_aux": "ComfyUI GOAT Nodes" } ], + "https://github.com/Ada123-a/ComfyUI-Kandinsky": [ + [ + "EmptyKandinskyV5_Latent", + "KandinskyV5_ImageToVideoLatent", + "KandinskyV5_Loader", + "KandinskyV5_PruneFrames", + "KandinskyV5_QwenLoader", + "KandinskyV5_Sampler", + "KandinskyV5_TextEncode", + "KandinskyV5_VAEDecode", + "KandinskyV5_VAELoader" + ], + { + "title_aux": "ComfyUI-Kandinsky" + } + ], + "https://github.com/AdamShuo/ComfyUI_Switch": [ + [ + "SwitchAny" + ], + { + "title_aux": "ComfyUI Switch Any Node" + } + ], "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": [ [ "VisionLLMNode" @@ -1905,6 +2320,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", @@ -1916,33 +2343,60 @@ ], "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": [ [ - "BillBum_Modified_Base64_Url2Data_Node", "BillBum_Modified_Base64_Url2Img_Node", "BillBum_Modified_Dalle_API_Node", "BillBum_Modified_DropoutToken_Node", - "BillBum_Modified_Flux_API_Node", "BillBum_Modified_Flux_API_with_imgInput", "BillBum_Modified_GPTImage1_API_Node", "BillBum_Modified_Ideogram_API_Node", - "BillBum_Modified_ImageSplit_Node", "BillBum_Modified_Image_API_Call_Node", "BillBum_Modified_LLM_API_Node", "BillBum_Modified_LLM_ForceStream_Mode", "BillBum_Modified_Recraft_API_Node", "BillBum_Modified_RegText_Node", "BillBum_Modified_SD3_API_Node", - "BillBum_Modified_Structured_LLM_Node(Imperfect)", "BillBum_Modified_VisionLM_API_Node", "BillBum_Modified_img2b64_url_Node", "BillBum_NonSysPrompt_VLM_API_Node", "Input_Text", - "Text_Concat" + "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", + "reg_tuzi_chat_response", + "url2image" ], { "nodename_pattern": "\\(BillBum\\)$", "title_aux": "Customizable API Call Nodes by BillBum" } ], + "https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper": [ + [ + "ForceDetectPixelateScale", + "ImageScaleDownByFactor", + "ImageUpscaleByInt", + "ImagesToRGB", + "NearestImageScaleDown", + "PixelUpscale2Target", + "RemoveBackgroundPixel", + "Unfake_PixelateTools" + ], + { + "title_aux": "ComfyUI_UnfakePy_Warpper" + } + ], + "https://github.com/AharaOoO/ComfyUI-PerfectPixel": [ + [ + "PerfectPixel" + ], + { + "title_aux": "ComfyUI-PerfectPixel" + } + ], "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": [ [ "Add Tag", @@ -1957,6 +2411,14 @@ "title_aux": "ComfyUI-Aimidi-nodes" } ], + "https://github.com/Aishor/comfyui-meta-sampler-guiado": [ + [ + "MetaSamplerGuiado" + ], + { + "title_aux": "Meta-Sampler Guiado (Seed-WAN)" + } + ], "https://github.com/AkashKarnatak/ComfyUI_faishme": [ [ "Faishme Debug", @@ -1981,6 +2443,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" @@ -1989,22 +2461,69 @@ "title_aux": "seamless-clone-comfyui" } ], + "https://github.com/Alatza/ComfyUI-DynamicPromptComposer": [ + [ + "DynamicPromptComposer" + ], + { + "title_aux": "ComfyUI-DynamicPromptComposer" + } + ], + "https://github.com/AlbertJBurton/comfyui-jbnodes": [ + [ + "SpectralLab", + "SpectralLabCustom" + ], + { + "title_aux": "comfyui-jbnodes" + } + ], + "https://github.com/AlcAI-AnimeHaven/AlcAI-nodes": [ + [ + "RandomResSDXL" + ], + { + "title_aux": "AlcAI Nodes for ComfyUI" + } + ], "https://github.com/Alectriciti/comfyui-adaptiveprompts": [ [ - "CleanupTags", "NormalizeLoraTags", + "PromptAliasSwap", + "PromptCleanup", + "PromptContextMerge", "PromptGenerator", + "PromptGeneratorAdvanced", + "PromptMixer", + "PromptRepack", "PromptReplace", - "PromptRewrap", - "ShuffleTags", - "ShuffleTagsAdvanced", - "StringMerger4", - "StringMerger8" + "PromptSequencer", + "PromptShuffle", + "PromptShuffleAdvanced", + "PromptSplitter", + "RandomFloats", + "RandomIntegers", + "SaveImageAndText", + "ScaledSeedGenerator", + "StringAppend3", + "StringAppend8", + "StringSplit", + "TagCounter", + "WeightLifter" ], { "title_aux": "comfyui-adaptiveprompts" } ], + "https://github.com/AlexXia007/AIYang_TripleAPI": [ + [ + "NanoBananaGenerate", + "TripleAPIGenerate" + ], + { + "title_aux": "AIYang_TripleAPI" + } + ], "https://github.com/Alexankharin/camera-comfyUI": [ [ "CameraInterpolationNode", @@ -2040,23 +2559,18 @@ "title_aux": "camera-comfyUI" } ], - "https://github.com/AlfredClark/ComfyUI-ModelSpec": [ - [ - "ModelMetadataNode", - "ModelSpecEditNode", - "SelectModelNode" - ], - { - "title_aux": "ComfyUI-ModelSpec" - } - ], "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", @@ -2065,30 +2579,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", - "Topaz Photo Upscaler (Autopilot) JNK" + "Text2MD5_JNK", + "TextSaver_JNK", + "ToonOut Remove BG 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", @@ -2209,6 +2763,7 @@ "FLATTEN (JOV) \u2b07\ufe0f", "GRADIENT MAP (JOV) \ud83c\uddf2\ud83c\uddfa", "GRAPH (JOV) \ud83d\udcc8", + "HISTOGRAM (JOV)", "IMAGE INFO (JOV) \ud83d\udcda", "LERP (JOV) \ud83d\udd30", "OP BINARY (JOV) \ud83c\udf1f", @@ -2239,6 +2794,14 @@ "title_aux": "Jovimetrix" } ], + "https://github.com/Analaser/ComfyUI-RandomTagWeights": [ + [ + "RandomTagWeights" + ], + { + "title_aux": "ComfyUI-RandomTagWeights" + } + ], "https://github.com/Andro-Meta/ComfyUI-Ovis2": [ [ "Ovis2ImageCaption", @@ -2250,16 +2813,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", @@ -2275,6 +2828,31 @@ "title_aux": "ComfyUI UX Nodes" } ], + "https://github.com/AnonBOTpl/ComfyUI-Qwen-Prompt-Expander": [ + [ + "QwenDiagnostics", + "QwenOfflinePrompt" + ], + { + "title_aux": "ComfyUI Qwen Prompt Expander" + } + ], + "https://github.com/Anzhc/Anima-Mod-Guidance-ComfyUI-Node": [ + [ + "AnimaModGuidance" + ], + { + "title_aux": "Anima-Mod-Guidance-ComfyUI-Node" + } + ], + "https://github.com/Anzhc/SDXL-Flux2VAE-ComfyUI-Node": [ + [ + "EmptySDXLFlux2LatentImage" + ], + { + "title_aux": "SDXL-Flux2VAE-ComfyUI-Node" + } + ], "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": [ [ "LoraTuner" @@ -2291,6 +2869,50 @@ "title_aux": "ComfyUI-SimpleCounter" } ], + "https://github.com/Apache0ne/ComfyUI-DiffiT": [ + [ + "DiffiTOfficialImage" + ], + { + "title_aux": "ComfyUI-DiffiT" + } + ], + "https://github.com/Apache0ne/ComfyUI_efficient_sam_node": [ + [ + "EfficientViTSAMAutoMaskGeneratorNode", + "EfficientViTSAMLoader", + "EfficientViTSAMPointPredictorNode", + "EfficientViTSAMPredictorNode", + "EfficientViTSAMVideoAutoMaskGeneratorNode", + "EfficientViTSAMVideoPointPredictorNode", + "EfficientViTSAMVideoPredictorNode" + ], + { + "title_aux": "ComfyUI_efficient_sam_node" + } + ], + "https://github.com/ApexArtist/comfyui-apex-artist": [ + [ + "ApexBatchInfo", + "ApexBlur", + "ApexDepthToNormal", + "ApexGetFrame", + "ApexJSON", + "ApexLastFrame", + "ApexLatentNoise", + "ApexLayerBlend", + "ApexLoadImage", + "ApexPalette", + "ApexPromptPreset", + "ApexRGBCurve", + "ApexSharpen", + "ApexSmartResize", + "ApexUpscaleBy" + ], + { + "title_aux": "Apex Artist - Image Resize" + } + ], "https://github.com/ArcherFMY/Diffusion360_ComfyUI": [ [ "Diffusion360LoaderImage2Pano", @@ -2306,6 +2928,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", @@ -2345,6 +2988,85 @@ "title_aux": "ReadCSV_ComfyUI" } ], + "https://github.com/Arroz-11/ComfyUI-Just-Nodes": [ + [ + "BatchStepper_JN", + "ImageFromFolder_JN", + "LabeledIndex_JN", + "LoraTagModelOnly_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", + "AGSoft Show Text", + "AGSoft Text Input Switch X2", + "AGSoft Text Input Switch X4", + "AGSoft Text Input Switch X8", + "AGSoft Text Multiline", + "AGSoft Text Operation", + "AGSoft Text Overlay", + "AGSoft Text Replace", + "AGSoftLoadVideo", + "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", + "AGSoft_Img_Pad_Adv", + "AGSoft_Img_Res", + "AGSoft_Img_Res_MP", + "AGSoft_Inpaint_Crop", + "AGSoft_Inpaint_Stitch", + "AGSoft_KSampler", + "AGSoft_Loop_Float", + "AGSoft_Loop_Images", + "AGSoft_Loop_Integer", + "AGSoft_Loop_Random_Seed", + "AGSoft_Loop_Samplers", + "AGSoft_Loop_Texts", + "AGSoft_Mask_Blur", + "AGSoft_Mask_Composite", + "AGSoft_Mask_Fix", + "AGSoft_Mask_From_Color", + "AGSoft_Styles_CSV_Loader", + "AgsoftTranslate" + ], + { + "title_aux": "comfyui-AGSoft" + } + ], "https://github.com/ArtBot2023/CharacterFaceSwap": [ [ "Color Blend", @@ -2391,6 +3113,7 @@ "HTNodeStateController", "HTNodeUnmuteAll", "HTNullNode", + "HTOIDNNode", "HTParameterExtractorNode", "HTPhotoshopBlurNode", "HTRegexNode", @@ -2417,20 +3140,78 @@ "title_aux": "HommageTools for ComfyUI" } ], + "https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit": [ + [ + "AssembleLoopFrames", + "AutocropToLoop", + "BatchResizeWithLanczos", + "BatchWatermarkSingle", + "PixelHold", + "PrepareLoopFrames", + "RIFE_FPS_Resample", + "RIFE_SeamTimingAnalyzer", + "RIFE_VFI_Advanced", + "RIFE_VFI_Opt", + "RollFrames", + "TrimBatchEnds", + "UnrollFrames", + "UpscaleWithModelAdvanced" + ], + { + "title_aux": "WhiteRabbit" + } + ], + "https://github.com/ArtifyGames/comfyui-artify": [ + [ + "ArtifyImageResize", + "ArtifyInpaintCrop", + "ArtifyInpaintStitch" + ], + { + "title_aux": "comfyui-artify" + } + ], "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": [ [ - "FluxKontextMaxNode", - "FluxKontextProNode", + "ClearDirectoryNode", + "ElevenLabsTTSNode", + "Flux2Replicate", + "FluxKontextReplicate", "GPTImageEditNode", "GeminiChatNode", + "GeminiDiarisationAPI", + "GeminiSegmentationNode", + "GeminiTTSNode", "GoogleImagenEditNode", "GoogleImagenNode", - "Veo3VideoGenerator" + "NanoBananaNode", + "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", @@ -2441,6 +3222,46 @@ "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", + "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_SimplifiedFineTuner", + "TensorPrism_WeightedMaskMerge", + "TensorPrism_WeightedTensorMerge" + ], + { + "title_aux": "ComfyUI-Tensor-Prism-Node-Pack" + } + ], "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": [ [ "InstructNode", @@ -2451,6 +3272,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" @@ -2459,6 +3296,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", @@ -2489,6 +3352,113 @@ "title_aux": "ComfyUI-ImageCropper" } ], + "https://github.com/AzelusLightvale/ComfyUI-ARG-Toolkit": [ + [ + "ADFGVX", + "ADFGX", + "AESAuthenticated", + "AESAuthenticatedKeygen", + "AESKeyWrap", + "AESKeyWrapWithPadding", + "Affine", + "Argon2id_Derive", + "Argon2id_Verify", + "Atbash", + "Autokey", + "BLAKE2", + "Base642String", + "Bazeries", + "Beaufort", + "Bifid", + "Binary2String", + "BitwiseAND", + "BitwiseLS", + "BitwiseNOT", + "BitwiseOR", + "BitwiseRS", + "BitwiseXOR", + "BooleanOutputter", + "ByteslikeDecode", + "ByteslikeEncode", + "Caesar", + "CaesarProg", + "CaesarProgressive", + "ChaCha20Poly1305", + "ChaCha20Poly1305Keygen", + "Chaocipher", + "ColTrans", + "ConcatKDFHMAC_Derive", + "ConcatKDFHMAC_Verify", + "ConcatKDFHash_Derive", + "ConcatKDFHash_Verify", + "ConstantTimeCompare", + "EdDSAPrivateKeyFormat", + "EdDSAPublicKeyFormat", + "EdDSASignature", + "EdDSAVerify", + "FernetKeygenSimple", + "FernetSimple", + "Foursquare", + "Gronsfeld", + "HKDFExpand_Derive", + "HKDFExpand_Verify", + "HKDF_Derive", + "HKDF_Verify", + "Hex2String", + "IMWatermarkDecode", + "IMWatermarkEncode", + "KBKDF_Derive", + "KBKDF_Verify", + "Keyword", + "MD5", + "MorseCode", + "MyszkowskiTransposition", + "Nihilist", + "PBKDF2HMAC_Derive", + "PBKDF2HMAC_Verify", + "Padding", + "Playfair", + "Polybius", + "Porta", + "ReedSolomonDecode", + "ReedSolomonEncode", + "Rot13", + "Rot18", + "Rot47", + "Rot5", + "SHA1", + "SHA2", + "SHA3", + "SHAKE", + "SM3", + "Scrypt_Derive", + "Scrypt_Verify", + "Scytale", + "SimpleSubstitution", + "SteganoLSBDecode", + "SteganoLSBEncode", + "String2Base64", + "String2Binary", + "String2Hex", + "StringLooper", + "SymmetricEncryptDecrypt", + "SystemRandom", + "ThreeSquare", + "Trifid", + "TwoSquare", + "Vic", + "Vigenere", + "X963KDF_Derive", + "X963KDF_Verify", + "XExchange", + "XPrivateKeyFormat", + "XPublicKeyFormat", + "Zigzag" + ], + { + "title_aux": "ComfyUI ARG Toolkit" + } + ], "https://github.com/Azornes/Comfyui-LayerForge": [ [ "LayerForgeNode" @@ -2505,6 +3475,43 @@ "title_aux": "Comfyui-Resolution-Master" } ], + "https://github.com/BAIKEMARK/ComfyUI-Civitai-Recipe": [ + [ + "CivitaiModelAnalyzerCKPT", + "CivitaiModelAnalyzerLORA", + "CivitaiParameterUnpacker", + "CivitaiRecipeGallery", + "LoraTriggerWords", + "MarkdownPresenter", + "RecipeParamsParser" + ], + { + "title_aux": "Civitai Recipe Finder" + } + ], + "https://github.com/BAIKEMARK/ComfyUI-Civitai-Toolkit": [ + [ + "CivitaiModelAnalyzerCKPT", + "CivitaiModelAnalyzerLORA", + "CivitaiParameterUnpacker", + "CivitaiRecipeGallery", + "LoraTriggerWords", + "MarkdownPresenter", + "RecipeParamsParser" + ], + { + "title_aux": "Civitai Toolkit" + } + ], + "https://github.com/BAIKEMARK/ComfyUI_Civitai_Prompt_Stats": [ + [ + "CivitaiPromptStatsCKPT", + "CivitaiPromptStatsLORA" + ], + { + "title_aux": "Civitai Prompt Stats Node" + } + ], "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": [ [ "RSSFeedNode" @@ -2545,6 +3552,25 @@ "title_aux": "Comfyui_Hunyuan3D_EX" } ], + "https://github.com/BISAM20/ComfyUI-ACES-IO": [ + [ + "ACESIOColorSpace", + "ACESIOConfig", + "ACESIOEXRLoader", + "ACESIOEXRSaver", + "ACESIOFileLUT", + "ACESIOInfo", + "ACESIOLogConvert", + "ACESIOLook", + "ACESIOMovLoader", + "ACESIOPreview", + "ACESIOVideoSaver", + "ACESIOViewer" + ], + { + "title_aux": "ComfyUI-ACES-IO" + } + ], "https://github.com/BNP1111/comfyui_flux_corrector": [ [ "FLUXCorrector" @@ -2553,6 +3579,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", @@ -2575,6 +3610,18 @@ "title_aux": "ComfyUI-FLUX-TOGETHER-API" } ], + "https://github.com/BacoHubo/ComfyUI_SeedVR2_Tiler": [ + [ + "SeedVR2TileSplitter", + "SeedVR2TileSplitterByFactor", + "SeedVR2TileSplitterByLongestEdge", + "SeedVR2TileSplitterByShortestEdge", + "SeedVR2TileStitcher" + ], + { + "title_aux": "ComfyUI_SeedVR2_Tiler" + } + ], "https://github.com/BadCafeCode/masquerade-nodes-comfyui": [ [ "Blur", @@ -2612,6 +3659,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", @@ -2750,9 +3805,18 @@ "title_aux": "SigmaWaveFormNodes" } ], + "https://github.com/BennyDaBall930/ComfyUI-Z-Engineer": [ + [ + "ZEngineer" + ], + { + "title_aux": "ComfyUI-Z-Engineer" + } + ], "https://github.com/BennyKok/comfyui-deploy": [ [ "ComfyDeployOutputEXR", + "ComfyDeployOutputFile", "ComfyDeployOutputImage", "ComfyDeployOutputText", "ComfyDeployWebscoketImageInput", @@ -2762,6 +3826,7 @@ "ComfyUIDeployExternalCheckpoint", "ComfyUIDeployExternalEXR", "ComfyUIDeployExternalFaceModel", + "ComfyUIDeployExternalFile", "ComfyUIDeployExternalImage", "ComfyUIDeployExternalImageAlpha", "ComfyUIDeployExternalImageBatch", @@ -2854,6 +3919,14 @@ "title_aux": "ComfyUI YetAnotherSafetyChecker" } ], + "https://github.com/BetaDoggo/comfyui-rtx-simple": [ + [ + "RTXVideoSuperResolution" + ], + { + "title_aux": "comfyui-rtx-simple" + } + ], "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": [ [ "BTDownloadFont", @@ -2884,6 +3957,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", @@ -2909,6 +4007,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" @@ -2947,39 +4064,48 @@ "title_aux": "DynamicPose-ComfyUI" } ], - "https://github.com/Black-Lioness/ComfyUI-PromptUtils": [ + "https://github.com/BizaNator/ComfyUI_PromptIterator": [ [ - "FilenameGenerator", - "KeywordGenerator" + "PromptIterator", + "PromptIteratorAdvanced", + "PromptIteratorDynamic" ], { - "title_aux": "ComfyUI-PromptUtils" + "title_aux": "ComfyUI Prompt Iterator Extension" } ], - "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": [ + "https://github.com/BlackSnowSkill/wd14_batch_tagger": [ [ - "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 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" + "BSS_LoadImagesFolder", + "BSS_SaveCaptions", + "BSS_TagAnalytics", + "BSS_TagsPostprocess", + "BSS_WD14BatchTagger", + "BSS_WD14TaggerBatch" ], { - "title_aux": "BV Nodes" + "title_aux": "BSS WD14 Batch Tagger" + } + ], + "https://github.com/BlackVortexAI/bv_nodepack": [ + [ + "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 Heading", + "BV Subgraph Spacer" + ], + { + "title_aux": "BV Node Pack" } ], "https://github.com/BlakeOne/ComfyUI-CustomScheduler": [ @@ -3022,7 +4148,6 @@ ], "https://github.com/BlenderNeko/ComfyUI_Noise": [ [ - "BNK_DuplicateBatchIndex", "BNK_GetSigma", "BNK_InjectNoise", "BNK_NoisyLatentImage", @@ -3051,19 +4176,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", @@ -3077,6 +4189,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", @@ -3102,6 +4242,14 @@ "title_aux": "ComfyUI-TLBVFI" } ], + "https://github.com/Boba-svg/ComfyUI-PromptSwitch": [ + [ + "PromptSwitch" + ], + { + "title_aux": "ComfyUI-PromptSwitch" + } + ], "https://github.com/BobsBlazed/Bobs-Lora-Loader": [ [ "BobsLoraLoaderFlux", @@ -3113,6 +4261,8 @@ ], "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": [ [ + "Bobs-Advanced-Latent-Optimizer", + "Bobs-Latent-Optimizer", "BobsLatentNode", "BobsLatentNodeAdvanced" ], @@ -3130,11 +4280,21 @@ "title_aux": "FitDiT[official] - High-fidelity Virtual Try-on" } ], + "https://github.com/Braeden90000/comfyui-load-image-url": [ + [ + "LoadImageFileOrURL" + ], + { + "title_aux": "ComfyUI Load Image URL" + } + ], "https://github.com/Brekel/ComfyUI-Brekel": [ [ "BrekelAutoPromptGenerator", "BrekelEnhancePrompt", - "BrekelPromptChooser" + "BrekelLoadImage", + "BrekelPromptChooser", + "BrekelResolutionSelector" ], { "title_aux": "ComfyUI-Brekel" @@ -3142,21 +4302,51 @@ ], "https://github.com/Bria-AI/ComfyUI-BRIA-API": [ [ + "AttributionByImageNode", "BriaEraser", "BriaGenFill", + "BriaMultiImageSelect", "BriaTailoredGen", + "FIBOEditNode", + "FIBOEditStructuredInstructionNode", + "GenerateImageLiteNodeV2", + "GenerateImageNodeV2", + "GenerateStructuredPromptLiteNodeV2", + "GenerateStructuredPromptNodeV2", + "ImageEnhanceNode", "ImageExpansionNode", + "LoadVideoFramesNode", + "PreviewVideoURLNode", + "ProductIntegrateNode", + "RefineImageLiteNodeV2", + "RefineImageNodeV2", "ReimagineNode", "RemoveForegroundNode", + "RemoveVideoBackgroundNode", "ReplaceBgNode", "RmbgNode", - "ShotByImageNode", - "ShotByTextNode", + "ShotByImageAutomatic", + "ShotByImageAutomaticAspectRatio", + "ShotByImageCustomCoordinates", + "ShotByImageManualPadding", + "ShotByImageManualPlacement", + "ShotByImageOriginal", + "ShotByTextAutomatic", + "ShotByTextAutomaticAspectRatio", + "ShotByTextCustomCoordinates", + "ShotByTextManualPadding", + "ShotByTextManualPlacement", + "ShotByTextOriginal", "TailoredModelInfoNode", "TailoredPortraitNode", "Text2ImageBaseNode", "Text2ImageFastNode", - "Text2ImageHDNode" + "Text2ImageHDNode", + "VideoEraseElementsNode", + "VideoIncreaseResolutionNode", + "VideoMaskByKeyPointsNode", + "VideoMaskByPromptNode", + "VideoSolidColorBackgroundNode" ], { "title_aux": "BRIA AI API nodes" @@ -3185,6 +4375,7 @@ "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": [ [ "BETACrop", + "BETASceneDetect", "BETAStitch", "IndexedLoRALoader_BETA", "LoadTextFromIndex", @@ -3201,6 +4392,7 @@ "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": [ [ "BETACrop", + "BETASceneDetect", "BETAStitch", "IndexedLoRALoader_BETA", "LoadTextFromIndex", @@ -3230,6 +4422,22 @@ "title_aux": "ComfyUI-BS_Kokoro-onnx" } ], + "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch": [ + [ + "YKNanoBananaProNode" + ], + { + "title_aux": "ComfyUI-YK-Banana2-Batch" + } + ], + "https://github.com/C0untFloyd/comfyui-musicflamingo": [ + [ + "MusicFlamingoAnalysis" + ], + { + "title_aux": "comfyui-musicflamingo" + } + ], "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": [ [ "APIRequestNode", @@ -3255,7 +4463,12 @@ [ "FaceAlignDouble", "FaceAlignSingle", - "FaceAutoFitSingle" + "FaceAutoFitDouble", + "FaceAutoFitSingle", + "GenderRecognitionNode", + "ImageRotateCHAOS", + "PromptSelectorDoubleCHAOS", + "PromptSelectorSingleCHAOS" ], { "title_aux": "ComfyUI_FaceAlignPaste" @@ -3412,6 +4625,35 @@ "title_aux": "ComfyUI_OmniAvatar" } ], + "https://github.com/Candlehead/Candlehead-Comfy-Nodez": [ + [ + "AspectToRes", + "ImageInfo", + "StyleChooser", + "TextProcessor" + ], + { + "title_aux": "Candlehead-Comfy-Nodez" + } + ], + "https://github.com/CarlMarkswx/comfyui_workflow_preset_switch": [ + [ + "PresetGroupEditor", + "PresetSwitch" + ], + { + "title_aux": "comfyui_workflow_preset_switch" + } + ], + "https://github.com/CarlMarkswx/comfyui_workflow_state_presets": [ + [ + "PresetGroupEditor", + "PresetSwitch" + ], + { + "title_aux": "comfyui_workflow_state_presets" + } + ], "https://github.com/Chan-0312/ComfyUI-EasyDeforum": [ [ "Easy2DDeforum" @@ -3437,10 +4679,29 @@ "title_aux": "ComfyUI-Prompt-Preview" } ], + "https://github.com/ChangeTheConstants/SeedVarianceEnhancer": [ + [ + "SeedVarianceEnhancer" + ], + { + "title_aux": "SeedVarianceEnhancer" + } + ], + "https://github.com/ChaosHL/Marvelous-Box-Comfyui": [ + [ + "MarvelousBox", + "MarvelousText", + "Multi Lora Loader" + ], + { + "title_aux": "Marvelous-Box-Comfyui" + } + ], "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [ [ "ImageToPIL", "LoadImageFromPath", + "LoadImageFromPathEnhanced", "PILToImage", "PILToMask" ], @@ -3474,6 +4735,16 @@ "title_aux": "comfyui-last-frame-extractor" } ], + "https://github.com/Charonartist/comfyui-lmstudio-conversation": [ + [ + "LMStudioConversation", + "LMStudioConversationClear", + "LMStudioTextGen" + ], + { + "title_aux": "comfyui-lmstudio-conversation" + } + ], "https://github.com/Charonartist/comfyui-smart-resize-node": [ [ "SmartResizeNode" @@ -3553,26 +4824,95 @@ "NumbersOverlayAdvancedNode", "NumbersOverlayNode", "PaintByNumbersNode", + "PaintByNumbersPaletteNode", "PaintByNumbersTemplateNode" ], { "title_aux": "painting-by-colors-generator" } ], + "https://github.com/ChunkyPanda29/ComfyUI-Pollinations-BYOP": [ + [ + "PollinationsAudioGen", + "PollinationsImageGen", + "PollinationsTextGen", + "PollinationsVideoGen" + ], + { + "title_aux": "ComfyUI-Pollinations-BYOP" + } + ], "https://github.com/ClownsharkBatwing/RES4LYF": [ [ "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", @@ -3643,11 +4983,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", @@ -3676,12 +5019,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", @@ -3781,6 +5136,8 @@ "TorchCompileModelSD35", "TorchCompileModels", "UNetSave", + "UltraSharkSampler", + "UltraSharkSampler Tiled", "VAEEncodeAdvanced", "VAEStyleTransferLatent" ], @@ -3873,6 +5230,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", @@ -3894,6 +5260,7 @@ ], "https://github.com/ComfyAssets/ComfyUI-KikoTools": [ [ + "BatchPrompts", "DisplayAny", "DisplayText", "EmptyLatentBatch", @@ -3904,11 +5271,18 @@ "GlifVariable", "HFHubEmbeddingLoader", "HFHubLoraLoader", + "ImageBatchToImageList", + "ImageListToImageBatch", "ImageScaleDownBy", "ImageToMultipleOf", "KikoFilmGrain", + "KikoLocalImageLoader", + "KikoModelDownloader", "KikoPurgeVRAM", "KikoSaveImage", + "KikoWorkflowTimer", + "LatentBatchToLatentList", + "LatentListToLatentBatch", "LoRAFolderBatch", "PlotParameters+", "ResolutionCalculator", @@ -3919,7 +5293,9 @@ "SchedulerSelectHelper", "SeedHistory", "TextEncodeSamplerParams", - "WidthHeightSelector" + "TextInput", + "WidthHeightSelector", + "WidthHeightToVec2" ], { "title_aux": "ComfyUI-KikoTools" @@ -3928,7 +5304,8 @@ "https://github.com/ComfyAssets/ComfyUI_PromptManager": [ [ "PromptManager", - "PromptManagerText" + "PromptManagerText", + "PromptSearchList" ], { "title_aux": "ComfyUI_PromptManager" @@ -3958,6 +5335,98 @@ "title_aux": "JH Misc. Nodes" } ], + "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": [ + [ + "JHFormatMetadataNode", + "JHGetWidgetValueFloatNode", + "JHGetWidgetValueIntNode", + "JHGetWidgetValueStringNode", + "JHLoadImageWithXMPMetadataNode", + "JHPathToStemNode", + "JHSaveImageWithXMPMetadata" + ], + { + "title_aux": "JH XMP Metadata Nodes" + } + ], + "https://github.com/ComfyUI-WanVideoWrapper/QQ.copied": [ + [ + "ImageBlend_GPU", + "ImageRadialZoomBlur_GPU", + "LoraExtractKJv2", + "PowerLoraLoaderV2", + "VideoMergeABC", + "WanScaleAB", + "WanVideoCacheSamples", + "WanVideoCacheVideos", + "WanVideoEmptyEmbeds_v2", + "WanVideoFlowmapDistortion", + "WanVideoImageToVideoEncode_v2", + "WanVideoMotionToFlowmap", + "WanVideoPowerLoraLoader" + ], + {} + ], + "https://github.com/ComfyUI/Base64_IO": [ + [ + "AnyToBase64", + "Base64ToAny", + "Base64ToConditioning", + "Base64ToLatent" + ], + {} + ], + "https://github.com/ComfyUI/Eagleshadow": [ + [ + "Batch 12 Images", + "Batch12Images", + "Detect Transparency", + "DetectTransparency", + "Fix Checkpoint Name", + "FixCheckpointName", + "ImageLinearGammaCompositeMasked", + "KSampler Same Noise", + "MaskGlow", + "OffsetImage", + "Round Float to String", + "RoundFloat2String", + "SaveImageToFolder", + "Select ControlNet", + "Select Model 20", + "SelectControlNet", + "SelectModel20", + "Simple Load Image Batch", + "SimpleLoadImageBatch" + ], + {} + ], + "https://github.com/ComfyUI/RH_Qwen-Image": [ + [ + "QwenImageModelLoader", + "RH_QwenImageGenerator", + "RH_QwenImagePromptEnhancer" + ], + {} + ], + "https://github.com/ComfyUI/ResolutionSelector": [ + [ + "ResolutionSelector" + ], + {} + ], + "https://github.com/ComfyUI/SequentialGroupController": [ + [ + "SequentialGroupController", + "SequentialGroupControllerV2" + ], + {} + ], + "https://github.com/ComfyUI/subjectselector": [ + [ + "ComfyUI_subjectselector" + ], + {} + ], "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": [ [ "Simple_Frame_Interpolation" @@ -3981,12 +5450,60 @@ "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", + "CRZCompare", + "CRZCustomDropdown", + "CRZDashboardNode", + "CRZDropdown", + "CRZExecuteBlock", + "CRZExecuteSwitch", + "CRZFloatSlider", + "CRZFloatToInt", + "CRZImageSelector", + "CRZIntToFloat", + "CRZIntegerSlider", + "CRZLabel", + "CRZMapDropdown", + "CRZPassthrough", + "CRZStringNode", + "CRZSwitch" + ], + { + "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", "PrimereAestheticCKPTScorer", "PrimereAnyDetailer", "PrimereAnyOutput", + "PrimereApiProcessor", "PrimereCKPT", "PrimereCKPTLoader", "PrimereCLIPEncoder", @@ -4022,7 +5539,9 @@ "PrimereMetaTupleCollector", "PrimereMidjourneyStyles", "PrimereModelConceptSelector", + "PrimereModelControl", "PrimereModelKeyword", + "PrimereMultiImage", "PrimereNetworkDataCollector", "PrimereNetworkTagLoader", "PrimerePreviewImage", @@ -4065,12 +5584,54 @@ "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/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", + "VertexVeoExtendVideoNode", + "VertexVeoFirstLastFrameToVideoNode", + "VertexVeoImageToVideoNode", + "VertexVeoInsertContentNode", + "VertexVeoRemoveContentNode", + "VertexVeoTextToVideoNode", + "VertexVeoVideoToVideoNode", + "VertexVeoVideoWithReferenceNode" + ], + { + "title_aux": "ComfyUI_Adforge" + } + ], "https://github.com/Creeper-MZ/comfyui_nai_api": [ [ "NovelAI", @@ -4086,12 +5647,15 @@ ], "https://github.com/Creepybits/ComfyUI-Creepy_nodes": [ [ + "ArtAnalyst", "AudioKeywordExtractor", "CLIPSwitch", "Categorizer", + "CharacterSelect (Creepybits)", + "CharacterVault", "CollectAndDistributeText", - "Coloring", - "ConditionalLoRAApplier", + "ConditionalLoRAApplierCreepybits", + "CreepyDirector'sSlate", "CustomNodeManager", "DelayNode", "DelayTextNode", @@ -4101,25 +5665,44 @@ "DynamicImageSwitch", "DynamicLatentSwitch", "DynamicModelswitch", + "DynamicStartIndex (Creepybits)", "DynamicVAESwitch", + "EmptyFolderCleaner", "EvaluaterNode", + "FallbackTextSwitch", + "FileSorterNode", "FilterImages", - "GeminiAPI", + "GeminiAPICreepybits", "GeminiAudioAnalyzer", - "GeminiTokenCounter", "IMGToIMGConditioning", + "ImageFormatConverter", "KeywordExtractor", + "LoadBatchFromDir", "LoadBatchImagesDir", + "LoadLatentFromPath", + "LoadLatentFromPathCreepy", + "LoraDBBuilder", + "LoraTriggerLookup", "MasterKey", + "MediaMigratorNode", "Modelswitch", "PeopleEvaluationNode", - "PromptGenerator", + "QWENPrompt", + "QwenAspectRatioCreepy", "RandomAudioSegment", + "RandomGreekMyth", + "RandomScripture", "SanitizeFilename", + "SaveRawLatent", + "SaveRawLatentCreepy", + "SceneDirector", "SummaryWriter", "SystemPromp", "Textswitch", - "VAESwitch" + "TriggerNextWorkflow", + "VAESwitch", + "WanPrompter", + "WorldWeaverPrompt" ], { "title_aux": "ComfyUI-Creepy_nodes" @@ -4141,6 +5724,22 @@ "title_aux": "Comfyui-Save_To_OneDrive" } ], + "https://github.com/Creepybits/World_weaver": [ + [ + "WW_CharacterSelect", + "WW_CharacterVault", + "WW_ConditionalLoRAApplierCreepybits", + "WW_DelayTextNode", + "WW_GeminiAPI", + "WW_MasterKey", + "WW_QwenAspectRatioCreepy", + "WW_SceneDirector", + "WW_WorldWeaverPrompt" + ], + { + "title_aux": "world weaver" + } + ], "https://github.com/Cryptyox/anaglyphTool-Comfyui": [ [ "AnaglyphTool", @@ -4184,7 +5783,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", @@ -4196,8 +5794,7 @@ "Number", "PhotoShop Transfer", "SomethingShow", - "TensorShow", - "a fake Nod" + "TensorShow" ], { "title_aux": "ComfyUI-Yuan" @@ -4224,6 +5821,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", @@ -4267,6 +5873,66 @@ "title_aux": "Artha-Projekt" } ], + "https://github.com/Cyrostar/ComfyUI-Artha-Nodes": [ + [ + "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)", @@ -4287,6 +5953,52 @@ "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" + ], + { + "title_aux": "ComfyUI-Gemini-Prompt-Studio" + } + ], + "https://github.com/DailyMok/ComfyUI-dAIly": [ + [ + "PromptMixerdAIly", + "TokenCounterdAIly" + ], + { + "title_aux": "dAIly Prompt & Token Utils" + } + ], + "https://github.com/Damkohler/jlc-comfyui-nodes": [ + [ + "JLC_ControlNetApply", + "JLC_LoraLoaderBlockWeightTwo", + "JLC_LoraLoaderTenStack", + "JLC_PaddedImage", + "JLC_PaddedLatent" + ], + { + "title_aux": "jlc-comfyui-nodes" + } + ], + "https://github.com/DanPli/ComfyUI-Flux2LatentPresets": [ + [ + "Flux2EmptyLatentPresets" + ], + { + "title_aux": "ComfyUI-Flux2LatentPresets" + } + ], "https://github.com/Danand/ComfyUI-ComfyCouple": [ [ "Attention couple", @@ -4300,6 +6012,36 @@ "title_aux": "Comfy Couple" } ], + "https://github.com/Dangocan/comfyui_glm_ocr": [ + [ + "GLMOCRModelLoader", + "GLMOCRRun" + ], + { + "title_aux": "ComfyUI GLM-OCR" + } + ], + "https://github.com/Dangocan/comfyui_qwenvl_lora": [ + [ + "QwenVLCaption", + "QwenVLLoRALoader", + "QwenVLModelLoader" + ], + { + "title_aux": "ComfyUI Qwen-VL LoRA" + } + ], + "https://github.com/DanielBartolic/ComfyUI-Qwen3.5": [ + [ + "LoadImageFromURL", + "Qwen35", + "Qwen35GGUF", + "Qwen35WaveSpeed" + ], + { + "title_aux": "ComfyUI-Qwen3.5" + } + ], "https://github.com/DanielHabib/ComfyUI-Voxels": [ [ "ImageBatchToImageList", @@ -4319,6 +6061,49 @@ "title_aux": "ComfyUI-Voxels" } ], + "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator": [ + [ + "NodeValidator", + "WG_Pipeline", + "WG_UpdateNodeCatalog", + "WorkflowBuilder", + "WorkflowGenerator" + ], + { + "title_aux": "ComfyUI-WorkflowGenerator" + } + ], + "https://github.com/DaniilVdovin/ComfyUI-prompt-templating": [ + [ + "PromptTemplateGetManyRandomTemplates", + "PromptTemplateJson", + "PromptTemplateJsonConstructor", + "PromptTemplateKeyValue" + ], + { + "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", @@ -4352,15 +6137,7 @@ ], "https://github.com/DavidPiazza/network_bending": [ [ - "AudioFeatureExtractor", - "AudioLatentBlend", - "AudioLatentGuidance", - "AudioLatentInterpolate", - "AudioLatentManipulator", - "AudioReferenceEncoder", - "AudioStyleTransfer", - "AudioVAEDecode", - "AudioVAEEncode", + "InvertedPruning", "LatentFormatConverter", "ModelMixer", "NetworkBending", @@ -4379,6 +6156,9 @@ "DaxGetStringByIndex", "DaxStringSplitter", "FaceFrameDetector", + "ResolutionPickerFLF2V", + "ResolutionPickerI2V", + "ResolutionPickerT2V", "RuntimeGenerationLengthSet", "TrimBatch", "VideoColorCorrectV3", @@ -4410,6 +6190,62 @@ "title_aux": "Discord Webhook" } ], + "https://github.com/DazzleNodes/ComfyUI-DazzleSwitch": [ + [ + "DazzleSwitch" + ], + { + "title_aux": "ComfyUI-DazzleSwitch" + } + ], + "https://github.com/DazzleNodes/ComfyUI-Smart-Resolution-Calc": [ + [ + "SmartResolutionCalc" + ], + { + "title_aux": "Smart Resolution Calculator" + } + ], + "https://github.com/DazzleNodes/DazzleNodes": [ + [ + "DazzleSwitch", + "FitMaskToImage", + "JDC_AutoContrast", + "JDC_BlendImages", + "JDC_BrownNoise", + "JDC_Contrast", + "JDC_EqualizeGrey", + "JDC_GaussianBlur", + "JDC_GreyNoise", + "JDC_Greyscale", + "JDC_ImageLoader", + "JDC_ImageLoaderMeta", + "JDC_OmniNoise", + "JDC_PinkNoise", + "JDC_Plasma", + "JDC_PlasmaSampler", + "JDC_PowerImage", + "JDC_RandNoise", + "JDC_ResizeFactor", + "PreviewBridgeExtended", + "SmartResolutionCalc" + ], + { + "author": "djdarcy", + "description": "Collection of productivity custom nodes for ComfyUI workflows", + "nickname": "DazzleNodes", + "title": "DazzleNodes", + "title_aux": "DazzleNodes Collection" + } + ], + "https://github.com/DazzleNodes/fit-mask-to-image": [ + [ + "FitMaskToImage" + ], + { + "title_aux": "ComfyUI Fit Mask to Image" + } + ], "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": [ [ "CaptionRefinement", @@ -4427,6 +6263,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", @@ -4441,14 +6286,24 @@ "title_aux": "DebugPadawan's ComfyUI Essentials" } ], + "https://github.com/DecartAI/Lucy-Edit-ComfyUI": [ + [ + "LucyConditionConcatNode", + "LucyEditProAPINode" + ], + { + "title_aux": "Lucy-Edit-ComfyUI" + } + ], "https://github.com/DeemosTech/ComfyUI-Rodin": [ [ "LoadRodinAPIKEY", - "Preview_3DMesh", - "PromptForRodin", - "RodinImage3D", - "RodinMultipleImage3D", - "RodinText3D" + "Rodin3D_bbox_controlnet", + "mRodin3D_Detail", + "mRodin3D_Gen2", + "mRodin3D_Regular", + "mRodin3D_Sketch", + "mRodin3D_Smooth" ], { "title_aux": "ComfyUI-Rodin" @@ -4463,6 +6318,24 @@ "title_aux": "ascii-art-comfyui" } ], + "https://github.com/Dehypnotic/comfyui-aspect-ratio-advanced": [ + [ + "AspectRatioAdvanced" + ], + { + "title_aux": "AspectRatioAdvanced" + } + ], + "https://github.com/Dehypnotic/comfyui-dehypnotic-save-nodes": [ + [ + "SaveAudioMP3Dehypnotic", + "SaveImagesDehypnotic", + "SaveVideoDehypnotic" + ], + { + "title_aux": "Dehypnotic Save nodes" + } + ], "https://github.com/Dehypnotic/comfyui-numbered-text": [ [ "NumberedText" @@ -4479,6 +6352,74 @@ "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", + "ListCombinerNode", + "ListCreaterNode", + "ListRerouteNode", + "LoadImageWithMetadataNode", + "MaskDebugNode", + "ModelGeneratorNode", + "MyXYGridAccumulator", + "MyXYZHelper", + "MyXYZSuperStacker", + "OptionalCondMergeNode", + "PonyPrefixesNode", + "ResizeInterpolationControlNode", + "ResizeMethodControl", + "ResizeMethodControlNode", + "SamplerGeneratorNode", + "SamplerSelectorFromStringNode", + "ScaleImageAspectNode", + "SchedulerGeneratorNode", + "SchedulerSelectorFromStringNode", + "ShiftSliderNode", + "StringToAnyNode", + "StringToFloatNode", + "StringToIntNode", + "TextConcatNode", + "TextEncoderGeneratorNode", + "TextEncoderSelectorNode", + "VAEGeneratorNode", + "VAESelectorNode", + "XYZConflictValidatorAndSwitch", + "\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", @@ -4508,6 +6449,14 @@ "title_aux": "Derfuu_ComfyUI_ModdedNodes" } ], + "https://github.com/Derryyyyyy/ComfyUI-DNode": [ + [ + "DNode_CameraShakeLissajous" + ], + { + "title_aux": "ComfyUI-DNode" + } + ], "https://github.com/DesertPixelAi/ComfyUI-DP-Ideogram-Character": [ [ "DP_IdeogramCharacter" @@ -4643,6 +6592,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", @@ -4684,7 +6649,10 @@ ], "https://github.com/Dobidop/ComfyStereo": [ [ - "DeoVRViewNode", + "NativeStereoImageViewer", + "NativeStereoVideoViewer", + "NativeVRStatus", + "StereoDiffusion", "StereoImageNode" ], { @@ -4738,12 +6706,22 @@ "title_aux": "ComfyUI-basic-pitch" } ], + "https://github.com/Dodzilla/ComfyUI-TrellisMeshPostprocess": [ + [ + "TamataTrellisMeshPostprocessNormals" + ], + { + "title_aux": "ComfyUI-TrellisMeshPostprocess" + } + ], "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": [ [ "DD-AdvancedFusion", + "DD-AspectRatioSelector", "DD-ConditionSwitcher", "DD-DimensionCalculator", "DD-ImageSizeLimiter", + "DD-ImageSplitter", "DD-ImageStroke", "DD-ImageToVideo", "DD-ImageUniformSize", @@ -4752,8 +6730,8 @@ "DD-ModelOptimizer", "DD-ModelSwitcher", "DD-QwenMTTranslator", - "DD-SamplingOptimizer", "DD-SimpleLatent", + "DD-TxtFileMerger", "DD-VideoFrameExtractor" ], { @@ -4763,7 +6741,10 @@ "https://github.com/DrMWeigand/ComfyUI-StereoVision": [ [ "AutostereogramGenerator", - "StereoscopicGenerator" + "StereoCrafterInpainter", + "StereoscopicGenerator", + "StereoscopicGeneratorMax", + "StereoscopicGeneratorPro" ], { "title_aux": "StereoVision Plugin for ComfyUI" @@ -4771,6 +6752,7 @@ ], "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": [ [ + "ColorDetection", "LABColorDetection", "RGBColorDetection" ], @@ -4780,6 +6762,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", @@ -4810,9 +6800,9 @@ "Ryuu_ScaleToMultiple", "Ryuu_ScaleToMultipleAdvanced", "Ryuu_ScaleToMultipleLatentSizePicker", - "Ryuu_TestNode", "Ryuu_TextEncoderDiffCheck", - "Ryuu_TokenCountTextBox" + "Ryuu_TokenCountTextBox", + "Ryuu_WaitNode" ], { "title_aux": "ComfyUI-RyuuNoodles" @@ -4832,6 +6822,25 @@ "title_aux": "ComfyUI-Venice-API" } ], + "https://github.com/Draek2077/comfyui-draekz-nodez": [ + [ + "Draekz Flux Resolutions", + "Draekz JoyCaption", + "Draekz Resolution Multiply", + "Draekz Resolutions By Ratio", + "DraekzJsonGetValue", + "DraekzLLMOptions", + "DraekzLLMPrompt", + "DraekzLoraLoader", + "DraekzResolutionMultiply", + "DraekzResolutions", + "DraekzResolutionsByRatio", + "DraekzSeed" + ], + { + "title_aux": "comfyui-draekz-nodez" + } + ], "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": [ [ "BoyoSuperCoolWrapper" @@ -4842,13 +6851,66 @@ ], "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", + "BoyoLoRAPairedLoader", + "BoyoLoRAPathForwarder", "BoyoLoadImageList", + "BoyoLoopCollector", + "BoyoLoopCounter", + "BoyoLoopImageSaver", + "BoyoLoopReset", + "BoyoLorainforsender", + "BoyoMathInt", + "BoyoMegaPrompt", + "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", "MandelbrotVideo" ], @@ -4868,20 +6930,55 @@ "title_aux": "ComfyUI Mzikart Mixer" } ], + "https://github.com/Duanyll/comfyui_functional": [ + [ + "CallClosure", + "CallClosureRemote", + "HighLevelComap", + "HighLevelFold", + "HighLevelMap", + "HighLevelMapIndexed", + "HighLevelNest", + "HighLevelNestWhile", + "HighLevelSelect", + "HighLevelTakeWhile", + "IfCondition", + "Latch", + "LogicalAnd", + "LogicalOr", + "Sleep", + "__CreateClosure__", + "__Deserialize__", + "__FunctionEnd__", + "__FunctionParam__", + "__InspectImpl__", + "__InspectPassthru__", + "__Inspect__", + "__IntermidiateCoroutine__", + "__Reap__", + "__RecoverList__", + "__Serialize__", + "__Sow__" + ], + { + "title_aux": "ComfyUI Functional" + } + ], "https://github.com/Duanyll/duanyll_nodepack": [ [ - "AdvancedMorphology", "AsAny", "BBoxCrop", "BBoxImageStitcher", + "BBoxesToImpactPackSegs", + "ChannelIncrementalConstrainedCFGGuiderNode", "CoverWordsWithRectangles", "CreateArkClient", - "CreateBoundingBoxesMaskQwen", "CreateS3Client", + "DiffusersFluxScheduler", + "DiffusersRandomNoise", "DownloadImageFromUrl", "DrawBBox", "DrawBBoxMask", - "DrawBoundingBoxesQwen", "DrawTextInBBox", "DumpJson", "ExpandBBoxByRatio", @@ -4898,31 +6995,49 @@ "HfQuadrupleClipLoader", "HfTripleClipLoader", "HfVaeLoader", - "HttpPostForJson", "ImageCropFromPadded", "ImageDifferenceCmap", + "ImageLinstretch", "ImagePadToResolution", "InsightFaceSimilarity", "JsonPathQuery", "JsonPathQuerySingle", "JsonPathUpdate", "LaplacianVariance", - "LogicAnd", - "LogicOr", + "LlmChatAddMessage", + "LlmChatCompletion", + "LlmClientSetSeed", + "LlmCreateChat", + "LlmCreateClient", + "MaskLinstretch", "MaskToBBox", "MergeBBoxes", "ParseBBoxQwenVL", "ParseJson5", "ParseLlmJsonOutput", "PhotoDoddleConditioning", + "QwenImageClipEnforceBfloat16", "ReadTextFile", "SeedEditNode", - "UploadImageToS3" + "StringFormat", + "TextContainsChinese", + "UploadImageToS3", + "VllmHunyuanImage3Node" ], { "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", @@ -4978,6 +7093,15 @@ "title_aux": "ComfyUI-BPT" } ], + "https://github.com/Easymode-ai/ComfyUI-FlexPainter": [ + [ + "ContinueFromRGBNode", + "FlexPainter" + ], + { + "title_aux": "FlexPainter ComfyUI Wrapper" + } + ], "https://github.com/Easymode-ai/ComfyUI-ShadowR": [ [ "ShadowRModelLoader", @@ -5050,39 +7174,188 @@ ], "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": [ [ + "EmAySee_AdvancedOobaboogaConnector", "EmAySee_AnyPassthrough", + "EmAySee_BodyAttributes_Float", + "EmAySee_BodyAttributes_TextOut", + "EmAySee_CacheCleaner", + "EmAySee_CalculateAspectRatio", "EmAySee_CheckboxFloatNode", + "EmAySee_ConditionalResize", + "EmAySee_ContextManager", + "EmAySee_ContextManager_V2", + "EmAySee_ContextReader", + "EmAySee_ContextWriter", + "EmAySee_ContextWriter_V5", "EmAySee_DateTimeStringNode", + "EmAySee_DeepReasoningConnector", + "EmAySee_DeepReasoningConnectorWithSeed", + "EmAySee_DimensionSwapper", + "EmAySee_DynamicListProcessor", + "EmAySee_DynamicRangeSlider", "EmAySee_DynamicStringSelectorNode", + "EmAySee_EphemeralPreview", + "EmAySee_FloatToText", + "EmAySee_GGUFVisionLocal", + "EmAySee_GeminiImageGen", + "EmAySee_GetModelPath", + "EmAySee_GlobalStringReader", + "EmAySee_GlobalStringUpdater", "EmAySee_GreaterThanNode", "EmAySee_HostPinger", + "EmAySee_ImageGetSize", + "EmAySee_ImageLogger", "EmAySee_ImagePassthrough", + "EmAySee_ImagePreviewPassthrough", "EmAySee_IntegerStringSelectorNode", "EmAySee_IntegerStringSelectorNodeDynamic", + "EmAySee_LLMOutputCleaner", + "EmAySee_LatentSwitch", + "EmAySee_LoRA Metadata Extractor TagDrop", + "EmAySee_LoRAMetadataExtractor", + "EmAySee_LoRAMetadataExtractorTagDrop", + "EmAySee_LoadImagePlusName", + "EmAySee_LoraApplier", + "EmAySee_LoraFilePicker", + "EmAySee_LoraLoaderFromInput", + "EmAySee_LoraNameSelector", + "EmAySee_LoraProcessor", + "EmAySee_LoraSelector", + "EmAySee_LoraStacker20", + "EmAySee_MaskUnion", + "EmAySee_MathExpression", + "EmAySee_MegapixelImageScaler", + "EmAySee_MetadataFormatter", + "EmAySee_ModelVramTracker", + "EmAySee_MorphPipeIn", + "EmAySee_MorphPipeOut", + "EmAySee_MultiMaskToBBOX", "EmAySee_MultiplierNode", + "EmAySee_NineChoiceSelector", + "EmAySee_PadImageForOutpainting", "EmAySee_ProbabilityStringSelectorNode", + "EmAySee_PromptStateParser", + "EmAySee_QwenPixelAligner", + "EmAySee_QwenPromptFromImage", + "EmAySee_QwenResolutionOptimizer", + "EmAySee_QwenVLLocal", "EmAySee_RandomIntFromList", "EmAySee_RandomIntegerFromListNode", "EmAySee_RandomIntegerFromTogglesNode_PremadeLabels", + "EmAySee_RandomLoraLoader", + "EmAySee_RandomStringSelector", "EmAySee_RandomStringSelectorNode", "EmAySee_RandomStringSelectorNodeFourChoice", "EmAySee_RandomStringSelectorNodeThreeChoice", "EmAySee_RemoveDuplicateCSV", + "EmAySee_RemoveDuplicatesFromString", + "EmAySee_RemoveDuplicatesFromStringV2", + "EmAySee_RemoveWordsFromText", "EmAySee_RepaintKSampler", "EmAySee_SaveImage", "EmAySee_SaveTextToFile", + "EmAySee_SegsUnion", + "EmAySee_SelectiveModelReloader", + "EmAySee_SelectiveModelUnloader", + "EmAySee_SpectreAPIConnector", + "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_TwentyFloatToText", + "EmAySee_TwentyFloatToTextAndFloat", + "EmAySee_TwentyFloatToTextV2", + "EmAySee_VAECompatibleAspectRatioCalculator", "EmAySee_VarTextReplacer", - "EmAySee_VeryUniqueStringSelectorNode" + "EmAySee_VeryUniqueStringSelectorNode", + "EmAySee_VisualMachine_SaveImageAndText_V2", + "EmAySee_WD14TagFilter", + "TextEncodeQwenImageEdit_V2", + "TextEncodeQwenImageEdit_V2Plus", + "f" ], { "title_aux": "ComfyUI_EmAySee_CustomNodes" } ], + "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" + ], + { + "title_aux": "ComfyUI-nhknodes" + } + ], + "https://github.com/Enemyx-net/VibeVoice-ComfyUI": [ + [ + "LoadTextFromFileNode", + "VibeVoice Free Memory", + "VibeVoice LoRA", + "VibeVoice Load Text From File", + "VibeVoice Multiple Speakers", + "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" @@ -5091,14 +7364,6 @@ "title_aux": "ComfyUI-ConstrainResolution" } ], - "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": [ - [ - "DoubutsuDescriber" - ], - { - "title_aux": "ComfyUI-Doubutsu-Describer" - } - ], "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": [ [ "GroqNode", @@ -5109,6 +7374,26 @@ "title_aux": "ComfyUI-EACloudNodes" } ], + "https://github.com/EnragedAntelope/ComfyUI_EasyRegion": [ + [ + "EasyRegionMask", + "EasyRegionSimple" + ], + { + "title_aux": "ComfyUI_EasyRegion" + } + ], + "https://github.com/EnragedAntelope/comfy-modelopt": [ + [ + "ModelOptCalibrationHelper", + "ModelOptQuantizeUNet", + "ModelOptSaveQuantized", + "ModelOptUNetLoader" + ], + { + "title_aux": "comfy-modelopt" + } + ], "https://github.com/EnragedAntelope/comfyui-relight": [ [ "ReLight" @@ -5117,6 +7402,23 @@ "title_aux": "ComfyUI-ReLight" } ], + "https://github.com/EnragedAntelope/comfyui-sdnq": [ + [ + "SDNQModelQuantizer", + "SDNQSampler" + ], + { + "title_aux": "comfyui-sdnq" + } + ], + "https://github.com/Eonizer/ComfyUI-bby-nodes": [ + [ + "TagFilterNode" + ], + { + "title_aux": "ComfyUI-bby-nodes" + } + ], "https://github.com/Erehr/ComfyUI-EreNodes": [ [ "ErePromptCloud", @@ -5132,6 +7434,328 @@ "title_aux": "ComfyUI-EreNodes" } ], + "https://github.com/EricRollei/AAA_Metadata_System": [ + [ + "AspectRatio2StepLatent", + "CheckpointBatchInfoSetter_v074", + "CheckpointInfoSetter_v074", + "CheckpointInfoViewer_v074", + "CheckpointParamsLoader_v074", + "CheckpointTester_v074", + "ColorNameToRGB_v01", + "ColorSelector", + "CulturalColorPaletteGenerator_v01", + "EnhancedMetadataFilterNode_V2", + "EricCivitaiPromptExtractor", + "EricCivitaiPromptExtractorAutoLoader", + "EricLoadImageExtended", + "EricLoadImageWithLayers", + "EricSaveTrueSVGImage", + "Eric_Color_Palette_Analyzer_v3", + "Eric_Duplicate_Image_Finder_v04", + "Eric_Metadata_Debugger_V2", + "Eric_Metadata_Entry_V2", + "Eric_Metadata_Filter_V2", + "Eric_Metadata_Query_V3", + "Eric_Workflow_Toolkit_v2", + "EricsWordCloudNode", + "FileOrganizer", + "FlattenNestedFiles_v2", + "LoRABatchInfoSetter_v03", + "LoRABulkOperations_v03", + "LoRADatabaseMaintenance_v03", + "LoRADatabaseStats_v03", + "LoRAGalleryDisplay_v03", + "LoRAGalleryWithEdit_v03", + "LoRAInfoSetter_v03", + "LoRAInfoViewer_v03", + "LoRAParamsLoader_v03", + "LoRAQuickFeedback_v03", + "LoRATester_v03", + "MetadataAwareSaveImage_Simple", + "MetadataAwareSaveImage_v099d", + "MetadataConsolidatorNode_V2", + "Multi-LoRA Loader Flux", + "Multi-LoRA Loader Model-Only", + "Multi-LoRA Loader Qwen", + "Multi-LoRA Loader Wan-i2v", + "Multi-LoRA Loader Wan-t2v", + "Multi-LoRA Loader Z-Image", + "Multi-LoRA Loader [PLATFORM_NAME]", + "Multi-LoRA Loader v02", + "MyCustomNode", + "PngInfoDiagnosticV3", + "PngMetadataExtractorV3", + "SmartImageCropper", + "SplitWorkflowExtractorNode_V2", + "TextOverlayNode_v04", + "TriggerWordManager_v03", + "Wan22AspectRatioHelper", + "Wan22_Size_Preset" + ], + { + "nodename_pattern": "^(MetadataAwareSaveImage|Multi_LoRA_Loader|LoadImageLayers)", + "title_aux": "AAA Metadata System" + } + ], + "https://github.com/EricRollei/Comfy_HunyuanImage3": [ + [ + "HunyuanCacheStatusV2", + "HunyuanEmergencyCleanup", + "HunyuanEmptyLatent", + "HunyuanGenerateWithLatent", + "HunyuanImage3ClearDownstream", + "HunyuanImage3ForceUnload", + "HunyuanImage3FullGPULoader", + "HunyuanImage3FullLoader", + "HunyuanImage3Generate", + "HunyuanImage3GenerateHighRes", + "HunyuanImage3GenerateLarge", + "HunyuanImage3GenerateLargeBudget", + "HunyuanImage3GenerateLowVRAM", + "HunyuanImage3GenerateLowVRAMBudget", + "HunyuanImage3GenerateTelemetry", + "HunyuanImage3Int8Loader", + "HunyuanImage3Int8LoaderBudget", + "HunyuanImage3MoETest", + "HunyuanImage3NF4LoaderLowVRAMBudget", + "HunyuanImage3QuantizedLoader", + "HunyuanImage3SoftUnload", + "HunyuanImage3Unload", + "HunyuanInstructGenerate", + "HunyuanInstructImageEdit", + "HunyuanInstructLoader", + "HunyuanInstructMultiFusion", + "HunyuanInstructUnload", + "HunyuanLatentNoise", + "HunyuanPromptRewriter", + "HunyuanRAMDiagnostic", + "HunyuanUnifiedV2", + "HunyuanUnloadV2", + "HunyuanVRAMCalculatorV2" + ], + { + "title_aux": "Comfy_HunyuanImage3" + } + ], + "https://github.com/EricRollei/Download_Tools": [ + [ + "EricWebFileScraper_v082", + "GalleryDLDownloader", + "YtDlpDownloader" + ], + { + "nodename_pattern": "(Gallery-dl|Yt-dlp|Web.*Scraper)", + "title_aux": "Download Tools for ComfyUI" + } + ], + "https://github.com/EricRollei/Emu35-Comfyui-Nodes": [ + [ + "Emu35ClearCache", + "Emu35EmergencyReset", + "Emu35InterleavedGenerator", + "Emu35Loader", + "Emu35LoaderV2", + "Emu35MemoryManager", + "Emu35OfficialT2I", + "Emu35Sampler", + "Emu35T2ISamplerV2", + "Emu35VQA", + "Emu35VRAMCleanup", + "Emu35X2ISampler" + ], + { + "title_aux": "Emu35-Comfyui-Nodes" + } + ], + "https://github.com/EricRollei/Eric_Image_Processing_Nodes": [ + [ + "AdaptiveFrequencyFilter", + "AdaptiveImageEnhancement", + "AdvancedFilmGrainNode", + "AutoDenoiseComparisonNode", + "AutoDenoiseNode", + "BM3D Film Grain Denoising", + "BM3DComparisonNode", + "BM3DDeblurNode", + "BM3DDenoiseNode", + "BatchImageProcessing", + "ComprehensiveComparison", + "DeepImagePriorNode", + "DiffBIRRestorationNode", + "DnCNNDenoiseNode", + "FGANNFilmGrainDenoiseNode", + "FilmGrainAnalysis", + "FilmGrainAnalysisNode", + "FilmGrainProcessing", + "FrequencyEnhancementPresets", + "GPUWaveletDenoiseNode", + "HomomorphicFilter", + "ImageQualityAssessment", + "LB-CLAHE", + "LightweightCNNDenoiseNode", + "MemoryOptimization", + "Multi-Scale Retinex", + "MultiscaleFFTEnhancement", + "NAFNetDenoiseNode", + "Noise2VoidNode", + "NoiseDABatchNode", + "NoiseDANode", + "NonLocalMeans", + "NonLocalMeansSimple", + "PhasePreservingEnhancement", + "ProfessionalRestorationPipeline", + "RealBM3DDeblurNode", + "RealBM3DNode", + "RestormerRestorationNode", + "RichardsonLucy", + "RichardsonLucyGPU", + "RichardsonLucySimple", + "SCUNetBatchRestoration", + "SCUNetRestoration", + "Smart Sharpening", + "SmartWorkflowNode", + "StationaryWaveletDenoise", + "SwinIRBatch", + "SwinIRRestoration", + "SwinIRSharpnessBoostNode", + "WaveletDenoise", + "WienerFilter", + "WienerFilterCompare", + "WienerFilterSNR" + ], + { + "title_aux": "Eric_Image_Processing_Nodes" + } + ], + "https://github.com/EricRollei/HYPIR-ComfyUI": [ + [ + "HyperComfyUIHYPIRRestore" + ], + { + "nodename_pattern": "HYPIR", + "title_aux": "HYPIR Image Restoration for ComfyUI" + } + ], + "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer": [ + [ + "DeepSeekChat", + "DeepSeekPromptRewriter", + "EricImageToImagePromptExpander", + "EricImageToVideoPromptExpander", + "EricTextToImagePromptEnhancer", + "EricVideoPromptExpander", + "EricVideoPromptExpanderAdvanced" + ], + { + "title_aux": "Eric's Prompt Enhancers for ComfyUI" + } + ], + "https://github.com/EricRollei/PDF-Tools": [ + [ + "EnhancedLayoutParser", + "EnhancedLayoutParser_v02", + "EnhancedLayoutParser_v03", + "EnhancedLayoutParser_v04", + "EnhancedLayoutParser_v05", + "EnhancedLayoutParser_v06_Streamlined", + "EnhancedPDFExtractor_v08", + "EnhancedPDFExtractor_v09", + "Eric_PDF_Extractor_Enhanced_V04", + "Eric_PDF_Extractor_Enhanced_V06", + "Eric_PDF_Extractor_Enhanced_V07", + "Eric_PDF_Extractor_Enhanced_v05", + "Florence2ImageCropper", + "Florence2ModelInfo", + "Florence2RectangleDetector", + "Florence2RegionVisualizer", + "GalleryDLDownloader", + "LayoutLMv3DocumentAnalysisNode", + "LayoutLMv3QuestionAnsweringNode", + "PaddleOCRVLRemoteNode", + "SafeLayoutLMv3Node", + "SimplePDFImageExtractor", + "SuryaLayoutOCRHybrid", + "SuryaOCR", + "SuryaOCRLayout", + "SuryaOCR_v02" + ], + { + "title_aux": "PDF Tools - Advanced PDF Processing & OCR" + } + ], + "https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui": [ + [ + "EricQwenAddAlpha", + "EricQwenBatchToVideo", + "EricQwenDecompose", + "EricQwenEncode", + "EricQwenLatentCutToBatch", + "EricQwenLayerComposite", + "EricQwenLayerDescribe", + "EricQwenLayerExtract", + "EricQwenLayerInfo", + "EricQwenLayerLoad", + "EricQwenLayerPrompts", + "EricQwenLayerReorder", + "EricQwenLayerSave", + "EricQwenLayerSelector", + "EricQwenMultiLatent", + "EricQwenRGBAVAELoader", + "EricQwenStringJoin", + "EricQwenUnloadModel" + ], + { + "title_aux": "Qwen Layers Diffuser Pipeline" + } + ], + "https://github.com/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" + ], + { + "title_aux": "ComfyUI Resemble Enhance" + } + ], "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": [ [ "Batch_joy_caption_two", @@ -5168,6 +7792,9 @@ ], "https://github.com/ExoticArts/comfyui-ea-nodes": [ [ + "EAImageCompare", + "EAImageCompare3Way", + "EAImageCompare4Way", "EA_AutoTrimPingPong", "EA_FilenameCombine", "EA_LightningMotionBias", @@ -5178,7 +7805,9 @@ "EA_PowerLora_CLIP", "EA_PowerLora_WanVideo", "EA_TrimFrames", - "EA_VideoLoad" + "EA_TrimWindow", + "EA_VideoLoad", + "EA_VideoSaveIdempotent" ], { "title_aux": "comfyui-ea-nodes" @@ -5231,13 +7860,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" @@ -5271,13 +7894,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" @@ -5358,9 +7981,26 @@ "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", + "ATM VFI", "CAIN VFI", "FILM VFI", "FLAVR VFI", @@ -5561,7 +8201,6 @@ "MeshGraphormer-DepthMapPreprocessor", "Metric3D-DepthMapPreprocessor", "Metric3D-NormalMapPreprocessor", - "Metric_DepthAnythingV2Preprocessor", "MiDaS-DepthMapPreprocessor", "MiDaS-NormalMapPreprocessor", "OneFormer-ADE20K-SemSegPreprocessor", @@ -5580,6 +8219,7 @@ "SemSegPreprocessor", "ShufflePreprocessor", "TEEDPreprocessor", + "TEED_Preprocessor", "TTPlanet_TileGF_Preprocessor", "TTPlanet_TileSimple_Preprocessor", "TilePreprocessor", @@ -5666,6 +8306,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" @@ -5674,6 +8331,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": [ [], { @@ -5706,17 +8388,32 @@ [ "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", - "Video Params" + "Text Enable With Prefix", + "Video Params", + "Video Params Expand", + "WaveformDevice" ], { "title_aux": "ComfyUI Fictiverse Nodes" @@ -5746,16 +8443,44 @@ ], "https://github.com/Firetheft/ComfyUI_Civitai_Gallery": [ [ - "CivitaiGalleryNode" + "CivitaiGalleryNode", + "CivitaiModelsGalleryNode" ], { "title_aux": "ComfyUI Civitai Gallery" } ], + "https://github.com/Firetheft/ComfyUI_Local_Lora_Gallery": [ + [ + "LocalLoraGallery", + "LocalLoraGalleryModelOnly", + "LocalLoraGalleryStackApply", + "LocalLoraGalleryStacker" + ], + { + "title_aux": "ComfyUI_Local_Lora_Gallery" + } + ], + "https://github.com/Firetheft/ComfyUI_Pixabay_Gallery": [ + [ + "PixabayImageNode", + "PixabayVideoNode" + ], + { + "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" @@ -5765,11 +8490,9 @@ [ "AbsCosWave", "AbsSinWave", - "BatchGLIGENSchedule", "BatchPromptSchedule", "BatchPromptScheduleEncodeSDXL", "BatchPromptScheduleLatentInput", - "BatchPromptScheduleNodeFlowEnd", "BatchPromptScheduleSDXLLatentInput", "BatchStringSchedule", "BatchValueSchedule", @@ -5779,6 +8502,7 @@ "CosWave", "FizzFrame", "FizzFrameConcatenate", + "ImageBatchFromValueSchedule", "ImagesFromBatchSchedule", "Init FizzFrame", "InvCosWave", @@ -5789,6 +8513,7 @@ "PromptScheduleNodeFlow", "PromptScheduleNodeFlowEnd", "SawtoothWave", + "SelectFrameNumber", "SinWave", "SquareWave", "StringConcatenate", @@ -5811,6 +8536,29 @@ "title_aux": "ComfyUI-WanStartEndFramesNative" } ], + "https://github.com/FloyoAI/ComfyUI-Seed-API": [ + [ + "ResolutionHelper", + "SeedChat", + "SeedEditImageToImage", + "SeedanceLiteFirstLastFrame", + "SeedanceLiteImageToVideo", + "SeedanceLiteReferenceImages", + "SeedanceLiteTextToVideo", + "SeedancePro15Video", + "SeedanceProTextImageToVideo", + "Seedream4BatchGeneration", + "Seedream4ImageToImage", + "Seedream4MultiImageBlending", + "Seedream4TextToImage", + "Seedream4Unified", + "SeedreamTextToImage", + "VideoToFrames" + ], + { + "title_aux": "ComfyUI Seed API Integration" + } + ], "https://github.com/FlyingFireCo/tiled_ksampler": [ [ "Asymmetric Tiled KSampler", @@ -5840,18 +8588,72 @@ ], "https://github.com/FortunaCournot/comfyui_stereoscopic": [ [ + "CalculateDimensions", + "ColorCorrectBatch", "DecryptWatermark", "EncryptWatermark", "GetResolutionForVR", + "GradeVariant", "ImageVRConverter", + "JoinVariantProperties", + "LinearFade", + "LoadImageAdvanced", + "RegexSubstitute", + "SaveAudioSimple", "SaveStrippedUTF8File", "ScaleByFactor", - "StripXML" + "ScaleToResolution", + "SpecVariants", + "StripXML", + "VRwearePause", + "VRwearePauseLatent", + "VRweareResume", + "VariantPromptBuilder", + "strftime" ], { "title_aux": "Stereoscopic" } ], + "https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": [ + [ + "FossielCentralControlLite", + "FossielCentralControl_v2", + "FossielDenoisePrecisionKSampler", + "FossielLevelMatcher", + "FossielResolutionWrangler", + "FossielResolutionWranglerXP", + "FossielSequenceWrangler", + "FossielVideoDeflicker", + "FossielWebPWrangler", + "Fossiel_Sensor_KSampler_Switch", + "Fossiel_Sensor_Switch_Clip", + "Fossiel_Sensor_Switch_Conditioning", + "Fossiel_Sensor_Switch_Image", + "Fossiel_Sensor_Switch_Latent", + "Fossiel_Sensor_Switch_Mask", + "Fossiel_Sensor_Switch_Model", + "Fossiel_Sensor_Switch_VAE" + ], + { + "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" @@ -5876,6 +8678,23 @@ "title_aux": "NX_Translator" } ], + "https://github.com/FranckyB/ComfyUI-Prompt-Manager": [ + [ + "AudioMonoToStereo", + "GetVideoComponentsPlus", + "LoadLatentFile", + "PromptApplyLora", + "PromptExtractor", + "PromptGenOptions", + "PromptGenerator", + "PromptManager", + "PromptManagerAdvanced", + "SaveVideoH26x" + ], + { + "title_aux": "ComfyUI-Prompt-Manager" + } + ], "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": [ [ "LoraAdaLNPatcher" @@ -5884,6 +8703,29 @@ "title_aux": "ComfyUI LoRA adaLN Patcher Node" } ], + "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY": [ + [ + "XY Input: LoRA Weight (simple)" + ], + { + "title_aux": "ComfyUI-LoRAWeightAxisXY" + } + ], + "https://github.com/FugitiveExpert01/ComfyUI-FEnodes": [ + [ + "ChromaPin", + "FEApplyLora", + "FELoraLoad", + "FELoraTriggerAnalysis", + "TextBatchToList", + "TextListToBatch", + "TileMerge", + "TileSplit" + ], + { + "title_aux": "ComfyUI-FEnodes" + } + ], "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": [ [ "RadarWeightsNode" @@ -5930,6 +8772,7 @@ "https://github.com/FuouM/ComfyUI-MatAnyone": [ [ "MatAnyone", + "MatAnyone2", "SolidColorBatched" ], { @@ -5975,6 +8818,7 @@ "StabStitch", "StabStitch_Crop_Resize", "StabStitch_Stabilize", + "VFI_MAMBA", "WFEN" ], { @@ -5985,6 +8829,34 @@ "title_aux": "FM_nodes" } ], + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": [ + [ + "ACN_AdvancedControlNetApply_v2", + "ACN_ControlNetLoaderAdvanced", + "ECHOCheckpointLoaderSimple", + "KSampler_A1111" + ], + { + "title_aux": "ComfyUI-Dummy_Node_Pack" + } + ], + "https://github.com/FuryNocturn/ComfyUI-Studio-Fury": [ + [ + "SF_ActionAnimator", + "SF_AddEntity", + "SF_AssetLoader", + "SF_DirectorEngine", + "SF_FurySampler", + "SF_ProjectManager", + "SF_SceneComposer", + "SF_SmartSaver", + "StudioFury_AdvancedPrompt", + "StudioFury_EmbeddingsSelector" + ], + { + "title_aux": "ComfyUI-Studio-Fury" + } + ], "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": [ [ "VisualAreaPrompt", @@ -6010,29 +8882,24 @@ "title_aux": "ComfyUI-SD3-Powerlab" } ], - "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": [ - [ - "LightX2VConfigCombiner", - "LightX2VInferenceConfig", - "LightX2VLightweightVAE", - "LightX2VLoRALoader", - "LightX2VMemoryOptimization", - "LightX2VModularInference", - "LightX2VQuantization", - "LightX2VTeaCache" - ], - { - "title_aux": "ComfyUI-Lightx2vWrapper" - } - ], "https://github.com/GACLove/ComfyUI-VFI": [ [ + "CalculateLoadedFPS", "RIFEInterpolation" ], { "title_aux": "ComfyUI-VFI" } ], + "https://github.com/GENKAIx/PixelArt-Processing-Nodes-for-ComfyUI": [ + [ + "PixelArtDownscaleNode", + "PixelArtNode" + ], + { + "title_aux": "PixelArt Processing Nodes" + } + ], "https://github.com/GHOSTLXH/ComfyUI-Counternodes": [ [ "AlternatingOutput", @@ -6046,23 +8913,59 @@ "title_aux": "ComfyUI-Counternodes" } ], + "https://github.com/GHOSTLXH/ComfyUI_Danbooru_Formatter": [ + [ + "DanbooruTagFormatter", + "DanbooruTagSnakeCaseFixer" + ], + { + "title_aux": "ComfyUI_Danbooru_Formatter" + } + ], + "https://github.com/GIlinQ/ComfyUI-Image-Latent-": [ + [ + "ComfyImageLatentNode" + ], + { + "title_aux": "ComfyUI-Image-Latent-" + } + ], "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": [ [ "Danbooru (ID)", "Danbooru (Random)", + "DanbooruID", + "DanbooruRandom", "Random File From Path", + "RandomFileFromPath", "Replace Strings", + "ReplaceStrings", "Simple Wildcards", "Simple Wildcards (Dir.)", - "Wildcards Nodes" + "SimpleWildcards", + "SimpleWildcardsDir", + "Wildcards Nodes", + "WildcardsNodes" ], { "title_aux": "ComfyUI-GTSuya-Nodes" } ], + "https://github.com/GZK1108/Comfyui-QwenLoraLoaderSelective": [ + [ + "LoadLoraQwenImage" + ], + { + "title_aux": "Comfyui-QwenLoraLoaderSelective" + } + ], "https://github.com/GadzoinksOfficial/comfyui_gprompts": [ [ - "GPrompts" + "Batch Image Loader", + "GPrompts", + "Save Image With Notes", + "Save Image to Immich Server", + "String Formatter" ], { "author": "gadzoinksofficial", @@ -6111,12 +9014,45 @@ ], "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", + "TTSServerStatus" + ], + { + "title_aux": "ComfyUI-Text2Speech" + } + ], + "https://github.com/GeekatplayStudio/comfyui-hitem3d": [ + [ + "DynamicValueGenerator", + "HTMLPreviewer", + "HiTem3DConfigNode", + "HiTem3DDownloaderNode", + "HiTem3DHistoryNode", + "HiTem3DNode", + "HiTem3DPreviewNode", + "TextTemplate" + ], + { + "title_aux": "ComfyUI HiTem3D Integration" + } + ], "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": [ [ "GeekyKokoroAdvancedVoice", @@ -6161,6 +9097,32 @@ "title_aux": "ComfyUI Geeky AudioMixer" } ], + "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node": [ + [ + "MultiAreaConditioning" + ], + { + "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", @@ -6170,6 +9132,23 @@ "title_aux": "ComfyUI Suno API" } ], + "https://github.com/Geo1230/ComfyUI-DeepseekOCR": [ + [ + "DeepSeekOCR_Load", + "DeepSeekOCR_Run" + ], + { + "title_aux": "ComfyUI-DeepseekOCR" + } + ], + "https://github.com/GeorgeJiang/comfyui-save-image-no-meta": [ + [ + "\ud83d\udcbe Save Image (No Meta)" + ], + { + "title_aux": "ComfyUI Save Image Without Metadata" + } + ], "https://github.com/GeraldWie/ComfyUI-I2I-slim": [ [ "Color Transfer Slim", @@ -6183,6 +9162,14 @@ "title_aux": "ComfyUI-I2I-slim" } ], + "https://github.com/Gipphe/comfyui-metadata-statistics": [ + [ + "RecordModels" + ], + { + "title_aux": "ComfyUI Metadata Statistics" + } + ], "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": [ [ "DiffusersImageOutpaint", @@ -6195,6 +9182,86 @@ "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", + "PgClipSelect", + "PgClipVisionSelect", + "PgControlNetSelect", + "PgCpSwitch", + "PgCreateHookLoraBoth", + "PgCreateHookLoraClipOnly", + "PgCreateHookLoraModelOnly", + "PgDiffusionSelect", + "PgIPAdapterSelect", + "PgJustSaveImage", + "PgJustSaveImageOut", + "PgLORASelect", + "PgLazyPrompt", + "PgLazyPromptExt", + "PgLazyPromptMini", + "PgLoraBridgeLoader", + "PgMergeLoraBoth", + "PgMergeLoraClipOnly", + "PgMergeLoraModelOnly", + "PgPercentFloat", + "PgSamplerSelect", + "PgSamplerSelectCombo", + "PgSchedulerSelect", + "PgSchedulerSelectCombo", + "PgSetClipHooks", + "PgSetHookKeyframes", + "PgSetModelHooks", + "PgSwapCFGGuidance", + "PgUniCheckpointSelect", + "PgUniClipSelect", + "PgUniClipVisionSelect", + "PgUniControlNetSelect", + "PgUniDiffusionSelect", + "PgUniIPAdapterSelect", + "PgUniLORASelect", + "PgUniUpscaleSelect", + "PgUniVAESelect", + "PgUnifiedLoader", + "PgUnifiedLoaderMini", + "PgUpscaleSelect", + "PgVAESelect", + "PgXorDualToggle" + ], + { + "title_aux": "PG Nodes" + } + ], + "https://github.com/Glidias/mask2sam": [ + [ + "MaskToBBoxes", + "MaskToPoints" + ], + { + "title_aux": "mask2sam" + } + ], "https://github.com/Goktug/comfyui-saveimage-plus": [ [ "SaveImagePlus" @@ -6203,6 +9270,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", @@ -6228,6 +9328,7 @@ "ReActorMaskHelper", "ReActorOptions", "ReActorRestoreFace", + "ReActorRestoreFaceAdvanced", "ReActorSaveFaceModel", "ReActorSetWeight", "ReActorUnload" @@ -6236,6 +9337,35 @@ "title_aux": "comfyui-reactor-node" } ], + "https://github.com/GraftingRayman/Border-Distance-Mapper": [ + [ + "BorderDistanceMapper" + ], + { + "title_aux": "Border Distance Mapper" + } + ], + "https://github.com/GraftingRayman/ComfyUI-Dimension-Selector": [ + [ + "DimensionSelector" + ], + { + "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", @@ -6247,6 +9377,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", @@ -6254,12 +9394,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", @@ -6278,16 +9420,31 @@ "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 Preset Selector", + "GR Sigma Preset Selector Advanced", + "GR Sigma Presets", "GR Sigmas", "GR Stack Image", "GR Text Overlay", "GR Tile and Border Image", - "GR Tile and Border Image Random Flip" + "GR Tile and Border Image Random Flip", + "GRAnySelector", + "GRAudioSelector", + "GRImageSelector", + "GRLiveGroupController", + "GRLoraLoader", + "GRMenuHook", + "GRPromptReplacer", + "GRPromptViewer", + "ImageLoaderUltimate", + "ImageLoaderUltimateMulti" ], { "title_aux": "GraftingRayman" @@ -6301,6 +9458,14 @@ "title_aux": "ComfyUI QueueTube" } ], + "https://github.com/GraftingRayman/Unified-Vision-Prompt-Generator": [ + [ + "UnifiedVisionPromptGenerator" + ], + { + "title_aux": "Unfied Vision Prompt Generator" + } + ], "https://github.com/GrailGreg/images_base64": [ [ "SaveImage64", @@ -6310,6 +9475,15 @@ "title_aux": "Image Saving and Base64 Encoding Script" } ], + "https://github.com/Granddyser/wan-video-extender": [ + [ + "WanVideoExtenderLowHigh", + "WanVideoExtenderNative" + ], + { + "title_aux": "Wan-video-extender" + } + ], "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": [ [ "AuraSR.AuraSRUpscaler" @@ -6318,13 +9492,21 @@ "title_aux": "AuraSR-ComfyUI" } ], - "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": [ + "https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": [ [ - "PixelArtDownscaleNode", - "PixelArtNode" + "SILVER_FL_BooruBrowser", + "SILVER_Online_Video_Frame_Extractor" ], { - "title_aux": "PixelArt Processing Nodes" + "title_aux": "ComfyUI-BooruBrowser" + } + ], + "https://github.com/GreenLandisaLie/ComfyUI-RichText_BasicDynamicPrompts": [ + [ + "SILVER_BasicDynamicPrompts" + ], + { + "title_aux": "ComfyUI-RichText_BasicDynamicPrompts" } ], "https://github.com/GroxicTinch/EasyUI-ComfyUI": [ @@ -6344,6 +9526,15 @@ "title_aux": "Negative Wildcard Processor Node for ComfyUI" } ], + "https://github.com/GuardSkill/ComfyUI-VoiceSep": [ + [ + "ClearVoiceModelLoader", + "ClearVoiceSpeechSeparation" + ], + { + "title_aux": "ComfyUI-VoiceSep" + } + ], "https://github.com/Gue-e/ComfyUI-PanoCard": [ [ "PanoCardViewer", @@ -6384,6 +9575,15 @@ "title_aux": "ComfyUI_StableCascadeLatentRatio" } ], + "https://github.com/GuillaumeBonvin/ComfyUI-projectorz-helper": [ + [ + "ControlNetModelSelector", + "ImageTypeCheck" + ], + { + "title_aux": "ComfyUI-projectorz-helper" + } + ], "https://github.com/HAL41/ComfyUI-aichemy-nodes": [ [ "aichemyYOLOv8Segmentation" @@ -6461,6 +9661,17 @@ "title_aux": "ComfyUI DMOSpeech2 Node" } ], + "https://github.com/HM-RunningHub/ComfyUI_RH_DreamOmni2": [ + [ + "RunningHub DreamOmni2 Edit Pipeline", + "RunningHub DreamOmni2 Editor", + "RunningHub DreamOmni2 Gen Pipeline", + "RunningHub DreamOmni2 Generator" + ], + { + "title_aux": "ComfyUI DreamOmni2 Node" + } + ], "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": [ [ "RunningHub_FramePack", @@ -6470,6 +9681,23 @@ "title_aux": "ComfyUI_RH_FramePack" } ], + "https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom": [ + [ + "RunningHub ICCustom Loader", + "RunningHub ICCustom Sampler" + ], + { + "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", @@ -6480,14 +9708,34 @@ "title_aux": "ComfyUI_RH_OminiControl" } ], - "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": [ + "https://github.com/HM-RunningHub/ComfyUI_RH_OneReward": [ [ - "QwenImageModelLoader", - "RH_QwenImageGenerator", - "RH_QwenImagePromptEnhancer" + "RunningHub OneReward Eraser", + "RunningHub OneReward Loader", + "RunningHub OneReward Sampler" ], { - "title_aux": "ComfyUI Qwen-Image Node" + "title_aux": "ComfyUI OneReward Node" + } + ], + "https://github.com/HM-RunningHub/ComfyUI_RH_Ovi": [ + [ + "RunningHub Ovi Image to Video", + "RunningHub Ovi Model Loader", + "RunningHub Ovi Text to Video" + ], + { + "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": [ @@ -6515,6 +9763,33 @@ "title_aux": "ComfyUI_RH_UNO" } ], + "https://github.com/HM-RunningHub/ComfyUI_RH_USO": [ + [ + "RunningHub USO Loader", + "RunningHub USO Sampler" + ], + { + "title_aux": "ComfyUI USO Node" + } + ], + "https://github.com/HM-RunningHub/ComfyUI_RH_VideoAsPrompt": [ + [ + "RunningHub VideoAsPrompt Loader", + "RunningHub VideoAsPrompt Sampler(CogVideoX)" + ], + { + "title_aux": "ComfyUI_RH_VideoAsPrompt" + } + ], + "https://github.com/HM-RunningHub/ComfyUI_RH_mammothmoda": [ + [ + "RunningHub Mammothmoda Loader", + "RunningHub Mammothmoda T2I Sampler" + ], + { + "title_aux": "ComfyUI_RH_mammothmoda" + } + ], "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": [ [ "RandomNumberButton" @@ -6542,6 +9817,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", @@ -6553,13 +9839,24 @@ "title_aux": "ComfyUI-HaiperAI-API" } ], + "https://github.com/HallettVisual/ComfyUI-Qwen-Camera-Selector": [ + [ + "QwenCameraPromptBuilder" + ], + { + "title_aux": "ComfyUI-Qwen-Camera-Selector" + } + ], "https://github.com/Hangover3832/ComfyUI_Hangover-Utils": [ [ + "Get Workflow Data", + "Image Clipboard Copy", "Image Clipboard Paster", "Image Scale Bounding Box", "Make Inpaint Model", "Save Image w/o Metadata", - "Sympy Math Interpreter" + "Sympy Math Interpreter", + "Text Encode Wildcards" ], { "author": "AlexL", @@ -6579,9 +9876,8 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Normalization", - "Recenter", - "Recenter XL" + "Diffusion CG", + "Disable CG" ], { "title_aux": "Diffusion CG" @@ -6597,12 +9893,29 @@ ], "https://github.com/Haoming02/comfyui-resharpen": [ [ - "Resharpen" + "ReSharpen" ], { "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", @@ -6619,6 +9932,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", @@ -6684,6 +10018,23 @@ "title_aux": "ComfyUI-HeadshotPro" } ], + "https://github.com/Hearmeman24/ComfyUI-LoRAPlotNode": [ + [ + "LoRAPlotImageSaver", + "LoRAPlotNode" + ], + { + "title_aux": "ComfyUI-LoRAPlotNode" + } + ], + "https://github.com/Hearmeman24/ComfyUI-Pinecone": [ + [ + "PineconePromptUpserter" + ], + { + "title_aux": "ComfyUI Pinecone Prompt Upserter" + } + ], "https://github.com/HebelHuber/comfyui-enhanced-save-node": [ [ "EnhancedSaveNode" @@ -6700,6 +10051,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", @@ -6744,18 +10103,12 @@ "title_aux": "Hellrunner's Magical Nodes" } ], - "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": [ + "https://github.com/HenkDz/nd-super-nodes": [ [ - "Load Prompt Travel file", - "Post to Discord w/ Webhook", - "Save Prompt Travel file" + "NdSuperLoraLoader" ], { - "author": "Hiero", - "description": "Just some nodes that I wanted/needed, so I made them.", - "nickname": "HNodes", - "title": "Hiero-Nodes", - "title_aux": "Hiero-Nodes" + "title_aux": "nd-super-nodes" } ], "https://github.com/HighDoping/ComfyUI_ASSSSA": [ @@ -6802,8 +10155,11 @@ "AgentMemoryProvider", "AgentNode", "BasicRecursionFilterNode", + "Completion Enhancement Filter", + "Document Chunk Processor", "DocumentChunkRecursionFilterNode", "DocumentProcessor", + "Iterative Completion Agent", "LinuxMemoryDirectory", "QueryNode" ], @@ -6814,19 +10170,521 @@ "title_aux": "ComfyUI_LiteLLM" } ], + "https://github.com/HowToSD/ComfyUI-Data-Analysis": [ + [ + "CDAFloatCreate", + "CDAIntCreate", + "CDAJSONCreate", + "CDAShowFloat", + "CDAShowInt", + "CDAStringCreate", + "CDATextCreate", + "MPLBar", + "MPLLine", + "MPLPieChart", + "MPLScatter", + "NumpyFloatCreate", + "NumpyIntCreate", + "NumpyShow", + "NumpySqueeze", + "PandasAdd", + "PandasAddScalarFloat", + "PandasAddScalarInt", + "PandasAddSeries", + "PandasAsFloat", + "PandasAsInt", + "PandasAsString", + "PandasAtDatetime", + "PandasAtFloat", + "PandasAtInt", + "PandasAtSetDatetime", + "PandasAtSetFloat", + "PandasAtSetInt", + "PandasAtSetString", + "PandasAtString", + "PandasBooleanIndex", + "PandasColumns", + "PandasCorr", + "PandasCos", + "PandasCount", + "PandasCov", + "PandasCreate", + "PandasCreateFromDict", + "PandasCreateFromDictIndexList", + "PandasCreateFromMultipleDict", + "PandasCreateFromNumpy", + "PandasCreateFromTensor", + "PandasCreateSeriesFromDict", + "PandasCreateSeriesFromList", + "PandasCreateSeriesFromListIndexList", + "PandasCreateWithIndex", + "PandasCrosstab", + "PandasCummax", + "PandasCummin", + "PandasCumprod", + "PandasCumsum", + "PandasDiv", + "PandasDivScalarFloat", + "PandasDivScalarInt", + "PandasDivSeries", + "PandasDropDuplicates", + "PandasDropNA", + "PandasEq", + "PandasEqScalarFloat", + "PandasEqScalarInt", + "PandasExcelFileSheetNames", + "PandasExp", + "PandasFeatureSplitToNumpy", + "PandasFeatureSplitToPt", + "PandasFillNAScalarFloat", + "PandasFillNAScalarInt", + "PandasGe", + "PandasGeScalarFloat", + "PandasGeScalarInt", + "PandasGroupBy", + "PandasGt", + "PandasGtScalarFloat", + "PandasGtScalarInt", + "PandasHead", + "PandasHorizontalConcat", + "PandasHorizontalSplit", + "PandasIatDatetime", + "PandasIatFloat", + "PandasIatInt", + "PandasIatSetDatetime", + "PandasIatSetFloat", + "PandasIatSetInt", + "PandasIatSetString", + "PandasIatString", + "PandasIlocRowSeries", + "PandasIlocRowsDataFrame", + "PandasIlocRowsSliceDataFrame", + "PandasIndex", + "PandasIndexToString", + "PandasIsNA", + "PandasJoin", + "PandasKurtosis", + "PandasLe", + "PandasLeScalarFloat", + "PandasLeScalarInt", + "PandasLoadCSV", + "PandasLoadCSVWithEncoding", + "PandasLoadCSVWithIndex", + "PandasLoadExcel", + "PandasLoadHTML", + "PandasLoadJSON", + "PandasLocCellString", + "PandasLocRowMultiIndexDataFrame", + "PandasLocRowSeries", + "PandasLog", + "PandasLt", + "PandasLtScalarFloat", + "PandasLtScalarInt", + "PandasMax", + "PandasMean", + "PandasMedian", + "PandasMelt", + "PandasMin", + "PandasMode", + "PandasMul", + "PandasMulScalarFloat", + "PandasMulScalarInt", + "PandasMulSeries", + "PandasNe", + "PandasNeScalarFloat", + "PandasNeScalarInt", + "PandasPivot", + "PandasPow", + "PandasPowScalarFloat", + "PandasPowScalarInt", + "PandasPowSeries", + "PandasRename", + "PandasRenameAdvanced", + "PandasReplace", + "PandasReplaceAdvanced", + "PandasSaveCSV", + "PandasSaveJSON", + "PandasSelectColumnAsSeries", + "PandasSelectColumns", + "PandasSelectRows", + "PandasSeriesToDataFrame", + "PandasSeriesToString", + "PandasSetIndex", + "PandasShowDataFrame", + "PandasShowIndex", + "PandasShowSeries", + "PandasShowText", + "PandasSin", + "PandasSkew", + "PandasSort", + "PandasStd", + "PandasStrftime", + "PandasSub", + "PandasSubScalarFloat", + "PandasSubScalarInt", + "PandasSubSeries", + "PandasSum", + "PandasSummary", + "PandasTan", + "PandasToDatetime", + "PandasToNumpy", + "PandasToString", + "PandasTranspose", + "PandasValueCounts", + "PandasVar", + "PandasVerticalConcat", + "PandasVerticalSplit", + "PandasXs", + "PyDatetimeToString", + "PyFloatToString", + "PyIntToString", + "PyKvFloatCreate", + "PyKvIntCreate", + "PyKvStringCreate", + "PyListToString", + "PyStringToDatetime", + "PyStringToDict", + "PyStringToFloat", + "PyStringToInt", + "PyStringToList", + "SNSBar", + "SNSBarPt", + "SNSBoxplot", + "SNSHeatmap", + "SNSHistogram", + "SNSHistogramPt", + "SNSLine", + "SNSLinePt", + "SNSPairplot", + "SNSScatter", + "SNSScatterPt" + ], + { + "title_aux": "ComfyUI-Data-Analysis" + } + ], + "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": [ + [ + "HfTokenizerEncode", + "PtAbs", + "PtAcos", + "PtAdd", + "PtApplyFunction", + "PtArange", + "PtArgmax", + "PtArgmin", + "PtAsin", + "PtAtan", + "PtBitwiseAnd", + "PtBitwiseLeftShift", + "PtBitwiseNot", + "PtBitwiseOr", + "PtBitwiseRightShift", + "PtBitwiseXor", + "PtBmm", + "PtBoolCreate", + "PtComputeLoss", + "PtConcat", + "PtCos", + "PtCosh", + "PtCrop", + "PtDataLoader", + "PtDataLoaderFromTensors", + "PtDiv", + "PtEinsum", + "PtEq", + "PtEvaluateClassificationModel", + "PtExp", + "PtFlatten", + "PtFloatCreate", + "PtFloorDiv", + "PtFromImage", + "PtFromImageTranspose", + "PtFromLatent", + "PtFromNumpy", + "PtFull", + "PtGather", + "PtGe", + "PtGt", + "PtIndexSelect", + "PtIntCreate", + "PtInterpolateByScaleFactor", + "PtInterpolateToSize", + "PtLe", + "PtLinspace", + "PtLoadModel", + "PtLog", + "PtLogicalAnd", + "PtLogicalNot", + "PtLogicalOr", + "PtLogicalXor", + "PtLt", + "PtMaskedSelect", + "PtMatMul", + "PtMax", + "PtMean", + "PtMedian", + "PtMin", + "PtMm", + "PtMul", + "PtNe", + "PtNeg", + "PtOnes", + "PtPad", + "PtPermute", + "PtPow", + "PtPredictClassificationModel", + "PtPredictRegressionModel", + "PtProd", + "PtRand", + "PtRandInt", + "PtRandn", + "PtRemainder", + "PtReshape", + "PtSaveModel", + "PtScatter", + "PtShowSize", + "PtShowText", + "PtSin", + "PtSinh", + "PtSize", + "PtSizeCreate", + "PtSizeToNumpy", + "PtSizeToString", + "PtSqrt", + "PtSqueeze", + "PtStack", + "PtStd", + "PtSub", + "PtSum", + "PtTan", + "PtTanh", + "PtToBfloat16", + "PtToFloat16", + "PtToFloat32", + "PtToFloat64", + "PtToImage", + "PtToImageTranspose", + "PtToInt16", + "PtToInt32", + "PtToInt64", + "PtToInt8", + "PtToLatent", + "PtToNumpy", + "PtToRgbTensors", + "PtToUint8", + "PtTokenizer", + "PtTrainClassificationModel", + "PtTrainClassificationModelLr", + "PtTrainClassificationTransformerModel", + "PtTrainFineTuneClassificationTransformerModel", + "PtTrainModel", + "PtTrainRNNModel", + "PtTrainRegressionModel", + "PtUnsqueeze", + "PtVar", + "PtView", + "PtWhere", + "PtZeros", + "PtdBernoulli", + "PtdBeta", + "PtdBinomial", + "PtdCategorical", + "PtdChi2", + "PtdExponential", + "PtdGamma", + "PtdNormal", + "PtdPoisson", + "PtdStudentT", + "PtdUniform", + "PtdmCdf", + "PtdmCdfTensor", + "PtdmIcdf", + "PtdmIcdfTensor", + "PtdmLogProb", + "PtdmLogProbTensor", + "PtdmPdf", + "PtdmPdfTensor", + "PtdmPmf", + "PtdmPmfTensor", + "PtdmSample", + "PtfGELU", + "PtfLeakyReLU", + "PtfLogSoftmax", + "PtfReLU", + "PtfSiLU", + "PtfSigmoid", + "PtfSoftmax", + "PtfSoftplus", + "PtfTanh", + "PtnAvgPool2d", + "PtnBCELoss", + "PtnBCEWithLogitsLoss", + "PtnBatchNorm2d", + "PtnChainedModel", + "PtnChainedModelWithAttentionMask", + "PtnConv2d", + "PtnConvModel", + "PtnCrossEntropyLoss", + "PtnEmbedding", + "PtnEmbeddingRNNLinear", + "PtnEmbeddingTransformerLinear", + "PtnGRU", + "PtnGRULinear", + "PtnHfFineTunedClassificationModel", + "PtnHfLoraClassificationModel", + "PtnHuberLoss", + "PtnInstanceNorm2d", + "PtnKLDivLoss", + "PtnL1Loss", + "PtnLSTM", + "PtnLSTMLinear", + "PtnLayerNorm", + "PtnLinear", + "PtnLinearModel", + "PtnMSELoss", + "PtnMaskedMeanPooling", + "PtnMaxPool2d", + "PtnModelWithClosure", + "PtnMultiheadAttention", + "PtnMultiheadAttentionCustom", + "PtnNLLLoss", + "PtnPreAddChannelAxis", + "PtnPreFlatten", + "PtnRNN", + "PtnRNNLinear", + "PtnResidualConnectionModel", + "PtnResidualConnectionModelWithAttentionMask", + "PtnResnetModel", + "PtnSmoothL1Loss", + "PtoAdam", + "PtoAdamW", + "PtoLrSchedulerCosineAnnealing", + "PtoLrSchedulerReduceOnPlateau", + "PtoLrSchedulerStep", + "PtoSGD", + "PtoSimple", + "PtvDataset", + "PtvDatasetLen", + "PtvDatasetLoader", + "PtvHfDatasetWithTokenEncode", + "PtvHfGloveDataset", + "PtvHfLocalDataset", + "PtvImageFolderDataset", + "PtvSequentialTensorDataset", + "PtvTransformsDataAugment", + "PtvTransformsResize", + "PtvTransformsToTensor", + "SpEncode", + "SpLoadModel" + ], + { + "title_aux": "ComfyUI-Pt-Wrapper" + } + ], + "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": [ + [ + "ImagePrep", + "JSONBuilderLarge", + "JSONBuilderMedium", + "JSONBuilderSimple", + "JSONCombine", + "JSONExtractor", + "JSONFixer", + "JSONIterator", + "LLMTranslator", + "LLM_Loader", + "OpenAICompatibleLoader", + "StringTemplate" + ], + { + "title_aux": "ComfyUI-LLMs-Toolkit" + } + ], "https://github.com/Hullabalo/ComfyUI-Loop": [ [ "ImageCropLoop", - "ImageCutLoop", "ImagePasteLoop", - "LoadImageSimple", - "LoopImageSimple", - "SaveImageSimple" + "LoopAny", + "SaveAny" ], { "title_aux": "ComfyUI-Loop" } ], + "https://github.com/Hyunsigikim/comfyui-grid-cutscene": [ + [ + "GridCutscenePanel" + ], + { + "title_aux": "comfyui-grid-cutscene" + } + ], + "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_ContextLatent", + "IAMCCS_LTX2_ControlPreprocess", + "IAMCCS_LTX2_EnsureFrames8nPlus1", + "IAMCCS_LTX2_ExtensionModule", + "IAMCCS_LTX2_ExtensionModule_simple", + "IAMCCS_LTX2_FirstLastFramesController", + "IAMCCS_LTX2_FirstLastLatentControl", + "IAMCCS_LTX2_FirstLastLatentControl_Pro", + "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_MiddleFrames", + "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_QWEN_VL_FLF", + "IAMCCS_QWEN_VL_FLF_Advanced", + "IAMCCS_SamplerAdvancedVersion1", + "IAMCCS_SetAutoLink", + "IAMCCS_VAEDecodeTiledSafe", + "IAMCCS_VAEDecodeToDisk", + "IAMCCS_VRAMCleanup", + "IAMCCS_VRAMFlushLatent", + "IAMCCS_WanImageMotion", + "IAMCCS_WanImageMotionPro", + "IAMCCS_WanLoRAStack", + "IAMCCS_WanLoRAStackModelIO", + "IAMCCS_bus_group", + "WanImageMotionPro", + "WanMotionProTrimmer", + "iamccs_ltx2_lora_stack" + ], + { + "title_aux": "IAMCCS-nodes" + } + ], "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": [ [ "MI2V Flow Animator", @@ -6928,6 +10786,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" @@ -6936,6 +10837,49 @@ "title_aux": "ComfyUI-SizeFromArray" } ], + "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": [ + [ + "CNPreprocessor", + "CNStepControl", + "ImageCropResize", + "LoRAStepLoader", + "SBConcatStrings", + "SBJsonParser", + "SBPromptFilter", + "UtilBypass", + "UtilConcatStrings", + "UtilEmptyLatent", + "UtilImageToList", + "UtilJsonToList", + "UtilLoadImageList", + "UtilS3Upload", + "UtilSaveFile", + "UtilStringToList", + "UtilSwitch", + "UtilSwitchCase", + "VideoDescribe", + "ZImagePromptBuilder" + ], + { + "title_aux": "ComfyUI-VideoDescription" + } + ], + "https://github.com/IamCreateAI/ComfyUI-Animon": [ + [ + "AnimonImageToVideoNode", + "AnimonKeyNode", + "AnimonStartEndToVideoNode", + "AnimonUploadImageFromFileNode", + "AnimonUploadImageFromTensorNode", + "AnimonUploadVideoFromBytesNode", + "AnimonUploadVideoFromFileNode", + "AnimonUploadVideoFromTensorNode", + "AnimonUpscaleVideoNode" + ], + { + "title_aux": "ComfyUI-Animon" + } + ], "https://github.com/IamCreateAI/Ruyi-Models": [ [ "Ruyi_EnhanceAVideo", @@ -6948,6 +10892,19 @@ "title_aux": "ComfyUI-Ruyi" } ], + "https://github.com/Ian2073/ComfyUI-MyLLMnode": [ + [ + "GemmaLLMNode", + "LlamaLLMNode", + "MistralLLMNode", + "PhiLLMNode", + "QwenLLMNode", + "YiLLMNode" + ], + { + "title_aux": "ComfyUI-MyLLMNode" + } + ], "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": [ [ "SamplerSchedulerMetricsTester" @@ -6984,7 +10941,11 @@ "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": [ [ "CatchEditTextNode", - "PreviewImageBase64Node" + "DIYNodeWriter", + "IMGNR_ABBASwitch", + "PreviewImageAdHocSaveNode", + "PreviewImageBase64Node", + "PreviewImageCompareNode" ], { "title_aux": "ComfyUI-IMGNR-Utils" @@ -7124,6 +11085,7 @@ "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": [ [ "CLIPTextEncodeStyles", + "ComputePadding", "JoinVideos", "MakeDrivingVideoForLivePortrait", "MakePortraitWalk", @@ -7173,10 +11135,27 @@ "title_aux": "ComfyUI-UniAnimate-W" } ], + "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough": [ + [ + "ControlledCLIPTextEncode", + "ControlledControlNetLoader", + "ControlledModelPatchLoader", + "ControlledUNETLoader", + "ControlledUnetLoaderGGUF", + "ControlledVAELoader", + "DeleteModelPassthrough", + "DeleteModelPassthroughLight", + "SmartClipDeleter" + ], + { + "title_aux": "ComfyUI_DeleteModelPassthrough" + } + ], "https://github.com/Isulion/ComfyUI_Isulion": [ [ "CustomTextNode", "CustomTextNode \u2328\ufe0f", + "CustomTextNode.py", "DisplayImageFromURL", "IsuCollage_Node", "Isulion Civitai Image Display", @@ -7205,6 +11184,7 @@ "IsulionNegativePromptGenerator", "IsulionProfessionGenerator", "IsulionPromptEnhancer", + "IsulionPromptGenerator", "IsulionSceneComposition", "IsulionSpacecraftGenerator", "IsulionStyleMixer", @@ -7212,6 +11192,7 @@ "IsulionTimeOfDayGenerator", "IsulionVideoPromptGenerator", "IsulionWeatherGenerator", + "MegaPromptV3", "\u29c9 IsulionOverlay", "\ud83d\udca4 IsulionShutdown", "\ud83e\udde9 IsulionQRCode" @@ -7220,7 +11201,7 @@ "title_aux": "ComfyUI_Isulion Random Prompt Generator" } ], - "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": [ + "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5": [ [ "DisplayText", "MiniCPM_VQA", @@ -7228,7 +11209,7 @@ "MultipleImagesInput" ], { - "title_aux": "ComfyUI_MiniCPM-V-4" + "title_aux": "ComfyUI_MiniCPM-V-4_5" } ], "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": [ @@ -7241,15 +11222,37 @@ "title_aux": "ComfyUI_Qwen2-Audio-7B-Instruct-Int4" } ], - "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": [ + "https://github.com/IuvenisSapiens/ComfyUI_Qwen3-VL-Instruct": [ [ "ImageLoader", "MultiplePathsInput", - "Qwen2_VQA", - "VideoLoader" + "Qwen3_VQA", + "VideoLoader", + "VideoLoaderPath" ], { - "title_aux": "ComfyUI_Qwen2-VL-Instruct" + "title_aux": "Comfyui_Qwen3-VL-Instruct" + } + ], + "https://github.com/J-ChenX/ComfyUI-NIX": [ + [ + "NIX_ImageComposite", + "NIX_ImageInference", + "NIX_ImageTile", + "NIX_ImageUpscaleProportionally", + "NIX_MaskCrop", + "NIX_MaskNull", + "NIX_PathLoading", + "NIX_RotateCrop", + "NIX_RotateImage", + "NIX_SaveImage", + "NIX_StringMatch", + "NIX_StringMatcher", + "NIX_SwitchAnything", + "NIX_XYGridMapper" + ], + { + "title_aux": "NIX ComfyUI Plugin" } ], "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": [ @@ -7358,6 +11361,9 @@ [ "PAGE", "PST", + "PhyCV_PST", + "PhyCV_Page", + "PhyCV_Vevid", "VEVID" ], { @@ -7366,7 +11372,6 @@ ], "https://github.com/JTriggerFish/ComfyLatentTools": [ [ - "DownsampledAttentionGuidance", "DownsampledLatentGuidance", "GenericAttentionGuidance", "LatentNormalizedLanczosResize" @@ -7375,6 +11380,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", @@ -7404,6 +11417,15 @@ "title_aux": "RGB to CMYK for ComfyUI (Save as tif)" } ], + "https://github.com/Jairodaniel-17/ComfyUI-translate-offline": [ + [ + "CLIPTextTranslateNode", + "PromptTextTranslateNode" + ], + { + "title_aux": "ComfyUI-translate-offline" + } + ], "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": [ [ "RandomIntegerNodeEfficient", @@ -7443,25 +11465,37 @@ "title_aux": "OWL-ViT ComfyUI" } ], + "https://github.com/Jarcis-cy/ComfyUI-HunyuanVideoFoley": [ + [ + "HunyuanVideoFoleyGenerateAudio", + "VideoAudioMerger" + ], + { + "title_aux": "HunyuanVideo-Foley Audio Generator" + } + ], "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", @@ -7472,11 +11506,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", @@ -7499,6 +11533,7 @@ "JNodes_StringLiteral", "JNodes_SubdirectorySelector", "JNodes_SyncedStringLiteral", + "JNodes_TextManager", "JNodes_TokenCounter", "JNodes_TrimAndStrip", "JNodes_UploadVideo", @@ -7517,6 +11552,48 @@ "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/JasonHoku/comfyui-lite-text-to-file-tools": [ + [ + "AppendInputToJSONArrayFile", + "AppendLineToTextFile", + "ClearJSONArrayFile", + "LoadFromJSONFile", + "LoadFromTextFile", + "LoadTextFromJSONArrayByIndex", + "LoadTextFromJSONFromKey", + "SaveTextIntoJSON", + "WriteToTextFile" + ], + { + "title_aux": "Lite Text to File Tools" + } + ], + "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", @@ -7575,11 +11652,14 @@ ], "https://github.com/JiSenHua/ComfyUI-TD": [ [ + "AudiotoTD", "Comfy3DPacktoTD", + "GaussianSplattingtoTD", "Hy3DtoTD", "ImagetoTD", "ImagetoTD(JPEG)", "LoadTDImage", + "StringtoTD", "Tripo3DtoTD", "TripoSRtoTD", "VideotoTD" @@ -7703,6 +11783,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", @@ -7719,6 +11807,17 @@ "title_aux": "Wild Divide" } ], + "https://github.com/Junst/ComfyUI-Concept-Diffusion": [ + [ + "ConceptAttentionNode", + "ConceptAttentionVisualizerNode", + "ConceptSaliencyMapNode", + "ConceptSegmentationNode" + ], + { + "title_aux": "ComfyUI-Concept-Diffusion" + } + ], "https://github.com/JustLateNightAI/KeywordImageBlocker": [ [ "TagKeywordBlocker" @@ -7727,17 +11826,79 @@ "title_aux": "KeywordImageBlocker" } ], + "https://github.com/Juste-Leo2/Canary-ComfyUI": [ + [ + "Canary180mFlashASRNode", + "Canary180mFlashTranslateFromENNode", + "Canary180mFlashTranslateToENNode", + "CanaryASRNode", + "CanaryFlashASRNode", + "CanaryFlashTranslateFromENNode", + "CanaryFlashTranslateToENNode", + "CanaryModelLoader", + "CanaryTranslateFromENNode", + "CanaryTranslateToENNode" + ], + { + "title_aux": "Canary-ComfyUI" + } + ], + "https://github.com/Juste-Leo2/USO_ComfyUI": [ + [ + "USOLoader", + "USOSampler" + ], + { + "title_aux": "USO Nodes for ComfyUI" + } + ], + "https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps": [ + [ + "MultiAnalysisNode" + ], + { + "title_aux": "ComfyUI Multi-Analysis Heatmaps" + } + ], "https://github.com/JustinMatters/comfyUI-JMNodes": [ [ "JMBinaryNot", "JMIntegerToBooleans", "JMNumberList", - "JMSWitchablePrompt" + "JMSWitchablePrompt", + "JMSwitchablePrompt" ], { "title_aux": "ComfyUI JMNodes" } ], + "https://github.com/K3NK3/ComfyUI-K3NKImageGrab": [ + [ + "K3NKFindNearestBucket", + "K3NKImageGrab", + "K3NKImageLoaderWithBlending", + "K3NKImageOverlay", + "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", @@ -7760,6 +11921,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" @@ -7793,6 +11962,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", @@ -7802,6 +11972,50 @@ "title_aux": "ComfyUI_SimpleButcher" } ], + "https://github.com/KLL535/ComfyUI_Simple_Qwen3-VL-gguf": [ + [ + "SimpleCameraSelector", + "SimpleMasterPromptLoader", + "SimpleQwenUnload", + "SimpleQwenVLgguf", + "SimpleQwenVLggufV2", + "SimpleRemoveThinkNode", + "SimpleStyleSelector", + "SimpleTriggerNode" + ], + { + "title_aux": "ComfyUI_Simple_Qwen3-VL-gguf" + } + ], + "https://github.com/KY-2000/ComfyUI_PuLID_Flux_ll_FaceNet": [ + [ + "ApplyPulidFlux", + "FixPulidFluxPatch", + "PulidFluxEvaClipLoader", + "PulidFluxFaceDetector", + "PulidFluxFaceNetLoader", + "PulidFluxInsightFaceLoader", + "PulidFluxModelLoader", + "PulidFluxOptions" + ], + { + "title_aux": "ComfyUI_PuLID_Flux_ll_FaceNet" + } + ], + "https://github.com/KY-2000/RES4LYF-tester-loop": [ + [ + "DoubleFloatRangeLoop", + "DoubleIntRangeLoop", + "RES4LYFComboLoop", + "RES4LYFSamplerLoop", + "RES4LYFSchedulerLoop", + "SingleFloatLoop", + "SingleIntLoop" + ], + { + "title_aux": "RES4LYF-tester-loop" + } + ], "https://github.com/KY-2000/comfyui-ksampler-tester-loop": [ [ "AllParametersLoop", @@ -7818,6 +12032,36 @@ "title_aux": "comfyui-ksampler-tester-loop" } ], + "https://github.com/KY-2000/comfyui-save-image-enhanced": [ + [ + "SaveImageEnhancedNode" + ], + { + "title_aux": "comfyui-save-image-enhanced" + } + ], + "https://github.com/KaigorodovTuskul/ComfyUI-DeepSeek-API-connector": [ + [ + "DeepSeekPromptConnector" + ], + { + "title_aux": "ComfyUI-DeepSeek-API-connector" + } + ], + "https://github.com/Kaleidia/KaleidiaNodes": [ + [ + "DynamicPromptNode", + "FormatIntToString", + "GetFileCountInOutputFolder", + "LoadCSV", + "RandomFloatToString", + "RandomIntToString", + "SequentialPromptNode" + ], + { + "title_aux": "KaleidiaNodes" + } + ], "https://github.com/Kangkang625/ComfyUI-paint-by-example": [ [ "PaintbyExamplePipeLoader", @@ -7850,14 +12094,41 @@ "title_aux": "AudioDriven-Latent-Space-Tools-for-ComfyUI" } ], - "https://github.com/Kayarte/GeoNodes/raw/refs/heads/main/GISDetectionNode.py": [ + "https://github.com/Kayarte/GeoNodes": [ [ - "GISDetectionNode" + "GISDetectionNode", + "YOLOInferenceNode", + "YOLOTrainNode" ], { "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", @@ -7887,6 +12158,15 @@ "title_aux": "ComfyUI-kewky_tools" } ], + "https://github.com/Kidev/ComfyUI-FaceFilter": [ + [ + "FaceFilterNode", + "MergeImageBatches" + ], + { + "title_aux": "ComfyUI-FaceFilter" + } + ], "https://github.com/Kidev/ComfyUI-Fisheye-effects": [ [ "Defisheye", @@ -7896,6 +12176,19 @@ "title_aux": "ComfyUI Fisheye Effects Nodes" } ], + "https://github.com/Kishor900/comfyui-wanv2v-video-stitcher": [ + [ + "MixColorByMaskBatched", + "NumberedBatchDebugger", + "VideoToImages", + "WanV2VIterControlGroup", + "WanV2VMergeDeOverlap", + "WanV2VUpscaler" + ], + { + "title_aux": "ComfyUI WANv2v Video Stitcher" + } + ], "https://github.com/KohakuBlueleaf/HDM-ext": [ [ "HDMCameraParam", @@ -7916,6 +12209,39 @@ "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" + ], + { + "author": "Koratahiu", + "description": "Unofficial Implementation of Diff2Flow Method for ComfyUI.", + "nickname": "ComfyUI-Diff2Flow", + "title": "ComfyUI-Diff2Flow", + "title_aux": "ComfyUI-Diff2Flow" + } + ], "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": [ [ "Brightness Image", @@ -7939,6 +12265,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" @@ -7947,14 +12276,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", @@ -7965,7 +12286,6 @@ "ACN_ControlNet++LoaderAdvanced", "ACN_ControlNet++LoaderSingle", "ACN_ControlNetLoaderAdvanced", - "ACN_ControlNetLoaderWithLoraAdvanced", "ACN_CtrLoRALoader", "ACN_CustomControlNetWeightsFlux", "ACN_CustomControlNetWeightsSD15", @@ -8008,6 +12328,8 @@ ], "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": [ [ + "ADBlockComboNode", + "ADBlockIndivNode", "ADE_AdjustPEFullStretch", "ADE_AdjustPEManual", "ADE_AdjustPESweetspotStretch", @@ -8136,8 +12458,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" @@ -8200,6 +12536,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" @@ -8217,18 +12555,33 @@ "title_aux": "KurdKnight ComfyUI System Check Node" } ], + "https://github.com/KursatAs/KrsNodes": [ + [ + "CropPadAdvancedKrs", + "QwenImageEditLatentKrs", + "TextEncodeQwenImageEditKrsAdvanced", + "TextEncodeQwenImageEditKrsSimple" + ], + { + "title_aux": "Comfyui Krs Nodes" + } + ], "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": [ [ "Client", "Effects", + "Image Expander", "Image Generator", "Image2Video", + "KLingAI Preview Audio", "KLingAI Preview Video", "Lip Sync", "Lip Sync Audio Input", "Lip Sync Text Input", + "Text2Audio", "Text2Video", - "Video Extend", + "Video Extender", + "Video2Audio", "Virtual Try On" ], { @@ -8245,16 +12598,6 @@ "title_aux": "draw_tools" } ], - "https://github.com/Ky11le/ygo_tools": [ - [ - "DetectInnerBox", - "PasteIntoFrame", - "TextBoxAutoWrap" - ], - { - "title_aux": "ygo_tools" - } - ], "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": [ [ "SendToDiscordWebhook" @@ -8272,6 +12615,41 @@ "title_aux": "ComfyUI_MatAnyone_Kytra" } ], + "https://github.com/L-Hugh/ComfyUI-Lumina-DiMOO": [ + [ + "Generator_I2I", + "Generator_T2I", + "ImageTokens_I2I", + "ImageTokens_Inpainting", + "ImageTokens_T2I", + "LoadModel", + "PromptBuilder", + "VQDecode" + ], + { + "title_aux": "ComfyUI-Lumina-DiMOO" + } + ], + "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search": [ + [ + "DanbooruLookupAndDownload", + "GetDanbooru", + "StyleSimilarity", + "TagPrompt" + ], + { + "title_aux": "Danbooru FAISS Search Nodes" + } + ], + "https://github.com/L33chKing/ComfyUI_Channel_Ops": [ + [ + "ChannelOpsNode", + "LayerBlendingNode" + ], + { + "title_aux": "ComfyUI Channel Ops" + } + ], "https://github.com/L33chKing/comfyui-tag-frequency-weighter": [ [ "TagFrequencyWeighter" @@ -8288,6 +12666,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", @@ -8305,9 +12695,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" ], @@ -8336,34 +12732,55 @@ ], "https://github.com/LAOGOU-666/Comfyui_LG_Tools": [ [ + "AFL2:ImageRestoreNodeV2", + "AFL2:MaskBoxCropNodeV2", + "AFL2_PSD_Layer", + "AFL2_Save_PSD", "BridgePreviewNode", "CachePreviewBridge", "ColorAdjustment", + "ComboSetter", "FastCanvas", "FastCanvasComposite", "FastCanvasTool", "GroupSwitcher", - "IPAdapterWeightTypes", "ImageCropper", "ImageSelector", "ImageSizeAdjustment", "InspyrenetRembgLoader", "InspyrenetRembgProcess", + "LG_Counter", "LG_FloatRange", + "LG_ImageLoaderWithCounter", "LG_InstallDependencies", "LG_LatentBatchToList", "LG_LoadImage", + "LG_MaskBatchMerge", + "LG_MaskHoleFiller", "LG_Noise", "LG_PipManager", "LG_SaveImage", "LazySwitch1way", "LazySwitch2way", - "MuterSwitcher" + "MuterSwitcher", + "TransformDataFromString" ], { "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", @@ -8408,6 +12825,26 @@ "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" + ], + { + "title_aux": "ComfyUI-piFlow" + } + ], "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": [ [ "ASCIIAnimationGenerator", @@ -8426,21 +12863,13 @@ "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": [ [ "Inversed Switch", + "RunningHUB API", "Switch" ], { "title_aux": "ComfyUI-WBLESS" } ], - "https://github.com/LargeModGames/comfyui-smart-lora-downloader": [ - [ - "LoRAAutoDownloader", - "WorkflowLoRAScanner" - ], - { - "title_aux": "ComfyUI LoRA Auto Downloader" - } - ], "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": [ [ "LoRA Caption Load", @@ -8466,6 +12895,7 @@ "Texturaizer_ApplyStyleToPrompt", "Texturaizer_CachedCNLoader", "Texturaizer_CachedCheckpointLoader", + "Texturaizer_CircularVAEDecode", "Texturaizer_ClipEncodeSwitchVersion", "Texturaizer_CombinedConditioningFromColors", "Texturaizer_ExtractCNData", @@ -8476,6 +12906,7 @@ "Texturaizer_GetIPAdapterData", "Texturaizer_GetImageData", "Texturaizer_GetJsonData", + "Texturaizer_GetKontextData", "Texturaizer_GetLoraData", "Texturaizer_GetMaterialTileData", "Texturaizer_GetModelName", @@ -8489,17 +12920,43 @@ "Texturaizer_KSamplerAdvanced", "Texturaizer_Placeholder", "Texturaizer_PowerLoraLoader", + "Texturaizer_SeamlessTilingPatch", "Texturaizer_SendImage", "Texturaizer_SetGlobalDir", "Texturaizer_SigmasSelector", "Texturaizer_SwitchAny", "Texturaizer_SwitchLazy", + "Texturaizer_SwitchSmart", "Texturaizer_UseSDXL" ], { "title_aux": "ComfyUI-Texturaizer" } ], + "https://github.com/Laurent2916/comfyui-piq": [ + [ + "ContentScore", + "DISTS", + "DSS", + "FSIM", + "GMSD", + "HaarPSI", + "IW-SSIM", + "LPIPS", + "MDSI", + "MS-SSIM", + "MSGMSD", + "PSNR", + "PieAPP", + "SRSIM", + "SSIM", + "StyleScore", + "VIFp" + ], + { + "title_aux": "comfyui-piq" + } + ], "https://github.com/Layer-norm/comfyui-lama-remover": [ [ "LamaRemover", @@ -8527,6 +12984,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", @@ -8549,6 +13029,7 @@ "CLIPTextEncodeTranslate|LP", "Calculate Target Size By Mask [LP]", "CalculateTargetSizeByMask|LP", + "Check JSON Key [LP]", "ComboToText|LP", "Convert Any To Text [LP]", "Convert Bool To Int [LP]", @@ -8559,11 +13040,15 @@ "Convert Int To Bool [LP]", "Convert Int To Float [LP]", "Convert Int To String [LP]", + "Convert JSON to String [LP]", "Convert String To Bool [LP]", "Convert String To Combo [LP]", "Convert String To Float [LP]", "Convert String To Int [LP]", "Convert String To Number [LP]", + "Convert String to JSON [LP]", + "ConvertJsonToString|LP", + "ConvertStringToJson|LP", "Count Objects [LP]", "CountObjects|LP", "Cropped Aspect Size Parameters [LP]", @@ -8591,12 +13076,15 @@ "Get Filename By Index In Folder [LP]", "Get Iterator Data From Image Folders [LP]", "Get Iterator Data From Videos [LP]", + "Get JSON Length [LP]", + "Get JSON Value [LP]", "GetComfyUIFolderPath|LP", "GetComfyUIHttpFolderPath|LP", "GetFilenameByIndexInFolder|LP", "GetIteratorDataImageFolders|LP", "GetIteratorDataVideos|LP", - "Hard Model Unloader [LP]", + "GetJSONValue|LP", + "Hard Unload All Models [LP]", "HardModelUnloader|LP", "HundredthsSimpleFloatSlider|LP", "Image Data Iterator [LP]", @@ -8614,6 +13102,9 @@ "IntToString|LP", "Iterator [LP]", "Iterator|LP", + "JSONKeyCheckerNode|LP", + "JSONLengthNode|LP", + "JSONStringifierNode|LP", "Keep Only English Tags [LP]", "Keep Only English Words [LP]", "KeepOnlyEnglishTags|LP", @@ -8622,12 +13113,19 @@ "Load LoRA Tag [LP]", "LoadImage|LP", "LoraTagLoader|LP", - "Model Unloader [LP]", + "Merge JSON Node [LP]", + "MergeJSONNode|LP", "ModelUnloader|LP", + "Modify JSON Object [LP]", + "ModifyJSONObject|LP", "Override CLIP Device [LP]", + "Override CLIP Vision Device [LP]", "Override VAE Device [LP]", "OverrideCLIPDevice|LP", + "OverrideCLIPVisionDevice|LP", "OverrideVAEDevice|LP", + "Parse JSON String [LP]", + "ParseJSONString|LP", "Pipe In [LP]", "Pipe Out [LP]", "Pipe [LP]", @@ -8636,6 +13134,8 @@ "Pipe|LP", "Preview Image Bridge [LP]", "PreviewImageForConditions|LP", + "Qwen Image Edit (API) [LP]", + "QwenImageEdit|LP", "Remove Banned Tags From Tags [LP]", "Remove Banned Tags From Text [LP]", "Remove Duplicate Tags [LP]", @@ -8658,7 +13158,9 @@ "Simple Float Slider - Tenths Step [LP]", "Simple Float Slider [LP]", "SimpleFloatSlider|LP", - "Soft Model Unloader [LP]", + "Soft Full Clean RAM and VRAM [LP]", + "Soft Unload Models Data [LP]", + "SoftFullCleanRAMAndVRAM|LP", "SoftModelUnloader|LP", "Split Compound Text [LP]", "SplitCompoundText|LP", @@ -8670,6 +13172,7 @@ "StringToFloat|LP", "StringToInt|LP", "StringToNumber|LP", + "Stringify JSON [LP]", "String|LP", "Tag Category Filter [LP]", "Tag Category Keeper [LP]", @@ -8699,7 +13202,8 @@ "TextTranslateManualAll|LP", "TextTranslateManual|LP", "TextTranslate|LP", - "Text|LP" + "Text|LP", + "Unload Model [LP]" ], { "title_aux": "ComfyUI Level Pixel" @@ -8744,6 +13248,36 @@ "title_aux": "ComfyUI Level Pixel Advanced" } ], + "https://github.com/Lex-DRL/ComfyUI-BestResolution": [ + [ + "BestResolutionFromArea", + "BestResolutionFromAreaUpscale", + "BestResolutionFromAspectRatio", + "BestResolutionPrimCropPadStrategy", + "BestResolutionPrimResPriority", + "BestResolutionScale", + "BestResolutionSimple", + "BestResolutionUpscaledCropPad", + "ImageUpscaleByWithModel" + ], + { + "title_aux": "Best Resolution" + } + ], + "https://github.com/Lex-DRL/ComfyUI-StringConstructor": [ + [ + "StringConstructorDictAddAny", + "StringConstructorDictAddString", + "StringConstructorDictExtractString", + "StringConstructorDictFromText", + "StringConstructorDictPreview", + "StringConstructorFormatter", + "StringConstructorValidateKeys" + ], + { + "title_aux": "String Constructor (Text-Formatting)" + } + ], "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": [ [ "FillImageForOutpainting" @@ -8760,6 +13294,15 @@ "title_aux": "Gemini prompt generator JT version" } ], + "https://github.com/Light-x02/ComfyUI-Civitai-Discovery-Hub": [ + [ + "CivitaiDiscoveryHubNode", + "ClearLoraName" + ], + { + "title_aux": "ComfyUI-Civitai-Discovery-Hub" + } + ], "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": [ [ "DisableNoise", @@ -8769,21 +13312,30 @@ "title_aux": "Flux Settings Node" } ], - "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": [ + "https://github.com/Light-x02/ComfyUI-Lightx02-Nodes": [ [ + "FluxPipeUnpack", + "FluxSettingsPipe", "ImageMetadataLoader", - "ImageMetadataSaver" + "ImageMetadataSaver", + "LMMExtractPromptsNode", + "LatentSettings", + "Loraloadertotext", + "PipeHub", + "PreviewMask", + "UniversalLatentSettings", + "cropImage" ], { - "title_aux": "Image Metadata Nodes" + "title_aux": "Light-x02 Nodes" } ], - "https://github.com/Light-x02/ComfyUI_Crop_Image_By_Lightx02": [ + "https://github.com/Light-x02/ComfyUI-checkpoint-Discovery-Hub": [ [ - "CropImageByLightx02" + "CheckpointDiscoveryHub" ], { - "title_aux": "Crop Image by Lightx02" + "title_aux": "ComfyUI-checkpoint-Discovery-Hub" } ], "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": [ @@ -8798,7 +13350,13 @@ "https://github.com/Lightricks/ComfyUI-LTXVideo": [ [ "AddLatentGuide", + "DynamicConditioning", + "GemmaAPITextEncode", + "GuiderParameters", "ImageToCPU", + "LTXAddImageGuide", + "LTXAddVideoICLoRAGuide", + "LTXAddVideoICLoRAGuideAdvanced", "LTXAttentioOverride", "LTXAttentionBank", "LTXAttnOverride", @@ -8806,6 +13364,7 @@ "LTXFlowEditCFGGuider", "LTXFlowEditSampler", "LTXForwardModelSamplingPred", + "LTXICLoRALoaderModelOnly", "LTXPerturbedAttention", "LTXPrepareAttnInjections", "LTXQ8Patch", @@ -8814,25 +13373,42 @@ "LTXReverseModelSamplingPred", "LTXVAdainLatent", "LTXVAddGuideAdvanced", + "LTXVAddGuideAdvancedAttention", + "LTXVAddLatentGuide", "LTXVApplySTG", "LTXVBaseSampler", + "LTXVDilateVideoMask", + "LTXVDrawTracks", "LTXVExtendSampler", - "LTXVFilmGrain", + "LTXVGemmaCLIPModelLoader", + "LTXVGemmaEnhancePrompt", + "LTXVImgToVideoConditionOnly", "LTXVInContextSampler", - "LTXVLatentUpsampler", + "LTXVInpaintPreprocess", "LTXVLinearOverlapLatentTransition", + "LTXVLoadConditioning", "LTXVLoopingSampler", "LTXVMultiPromptProvider", + "LTXVNormalizingSampler", "LTXVPatcherVAE", + "LTXVPerStepAdainPatcher", + "LTXVPerStepStatNormPatcher", "LTXVPreprocessMasks", "LTXVPromptEnhancer", "LTXVPromptEnhancerLoader", "LTXVQ8LoraModelLoader", + "LTXVSaveConditioning", "LTXVSelectLatents", "LTXVSetVideoLatentNoiseMasks", + "LTXVSparseTrackEditor", + "LTXVStatNormLatent", "LTXVTiledSampler", "LTXVTiledVAEDecode", + "LowVRAMAudioVAELoader", + "LowVRAMCheckpointLoader", + "LowVRAMLatentUpscaleModelLoader", "ModifyLTXModel", + "MultimodalGuider", "STGAdvancedPresets", "STGGuiderAdvanced", "STGGuiderNode", @@ -8842,6 +13418,23 @@ "title_aux": "ComfyUI-LTXVideo" } ], + "https://github.com/Limbicnation/ComfyUI-PromptGenerator": [ + [ + "Limbicnation_PromptGenerator", + "Limbicnation_StyleApplier" + ], + { + "title_aux": "ComfyUI-PromptGenerator" + } + ], + "https://github.com/Limbicnation/ComfyUI-RandomSeedGenerator": [ + [ + "AdvancedSeedGenerator" + ], + { + "title_aux": "ComfyUI-RandomSeedGenerator" + } + ], "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": [ [ "AutoGrabCutRemover", @@ -8967,11 +13560,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", @@ -8984,13 +13582,23 @@ "FluxDeGuidance", "FluxForwardODESampler", "FluxInverseSampler", + "FluxKontextResolution", "FluxNoiseMixer", "FluxReverseODESampler", + "ImageComplexityMap", "InFluxFlipSigmas", "InFluxModelSamplingPred", + "IncrementBatch", + "MaskConditionalPaint", + "MaskGrayValueScaler", + "MaskMultiplyAdvanced", + "MaskMultiplyZeroWins", + "MaskToDenoiseInterpolator", + "MaskUpdateInpaintFromConditioning", "OutFluxModelSamplingPred", "PAGAttention", "PrepareAttnBank", + "QwenEditResolution", "RFDoubleBlocksOverride", "RFSingleBlocksOverride", "RegionalStyleModelApply", @@ -9001,14 +13609,35 @@ "title_aux": "TBG_Enhanced Tiled Upscaler & Refiner FLUX PRO" } ], + "https://github.com/Ltamann/ComfyUI-TBG-SAM3": [ + [ + "TBGLoadSAM3Model", + "TBGSAM3DepthMap", + "TBGSAM3ModelLoaderAdvanced", + "TBGSAM3PromptCollector", + "TBGSam3Segmentation", + "TBGSam3SegmentationBatch" + ], + { + "title_aux": "ComfyUI-TBG-SAM3" + } + ], "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": [ [ "BasicSchedulerNormalized", + "FLUX2JSONPromptGenerator", + "HexConeDenoiseMask", "LogSigmaSamplerNode", "LogSigmaStepSamplerNode", "ModelSamplingFluxGradual", "PolyExponentialSigmaAdder", - "TBG_FluxKontextStabilizer" + "PromptBatchGenerator", + "TBGDifferenceMask", + "TBGDualModelSampler", + "TBGKSamplerAdvancedSplitAware", + "TBG_FluxKontextStabilizer", + "TBG_Preview_Sender_WebSocked", + "VAEDecodeColorFix" ], { "title_aux": "TBG\u2019s ComfyUI Development Takeaways" @@ -9051,6 +13680,25 @@ "title_aux": "ComfyUI-ScenarioPrompt" } ], + "https://github.com/LukeCoulson1/Comfyui_LoraCombine": [ + [ + "CombineLoras", + "LoraInfo" + ], + { + "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" @@ -9068,6 +13716,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", @@ -9160,14 +13816,55 @@ [ "ACE_LatentVisualizer", "APGGuiderForked", + "AceT5ConditioningAnalyzer", + "AceT5ConditioningScheduled", + "AceT5ModelLoader", "AdvancedAudioPreviewAndSave", + "AdvancedMediaSave", + "AdvancedTextNode", + "Aesthetic_Transformer_Node_MD", + "AutoLayoutOptimizer", + "EnhancedAnnotationNode", + "EnhancedSeedSaver", + "FilenameCounterNode", + "FilenameTokenReplacer", + "GPUTemperatureProtectionEnhanced", "HybridAdaptiveSigmas", + "LLMVRAMManager", + "MD_ApplyTPG", + "MD_AudioAutoEQ", + "MD_AutoMasterNode", + "MD_CLIPTokenFinder", + "MD_CustomNoiseGenerator", + "MD_EmptyLatentRatioSelector", + "MD_GlobalUpdateManager", + "MD_InitNoiseOptimizer", + "MD_Mastering_Compressor", + "MD_Mastering_EQ", + "MD_Mastering_Gain", + "MD_Mastering_Limiter", + "MD_MultiNoiseBlender", + "MD_OptimizerSelector", + "MD_Qwen_Image_Edit_Object_Replacer_Node", + "MD_RepoMaintenance", + "MD_SamplerDebug", + "MD_SelfCrossGuider", + "MD_WorkflowContextBus", "MasteringChainNode", "NoiseDecayScheduler_Custom", - "PingPongSampler_Custom", - "PingPongSampler_Custom_FBG", + "PingPongSamplerNodeFBG", + "PingPongSampler_Custom_Lite", "SceneGeniusAutocreator", - "SeedSaver" + "SigmaConcatenate", + "SigmaSmooth", + "SmartColorPaletteManager", + "SmartFilenameBuilder", + "TextFileLoader", + "UniversalGuardian", + "UniversalRoutingHubAdvanced", + "VLM_Confirmation_Gate_Node_MD", + "WildcardPromptBuilder", + "WorkflowSectionOrganizer" ], { "title_aux": "MD Nodes" @@ -9176,38 +13873,118 @@ "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [ [ "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", "\ud83d\udcc1 Get File Path", + "\ud83d\udcc2 Load Images From Path", "\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", "\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pair (Single)", "\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pairs (List)", - "\ud83d\uddbc\ufe0f\ud83d\udcca Metadata Extractor", + "\ud83d\uddbc\ufe0f\ud83d\udcca Metadata Extractor (List)", + "\ud83d\uddbc\ufe0f\ud83d\udcca Metadata Extractor (Single)", "\ud83e\uddf9 String Cleaning" ], { "title_aux": "ComfyUI-mnemic-nodes" } ], + "https://github.com/MONKEYFOREVER2/ComfyUI-CameraForensicRealism": [ + [ + "CameraForensicRealismEngine", + "LUTApply", + "LUTLoader" + ], + { + "title_aux": "ComfyUI-CameraForensicRealism" + } + ], + "https://github.com/MONKEYFOREVER2/ComfyUI-ZenFaceDetailer": [ + [ + "ZenFaceDetailer" + ], + { + "title_aux": "ComfyUI-ZenFaceDetailer" + } + ], + "https://github.com/MONKEYFOREVER2/comfyui-advanced-denoiser": [ + [ + "AdvancedImageDenoiser" + ], + { + "title_aux": "comfyui-advanced-denoiser" + } + ], + "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" @@ -9216,6 +13993,36 @@ "title_aux": "ComfyUI-promptLAB" } ], + "https://github.com/MakkiShizu/ComfyUI-MakkiTools": [ + [ + "AnyImageStitch_makki", + "AnyImagetoConditioning_flux_kontext_makki", + "AutoLoop_create_pseudo_loop_video_makki", + "BatchLoraLoader_makki", + "BooleanSplitter_makki", + "Environment_INFO_makki", + "GetImageNthCount_makki", + "ImageChannelSeparate_makki", + "ImageCountConcatenate_makki", + "ImageHeigthStitch_makki", + "ImageTPSWarp_makki", + "ImageWidthStitch_makki", + "Image_Resize_makki", + "MergeImageChannels_makki", + "Prism_Mirage_makki", + "UniversalInstaller_makki", + "get_folder_info_makki", + "int_calculate_statistics_makki", + "random_any_makki", + "show_type_makki", + "timer_makki", + "translator_m2m100_makki", + "translators_makki" + ], + { + "title_aux": "ComfyUI-MakkiTools" + } + ], "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": [ [ "makitextwildcards", @@ -9239,6 +14046,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", @@ -9249,6 +14064,17 @@ "title_aux": "comfyui_reimgsize" } ], + "https://github.com/Malte0621/hordeai-comfy": [ + [ + "AIHordeImageGenerate", + "AIHordeLora", + "AIHordeModelList", + "AIHordeTextualInversion" + ], + { + "title_aux": "HordeAI" + } + ], "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": [ [ "Image Remove Background (rembg)" @@ -9286,15 +14112,20 @@ "BadmanDesaturate", "BadmanDilateErodeMask", "BadmanIO", + "BadmanInjectLatentNoiseMasked", "BadmanIntUtil", "BadmanMaskBlur", + "BadmanSelectFromList", "BadmanStringSelect", "BadmanStringToInteger", + "BadmanWanOutpaintFrameCalculator", + "BadmanWanThreeFrameToVideo", "BadmanWildCardProcessor", "Badman_Blend", "Badman_ColorTransferLab", "Badman_Concat_String", "Badman_HexGenerator", + "Badman_IO", "Badman_PalletteGenerator", "Badman_Print", "Badman_String" @@ -9330,6 +14161,14 @@ "title_aux": "ComfyUI_MTCLIPEncode" } ], + "https://github.com/Markus-Pasanen/batch_whisper_extension": [ + [ + "BatchWhisperNode" + ], + { + "title_aux": "batch_whisper_extension" + } + ], "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": [ [ "ImageCount", @@ -9341,6 +14180,14 @@ "title_aux": "ComfyUI-DeanLogic" } ], + "https://github.com/MartinDeanMoriarty/ComfyUI-NumberToText": [ + [ + "NumberToTextNode" + ], + { + "title_aux": "ComfyUI-NumberToText" + } + ], "https://github.com/MaruPelkar/comfyui-conditioning-resizer": [ [ "ConditioningResizer" @@ -9383,22 +14230,54 @@ ], "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": [ [ + "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", "Image Scale To Total Pixels (SDXL Safe)", "LatentHalfMasks", "Load Image Batch MXD", + "LoadImageWithPromptsMXD", + "LoadLatent_I2V_MXD", "LoadLatent_WithParams", + "LoadLatents_FromFolder_I2V_MXD", "LoadLatents_FromFolder_WithParams", + "LoadVideoMXD", + "MXDCharacterCreate", + "MXDCharacterEditDelete", + "MXDCharacterPromptEncode", + "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", - "Wan2_2EmptyLatentImageMXD" + "SmartCropByMaskMXD", + "WAN22_I2V_Image_Scaler_MXD", + "WAN22_I2V_Match_Resolution_MXD", + "WAN22_I2V_Video_Prep_Advanced_MXD", + "WAN22_I2V_Video_Prep_MXD", + "Wan22FirstLastImageToVideoMXD", + "Wan22FirstLastImageToVideoSVIMXD", + "Wan22ImageToVideoMXD", + "Wan2_2EmptyLatentImageMXD", + "ZImageTurboEmptyLatentImage", + "wan22EmptyHunyuanLatentVideoMXD" ], { "title_aux": "ComfyUI-MaxedOut" @@ -9436,6 +14315,17 @@ "title_aux": "SimpleToolsNodes" } ], + "https://github.com/Me-gumin/MeComfyuiEncrypt": [ + [ + "ChaosDecrypt", + "ChaosEncrypt", + "PNGDecryptNode", + "PNGEncryptNode" + ], + { + "title_aux": "MeComfyuiEncrypt" + } + ], "https://github.com/MeeeyoAI/ComfyUI_StringOps": [ [ "AddPrefixSuffix", @@ -9512,6 +14402,64 @@ "title_aux": "ComfyUI-OneForOne" } ], + "https://github.com/Meisoftcoltd/ComfyUI-Demucs-AudioSeparator": [ + [ + "DemucsAudioSeparator", + "LoadAudioDirectory" + ], + { + "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", @@ -9522,6 +14470,28 @@ "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" + ], + { + "title_aux": "ComfyUI ML Nodes" + } + ], "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": [ [ "Sam2ContextSegmentation", @@ -9586,12 +14556,16 @@ ], "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": [ [ + "ARC Scheduler", "FluxModelSave_v2", "FluxQuantNode", - "GODARCScheduler", + "GOD Sampler (Advanced)", + "GOD Sampler (Advanced) Ext.", + "GOD Scheduler (Advanced)", "GroqAPIPromptEnhancer", "IntegratedRandomPromptGenerator", "ModelAnalyserNode", + "ODE-EMA Sampler", "TextAppender_v2" ], { @@ -9602,6 +14576,14 @@ "title_aux": "MilitantHitchhiker-SwitchbladePack" } ], + "https://github.com/MilleN2ium/ComfyUI-CutomizableSave": [ + [ + "MyOtherNode" + ], + { + "title_aux": "ComfyUI-CutomizableSave" + } + ], "https://github.com/Mintbeer96/ComfyUI-KerasOCR": [ [ "KerasOCR" @@ -9610,6 +14592,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" @@ -9618,6 +14713,53 @@ "title_aux": "ComfyUI-FBCNN" } ], + "https://github.com/Mister-Link/link-comfy-nodes": [ + [ + "Add Image to Batch", + "Auto Cropper", + "Average Mask Region Size", + "Batch Mask Cropper", + "BatchImageSave", + "Change Latent Dimensions", + "Concat", + "ConvertToPixelArt", + "Crop by BBox", + "Crop to Content", + "Farthest Color", + "Fast Image Preview", + "Hex or 24 Bit Color", + "Image Rotator", + "KSampler Advanced (Dual Output)", + "Load VACE Module", + "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", + "SEGS Flatten", + "Save Folder as ZIP", + "Save To Zip", + "Snap to Divisible", + "Spritesheet Builder", + "Spritesheet Preview", + "Stabilizer Trim", + "Temporal Mask Cropper", + "Trim Conditioning", + "Video Detailer", + "Video Tile Detailer", + "VideoMaskEditor", + "WAN Frame Calculator", + "WAN Frames to Add & Cut" + ], + { + "title_aux": "Link Comfy Nodes" + } + ], "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": [ [ "PreviewSdlImage", @@ -9650,25 +14792,90 @@ "title_aux": "comfyui-save-vpred" } ], + "https://github.com/ModelTC/ComfyUI-LightVAE": [ + [ + "Lightx2v-VAEDecode", + "Lightx2v-VAEDecoderLoader" + ], + { + "title_aux": "ComfyUI-LightVAE" + } + ], + "https://github.com/ModelTC/ComfyUI-Lightx2vWrapper": [ + [ + "LightX2VConfigCombiner", + "LightX2VConfigCombinerV2", + "LightX2VConfigCombinerV3", + "LightX2VInferenceConfig", + "LightX2VLoRALoader", + "LightX2VMemoryOptimization", + "LightX2VModularInference", + "LightX2VModularInferenceV2", + "LightX2VQuantization", + "LightX2VTalkObjectInput", + "LightX2VTalkObjectsCombiner", + "LightX2VTalkObjectsFromFiles", + "LightX2VTalkObjectsFromJSON", + "LightX2VTeaCache" + ], + { + "title_aux": "ComfyUI-Lightx2vWrapper" + } + ], + "https://github.com/Moeblack/ComfyUI-SimpleChat": [ + [ + "GeminiImageEdit", + "GeminiImageGen", + "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", + "iToolsInstructorNode", "iToolsKSampler", "iToolsLineLoader", "iToolsLoadImagePlus", "iToolsLoadImages", "iToolsLoadRandomImage", + "iToolsPaintNode", "iToolsPreviewImage", "iToolsPreviewText", + "iToolsPromptBuilder", "iToolsPromptLoader", "iToolsPromptRecord", "iToolsPromptSaver", "iToolsPromptStyler", "iToolsPromptStylerExtra", "iToolsRegexNode", + "iToolsTestNode", "iToolsTextReplacer", "iToolsVaePreview" ], @@ -9764,13 +14971,13 @@ "MontagenEdgeTTSNode", "MontagenFishAudioCloneNode", "MontagenFishAudioTTSNode", + "MontagenHumandigitalNode", "MontagenImageAdapter", "MontagenImageListAdapter", "MontagenRenderTimeline", "MontagenResourceConvertAudioAdapter", "MontagenSRTListParser", "MontagenStickerAdapter", - "MontagenStickerListAdapter", "MontagenTextAdapter", "MontagenTextListAdapter", "MontagenVideoAdapter", @@ -9830,6 +15037,58 @@ "title_aux": "ComfyUI-StableAudioOpen" } ], + "https://github.com/MoonMoon82/ClipVision_Tools": [ + [ + "CalcEmbeds", + "CompareEmbeds", + "Cond2Embeds", + "DBLoader", + "EditDB", + "EditResults", + "EmbedsInfo", + "FolderScores", + "GenerateDB", + "ImageSearcher", + "LoadDB", + "ResultBrowser", + "ResultBrowserAdvanced", + "ResultCombiner", + "ResultSubtract", + "ScaleEmbeds" + ], + { + "title_aux": "ClipVision_Tools" + } + ], + "https://github.com/Moser9815/ComfyUI-RMAutomation": [ + [ + "RMFaceComposite", + "RMFaceDetectCrop", + "RMImageFallback", + "RMLoraApply", + "RMLoraCollector", + "RMMakeImageBatch", + "RMMaskCombine", + "RMMaskGate", + "RMMaskGateGuide", + "RMMathExpression", + "RMMultiDetectCrop", + "RMNegativeTextEmbed", + "RMPositiveTextEmbed", + "RMPowerLoraLoader", + "RMPowerLoraLoaderPipe", + "RMSaveImageWithMetadata", + "RMSetLatentNoiseMask", + "RMStylesFull", + "RMStylesFullDisplay", + "RMStylesPipe", + "RMStylesPipeOut", + "RMVideoCombine" + ], + { + "title_aux": "ComfyUI-RMAutomation" + } + ], "https://github.com/MovieLabs/comfyui-movielabs-util": [ [ "PublishAsset", @@ -9853,27 +15112,6 @@ "title_aux": "ComfyUI-AnimateAnyone-Evolved" } ], - "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": [ - [ - "SSBeforeAndAfterVideo", - "SSBeforeAndAfterVideoWithDepthMap" - ], - { - "title_aux": "ComfyUI_SSBeforeAfterNode" - } - ], - "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": [ - [ - "SBS_External_Depthmap_by_SamSeen", - "SBS_Image_Uploader", - "SBS_V2_by_SamSeen", - "SBS_Video_Combiner", - "SBS_Video_Uploader" - ], - { - "title_aux": "SideBySide_Stereoscope" - } - ], "https://github.com/Munkyfoot/ComfyUI-TextOverlay": [ [ "Text Overlay" @@ -9882,6 +15120,111 @@ "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", + "ZenkaiPOMLTemplate" + ], + { + "title_aux": "Zenkai-POML for ComfyUI" + } + ], + "https://github.com/MushroomFleet/ComfyUI-FLUX2-JSON": [ + [ + "FLUX2_CameraRig", + "FLUX2_ColorPalette", + "FLUX2_ColorPalettePreset", + "FLUX2_PromptAssembler", + "FLUX2_SceneBuilder", + "FLUX2_StyleSelector", + "FLUX2_SubjectArray", + "FLUX2_SubjectCreator" + ], + { + "title_aux": "ComfyUI-FLUX2-JSON" + } + ], + "https://github.com/MushroomFleet/ComfyUI-Variationator": [ + [ + "PromptActionModifier", + "PromptBatchVariation", + "PromptCameraModifier", + "PromptColorGrading", + "PromptCombiner", + "PromptComposition", + "PromptDetailModifier", + "PromptDistanceModifier", + "PromptEraModifier", + "PromptLightingModifier", + "PromptLocationModifier", + "PromptModifierInfo", + "PromptMoodModifier", + "PromptMultiStyle", + "PromptPresetCollection", + "PromptRandomModifier", + "PromptSeasonalModifier", + "PromptSmartVariation", + "PromptStyleTransform", + "PromptWeatherModifier" + ], + { + "title_aux": "ComfyUI-Variationator" + } + ], + "https://github.com/MushroomFleet/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" + ], + { + "title_aux": "DJZ-Pedalboard" + } + ], "https://github.com/MuziekMagie/ComfyUI-Matchering": [ [ "Matchering", @@ -9924,7 +15267,8 @@ ], "https://github.com/NHLStenden/ComfyUI-ImageBag": [ [ - "EnhancedImageColourTransferNode" + "EnhancedImageColourTransferNode", + "FilmGrainNoiseNode" ], { "title_aux": "ComfyUI-ImageBag" @@ -9932,23 +15276,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", @@ -9964,6 +15328,7 @@ "RTXRemixRemoveLayer", "RTXRemixRestAPIDetails", "RTXRemixSaveLayer", + "RTXRemixSaveTexture", "RTXRemixSetEditTarget", "RTXRemixSetTexture", "RTXRemixStartContext", @@ -9979,6 +15344,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" @@ -10027,12 +15421,24 @@ "title_aux": "ComfyUI-NS-Util" } ], - "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": [ + "https://github.com/Nekodificador/ComfyUI-NKD-Sigmas-Curve": [ [ - "ImageLatentMixer" + "NKDSigmasCurve" ], { - "title_aux": "comfyui-image-mixer" + "title_aux": "ComfyUI-NKD-Sigmas-Curve" + } + ], + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes": [ + [ + "GreatConditioningModifier", + "GreatMultiplySigmas", + "GreatRandomOrganicGradientNode", + "ImageBlendNode", + "InteractiveOrganicGradientNode" + ], + { + "title_aux": "NDDG_Great_Nodes" } ], "https://github.com/NeoGriever/ComfyUI-NeoGriever": [ @@ -10111,32 +15517,81 @@ "LLMModelLoader", "LLMTextEncoder", "T5GEMMALoader", - "T5GEMMATextEncoder" + "T5GEMMATextEncoder", + "t5gemmaApplyLLMToSDXLAdapter" ], { "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", + "ModelPresetManager", + "PresetKSampler", + "PresetToKSampler", + "PreviewImage" + ], + { + "title_aux": "ComfyUI Model Preset Pilot" + } + ], + "https://github.com/NewNoviceChen/ComfyUI-Simple-IndexTTs": [ + [ + "AutoLoadModelNode", + "BatchTTsNode", + "EmotionFromAudioNode", + "EmotionFromTensorNode", + "EmotionFromTextNode", + "MergeEmotionNode", + "TTsNode" + ], + { + "title_aux": "ComfyUI-Simple-IndexTTs" + } + ], "https://github.com/NewNoviceChen/ComfyUI-XingLiu": [ [ "Image2ImageByAlpha", "Image2ImageCustom", "Image2ImageCustomAlpha", + "Image2ImageF1ContentNode", + "Image2VideoKlingNode(can`t use)", "MakeAuth", "MakeControlNet", "MakeHiResFix", "MakeLora", "MergeControlNet", + "MergeImageListNode", "MergeLora", "Text2ImageByAlpha", "Text2ImageCustom", "Text2ImageCustomAlpha", + "Text2ImageF1ContentNode", + "Text2VideoKlingNode", "UploadLibLib" ], { "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" @@ -10145,6 +15600,14 @@ "title_aux": "Segment Any Bedroom Interior" } ], + "https://github.com/Ni-zav/ComfyUI-Checkpoint-Iterator": [ + [ + "CheckpointLoaderIterator" + ], + { + "title_aux": "ComfyUI-Checkpoint-Iterator" + } + ], "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [ [ "LatentTravel" @@ -10153,6 +15616,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", @@ -10178,6 +15670,11 @@ ], "https://github.com/NimaNzrii/comfyui-photoshop": [ [ + "ClipPass", + "PhotoshopConnection", + "PhotoshopToComfyUI", + "SendToPhotoshop", + "modelPass", "\ud83d\udd39 Photoshop RemoteConnection", "\ud83d\udd39ClipPass", "\ud83d\udd39Photoshop ComfyUI Plugin", @@ -10196,6 +15693,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" @@ -10204,6 +15713,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" @@ -10217,6 +15751,7 @@ "AnimeSegmentation", "KenBurnsConfigLoader", "KenBurns_Processor", + "LoadImageFileName", "LoadImageFilename" ], { @@ -10227,16 +15762,39 @@ "title_aux": "ComfyUI_CartoonSegmentation" } ], + "https://github.com/No-22-Github/ComfyUI_RWKV_Studio": [ + [ + "RWKV_ModelLoader_V7", + "RWKV_Translator_Node", + "RWKV_Translator_Node_DE_CPU", + "RWKV_Translator_Node_DE_CUDA" + ], + { + "title_aux": "ComfyUI_RWKV_Studio" + } + ], "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": [ [ "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" } ], + "https://github.com/Noma-Machiko/ComfyUI-ToDevice": [ + [ + "ToCPU", + "ToGPU" + ], + { + "title_aux": "ComfyUI-ToDevice" + } + ], "https://github.com/NotHarroweD/Harronode": [ [ "Harronode" @@ -10355,6 +15913,15 @@ "title_aux": "Allor Plugin" } ], + "https://github.com/NudeJS-dev/ComfyUI-NudeJS-Image2Prompt": [ + [ + "Image2Prompt", + "Text2Prompt" + ], + { + "title_aux": "ComfyUI-NudeJS-Image2Prompt" + } + ], "https://github.com/Nuked88/ComfyUI-N-Nodes": [ [ "CLIPTextEncodeAdvancedNSuite [n-suite]", @@ -10389,10 +15956,10 @@ [ "Context To BasicPipe", "Context To DetailerPipe", - "Control Net Script \ud83d\udcacED", "Detailer (SEGS) \ud83d\udcacED", "Efficient Loader \ud83d\udcacED", "Embedding Stacker \ud83d\udcacED", + "Ext Model Input \ud83d\udcacED", "FaceDetailer \ud83d\udcacED", "Get Booru Tag \ud83d\udcacED", "Int Holder \ud83d\udcacED", @@ -10421,6 +15988,26 @@ "title_aux": "Efficiency Nodes ExtendeD" } ], + "https://github.com/Nynxz/ComfyUI-NynxzNodes": [ + [ + "nynxz.CompareVideo.Options", + "nynxz.Create.CompareVideo.Fade", + "nynxz.Create.CompareVideo.Wipe", + "nynxz.Parse.StringTemplate" + ], + { + "title_aux": "ComfyUI-NynxzNodes" + } + ], + "https://github.com/OKIE5/ComfyUI-CN-Pre": [ + [ + "CN Pre+Loaders: Segmentation", + "Image: Levels" + ], + { + "title_aux": "ComfyUI-CN-Pre" + } + ], "https://github.com/Off-Live/ComfyUI-off-suite": [ [ "Apply CLAHE", @@ -10446,6 +16033,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" @@ -10456,7 +16066,13 @@ ], "https://github.com/OneThingAI/ComfyUI_Onething_Image": [ [ - "OneThingAILoader" + "OneThingAILoader", + "OnethingAIFlux", + "OnethingAIImageGemini", + "OnethingAIImageHunyuan", + "OnethingAIImageOpenAI", + "OnethingAIImageSeedream", + "OnethingAIImageWanxiang" ], { "title_aux": "ComfyUI OneThing AI Node" @@ -10464,7 +16080,7 @@ ], "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext": [ [ - "ModelScopeKontextAPI" + "ModelScopeUniversalAPI" ], { "title_aux": "ComfyUI ModelScope Kontext API Node" @@ -10480,10 +16096,17 @@ "title_aux": "OpalSky Nodes" } ], + "https://github.com/OpenAssetIO/OpenAssetIO-ComfyUI": [ + [ + "OpenAssetIOPublishImage", + "OpenAssetIOResolveImage" + ], + { + "title_aux": "OpenAssetIO" + } + ], "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": [ [ - "Pipe From Parameters", - "Pipe To Parameters", "Prompt Tidy", "Text Switch 2 Way", "Text With Context" @@ -10492,8 +16115,43 @@ "title_aux": "ComfyUI-Simple-Of-Complex" } ], + "https://github.com/OwlvChirotha/ComfyUI-MultiTranslator": [ + [ + "ChatGPTServiceConnectorNode", + "DeepSeekServiceConnectorNode", + "GeminiServiceConnectorNode", + "GeneralLLMServiceConnectorNode", + "KimiServiceConnectorNode", + "LLMLocalModelLoaderNode", + "LLMTranslatorNode", + "OllamaLLMConnectorNode", + "SiliconFlowServiceConnectorNode", + "TranslatorNode", + "ZhiPuServiceConnectorNode" + ], + { + "title_aux": "ComfyUI-MultiTranslator" + } + ], + "https://github.com/OwlvChirotha/ComfyUI-Owlv_Nodes": [ + [ + "AddCustomKontextPreset", + "KontextTextEncode", + "RemoveCustomKontextPreset", + "SaveImageDir" + ], + { + "title_aux": "ComfyUI-Owlv_Nodes" + } + ], "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": [ [ + "ArtistsCSVLoader", + "ArtmovementsCSVLoader", + "CharactersCSVLoader", + "ColorsCSVLoader", + "CompositionCSVLoader", + "LightingCSVLoader", "Load Artists CSV", "Load Artmovements CSV", "Load Characters CSV", @@ -10503,7 +16161,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" @@ -10517,6 +16179,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", @@ -10555,6 +16226,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" @@ -10582,6 +16264,7 @@ "https://github.com/ParisNeo/lollms_nodes_suite": [ [ "Artbot", + "Lollms", "Lollms_Text_Gen", "Lollms_Text_Saver", "RandomizeVideo" @@ -10601,6 +16284,22 @@ "title_aux": "ComfyUI-Malefish-Custom-Scripts" } ], + "https://github.com/PatrickBorkowicz/ComfyUI-ImmichUploader": [ + [ + "ImmichUpload" + ], + { + "title_aux": "ComfyUI-ImmichUploader" + } + ], + "https://github.com/PauldeLavallaz/ComfyUI-CartesiaTTS": [ + [ + "CartesiaTTSNode" + ], + { + "title_aux": "ComfyUI-CartesiaTTS" + } + ], "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": [ [ "ClaudeCustomPrompt" @@ -10609,6 +16308,31 @@ "title_aux": "Claude Prompt Generator" } ], + "https://github.com/PavonicAI/ForgeAI-HeartMuLa": [ + [ + "ForgeAI_HeartMuLa_Generate", + "ForgeAI_HeartMuLa_Transcribe" + ], + { + "title_aux": "ForgeAI-HeartMuLa" + } + ], + "https://github.com/Pedreiro-Digital-Studio-Ltda/ComfyUI-PromptPerfect": [ + [ + "PromptPerfectGPT" + ], + { + "title_aux": "ComfyUI-PromptPerfect" + } + ], + "https://github.com/PenguinTeo/Comfyui-GeminiBanana": [ + [ + "Gemini3ImageNode" + ], + { + "title_aux": "GeminiBanana for ComfyUI" + } + ], "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": [ [ "PenguinTextOnImage" @@ -10657,6 +16381,18 @@ "title_aux": "Remade_nodes" } ], + "https://github.com/PiePieDesign/PiePieTweaks": [ + [ + "PiePiePreviewImage", + "PiePieResolutionFromMegapixels", + "PiePieResolutionPicker", + "PiePieTextConcatenate", + "PiePie_Lucidflux" + ], + { + "title_aux": "PiePieTweaks" + } + ], "https://github.com/PiggyDance/ComfyUI_OpenCV": [ [ "OpenCV_CvtColor", @@ -10687,17 +16423,23 @@ [ "BatchCropFromMaskSimple", "BatchUncropSimple", + "BlendImages", "BlurByMask", "BlurMask", + "CLIPTextEncodeFluxMultiple", + "CLIPTextEncodeMultiple", "CropImage", "CropMaskByBBox", "DSLRNoise", + "GetImageSize", "GradientMaskGenerator", "ImageBlendByMask", "ImageScalePro", "InvertMask", "KSamplerMultiSeed", "KSamplerMultiSeedPlus", + "LMStudioQuery", + "LMStudioUnloadModel", "LensSimulatedBloom", "PreviewImageQueue", "PromptRandomizer", @@ -10709,6 +16451,23 @@ "title_aux": "Pirog's Nodes for ComfyUI" } ], + "https://github.com/PixWizardry/ComfyUI-LTX-GapFill": [ + [ + "GapFillInspector", + "GeminiFillPrompt" + ], + { + "title_aux": "ComfyUI-LTX-GapFill" + } + ], + "https://github.com/PixWizardry/ComfyUI_PixQwenImageEditEnhanced": [ + [ + "PixQwenImageEditEnhanced" + ], + { + "title_aux": "ComfyUI_PixQwenImageEditEnhanced" + } + ], "https://github.com/PixelFunAI/ComfyUI_PixelFun": [ [ "HunyuanLoadAndEditLoraBlocks", @@ -10734,6 +16493,17 @@ "title_aux": "PixelML ComfyUI Nodes" } ], + "https://github.com/Pixelailabs/Joy_Caption_Two_PixelaiLabs": [ + [ + "SimpleLLMCaption", + "SimpleLLMCaptionAdvanced", + "SimpleLLMCaptionBatch", + "SimpleLLMCaptionLoader" + ], + { + "title_aux": "Joy Caption Two - PixelaiLabs Edition" + } + ], "https://github.com/PnthrLeo/comfyUI-PL-data-tools": [ [ "AreasGenerator", @@ -10744,6 +16514,29 @@ "title_aux": "comfyUI-PL-data-tools" } ], + "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video": [ + [ + "BackgroundScaler", + "CalculateNormalsFromImages", + "DetailTransfer", + "ICLightConditioning", + "ICLightVideo", + "LightSource", + "LoadAndApplyICLightUnet", + "LoadHDRImage" + ], + { + "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" @@ -10762,6 +16555,36 @@ "title_aux": "comfyui-zegr" } ], + "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2": [ + [ + "FRED_AutoCropImage_Native_Ratio", + "FRED_AutoImageTile_from_Mask", + "FRED_AutoLoraLoader_5_stacks_simple", + "FRED_AutoLoraLoader_Dynamic", + "FRED_CheckpointLoaderWithName", + "FRED_CropFace", + "FRED_ExecutionTime", + "FRED_ExtractKSampler_parameter", + "FRED_ExtractLora_parameter", + "FRED_ImageLoad", + "FRED_ImageQualityInspector", + "FRED_ImageSaver", + "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", + "FRED_UNETLoaderWithName", + "FRED_WildcardConcat_Dynamic" + ], + { + "title_aux": "ComfyUI FRED Nodes v2" + } + ], "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": [ [ "AdvancedLivePortrait", @@ -10775,6 +16598,357 @@ "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_SavePointCloud", + "DA3_ToMesh", + "DA3_ToPointCloud", + "DepthAnythingV3_MultiView", + "DepthAnythingV3_Streaming", + "DepthAnything_V3", + "DownloadAndLoadDepthAnythingV3Model", + "LoadSALADModel" + ], + { + "title_aux": "ComfyUI-DepthAnythingV3" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack": [ + [ + "GeomPackAddNormalsToPointCloud", + "GeomPackAlphaWrap", + "GeomPackBackdraftView", + "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", + "GeomPackRemesh", + "GeomPackRemeshBlender", + "GeomPackRemeshCGAL", + "GeomPackRemeshGPU", + "GeomPackRemeshSelfIntersections", + "GeomPackRemeshWithTexture", + "GeomPackRemoveDegenerateFaces", + "GeomPackSaveMesh", + "GeomPackSaveMeshBatch", + "GeomPackSplitByField", + "GeomPackSubsamplePointCloud", + "GeomPackTextureToGeometry", + "GeomPackTransformMesh", + "GeomPackUVUnwrap", + "GeomPackVisualizeNormalField", + "RefineMesh", + "ScrambleIntField" + ], + { + "title_aux": "ComfyUI libigl" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-Grounding": [ + [ + "BatchCropAndPadFromMask", + "BboxVisualizer", + "DownLoadSAM2Model", + "GroundingDetector", + "GroundingMaskDetector", + "GroundingMaskModelLoader", + "GroundingModelLoader", + "Sam2Segment" + ], + { + "title_aux": "ComfyUI-Grounding" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-HunyuanX": [ + [ + "HunyuanX_ApplyAndSaveTexturedMesh", + "HunyuanX_BakeMultiViews", + "HunyuanX_BakeMultiviewTextures", + "HunyuanX_CameraConfig", + "HunyuanX_DecodeLatents", + "HunyuanX_EncodeDINO", + "HunyuanX_ExportMesh", + "HunyuanX_GenerateLatents", + "HunyuanX_GenerateMultiviewPBR", + "HunyuanX_ImageToLatents", + "HunyuanX_ImageWithAlphaInput", + "HunyuanX_InPaint", + "HunyuanX_InpaintTextures", + "HunyuanX_LoadDiT", + "HunyuanX_LoadDinoModel", + "HunyuanX_LoadImageWithTransparency", + "HunyuanX_LoadMesh", + "HunyuanX_LoadMultiViewModel", + "HunyuanX_LoadVAE", + "HunyuanX_MeshGenerator", + "HunyuanX_MeshUVWrap", + "HunyuanX_MultiViewsGenerator", + "HunyuanX_PostprocessMesh", + "HunyuanX_PrepareImageForDINO", + "HunyuanX_PreviewTrimesh", + "HunyuanX_RenderConditioningMaps", + "HunyuanX_RenderRGBMultiview", + "HunyuanX_VAEDecode", + "HunyuanX_VAELoader" + ], + { + "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", + "HunyuanX_BakeMultiViews", + "HunyuanX_BakeMultiviewTextures", + "HunyuanX_CameraConfig", + "HunyuanX_DecodeLatents", + "HunyuanX_EncodeDINO", + "HunyuanX_ExportMesh", + "HunyuanX_GenerateLatents", + "HunyuanX_GenerateMultiviewPBR", + "HunyuanX_ImageToLatents", + "HunyuanX_ImageWithAlphaInput", + "HunyuanX_InPaint", + "HunyuanX_InpaintTextures", + "HunyuanX_LoadDiT", + "HunyuanX_LoadDinoModel", + "HunyuanX_LoadImageWithTransparency", + "HunyuanX_LoadMesh", + "HunyuanX_LoadMultiViewModel", + "HunyuanX_LoadVAE", + "HunyuanX_MeshGenerator", + "HunyuanX_MeshUVWrap", + "HunyuanX_MultiViewsGenerator", + "HunyuanX_PostprocessMesh", + "HunyuanX_PrepareImageForDINO", + "HunyuanX_PreviewTrimesh", + "HunyuanX_RenderConditioningMaps", + "HunyuanX_RenderRGBMultiview", + "HunyuanX_VAEDecode", + "HunyuanX_VAELoader" + ], + { + "title_aux": "ComfyUI-MeshCraft" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-NeurCADRecon": [ + [ + "LoadNeurCADReconModel", + "NeurCADReconInference", + "NeurCADReconLoadCheckpoint", + "NeurCADReconTrain" + ], + { + "title_aux": "ComfyUI-NeurCADRecon" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-SAM3": [ + [ + "LoadSAM3Model", + "SAM3BBoxCollector", + "SAM3CombineBoxes", + "SAM3CombinePoints", + "SAM3CreateBox", + "SAM3CreatePoint", + "SAM3Grounding", + "SAM3InteractiveCollector", + "SAM3MultiRegionCollector", + "SAM3MultipromptSegmentation", + "SAM3PointCollector", + "SAM3Propagate", + "SAM3Segmentation", + "SAM3VideoOutput", + "SAM3VideoSegmentation" + ], + { + "title_aux": "ComfyUI-SAM3" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody": [ + [ + "LoadSAM3DBodyModel", + "SAM3DBodyAddMeshToSkeleton", + "SAM3DBodyExportFBX", + "SAM3DBodyExportMesh", + "SAM3DBodyExportMultipleFBX", + "SAM3DBodyGetVertices", + "SAM3DBodyLoadMesh", + "SAM3DBodyLoadSkeleton", + "SAM3DBodyPreviewRiggedMesh", + "SAM3DBodyProcess", + "SAM3DBodyProcessAdvanced", + "SAM3DBodyProcessMultiple", + "SAM3DBodySaveSkeleton", + "SAM3DBodySelectMesh", + "SAM3DBodyVisualize" + ], + { + "title_aux": "ComfyUI-SAM3DBody" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-SECADNET": [ + [ + "LoadSECADNetModel", + "MeshToVoxel", + "SECADNetFinetune", + "SECADNetInference", + "SECADNetLatentToMesh" + ], + { + "title_aux": "ComfyUI-SECADNET" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-Sharp": [ + [ + "AlignDepthMaps", + "LoadImageWithExif", + "LoadSharpModel", + "MergeGaussians", + "ProjectDepthToPanorama", + "SamplePanorama", + "SharpPredict", + "SharpPredictDepth" + ], + { + "title_aux": "ComfyUI-Sharp" + } + ], + "https://github.com/Praveenhalder/ComfyUI-DeOldify": [ + [ + "DeOldifyClearCache", + "DeOldifyColorize" + ], + { + "title_aux": "ComfyUI DeOldify" + } + ], + "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/Premik/ComfyUI-ImgPatchEditor": [ + [ + "ImgPatchNode" + ], + { + "title_aux": "ComfyUI-ImgPatchEditor" + } + ], "https://github.com/PressWagon/ComfyUI-StringsAndThings": [ [ "DebugString", @@ -10832,6 +17006,17 @@ "title_aux": "ComfyUI_pytorch360convert" } ], + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert_video": [ + [ + "Create 360 Sweep Frames", + "Create 360 Sweep Frames Tensor", + "Create360SweepVideoFramesNode", + "Create360SweepVideoFramesTensorNode" + ], + { + "title_aux": "ComfyUI_pytorch360convert_video" + } + ], "https://github.com/PrunaAI/ComfyUI_pruna": [ [ "CacheModelAdaptive", @@ -10877,6 +17062,14 @@ "title_aux": "CSV Styler" } ], + "https://github.com/Pythza/ComfyUI-Pythza": [ + [ + "PythzaNodeNavigator" + ], + { + "title_aux": "ComfyUI-Pythza" + } + ], "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": [ [ "DateTimeFormatterNode" @@ -10912,6 +17105,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", @@ -10935,6 +17137,24 @@ "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" + ], + { + "title_aux": "ComfyUI Queue Manager" + } + ], "https://github.com/R5-Revo/llm-node-comfyui": [ [ "UniversalLLMNode" @@ -10943,6 +17163,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", @@ -10953,7 +17183,8 @@ "SaveAudioOpusExtended", "SaveImageExtended", "SaveVideoExtended", - "SaveWEBMExtended" + "SaveWEBMExtended", + "SaveWorkflowExtended" ], { "title_aux": "comfyui-save-file-extended" @@ -10984,17 +17215,36 @@ "title_aux": "ComfyUI-RBG-ImageStitchPlus" } ], - "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": [ + "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance": [ [ - "RS_SaturationSwitch" + "RBG_Smart_Seed_Variance" ], { - "title_aux": "ComfyUI_RS-SaturationNode" + "title_aux": "ComfyUI-RBG-SmartSeedVariance" + } + ], + "https://github.com/Randy420Marsh/civitai-api-url-resolver": [ + [ + "CivitaiShareToDirectURL" + ], + { + "title_aux": "Civitai URL Resolver for ComfyUI" + } + ], + "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes": [ + [ + "LoadTextFile_Rathius", + "SimpleTextMixer" + ], + { + "title_aux": "Rathius_ComfyNodes" } ], "https://github.com/Raykosan/ComfyUI_RaykoStudio": [ [ - "RS_RusTextOverlay" + "LoadImageWithText", + "RS_SaturationSwitch", + "SaveImagePair" ], { "title_aux": "ComfyUI_RaykoStudio" @@ -11017,6 +17267,7 @@ ], "https://github.com/ReBeating/ComfyUI-Artist-Selector": [ [ + "ArtistLoader", "LoadArtistTag" ], { @@ -11068,6 +17319,15 @@ "title_aux": "ComfyUI-RenderRiftNodes" } ], + "https://github.com/Revmagi/DDM_bundle": [ + [ + "DDM_GetNode", + "DDM_SetNode" + ], + { + "title_aux": "DDM Bundle - ComfyUI Custom Nodes" + } + ], "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": [ [ "CLIPSlider" @@ -11092,6 +17352,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", @@ -11140,6 +17410,14 @@ "title_aux": "RiceRound Cloud Node" } ], + "https://github.com/Rimor-dev/ComfyUI-any_alarm": [ + [ + "AnyAlarm" + ], + { + "title_aux": "ComfyUI-any_alarm" + } + ], "https://github.com/Rinsanga1/comfyui-florence2xy": [ [ "Florence2toCoordinatesButxy", @@ -11151,17 +17429,52 @@ ], "https://github.com/Rizzlord/ComfyUI-RizzNodes": [ [ - "RizzAnything", + "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", - "RizzUpscaleImageBatch" + "RizzPreviewAudio", + "RizzPreviewImage", + "RizzPreviewTiling", + "RizzPreviewVideo", + "RizzSaveAudio", + "RizzSaveImage", + "RizzSaveVideo", + "RizzSeparateVideoAudio", + "RizzTextcombine", + "RizzTimelineEditor", + "RizzUpscaleImageBatch", + "RizzVideoEffects", + "SaveMultiviewImages", + "SimplifyMesh", + "SplitImageBatch", + "VideoSecondsToLength" ], { "title_aux": "ComfyUI-RizzNodes" @@ -11227,39 +17540,211 @@ "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 Inference Settings", + "Runware Audio Inference Settings Voice Modify", + "Runware Audio Inference Speech", + "Runware Audio Inputs Combine", + "Runware Audio Model Search", + "Runware Audio Sections", "Runware Background Removal", + "Runware BlackForest Labs Provider Settings", + "Runware Bria Provider Mask", + "Runware Bria Provider Settings", + "Runware Bytedance Provider Settings", "Runware ControlNet", "Runware ControlNet Combine", "Runware ControlNet PreProcessor", - "Runware DeepCache", + "Runware ElevenLabs Provider Settings", + "Runware ElevenLabs Provider Settings Sections", "Runware Embedding Search", "Runware Embeddings Combine", + "Runware Frame Images", + "Runware Google Provider Settings", "Runware IPAdapter", "Runware IPAdapters Combine", + "Runware Image Advanced Feature Input", "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 TeaCache", - "Runware VAE Search" + "Runware Regional Prompting Advanced Feature", + "Runware Regional Prompting Advanced Feature Regions", + "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 Inference Settings", + "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 Watermark Advanced Feature", + "Runware xAI Provider Settings", + "Runware3DInference", + "Runware3DInferenceInputs", + "Runware3DInferenceSettings", + "Runware3DInferenceSettingsShapeSlat", + "Runware3DInferenceSettingsSparseStructure", + "Runware3DInferenceSettingsTexSlat", + "RunwareAlibabaProviderSettings", + "RunwareAudioInferenceInputs", + "RunwareAudioInferenceSpeech", + "RunwareAudioInput", + "RunwareAudioInputCombine", + "RunwareAudioSettings", + "RunwareAudioSettingsVoiceModify", + "RunwareBlackForestProviderSettings", + "RunwareBriaProviderMask", + "RunwareBriaProviderSettings", + "RunwareBytedanceProviderSettings", + "RunwareFrameImages", + "RunwareGoogleProviderSettings", + "RunwareImageInferenceAdvancedFeatures", + "RunwareKlingMultiPromptSegment", + "RunwareKlingProviderSettings", + "RunwareKlingProviderSettingsMultiPrompt", + "RunwareLightricksProviderSettings", + "RunwareLoadMesh", + "RunwareLumaProviderSettings", + "RunwareMidjourneyProviderSettings", + "RunwareMiniMaxProviderSettings", + "RunwareMireloProviderSettings", + "RunwareOpenAIProviderSettings", + "RunwarePixverseProviderSettings", + "RunwareRecraftColor", + "RunwareRecraftProviderSettings", + "RunwareRegionalPromptingAdvancedFeature", + "RunwareRegionalPromptingAdvancedFeatureRegions", + "RunwareRunwayProviderSettings", + "RunwareSafetyInputs", + "RunwareSave3D", + "RunwareSettings", + "RunwareSourcefulProviderSettings", + "RunwareSourcefulProviderSettingsFonts", + "RunwareSpeechInput", + "RunwareSpeechInputCombine", + "RunwareSyncProviderSettings", + "RunwareSyncSegment", + "RunwareUltralyticsInputs", + "RunwareUltralyticsProviderSettings", + "RunwareVectorize", + "RunwareVideoAdvancedFeatureInputs", + "RunwareVideoBgRemoval", + "RunwareVideoInferenceOutputs", + "RunwareVideoInputsFrameImages", + "RunwareVideoInputsReferences", + "RunwareVideoSettings", + "RunwareVideoUpscaler", + "RunwareWanAnimateAdvancedFeatureSettings", + "RunwareWatermarkAdvancedFeature", + "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)", @@ -11281,9 +17766,6 @@ "ImageResizeCalculator(FaceParsing)", "ImageResizeWithBBox(FaceParsing)", "ImageSize(FaceParsing)", - "LatentCropWithBBox(FaceParsing)", - "LatentInsertWithBBox(FaceParsing)", - "LatentSize(FaceParsing)", "MaskBatchComposite(FaceParsing)", "MaskBlackOut(FaceParsing)", "MaskBorderDissolve(FaceParsing)", @@ -11292,8 +17774,7 @@ "MaskCropWithBBox(FaceParsing)", "MaskInsertWithBBox(FaceParsing)", "MaskListSelect(FaceParsing)", - "MaskToBBoxList(FaceParsing)", - "SkinDetectTraditional(FaceParsing)" + "MaskToBBoxList(FaceParsing)" ], { "title_aux": "comfyui_face_parsing" @@ -11313,6 +17794,52 @@ "title_aux": "comfyui_io_helpers" } ], + "https://github.com/S4MUEL-404/ComfyUI-Prepack": [ + [ + "PrepackCalculator", + "PrepackCondArea", + "PrepackGetPipe", + "PrepackKsampler", + "PrepackKsamplerAdvanced", + "PrepackLoras", + "PrepackLorasAndMSSD3", + "PrepackModelDualCLIP", + "PrepackModelSingleCLIP", + "PrepackNumberTypeConverter", + "PrepackSeed", + "PrepackSetPipe", + "\ud83d\udc80Prepack Calculator", + "\ud83d\udc80Prepack Int Combine", + "\ud83d\udc80Prepack Int Split", + "\ud83d\udc80Prepack Logic Int", + "\ud83d\udc80Prepack Logic String", + "\ud83d\udc80Prepack Merge Selector", + "\ud83d\udc80Prepack Number Type Converter", + "\ud83d\udc80Prepack Save By File Name" + ], + { + "title_aux": "ComfyUI Prepack" + } + ], + "https://github.com/S4MUEL-404/ComfyUI-PromptsO": [ + [ + "\ud83d\udc80S4AnyToString", + "\ud83d\udc80S4ImageWithGemini", + "\ud83d\udc80S4ImageWithGrok", + "\ud83d\udc80S4PromptsCombine", + "\ud83d\udc80S4PromptsFromJanusPro", + "\ud83d\udc80S4PromptsInput", + "\ud83d\udc80S4PromptsReplace", + "\ud83d\udc80S4PromptsSplit", + "\ud83d\udc80S4TextWithDeepseek", + "\ud83d\udc80S4TextWithGemini", + "\ud83d\udc80S4TextWithGrok", + "\ud83d\udc80S4TextWithOpenAI" + ], + { + "title_aux": "ComfyUI-PromptsO" + } + ], "https://github.com/S4MUEL-404/ComfyUI-S4Motion": [ [ "\ud83d\udc80Motion Config", @@ -11323,7 +17850,12 @@ "\ud83d\udc80Motion Position On Path", "\ud83d\udc80Motion Rotation", "\ud83d\udc80Motion Scale", - "\ud83d\udc80Motion Shake" + "\ud83d\udc80Motion Shake", + "\ud83d\udc80Video Combine", + "\ud83d\udc80Video Crop", + "\ud83d\udc80Video Frames", + "\ud83d\udc80Video Info", + "\ud83d\udc80Video Resize" ], { "title_aux": "ComfyUI S4Motion" @@ -11331,25 +17863,32 @@ ], "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": [ [ - "CombineImageBatch", - "GetImageBatch", "ImageAdjustment", + "ImageAdjustmentColor", "ImageBlendWithAlpha", "ImageBoard", "ImageColor", + "ImageColorPicker", "ImageCombine", "ImageCropToFit", "ImageFromBase64", + "ImageFromFolder", + "ImageFromFolderByIndex", + "ImageFromURL", "ImageGetColor", "ImageMaskExpand", "ImageOverlay", "ImagePalette", "ImagePalette631", + "ImagePaletteContrary", "ImagePrimaryColor", + "ImageRMBG", + "ImageRemoveAlpha", "ImageResize", + "ImageSAM", + "ImageSAM2", "ImageTilingPattern", - "ImageToBase64", - "SetImageBatch" + "ImageToBase64" ], { "title_aux": "ComfyUI S4Tool Image" @@ -11375,6 +17914,15 @@ "title_aux": "ComfyUI SaveAS" } ], + "https://github.com/SKBv0/ComfyUI_BlendPack": [ + [ + "BlendJoiner", + "BlendVideoCombine" + ], + { + "title_aux": "ComfyUI_BlendPack" + } + ], "https://github.com/SKBv0/ComfyUI_SKBundle": [ [ "AspectRatioAdvanced", @@ -11393,6 +17941,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", @@ -11404,6 +17974,20 @@ "title_aux": "ComfyUI-Image-Selector" } ], + "https://github.com/SLVGITHUB/QWEN3_TTS_DVA": [ + [ + "QwenTTSAudioSaver", + "QwenTTSBatchGenerate", + "QwenTTSConfig", + "QwenTTSEmotionMixer", + "QwenTTSGenerate", + "QwenTTSModelLoader", + "QwenTTSVoiceClone" + ], + { + "title_aux": "DVA_Qwen_TTS" + } + ], "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": [ [ "MSSqlSelectNode", @@ -11508,6 +18092,48 @@ "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", + "Maya1TTS_Combined" + ], + { + "title_aux": "Maya1 TTS" + } + ], + "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": [ + [ + "Seedream4_Replicate" + ], + { + "title_aux": "Seedream4 Replicate" + } + ], + "https://github.com/Saganaki22/ComfyUI-Step_Audio_EditX_TTS": [ + [ + "StepAudio_AudioEdit", + "StepAudio_VoiceClone" + ], + { + "title_aux": "Step Audio EditX TTS" + } + ], + "https://github.com/Saganaki22/ComfyUI-dotWaveform": [ + [ + "DottedWaveformVisualizer" + ], + { + "title_aux": "dotWaveform" + } + ], "https://github.com/SamKhoze/ComfyUI-DeepFuze": [ [ "DeepFuze Save", @@ -11522,6 +18148,45 @@ "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/SamSeenX/ComfyUI_SSBeforeAfterNode": [ + [ + "SSBeforeAndAfterVideo", + "SSBeforeAndAfterVideoWithDepthMap" + ], + { + "title_aux": "ComfyUI_SSBeforeAfterNode" + } + ], + "https://github.com/SamSeenX/ComfyUI_SSStereoscope": [ + [ + "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" + ], + { + "title_aux": "SideBySide_Stereoscope" + } + ], "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": [ [ "CombineLayoutTracksNode", @@ -11533,6 +18198,8 @@ ], "https://github.com/SamTyurenkov/comfyui_chatgpt": [ [ + "BananaImageEditNode", + "BananaImageGenerationNode", "ChatGPTImageEditNode", "ChatGPTImageGenerationNode", "ImageToBase64" @@ -11541,8 +18208,21 @@ "title_aux": "comfyui_chatgpt" } ], + "https://github.com/Sampkao/ComfyUI-Amage": [ + [ + "Amage All in One", + "Amage FPS Converter", + "Amage STT", + "Amage Text" + ], + { + "title_aux": "ComfyUI-Amage" + } + ], "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": [ [ + "ConvertVideoFFmpeg_san4itos", + "LoadVideoByPath_san4itos", "SaveFramesToVideoFFmpeg_san4itos" ], { @@ -11583,11 +18263,52 @@ "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", + "MyNodesForLLM", + "MyNodesForRAG" + ], + { + "title_aux": "ComfyUiRagCustomNodes" + } + ], "https://github.com/Santodan/santodan-custom-nodes-comfyui": [ [ + "ExcludedLoras", + "ExtractAndApplyLoRAs", + "ListSelector", "LoRACachePreloader", + "LoraMetadataHub", + "ModelAssembler", + "PromptListWithTemplates", "RandomLoRACustom", - "RandomLoRAFolder" + "RandomLoRACustomModel", + "RandomLoRAFolder", + "RandomLoRAFolderModel", + "Save Workflow & Shutdown", + "SaveWorkflowAndShutdown", + "SplitBatchWithPrefix", + "WildcardManager" ], { "title_aux": "Santodan Random LoRA Node" @@ -11605,6 +18326,27 @@ "title_aux": "Omini Kontext" } ], + "https://github.com/SatadalAI/SATA_UtilityNode": [ + [ + "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" + ], + { + "title_aux": "SATA UtilityNode Node for ComfyUI" + } + ], "https://github.com/SaturMars/ComfyUI-NVVFR": [ [ "NVVFR" @@ -11688,6 +18430,40 @@ "title_aux": "ComfyUI-DiffusersLoader" } ], + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": [ + [ + "Brightness", + "CameraDepthDOF", + "Contrast", + "DepthDOF", + "Dither", + "DualEaseCosineScheduler", + "EmptyLatent", + "Exposure", + "HighlightShadow", + "Hue", + "ImageResize", + "ImageRotate", + "ImageRotation", + "ImageTranslation", + "ImageZoom", + "LatentNoise", + "MaskFilter", + "MaskProcessor", + "MaskResize", + "MaskRotation", + "MaskTranslation", + "MaskZoom", + "RAMImageCompare", + "RAMPreviewImage", + "Saturation", + "SigmaVisualizer", + "Temperature" + ], + { + "title_aux": "WtlNodes" + } + ], "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": [ [ "OllamaCLIPTextEncode", @@ -11711,6 +18487,78 @@ "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" + ], + { + "title_aux": "ComfyUI Image Compare" + } + ], + "https://github.com/Sean-Bradley/ComfyUI-Remove-Background": [ + [ + "SBCODERemoveBackground" + ], + { + "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" + ], + { + "title_aux": "ComfyUI Video Reverse" + } + ], + "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam": [ + [ + "VirtualCamNode" + ], + { + "title_aux": "ComfyUI Virtual Webcam" + } + ], + "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone": [ + [ + "DetectWatermarkNode", + "VoiceCloneNode", + "VoiceReplaceNode" + ], + { + "title_aux": "ComfyUI Voice Clone" + } + ], + "https://github.com/SeanBRVFX/ComfyUI-CorridorKey": [ + [ + "CorridorKey" + ], + { + "author": "local", + "description": "ComfyUI node for CorridorKey inference.", + "nickname": "CorridorKey", + "title": "ComfyUI-CorridorKey", + "title_aux": "ComfyUI-CorridorKey" + } + ], "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": [ [ "AutoVisionModelLoader", @@ -11722,9 +18570,7 @@ "ParseBoundingBoxes", "ParsePoints", "PixtralGenerateText", - "PixtralImageEncode", "PixtralModelLoader", - "PixtralTextEncode", "PlotPoints", "RegexFindAll", "RegexSearch", @@ -11822,7 +18668,6 @@ "SeargeSDXLSampler", "SeargeSDXLSampler2", "SeargeSDXLSamplerV3", - "SeargeSamplerAdvanced", "SeargeSamplerInputs", "SeargeSaveFolderInputs", "SeargeSeparator", @@ -11836,6 +18681,33 @@ "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" + ], + { + "title_aux": "comfyui-image-labeler" + } + ], "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": [ [ "WebpToPngSequence" @@ -11844,6 +18716,15 @@ "title_aux": "ComfyUI-WebpToPNGSequence" } ], + "https://github.com/Semonxue/Comfyui-flexai": [ + [ + "flexai:openai_image", + "flexai:openai_text" + ], + { + "title_aux": "ComfyUI FlexAI Nodes" + } + ], "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": [ [ "HuggingFaceTextToImage" @@ -11852,6 +18733,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" @@ -11860,23 +18754,20 @@ "title_aux": "ComfyUI Asset Downloader" } ], - "https://github.com/Shadetail/ComfyUI_Eagleshadow": [ + "https://github.com/SethRobinson/comfyui-workflow-to-api-converter-endpoint": [ [ - "Batch 12 Images", - "Detect Transparency", - "Fix Checkpoint Name", - "ImageLinearGammaCompositeMasked", - "KSampler Same Noise", - "MaskGlow", - "OffsetImage", - "Round Float to String", - "SaveImageToFolder", - "Select ControlNet", - "Select Model 20", - "Simple Load Image Batch" + "WorkflowToAPIConverter" ], { - "title_aux": "Eagleshadow Custom Nodes" + "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": [ @@ -11890,6 +18781,70 @@ "title_aux": "ComfyUI-IPAdapter-Flux" } ], + "https://github.com/ShammiG/ComfyUI-Image_Properties_SG": [ + [ + "LoadImageandviewPropertiesSG", + "PreviewImageandviewPropertiesSG", + "SaveImageFormatQualityPropertiesSG", + "ViewImagePropertiesSG" + ], + { + "title_aux": "ComfyUI Image Properties SG" + } + ], + "https://github.com/ShammiG/ComfyUI-Show-Clock-in-CMD-Console-SG": [ + [ + "ShowClockinCMDconsoleSG" + ], + { + "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", + "SimpleReadableMetadataVideoSG" + ], + { + "title_aux": "ComfyUI-Simple_Readable_Metadata-SG" + } + ], + "https://github.com/ShammiG/ComfyUI-VAE-Timestamp-Clock-SG": [ + [ + "VAEClockStartSG", + "VAEClockStopSG" + ], + { + "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", @@ -11899,6 +18854,19 @@ "title_aux": "ComfyUI Timer Nodes" } ], + "https://github.com/Shellishack/comfyui_remote_media_io": [ + [ + "LoadRemoteAudio", + "LoadRemoteImage", + "LoadRemoteVideo", + "SaveAudioToRemote", + "SaveImageToRemote", + "SaveVideoToRemote" + ], + { + "title_aux": "comfyui_remote_media_io" + } + ], "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": [ [ "CropImageByRect", @@ -11916,6 +18884,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", @@ -11925,6 +18906,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", @@ -11934,8 +18928,20 @@ "title_aux": "ComfyUI_DiffusionModel_fp8_converter" } ], + "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_advanced": [ + [ + "FreeU_B_Scaling", + "FreeU_S_Scaling_AdaptiveCap", + "FreeU_V2_timestepadd" + ], + { + "title_aux": "ComfyUI_FreeU_V2_advanced" + } + ], "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": [ [ + "FreeU_B_Scaling", + "FreeU_S_Scaling_AdaptiveCap", "FreeU_V2_timestepadd" ], { @@ -11944,7 +18950,10 @@ ], "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": [ [ - "ASCIIArtNodeV3" + "ASCIIArtCustomFont", + "ASCIIArtNodeV3", + "ASCIINovelTextArt", + "ASCIITextLayoutPlanner" ], { "title_aux": "ComfyUI-color-ascii-art-node" @@ -11956,10 +18965,12 @@ "BboxSplit", "Cascade", "ImageFilters", + "LMS_VisionController", "Luts", "LutsAdvanced", "RemoveAreaByMask", "RemoveBackground", + "RemoveNoise", "SeedGenerator", "Waifu2x" ], @@ -11969,6 +18980,7 @@ ], "https://github.com/ShinChven/sc-comfy-nodes": [ [ + "Aspect Ratio", "Rescale Node", "Width & Height" ], @@ -12143,6 +19155,14 @@ "title_aux": "ComfyUI-LatentSyncWrapper" } ], + "https://github.com/ShmuelRonen/ComfyUI-NanoBanano": [ + [ + "ComfyUI_NanoBanana" + ], + { + "title_aux": "ComfyUI-NanoBanano" + } + ], "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": [ [ "OrpheusAudioEffects", @@ -12172,6 +19192,7 @@ ], "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ [ + "SVDResizer", "SVDRsizer" ], { @@ -12225,14 +19246,6 @@ "title_aux": "ComfyUI_ChatterBox_Voice" } ], - "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": [ - [ - "FluxPro11WithFinetune" - ], - { - "title_aux": "ComfyUI Flux 1.1 Ultra & Raw Node" - } - ], "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": [ [ "Gemini_Flash_002" @@ -12303,6 +19316,14 @@ "title_aux": "comfyui-openai_fm" } ], + "https://github.com/ShmuelRonen/flux_pro_integrative": [ + [ + "FluxProIntegrative" + ], + { + "title_aux": "ComfyUI Flux Pro Integrative - Enhanced Flux API Node" + } + ], "https://github.com/ShmuelRonen/google_moogle": [ [ "googletrans" @@ -12320,6 +19341,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" @@ -12343,6 +19400,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", @@ -12377,16 +19457,18 @@ "title_aux": "Snap Style Nodes for ComfyUI" } ], - "https://github.com/SijieMei/ComfyUI-promptHistory": [ + "https://github.com/SilentZhang/comfyui-encrypt": [ [ - "PromptHistory" + "RSAEncryptNode", + "RSAKeyGeneratorNode" ], { - "title_aux": "ComfyUI-Prompt-History" + "title_aux": "comfyui-encrypt" } ], "https://github.com/SilverAndJade/comfyui-silver-nodes": [ [ + "SilverCivitAILoader", "SilverFileTextLoader", "SilverFlickrRandomImage", "SilverFolderFilePathLoader", @@ -12442,31 +19524,28 @@ "title_aux": "AnimateDiff" } ], - "https://github.com/SlackinJack/asyncdiff_comfyui": [ + "https://github.com/Slartibart23/ComfyUI-FixedSeedController": [ [ - "ADADSampler", - "ADControlNetLoader", - "ADIPAdapterLoader", - "ADLoraLoader", - "ADModelLoader", - "ADMultiLoraCombiner", - "ADPipelineConfig", - "ADSDSampler", - "ADSDUpscaleSampler", - "ADSVDSampler", - "ADSchedulerSelector" + "FixedSeedController" ], { - "title_aux": "asyncdiff_comfyui" + "title_aux": "ComfyUI-FixedSeedController" } ], - "https://github.com/SlackinJack/distrifuser_comfyui": [ + "https://github.com/Slartibart23/comfyui-sentence-filter": [ [ - "DFPipelineConfig", - "DFSampler" + "SentenceFilterNode" ], { - "title_aux": "distrifuser_comfyui" + "title_aux": "comfyui-sentence-filter" + } + ], + "https://github.com/Slartibart23/comfyui-watermark-remover": [ + [ + "WatermarkRemoverNode" + ], + { + "title_aux": "comfyui-watermark-remover" } ], "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": [ @@ -12514,6 +19593,42 @@ "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" + ], + { + "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" @@ -12527,7 +19642,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" @@ -12568,7 +19687,6 @@ ], "https://github.com/Sorcerio/MBM-Music-Visualizer": [ [ - "id", "mbmAudioFeatureCalculator", "mbmAudioLoader", "mbmImageConcat", @@ -12582,12 +19700,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" @@ -12595,38 +19724,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" ], @@ -12636,7 +19814,8 @@ ], "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": [ [ - "Conditional Interrupt" + "Conditional Interrupt", + "ConditionalInterrupt" ], { "title_aux": "ComfyUI-ConditionalInterrupt" @@ -12675,6 +19854,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", @@ -12684,6 +19883,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" @@ -12707,6 +19923,46 @@ "title_aux": "ComfyUI-FunAudioLLM" } ], + "https://github.com/Spin256/spin256-comfyui": [ + [ + "Spin256IntSelector", + "Spin256SizeSelector", + "Spin256StringSelector" + ], + { + "title_aux": "spin256-comfyui" + } + ], + "https://github.com/SquirrelRat/MultiString-Prompts": [ + [ + "MultiStringPrompts", + "MultiStringPromptsEncode" + ], + { + "title_aux": "MultiString Prompts" + } + ], + "https://github.com/SquirrelRat/WanVideoLooper": [ + [ + "WanVideoLooper", + "WanVideoLooperPrompts", + "WanVideoLoraSequencer" + ], + { + "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", @@ -12740,6 +19996,19 @@ "title_aux": "stability-ComfyUI-nodes" } ], + "https://github.com/StableDiffusionVN/SDVN_Segment_Anything": [ + [ + "SDVN DinoModelLoader", + "SDVN DinoSAMSegment", + "SDVN InvertMask", + "SDVN IsMaskEmpty", + "SDVN SAMModelLoader", + "SDVN SegmentAnything" + ], + { + "title_aux": "SDVN Segment Anything" + } + ], "https://github.com/StableLlama/ComfyUI-basic_data_handling": [ [ "Basic data handling: Boolean And", @@ -12777,6 +20046,7 @@ "Basic data handling: DataListInsert", "Basic data handling: DataListLast", "Basic data handling: DataListLength", + "Basic data handling: DataListListCreate", "Basic data handling: DataListMax", "Basic data handling: DataListMin", "Basic data handling: DataListPop", @@ -12785,6 +20055,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", @@ -12836,6 +20107,8 @@ "Basic data handling: FloatSubtract", "Basic data handling: FlowSelect", "Basic data handling: ForceCalculation", + "Basic data handling: Generic And", + "Basic data handling: Generic Or", "Basic data handling: GreaterThan", "Basic data handling: GreaterThanOrEqual", "Basic data handling: IfElifElse", @@ -12853,6 +20126,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", @@ -12882,6 +20156,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", @@ -12920,6 +20195,7 @@ "Basic data handling: PathGetExtension", "Basic data handling: PathGetSize", "Basic data handling: PathGlob", + "Basic data handling: PathInputDir", "Basic data handling: PathIsAbsolute", "Basic data handling: PathIsDir", "Basic data handling: PathIsFile", @@ -12931,6 +20207,7 @@ "Basic data handling: PathLoadMaskFromGreyscale", "Basic data handling: PathLoadStringFile", "Basic data handling: PathNormalize", + "Basic data handling: PathOutputDir", "Basic data handling: PathRelative", "Basic data handling: PathSaveImageRGB", "Basic data handling: PathSaveImageRGBA", @@ -13030,10 +20307,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" @@ -13047,32 +20333,27 @@ "title_aux": "ComfyUI_RollingArtist" } ], + "https://github.com/StarIICraft/ComfyUI-Simple-Selector": [ + [ + "SimpleSelectorInt" + ], + { + "title_aux": "ComfyUI-Simple-Selector" + } + ], "https://github.com/StarMagicAI/comfyui_tagger": [ [ "DownloadAndLoadFlorence2Lora_jsonL", "DownloadAndLoadFlorence2Model_jsonL", "Florence2ModelLoader_jsonL", "Florence2Run_jsonL", + "batch_save_file_jsonL", "batch_text_save_jsonL" ], { "title_aux": "ComfyUI-tagger" } ], - "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": [ - [ - "StarApplyOverlayDepth", - "StarOllamaSysprompterJC", - "StarQwenEditEncoder", - "StarQwenImageEditInputs", - "StarQwenImageRatio", - "StarQwenWanRatio", - "StarSaveFolderString" - ], - { - "title_aux": "ComfyUI_StarBetaNodes" - } - ], "https://github.com/Starnodes2024/ComfyUI_StarNodes": [ [ "AdaptiveDetailEnhancement", @@ -13081,55 +20362,113 @@ "FluxStartSettings", "Fluxstarsampler", "OllamaModelChooser", + "QwenImageStartSettings", "SD35StartSettings", "SDXLStartSettings", "SDstarsampler", "Star Face Loader", "Star3LoRAs", + "StarAdvanvesRatioLatent", + "StarApplyInfiniteYou", + "StarApplyOverlayDepth", + "StarBlackWhite", "StarConditioningLoader", "StarConditioningSaver", "StarDeleteSamplerSettings", "StarDenoiseSlider", + "StarDistilledOptimizerZIT", "StarDivisibleDimension", + "StarDuplicateModelFinder", + "StarDynamicLora", + "StarDynamicLoraModelOnly", "StarEasyTextStorage", + "StarEverythingToIntStr", + "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", + "StarQwenImageRatio", + "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" } ], + "https://github.com/Starnodes2024/comfyui_Starnodes_DyPE": [ + [ + "StarDyPEModelPatcher" + ], + { + "title_aux": "ComfyUI Star DyPE" + } + ], "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": [ [ "Ood_CXH" @@ -13229,6 +20568,14 @@ "title_aux": "ComfyUI Steudio" } ], + "https://github.com/SteveCastle/comfyui-image-cycler": [ + [ + "ImageCycler" + ], + { + "title_aux": "comfyui-image-cycler" + } + ], "https://github.com/Style-Mosaic/dino-x-comfyui-node": [ [ "DinoxDetector" @@ -13237,18 +20584,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" @@ -13367,6 +20737,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", @@ -13433,7 +20804,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", @@ -13471,7 +20841,6 @@ "CR XY List", "CR XY Product", "CR XY Save Grid Image", - "CR XYZ Index", "CR_Aspect Ratio For Print" ], { @@ -13482,6 +20851,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", @@ -13537,7 +20931,6 @@ ], "https://github.com/TFL-TFL/ComfyUI_Text_Translation": [ [ - "Get_Translator", "Text", "Text_Concatenate", "Text_Switch", @@ -13594,6 +20987,48 @@ "title_aux": "ComfyUI-Portrait-Maker" } ], + "https://github.com/TJ16th/ComfyUI-TJ-PolkaDot": [ + [ + "PolkaDot_AdvancedShapePlacement", + "PolkaDot_ColoredMaskCompositor", + "PolkaDot_ShapeMaskGenerator" + ], + { + "title_aux": "TJ_PolkaDot" + } + ], + "https://github.com/TJ16th/TJ_ComfyUI_ColorUtility": [ + [ + "ColorPalette", + "ImagePaletteExtractor", + "RGBColorPicker" + ], + { + "title_aux": "TJ_ComfyUI_ColorUtility" + } + ], + "https://github.com/TJ16th/TJ_ComfyUI_Lineart2Vector": [ + [ + "CenterlineToSVG", + "LineRegionDetector", + "MaskLineCleanup", + "SVGAutoReorder", + "SVGBatchSaver", + "SVGColorPicker", + "SVGFileSaver", + "SVGGroupLayout", + "SVGPathCleanup", + "SVGReorder", + "SVGStyleEditor", + "SVGStyleEditorSimple", + "SVGToImage", + "SVGVisibility", + "VectorPythonInfo" + ], + { + "title_aux": "TJ_ComfyUI_Lineart2Vector" + } + ], "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": [ [ "EulerLightingNode" @@ -13602,6 +21037,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" @@ -13638,6 +21092,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", @@ -13647,6 +21102,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", @@ -13717,6 +21173,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", @@ -13772,6 +21239,9 @@ ], "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": [ [ + "LTXVContext_TTP", + "LTXVFirstLastFrameControl_TTP", + "LTXVMiddleFrame_TTP", "TTP_CoordinateSplitter", "TTP_Expand_And_Mask", "TTP_Image_Assy", @@ -13841,7 +21311,8 @@ "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": [ [ "FensTokenCounter", - "OptiEmptyLatent" + "OptiEmptyLatent", + "OptiEmptyLatentAdvanced" ], { "title_aux": "Fens-Simple-Nodes" @@ -13849,6 +21320,7 @@ ], "https://github.com/Taremin/comfyui-prompt-config": [ [ + "Prompt", "PromptEdit", "PromptGenerationConfig" ], @@ -13871,6 +21343,7 @@ "StringToolsBalancedChoice", "StringToolsConcat", "StringToolsRandomChoice", + "StringToolsSeed", "StringToolsString", "StringToolsText" ], @@ -13887,6 +21360,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", @@ -13902,6 +21383,14 @@ "title_aux": "ComfyUI-TeaNodes" } ], + "https://github.com/TechnicalTod/ComfyUI-RotoMask": [ + [ + "RotoMaskNode" + ], + { + "title_aux": "ComfyUI-RotoMask" + } + ], "https://github.com/TemryL/ComfyS3": [ [ "DownloadFileS3", @@ -13974,6 +21463,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", @@ -13984,18 +21495,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", @@ -14009,6 +21508,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" @@ -14042,6 +21549,30 @@ "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", + "CropDisjointRegions", + "DeconcatenateBatchHorizontally", + "ImageSimilaritySequentialCLIP", + "ImageSimilaritySequentialMatch", + "LogoDetectorOWL", + "PasteByBoundingBoxBatch", + "RepeatConditioning", + "SelectImageFromBatch" + ], + { + "title_aux": "ComfyUI-Pixel-Forge" + } + ], "https://github.com/TiamaTiramisu/risutools": [ [ "CheckFileNamePrefixExists", @@ -14053,21 +21584,79 @@ "title_aux": "RisuTools" } ], + "https://github.com/TianDongL/Blind_watermark_Comfyui": [ + [ + "WatermarkEmbedImage", + "WatermarkEmbedText", + "WatermarkExtractImage", + "WatermarkExtractText", + "WatermarkQRCodeDecoder", + "WatermarkQRCodeGenerator" + ], + { + "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", + "Combine Properties", + "Decorate List", + "Encode Any Property", + "Face Body Aspect Bounds", "Filter Existing Files", "Filter List", "Filter Words", + "Force Aspect On Bounds", "Get File List", "Get List From File", + "Get Mask Bounding Box", "Incrementer", "Indexed Entry", + "Int to Boolean", + "Is String Empty", + "Json From Properties", "List Count", + "Load Image Batch from Zip", "Process Path Name", + "Prompt Splitter", + "Prop From Properties", "Random Entry", + "Random File Entry", + "Randomize Image Batch", "Randomize List", "Replace List", - "Sort List" + "Save Image Batch to Zip", + "Search To Boolean", + "Search and Replace", + "Select Bounding Box", + "Sort List", + "Split List", + "String To List", + "String to Int", + "Timestamp" ], { "title_aux": "ComfyUI-TinyBee" @@ -14138,6 +21727,7 @@ "LoadSpecificTxtFileTlant", "OllamaPromptsGeneratorTlant", "OllamaSimpleTextGeneratorTlant", + "OpenRouterApiTlantV1", "RandomImageLoaderTlant", "ReasoningLLMOutputCleaner", "SaveImagePairForKontext", @@ -14157,6 +21747,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" @@ -14165,6 +21764,123 @@ "title_aux": "ComfyUI-Dequality" } ], + "https://github.com/Tr1dae/ComfyUI-EasyFilePaths": [ + [ + "AltFallbackCLIPLoader", + "AltFallbackCheckpointLoader", + "AltFallbackUNETLoader", + "AltFallbackVAELoader", + "CharacterLoraSelect", + "ChromaActionSelect", + "ConvertHEXToRGB", + "DepthAnything_V2", + "DepthAwareMaskGrow", + "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", + "EasyRandomLineJoin", + "EasyRandomLines", + "EasyResize", + "EasySegmDetectorCombined", + "EasyTemplateAny", + "EasyUNETLoader", + "EasyUltralyticsDetectorProvider", + "EasyVAELoader", + "EasyWardrobeInit", + "EasyWardrobeWriter", + "EasyYolov8Detection", + "EasyYolov8Segmentation", + "FreshYoloSegmentationMask", + "GeneralSwitch", + "HexColorInput", + "ImageSaveToPath", + "ImageSaveToPathwithCaption", + "LatentSwitch", + "LineCounter", + "LoadImageFromMatch", + "LoadImageFromPath", + "LoadImagesFromFolder", + "LoadRandomImageFromFolderPath", + "QwenActionSelect", + "RemoveNoiseMask", + "TileAssembly", + "TileBreak", + "UserSelect", + "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/Transhumai/ComfyUI-LegionPower": [ + [ + "LegionConfig", + "LegionExporter", + "LegionImporter", + "LegionJoin", + "LegionJoinAll", + "LegionMaster", + "LegionMaster3", + "LegionMaster6", + "LegionWarmup" + ], + { + "title_aux": "ComfyUI-LegionPower" + } + ], + "https://github.com/Travers5/comfyUI_probabilistic_tag_sampler": [ + [ + "ProbabilisticTagSampler" + ], + { + "title_aux": "comfyUI_probabilistic_tag_sampler" + } + ], "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": [ [ "Object Mask" @@ -14173,6 +21889,49 @@ "title_aux": "ComfyUI_YoloSegment_Mask" } ], + "https://github.com/TripleHeadedMonkey/ComfyUI-Zlycoris": [ + [ + "CLIPLoaderGGUF", + "DualCLIPLoaderGGUF", + "GetImageSizePlus+", + "KeywordMatchGate", + "PrimitiveWidgetToString", + "QuadrupleCLIPLoaderGGUF", + "TripleCLIPLoaderGGUF", + "UnetLoaderGGUF", + "UnetLoaderGGUFAdvanced", + "ZImageAITKLoRALoader", + "ZImageAdvancedConditioning", + "ZImageComfyInjector", + "ZImageComfyUninjector", + "ZImageConditioningContrast", + "ZImageDiffSynthLoader", + "ZImageDiffusersLoader", + "ZImageGGUFInjector", + "ZImageGGUFStandaloneLoader", + "ZImageLoaderAndPatcher", + "ZImageLycorisStacker", + "ZImageQwenTELoRALoader", + "ZImageRawClipMerge", + "ZImageRawModelMerge", + "ZImageSaveTextEncoder", + "ZImageSaveTransformer", + "ZImageTIESMerge", + "ZImageUniversalLoRALoader", + "ZImageVectorMerge" + ], + { + "title_aux": "ComfyUI-Zlycoris" + } + ], + "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": [ + [ + "PerfectionBetaStyler" + ], + { + "title_aux": "ComfyUI_MileHighStyler" + } + ], "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": [ [ "EmbeddingPicker" @@ -14260,7 +22019,8 @@ ], "https://github.com/Ttl/ComfyUi_NNLatentUpscale": [ [ - "NNLatentUpscale" + "NNLatentUpscale", + "NNlLatentUpscale" ], { "preemptions": [ @@ -14269,6 +22029,32 @@ "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" + ], + { + "title_aux": "Text Line Selector" + } + ], "https://github.com/TylerZoro/SD3-Scaling": [ [ "SD3ImageScaleToTotalPixels" @@ -14277,6 +22063,103 @@ "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/UmeAiRT/ComfyUI-UmeAiRT-Toolkit": [ + [ + "CLIPLoaderGGUF", + "DualCLIPLoaderGGUF", + "QuadrupleCLIPLoaderGGUF", + "SeedVR2LoadDiTModel", + "SeedVR2LoadVAEModel", + "SeedVR2TorchCompileSettings", + "SeedVR2VideoUpscaler", + "TripleCLIPLoaderGGUF", + "UltimateSDUpscale", + "UltimateSDUpscaleCustomSample", + "UltimateSDUpscaleNoUpscale", + "UmeAiRT_BboxDetectorLoader", + "UmeAiRT_BlockFaceDetailer", + "UmeAiRT_BlockImageLoader", + "UmeAiRT_BlockImageLoader_Advanced", + "UmeAiRT_BlockImageProcess", + "UmeAiRT_BlockSampler", + "UmeAiRT_BlockUltimateSDUpscale", + "UmeAiRT_BundleLoader", + "UmeAiRT_Bundle_Downloader", + "UmeAiRT_ControlNetImageApply_Advanced", + "UmeAiRT_ControlNetImageApply_Simple", + "UmeAiRT_ControlNetImageProcess", + "UmeAiRT_Detailer_Daemon_Advanced", + "UmeAiRT_Detailer_Daemon_Simple", + "UmeAiRT_Faces_Unpack_Node", + "UmeAiRT_FilesSettings_Checkpoint", + "UmeAiRT_FilesSettings_Checkpoint_Advanced", + "UmeAiRT_FilesSettings_FLUX", + "UmeAiRT_FilesSettings_Fragmented", + "UmeAiRT_FilesSettings_ZIMG", + "UmeAiRT_GenerationSettings", + "UmeAiRT_HealthCheck", + "UmeAiRT_Label", + "UmeAiRT_Log_Viewer", + "UmeAiRT_LoraBlock_1", + "UmeAiRT_LoraBlock_10", + "UmeAiRT_LoraBlock_3", + "UmeAiRT_LoraBlock_5", + "UmeAiRT_MultiLoraLoader", + "UmeAiRT_Negative_Input", + "UmeAiRT_Pack_Bundle", + "UmeAiRT_Pipe_Unpack_Node", + "UmeAiRT_PipelineFaceDetailer", + "UmeAiRT_PipelineFaceDetailer_Advanced", + "UmeAiRT_PipelineImageLoader", + "UmeAiRT_PipelineImageProcess", + "UmeAiRT_PipelineImageSaver", + "UmeAiRT_PipelineInpaintComposite", + "UmeAiRT_PipelineSeedVR2Upscale", + "UmeAiRT_PipelineSeedVR2Upscale_Advanced", + "UmeAiRT_PipelineUltimateUpscale", + "UmeAiRT_PipelineUltimateUpscale_Advanced", + "UmeAiRT_Positive_Input", + "UmeAiRT_Signature", + "UmeAiRT_SourceImage_Output", + "UmeAiRT_Tags_Unpack_Node", + "UmeAiRT_Unpack_FilesBundle", + "UmeAiRT_Unpack_ImageBundle", + "UmeAiRT_Unpack_Pipeline", + "UmeAiRT_Unpack_PromptsBundle", + "UmeAiRT_Unpack_SettingsBundle", + "UmeAiRT_WirelessFaceDetailer_Advanced", + "UmeAiRT_WirelessFaceDetailer_Simple", + "UmeAiRT_WirelessImageLoader", + "UmeAiRT_WirelessImageProcess", + "UmeAiRT_WirelessImageSaver", + "UmeAiRT_WirelessInpaintComposite", + "UmeAiRT_WirelessSeedVR2Upscale", + "UmeAiRT_WirelessSeedVR2Upscale_Advanced", + "UmeAiRT_WirelessUltimateUpscale", + "UmeAiRT_WirelessUltimateUpscale_Advanced", + "UnetLoaderGGUF", + "UnetLoaderGGUFAdvanced" + ], + { + "title_aux": "UmeAiRT-Toolkit" + } + ], "https://github.com/Umikaze-job/select_folder_path_easy": [ [ "SelectFolderPathEasy" @@ -14285,6 +22168,40 @@ "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" + ], + { + "title_aux": "ComfyUI Video Extend Counter" + } + ], + "https://github.com/Usonaki/ComfyUI-DyPE-Nunchaku": [ + [ + "DyPE_Nunchaku" + ], + { + "title_aux": "ComfyUI-DyPE-Nunchaku" + } + ], "https://github.com/VAST-AI-Research/ComfyUI-Tripo": [ [ "TripoAPIDraft", @@ -14361,6 +22278,22 @@ "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" + ], + { + "title_aux": "Video Compressor (Unified)" + } + ], "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": [ [ "ImageSentinel" @@ -14452,13 +22385,19 @@ "title_aux": "ComfyUI-Visionatrix" } ], - "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": [ + "https://github.com/VraethrDalkr/ComfyUI-TripleKSampler": [ [ - "ProgressiveColorMatchBlend", - "ProgressiveImageBatchBlend" + "SwitchStrategyAdvanced", + "SwitchStrategySimple", + "TripleKSamplerWan22Lightning", + "TripleKSamplerWan22LightningAdvanced", + "TripleKSamplerWan22LightningAdvancedAlt", + "TripleWVSampler", + "TripleWVSamplerAdvanced", + "TripleWVSamplerAdvancedAlt" ], { - "title_aux": "ComfyUI-ProgressiveBlend" + "title_aux": "ComfyUI-TripleKSampler" } ], "https://github.com/VrchStudio/comfyui-web-viewer": [ @@ -14466,12 +22405,14 @@ "VrchAnyOSCControlNode", "VrchAudioChannelLoaderNode", "VrchAudioConcatNode", + "VrchAudioEmotionVisualizerNode", "VrchAudioFrequencyBandAnalyzerNode", "VrchAudioGenresNode", "VrchAudioMusic2EmotionNode", "VrchAudioRecorderNode", "VrchAudioSaverNode", "VrchAudioVisualizerNode", + "VrchAudioWebSocketChannelLoaderNode", "VrchAudioWebViewerNode", "VrchBPMDetectorNode", "VrchBooleanKeyControlNode", @@ -14484,6 +22425,7 @@ "VrchFloatRemapNode", "VrchGamepadLoaderNode", "VrchImageChannelLoaderNode", + "VrchImageFallbackNode", "VrchImageFlipBookWebViewerNode", "VrchImagePreviewBackgroundNewNode", "VrchImagePreviewBackgroundNode", @@ -14504,6 +22446,7 @@ "VrchJsonWebSocketSenderNode", "VrchLatentWebSocketChannelLoaderNode", "VrchLatentWebSocketSenderNode", + "VrchLiveConsoleControlNode", "VrchMicLoaderNode", "VrchMidiDeviceLoaderNode", "VrchModelWebViewerNode", @@ -14520,6 +22463,7 @@ "VrchVideoWebViewerNode", "VrchWebSocketServerNode", "VrchWebViewerNode", + "VrchWorkflowApiExportNode", "VrchXYOSCControlNode", "VrchXYZOSCControlNode", "VrchXboxControllerNode" @@ -14562,6 +22506,21 @@ "title_aux": "ControlFlowUtils" } ], + "https://github.com/WASasquatch/ComfyUI_LMStudio_EasyQuery": [ + [ + "WASLMStudioCaption", + "WASLMStudioCaptionDataset", + "WASLMStudioCaptionDatasetCustom", + "WASLMStudioChat", + "WASLMStudioModel", + "WASLMStudioOptions", + "WASLMStudioQuery", + "WASLoadImageDirectory" + ], + { + "title_aux": "WAS LMStudio Easy-Query" + } + ], "https://github.com/WASasquatch/ComfyUI_Preset_Merger": [ [ "Preset_Model_Merge" @@ -14570,10 +22529,28 @@ "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": [ [ - "FreeU (Advanced)", - "FreeU_V2 (Advanced)" + "WAS_FreeU", + "WAS_FreeU_V2", + "WAS_PostCFGShift" ], { "title_aux": "FreeU_Advanced" @@ -14619,7 +22596,23 @@ "KSamplerSeq2", "VAEEncodeForInpaint (WAS)", "VividSharpen", - "VividSharpenV2" + "VividSharpenV2", + "WASApplyLUT", + "WASApplyReweightedLoRA", + "WASCameraMotionTrajectory", + "WASChannelWaveform", + "WASCombineLUT", + "WASLatentContrastLimitedDetailBoost", + "WASLatentUpscaleHybrid", + "WASLoadLUT", + "WASMoEConditioningListAppend", + "WASPowerLoraMerger", + "WASPowerLoraMergerOptions", + "WASSaveLUT", + "WASTiledImageUpscaleWithModel", + "WASWan22MoESamplerCtx", + "WASWanExposureStabilizer", + "WAS_AdaptiveDifferenceLatentUpscale" ], { "title_aux": "WAS_Extras" @@ -14630,12 +22623,50 @@ "FUSEGenericKSampler", "FUSEKSampler", "FUSESamplerMaskOptions", + "FUSEVideoKSampler", "FUSEYOLOSettings" ], { "title_aux": "FUSE Face Enhancer" } ], + "https://github.com/WASasquatch/was_affine": [ + [ + "WASAffineCustomAdvanced", + "WASAffineKSampler", + "WASAffineKSamplerAdvanced", + "WASAffinePatternNoise", + "WASAffineScheduleOptions", + "WASBayerOptions", + "WASBlackNoiseOptions", + "WASCheckerOptions", + "WASCrossHatchOptions", + "WASDetailRegionOptions", + "WASDotScreenOptions", + "WASGreenNoiseOptions", + "WASHighpassWhiteOptions", + "WASLatentAffine", + "WASLatentAffineCommonOptions", + "WASLatentAffineOptions", + "WASLatentAffineSimple", + "WASLatentUpscale", + "WASMultiBandNoiseApply", + "WASPerlinOptions", + "WASPoissonBlueOptions", + "WASRingNoiseOptions", + "WASSmoothRegionOptions", + "WASTileLinesOptions", + "WASUltimateCustomAdvancedAffineNoUpscale", + "WASUltimateCustomAdvancedAffineNoUpscaleLatent", + "WASVelvetOptions", + "WASWANVAEDecode", + "WASWANVAEEncode", + "WASWorleyEdgesOptions" + ], + { + "title_aux": "WAS Affine" + } + ], "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": [ [ "Save Image With Callback" @@ -14644,6 +22675,20 @@ "title_aux": "Save Image With Callback" } ], + "https://github.com/WWWEN8/ComfyUI-CCXManager": [ + [ + "CCXGroupExecutorSender", + "CCXGroupExecutorSingle", + "CCXManager", + "CCXManagerCopy", + "CCXRepoUpdaterNode", + "CreateSDPPPInstallationDirectory", + "NodeVersionManager" + ], + { + "title_aux": "ComfyUI-CCXManager" + } + ], "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": [ [ "AutoCropByNPS" @@ -14664,6 +22709,7 @@ "InstaCSeed", "InstaCText", "InstaCTextML", + "InstaFileExist", "InstaLoadImageLocal", "InstaLoadImageWithMask", "InstaPromptMultipleStyleSelector", @@ -14689,6 +22735,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" @@ -14697,6 +22752,16 @@ "title_aux": "ComfyUI-SaveImageCivitAI" } ], + "https://github.com/WangDianhui/ComfyUI-SA-ODE_Sampler": [ + [ + "LowStepSigmaScheduler", + "SAODELowStepSampler", + "SAODEStableSampler" + ], + { + "title_aux": "ComfyUI-SA-ODE_Sampler" + } + ], "https://github.com/WangPengxing/ComfyUI_WPX_Node": [ [ "AnimalContour", @@ -14726,6 +22791,7 @@ "TENSORCut", "TripleClipLoaderGGUF", "VaeGGUF", + "WarpedAddToCaption", "WarpedBasicGuider", "WarpedBundleAllVideoImages", "WarpedBundleVideoImages", @@ -14733,6 +22799,8 @@ "WarpedCLIPVisionLoader", "WarpedCheckpointLoader", "WarpedClipLoaderGGUF", + "WarpedContinueWorkflowAuto", + "WarpedContinueWorkflowManual", "WarpedCreateEmptyImageBatch", "WarpedCreateEmptyLatentBatch", "WarpedCreateSpecialImageBatch", @@ -14751,32 +22819,54 @@ "WarpedHunyuanLoraBatchMerge", "WarpedHunyuanLoraConvert", "WarpedHunyuanLoraConvertKeys", + "WarpedHunyuanLoraConvertToMusubi", + "WarpedHunyuanLoraDoubleBlocksLayersBlend", + "WarpedHunyuanLoraDoubleBlocksModifyMultipleSegments", + "WarpedHunyuanLoraDoubleBlocksRemoveLinear", + "WarpedHunyuanLoraDoubleBlocksSwap", "WarpedHunyuanLoraMerge", "WarpedHunyuanMultiLoraAvgMerge", "WarpedHunyuanMultiLoraLoader", "WarpedHunyuanMultiLoraMerge", "WarpedHunyuanMultiLoraMixer", - "WarpedHunyuanMultiLoraMixerExt", "WarpedHunyuanVideoLoraLoader", + "WarpedHunyuanVideoToVideo", + "WarpedImageLossCalc", "WarpedImageNoiseAugmentation", "WarpedImageScaleToSide", "WarpedLeapfusionHunyuanI2V", "WarpedLoadFramePackModel", + "WarpedLoadHunyuanLoraWeightsByPrefix", + "WarpedLoadImages", "WarpedLoadLorasBatchByPrefix", "WarpedLoadVideosBatch", "WarpedLoaderGGUF", "WarpedLoraKeysAndMetadataReader", "WarpedLoraReSave", + "WarpedModifyCaptionFile", "WarpedMultiLoraLoader", "WarpedNumericalConversion", + "WarpedPromptConcat", + "WarpedPromptConcatExt", "WarpedReverseImageBatch", "WarpedSamplerCustomAdv", "WarpedSamplerCustomAdvLatent", - "WarpedSamplerCustomBatch", "WarpedSamplerCustomScripted", + "WarpedSamplerScripts12", + "WarpedSamplerScripts16", + "WarpedSamplerScripts20", + "WarpedSamplerScripts30", + "WarpedSamplerScripts40", + "WarpedSamplerScripts5", + "WarpedSamplerScripts8", "WarpedSaveAnimatedPng", + "WarpedSaveImageCaption", + "WarpedSingleEncoder", + "WarpedUNETConverter", + "WarpedUNETLoader", "WarpedUpscaleWithModel", "WarpedVAELoader", + "WarpedWan22MergeLoaderGGUF", "WarpedWanImageToVideo", "WarpedWanLoadAndEditLoraBlocks", "WarpedWanLoraMerge" @@ -14787,90 +22877,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 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 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" @@ -14881,7 +22889,9 @@ "ApplyFaceProcessor", "FaceOnlyModeSwitch", "FaceProcessorLoader", - "VideoFramePreprocessor" + "VideoBackgroundRestorer", + "VideoFramePreprocessor", + "VideoInputPreprocessor" ], { "title_aux": "Stand-In Official Preprocessor ComfyUI Nodes" @@ -14918,6 +22928,7 @@ "WF_FixupPixelArt", "WF_MultilineText", "WF_RandomStyle", + "WF_RefineToggle", "WF_ResolutionSDXL", "WF_TextFlow" ], @@ -14941,6 +22952,39 @@ "title_aux": "ComfyUI-SDupcaleTiledSize" } ], + "https://github.com/Windecay/ComfyUI_CheckVprediction": [ + [ + "CheckVpredictionNode" + ], + { + "title_aux": "ComfyUI_CheckVprediction" + } + ], + "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache": [ + [ + "DynamicRAMCacheControl", + "RAMCacheExtremeCleanup" + ], + { + "title_aux": "ComfyUI_Dynamic-RAMCache" + } + ], + "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption": [ + [ + "Ovis25Run", + "Qwen25Caption", + "Qwen25CaptionBatch", + "Qwen35Caption", + "Qwen35CaptionBatch", + "Qwen3Caption", + "Qwen3CaptionBatch", + "StringToBbox", + "StringToSam3Box" + ], + { + "title_aux": "ComfyUI_QwenVL_PromptCaption" + } + ], "https://github.com/X-School-Academy/X-FluxAgent": [ [ "X-FluxAgent.AICodeGenNode", @@ -14969,6 +23013,14 @@ "title_aux": "ComfyUI Easy Civitai (XTNodes)" } ], + "https://github.com/XIAOTsune/xt-matte-toolbox-comfyui-node": [ + [ + "XTMatteCutout" + ], + { + "title_aux": "xt-matte-toolbox-comfyui-node" + } + ], "https://github.com/XLabs-AI/x-flux-comfyui": [ [ "ApplyAdvancedFluxControlNet", @@ -15005,6 +23057,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", @@ -15112,14 +23172,60 @@ "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_SeedreamImage", + "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": [ + [ + "XAnyToString", + "XAudioSave", + "XDateTimeString", + "XImageResize", + "XImageSave", + "XKleinRefConditioning", + "XLatentLoad", + "XLatentSave", + "XMarkdownSave", + "XMath", + "XResolution", + "XStringGroup", + "XVideoSave", + "XWorkflowSave" + ], + { + "title_aux": "ComfyUI-Xz3r0-Nodes" + } + ], "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": [ [ "Example", @@ -15144,6 +23250,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" @@ -15182,11 +23307,16 @@ "ApplyStyleModelEnhanced", "ApplyStyleModelSimple", "BatchImagesNode", - "FrameCalculator", + "FluxKVCacheGGUF", + "FrameCalculatorAudio", + "FrameCalculatorVideo", + "GetResolutionImage", "InpaintConditioningNode", "InpaintFluxKontextConditioning", + "MultiReferenceLatent", "Prepimg2Vid", "RemoveBackgroundNode", + "ShowAnyDataType", "StitchImages", "StitchImagesAndMask", "TextFieldNode", @@ -15205,18 +23335,35 @@ "ImageColorMatch", "ImageSizeBySide", "IterativeUpscaleWithModelsNode", - "LoraLoaderStack" + "LoraLoaderStack", + "SpotDiffusionParams", + "TiledDiffusion", + "TiledVAEDecode", + "TiledVAEEncode", + "UtilRepeatImages", + "WanVideoControlnet", + "WanVideoControlnetLoader", + "WanVideoNAG" ], { "title_aux": "Yaser-nodes for ComfyUI" } ], - "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": [ + "https://github.com/Yeq6X/ComfyUI-image-to-video-inserter": [ [ - "MergeBlockWeighted" + "Base64ListToImages", + "Base64VideoToImages", + "CreateBlankFrames", + "ImageBatchAssembler", + "ImageFrameSelector", + "ImagesToBase64List", + "ImagesToBase64Video", + "MultiImageInserter", + "WanVideoLatentInsertFrames", + "WanVideoLatentZeroFrames" ], { - "title_aux": "MergeBlockWeighted_fo_ComfyUI" + "title_aux": "ComfyUI Image to Video Inserter" } ], "https://github.com/Yo1up/Diffusion-Model-Detailer": [ @@ -15377,8 +23524,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" @@ -15465,7 +23615,9 @@ "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": [ [ "Long Text Generation", - "Single Text Generation" + "LongTextGeneration", + "Single Text Generation", + "SingleTextGeneration" ], { "title_aux": "ComfyUI-OrpheusTTS" @@ -15473,6 +23625,7 @@ ], "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": [ [ + "PhotoDoodle", "PhotoDoodle Gen" ], { @@ -15525,8 +23678,11 @@ "https://github.com/Yuan-ManX/ComfyUI-SoundHub": [ [ "Load Audio", + "LoadAudio", "Preview Audio", - "Save Audio" + "PreviewAudio", + "Save Audio", + "SaveAudio" ], { "title_aux": "ComfyUI-SoundHub" @@ -15551,6 +23707,7 @@ ], "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": [ [ + "StyleStudio", "StyleStudio Image Stylization" ], { @@ -15692,7 +23849,6 @@ "NEW_PhotoMaker_Generation", "PhotoMakerAdapter_Loader_fromhub", "PhotoMakerAdapter_Loader_local", - "PhotoMaker_Generation", "Prompt_Styler", "Ref_Image_Preprocessing" ], @@ -15791,11 +23947,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", @@ -15803,7 +23988,8 @@ "AutoFlowStringReplace", "AutoFlowStringSplit", "AutoFlowTimestampFormatter", - "AutoFlowTimestampGenerator" + "AutoFlowTimestampGenerator", + "AutoFlowVideoToImages" ], { "title_aux": "ComfyUI-AutoFlow" @@ -15841,9 +24027,9 @@ "ImageBatchLoader", "ImageBatchSaver", "LoraBatchLoader", - "SimpleImageTagger", "TXTBatchLoader", - "TextModifyTool" + "TextModifyTool", + "VideoBatchSaver" ], { "title_aux": "ComfyUI-Batch-Process" @@ -15851,16 +24037,14 @@ ], "https://github.com/Zar4X/ComfyUI-Image-Resizing": [ [ - "CalculateAspectRatioExtension", - "CalculateUpscaleFactor", - "CalculateUpscaleRounds", "ExtendCanvasByPercentage", "ExtendCanvasByPercentage (ZX)", "ImageAspectRatioExtractor", "ImageCropByPercentage", "ImageResolutionExtractor", "MaskCropByPercentage", - "ResizeToMultiple" + "ResizeToMultiple", + "SmartImageResize" ], { "title_aux": "ComfyUI-Image-Resizing" @@ -15895,6 +24079,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", @@ -15911,14 +24111,14 @@ "KSamplerProgress //Inspire", "MultiModelAdvancedKsampler", "MultiModelCheckpointIterator", + "MultiModelCheckpointIteratorFirst", "MultiModelPromptSaver", - "MultiModelPromptSaverIterative", - "MultiModelPromptSaverIterativeFirst", "Ranbooru", "RandomCharacterSelector", "RandomNoise //Inspire", "RapidSchedulerCombo", "RapidSchedulerSelector", + "RapidStringIterator", "ScheduledCFGGuider //Inspire", "ScheduledPerpNegCFGGuider //Inspire", "StringHasher" @@ -15936,14 +24136,121 @@ "title_aux": "ComfyUI-ZSNodes" } ], + "https://github.com/ZhiHui6/zhihui_nodes_comfyui": [ + [ + "AudioDuration", + "BatchLoadingOfImages", + "ColorMatchToReference", + "ColorRemoval", + "ExtraOptions", + "FilmGrain", + "Florence2Plus", + "GetImageSizes", + "ImageAspectRatio", + "ImageEditingPresets", + "ImageFormatConverter", + "ImageLoader", + "ImageRotateTool", + "ImageScaler", + "ImageSwitchDualMode", + "IntNode", + "LMStudioNode", + "LaplacianSharpen", + "LatentSwitchDualMode", + "MultiLineTextNode", + "MultiPlatformTranslate", + "MultiplePathsInput", + "PathSwitch", + "PauseWorkflow", + "PhotographPromptGenerator", + "PreviewOrCompareImages", + "PriorityImageSwitch", + "PriorityTextSwitch", + "PromptCardSelector", + "PromptDelete", + "PromptExpander", + "PromptGallery", + "PromptPresetMultipleChoice", + "PromptPresetOneChoice", + "PromptReplace", + "Qwen3VLAPI", + "Qwen3VLAdvanced", + "Qwen3VLBasic", + "Qwen3VLExtraOptions", + "ReservedVRAMSetter", + "ResourceCleaner", + "Sa2VAAdvanced", + "Sa2VASegmentationPreset", + "ShowAny", + "SobelSharpen", + "SunoLyricsGenerator", + "SunoSongStylePromptGenerator", + "SystemPromptLoader", + "TagSelector", + "TextCombinerNode", + "TextEditorWithContinue", + "TextExtractor", + "TextMergerNode", + "TextModifier", + "TextSwitchDualMode", + "TriggerWordMerger", + "TypeDesigner", + "USMSharpen", + "VideoFrameExtractor", + "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" @@ -16006,6 +24313,79 @@ "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/abc-lee/ComfyUI-InpaintRegionEditor": [ + [ + "InpaintRegionEditor" + ], + { + "author": "InpaintRegionEditor", + "description": "Enhanced mask editor with Photopea integration and configurable inpaint region", + "title": "Inpaint Region Editor", + "title_aux": "ComfyUI Inpaint Region Editor" + } + ], "https://github.com/abdozmantar/ComfyUI-DeepExtract": [ [ "VocalAndSoundRemoverNode" @@ -16014,6 +24394,39 @@ "title_aux": "DeepExtract" } ], + "https://github.com/abdozmantar/ComfyUI-DeepExtractV2": [ + [ + "DeepExtractV2Node" + ], + { + "title_aux": "DeepExtract2" + } + ], + "https://github.com/abdullahceylan/ac-comfyui-image-optimizer": [ + [ + "ACImageBatchResizer", + "ACImageInfo", + "ACImageOptimizer", + "ACImageOptimizerAdvanced", + "ACImageOptimizerMultiInput", + "ACImageOptimizerPreview", + "ACImageOptimizerSave", + "ACImageOptimizerSaveMultiInput", + "ACImageSmartResizer" + ], + { + "author": "Abdullah Ceylan", + "title_aux": "AC Image Optimizer" + } + ], + "https://github.com/abdullahceylan/ac-comfyui-queue-manager": [ + [ + "QueueManagerNode" + ], + { + "title_aux": "AC ComfyUI Queue Manager" + } + ], "https://github.com/aburahamu/ComfyUI-IsNiceParts": [ [ "NiceHand" @@ -16040,18 +24453,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", @@ -16069,6 +24479,18 @@ "title_aux": "image_control" } ], + "https://github.com/ace-step/ACE-Step-ComfyUI": [ + [ + "AceStepAudioCodes", + "AceStepSettings", + "AceStepShowText", + "AceStepText2MusicGenParams", + "AceStepText2MusicServer" + ], + { + "title_aux": "ACE-Step-ComfyUI" + } + ], "https://github.com/acorderob/sd-webui-prompt-postprocessor": [ [ "ACBPPPSelectVariable", @@ -16082,6 +24504,14 @@ "title_aux": "Prompt PostProcessor" } ], + "https://github.com/adambarbato/ComfyUI-Sa2VA": [ + [ + "Sa2VANodeTpl" + ], + { + "title_aux": "Sa2VA Segmentation" + } + ], "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": [ [ "DownloadLinkChecker", @@ -16091,6 +24521,31 @@ "title_aux": "ComfyUI-TrashNodes-DownloadHuggingface" } ], + "https://github.com/adbrasi/booru-helper-mini": [ + [ + "BooruTagger|adbrasi" + ], + { + "title_aux": "booru-helper-mini" + } + ], + "https://github.com/adbrasi/comfyui-ksampler-batch": [ + [ + "KSamplerBatch", + "KSamplerBatchAdvanced" + ], + { + "title_aux": "comfyui-ksampler-batch" + } + ], + "https://github.com/adbrasi/loppiner": [ + [ + "LoppinerLoopExtractor" + ], + { + "title_aux": "loppiner" + } + ], "https://github.com/adieyal/comfyui-dynamicprompts": [ [ "DPCombinatorialGenerator", @@ -16106,6 +24561,8 @@ ], "https://github.com/adigayung/ComfyUI-Translator": [ [ + "AT_CLIPTextAutoTranslate", + "AT_PromptText", "CLIP Text Encode (Auto Translate)", "Prompt Text (Auto Translate)" ], @@ -16144,6 +24601,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", @@ -16186,11 +24653,61 @@ "title_aux": "ComfyUI-styles-all" } ], + "https://github.com/aesethtics/ComfyUI-Utilitools": [ + [ + "UtilAdd", + "UtilAspectRatio", + "UtilBatchController", + "UtilBooleanAND", + "UtilBooleanNOT", + "UtilBooleanOR", + "UtilCalculator", + "UtilConstantFloat", + "UtilConstantInt", + "UtilConstantString", + "UtilCounter", + "UtilDateTimestamp", + "UtilDivide", + "UtilFloatToInt", + "UtilIfThenElse", + "UtilImageDimensions", + "UtilIntToFloat", + "UtilListCreate", + "UtilListIndex", + "UtilMultiply", + "UtilPassthrough", + "UtilStringReplace", + "UtilSubtract", + "UtilSwitch", + "UtilTextConcat", + "UtilWhateverToString" + ], + { + "title_aux": "ComfyUI Utilitools Nodes" + } + ], + "https://github.com/aesethtics/comfyui-3d-model-viewer": [ + [ + "ThreeDModelViewer" + ], + { + "title_aux": "ComfyUI 3D Model Viewer" + } + ], + "https://github.com/agavesunset/AgaveLogicCounter": [ + [ + "CyclicIntController" + ], + { + "title_aux": "AgaveLogicCounter" + } + ], "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": [ [ "MotorwayFloat", "MotorwayInt", "MotorwaySeed", + "MotorwayStart", "MotorwayStr", "MotorwayStrMulti" ], @@ -16198,6 +24715,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", @@ -16207,6 +24733,44 @@ "title_aux": "ComfyUI-GCP_Storage_tools" } ], + "https://github.com/ahkimkoo/ComfyUI-GetKeyFrames": [ + [ + "BreakGrid", + "GetKeyFrames", + "MakeGrid" + ], + { + "title_aux": "ComfyUI-GetKeyFrames" + } + ], + "https://github.com/ahkimkoo/Comfyui-AudioSegment": [ + [ + "AudioListToBatch", + "AudioSegmentByParagraph", + "AudioSegmenter", + "SelectAudioClipFromList", + "SelectAudioFromList" + ], + { + "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", @@ -16281,6 +24845,14 @@ "title_aux": "ComfyUI-Curve" } ], + "https://github.com/aiaiaikkk/comfyui-api-image-edit": [ + [ + "APIImageEditNode" + ], + { + "title_aux": "ComfyUI API Image Edit" + } + ], "https://github.com/aiaiaikkk/super-prompt-canvas": [ [ "AdvancedBackgroundRemoval", @@ -16314,8 +24886,6 @@ ], "https://github.com/aicuai/aicu-comfyui-stability-ai-api": [ [ - "Preview3DModel", - "Save3DModel", "StabilityControlSketch", "StabilityControlStructure", "StabilityControlStyle", @@ -16326,24 +24896,46 @@ "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", + "DataTmpGet", + "DataTmpSet", + "GroupController", + "IFMatchCond", "ImageFilenameProcessor", "ImageInfoExtractor", "ImageQueueProcessor", + "ImageQueueProcessorPlus", + "ImageQueueProcessorPro", + "JsonQuery", + "LoadImageByIndex", "LoadImagesFromDirBatch", + "LoadImagesFromDirLazy", + "LoopResultExtractor", "PathParser", + "TextArrayIndex", "TextBatch", "TextQueueProcessor", - "TextSplitCounter" + "TextSplitCounter", + "TextSplitGet", + "UniversalLoopController" ], { "title_aux": "Comfyui_TextBatch_aidec" @@ -16358,9 +24950,10 @@ "CivitaiPrompt", "CommonLLMChat", "ConvertAnyToString", + "ConvertDenoseToStep", "ConvertStringToNumber", + "CreateSeedanceVideo", "CustomLatentImage-NYJY", - "CustomLatentImageSimple", "FloatSlider-NYJY", "FluxProOnline", "GetItemFromList", @@ -16369,11 +24962,23 @@ "JoyCaptionAlpha2Online", "JoyTag", "JsonDumps", + "JsonGetKeys", "JsonGetValueByKeys", "JsonLoads", + "LengthOfArray", + "QwenLatentImage", "ReadFileToString", + "Seededit3", + "Seedream3Txt2Img", + "Seedream4Img2Img", + "Seedream4Txt2Img", "SplitString", - "Translate" + "Translate", + "VolcengineChat", + "VolcengineChatOption", + "VolcengineImageOption", + "VolcengineImg2Img", + "VolcengineTxt2Img" ], { "title_aux": "ComfyUI_NYJY" @@ -16411,21 +25016,67 @@ "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", + "LoadQwenImageTextEncoderModel", + "LoadQwenImageTransformerModel", + "LoadQwenImageVAEModel", + "LoadVaceWanTransformer3DModel", "LoadWan2_2FunLora", "LoadWan2_2FunModel", "LoadWan2_2Lora", "LoadWan2_2Model", + "LoadWan2_2TransformerModel", + "LoadWan2_2VaceFunModel", + "LoadWanClipEncoderModel", "LoadWanFunLora", "LoadWanFunModel", "LoadWanLora", "LoadWanModel", + "LoadWanTextEncoderModel", + "LoadWanTransformerModel", + "LoadWanVAEModel", + "LoadZImageControlNetInModel", + "LoadZImageControlNetInPipeline", + "LoadZImageLora", + "LoadZImageModel", + "LoadZImageTextEncoderModel", + "LoadZImageTransformerModel", + "LoadZImageVAEModel", + "QwenImageControlSampler", + "QwenImageEditPlusSampler", + "QwenImageEditSampler", + "QwenImageT2VSampler", "VideoToCanny", "VideoToDepth", "VideoToOpenpose", @@ -16434,11 +25085,14 @@ "Wan2_2FunV2VSampler", "Wan2_2I2VSampler", "Wan2_2T2VSampler", + "Wan2_2VaceFunSampler", "WanFunInpaintSampler", "WanFunT2VSampler", "WanFunV2VSampler", "WanI2VSampler", - "WanT2VSampler" + "WanT2VSampler", + "ZImageControlSampler", + "ZImageT2ISampler" ], { "title_aux": "VideoX-Fun" @@ -16452,6 +25106,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", @@ -16470,42 +25136,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_Flux_Kontext", - "Comfly_Flux_Kontext_Edit", - "Comfly_Flux_Kontext_bfl", - "Comfly_Googel_Veo3", - "Comfly_Mj", - "Comfly_Mj_swap_face", - "Comfly_Mju", - "Comfly_Mjv", - "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_qwen_image", - "Comfly_qwen_image_edit", - "Comfly_upload", - "Comfly_video_extend" - ], - { - "title_aux": "Comfyui_Comfly_v2" - } - ], "https://github.com/ainewsto/comfyui-labs-google": [ [ "ComfyUI-ImageFx", @@ -16516,6 +25146,128 @@ "title_aux": "comfyui-labs-google" } ], + "https://github.com/aining2022/ComfyUI_Swwan": [ + [ + "AddLabel", + "AnyBooleanSwitch (Swwan)", + "AnySwitch (Swwan)", + "BatchSlice", + "BoundedImageCrop", + "BoundedImageCropWithMask", + "ColorMatch", + "CrossFadeImages", + "CrossFadeImagesMulti", + "DrawMaskOnImage", + "FastPreview", + "GetImageRangeFromBatch", + "GetImageSizeAndCount", + "GetImagesFromBatchIndexed", + "GetLatentRangeFromBatch", + "GetLatentSizeAndCount", + "IO_save_image", + "ImageAddMulti", + "ImageAndMaskPreview", + "ImageBatchExtendWithOverlap", + "ImageBatchFilter", + "ImageBatchJoinWithTransition", + "ImageBatchMulti", + "ImageBatchRepeatInterleaving", + "ImageBatchTestPattern", + "ImageBlendSwwan", + "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 V2", + "LoadAndResizeImage", + "LoadImagesFromFolderKJ", + "LoadVideosFromFolder", + "Mask_transform_sum", + "MathExpression_UTK", + "MergeBatch", + "MergeImageChannels", + "PadImageBatchInterleaved", + "PreviewAnimation", + "RGBA_Multi_Save", + "RGBA_Safe_Post", + "RGBA_Safe_Pre", + "RGBA_Save", + "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" + } + ], + "https://github.com/aiolicollective/aioli-nodes": [ + [ + "BBoxMultipleFix", + "InpaintColorFix", + "RatioOutpaintCalc" + ], + { + "title_aux": "aioli-nodes" + } + ], "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": [ [ "ASVL" @@ -16524,6 +25276,29 @@ "title_aux": "ComfyUI_merge_ASVL" } ], + "https://github.com/aistudynow/Comfyui-HunyuanFoley": [ + [ + "HunyuanDependenciesLoader", + "HunyuanFoleySampler", + "HunyuanFoleyTorchCompile", + "HunyuanModelLoader", + "SelectAudioFromBatch" + ], + { + "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" @@ -16656,6 +25431,81 @@ "title_aux": "ComfyUI-X-Portrait-Nodes" } ], + "https://github.com/akaugun/comfyui-lora-hook-trigger": [ + [ + "LoraTriggerWithExample" + ], + { + "title_aux": "comfyui-lora-hook-trigger" + } + ], + "https://github.com/akawana/ComfyUI-AK-Pack": [ + [ + "AK Base", + "AK 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", + "PreviewRawText", + "RepeatGroupState", + "Setter" + ], + { + "title_aux": "AK Pack" + } + ], + "https://github.com/akawana/ComfyUI-AK-XZ-Axis": [ + [ + "AK XZ Axis Plot", + "AK XZ Batch Lora", + "AK XZ Batch Prompts", + "AK XZ Range Float", + "AK XZ Range Int", + "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": [ [ "Prompt Truncate", @@ -16697,35 +25547,67 @@ "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" ], { - "title_aux": "GeminiOllama ComfyUI Extension" + "title_aux": "ComfyUI-OllamaGemini" } ], - "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt": [ + "https://github.com/alFrame/ComfyUI-AF-Enhanced-HTML-Note": [ [ - "AF_Edit_Generated_Prompt" + "AF_Enhanced_HTML_Note" ], { - "title_aux": "AF - Edit Generated Prompt" + "author": "Alex Furer", + "description": "A ComfyUI custom node that allows you to create a note node with HTML support.", + "nickname": "AF - Enhanced HTML Note", + "title": "AF - Enhanced HTML Note", + "title_aux": "ComfyUI AF - Enhanced-HTML-Note" + } + ], + "https://github.com/alFrame/ComfyUI-AF-Pack-Prompt-Nodes": [ + [ + "AF_Edit_Generated_Prompt", + "AF_Load_Prompt_History", + "AF_Model_Switch", + "AF_Save_Prompt_History", + "AF_Show_Text" + ], + { + "author": "Alex Furer", + "description": "A collection of prompt management nodes for ComfyUI including prompt editing, history saving, and loading functionality.", + "nickname": "AF Prompt Nodes Pack", + "title": "AF Prompt Nodes Pack", + "title_aux": "ComfyUI AF - Pack-Prompt-Nodes" } ], "https://github.com/alanhuang67/ComfyUI-FAI-Node": [ @@ -16738,6 +25620,14 @@ "title_aux": "FAI-Node" } ], + "https://github.com/alankent/ComfyUI-OA-360-Clip": [ + [ + "OA360Clip" + ], + { + "title_aux": "OA 360 Clip" + } + ], "https://github.com/alastor-666-1933/caching_to_not_waste": [ [ "caching_condition", @@ -16754,16 +25644,25 @@ ], "https://github.com/alchemine/comfyui-alchemine-pack": [ [ + "AsyncSaveImage", + "AutoBreak", "DanbooruPopularPostsTagsRetriever", "DanbooruPostTagsRetriever", + "DanbooruPostsDownloader", "DanbooruRelatedTagsRetriever", + "DownloadImage", "FilterSubtags", "FilterTags", "FixBreakAfterTIPO", "GeminiInference", "OllamaInference", + "PreviewLatestImage", "ProcessTags", + "RemoveWeights", "ReplaceUnderscores", + "SaveImageWithText", + "SignalSwitch", + "SubstituteTags", "TextEditingInference", "TokenAnalyzer", "WidthHeight" @@ -16772,6 +25671,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" @@ -16780,25 +25702,17 @@ "title_aux": "Kaizen Package" } ], - "https://github.com/alessandroperilli/APW_Nodes": [ - [ - "APW_CloudImageSize", - "APW_ImageListFilter", - "APW_ImageSaver", - "APW_LocalImageSize", - "APW_LocalVideoSize" - ], - { - "title_aux": "apw_nodes" - } - ], "https://github.com/alessandroperilli/OCS_Nodes": [ [ "OCS_CloudImageSize", + "OCS_FirstNotEmpty", + "OCS_ImageGrid4x4", "OCS_ImageListFilter", "OCS_ImageSaver", "OCS_LocalImageSize", - "OCS_LocalVideoSize" + "OCS_LocalVideoSize", + "OCS_ModelDownloader", + "OCS_Watermarker" ], { "title_aux": "Open Creative Studio Nodes" @@ -16814,8 +25728,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" @@ -16823,7 +25739,8 @@ ], "https://github.com/alessandrozonta/ComfyUI-OpenPose": [ [ - "OpenPose - Get poses" + "OpenPose - Get poses", + "OpenPoseNode" ], { "author": "joe", @@ -16832,6 +25749,7 @@ ], "https://github.com/alessandrozonta/ComfyUI-PoseDirection": [ [ + "DirectionNode", "OpenPose - Get direction" ], { @@ -16846,10 +25764,21 @@ "title_aux": "Comfyui-LoopLoader" } ], + "https://github.com/alexcong/ComfyUI-SwinIR": [ + [ + "SwinIRLoader", + "SwinIRRun" + ], + { + "title_aux": "ComfyUI-SwinIR" + } + ], "https://github.com/alexcong/ComfyUI_QwenVL": [ [ + "Qwen", "Qwen2.5", - "Qwen2.5VL" + "Qwen2.5VL", + "QwenVL" ], { "title_aux": "Qwen2-VL wrapper for ComfyUI" @@ -16887,13 +25816,19 @@ "BlenderInputGroup", "BlenderInputInt", "BlenderInputLoad3D", + "BlenderInputLoadCheckpoint", + "BlenderInputLoadDiffusionModel", "BlenderInputLoadImage", + "BlenderInputLoadLora", + "BlenderInputLoadMask", + "BlenderInputSampler", "BlenderInputSeed", "BlenderInputString", "BlenderInputStringMultiline", "BlenderOutputDownload3D", "BlenderOutputSaveGlb", - "BlenderOutputSaveImage" + "BlenderOutputSaveImage", + "BlenderOutputString" ], { "title_aux": "ComfyUI-Blender" @@ -16912,6 +25847,128 @@ "title_aux": "ComfyUI-Phi" } ], + "https://github.com/alexjx/ComfyUI-Sa2VA-XJ": [ + [ + "XJSa2VAImageSegmentation", + "XJSa2VAImageSegmentationV2", + "XJSa2VAVideoSegmentation" + ], + { + "title_aux": "ComfyUI-Sa2VA-XJ" + } + ], + "https://github.com/alexjx/ComfyUI-XJNodes": [ + [ + "XJAppendImageList", + "XJConditionalLoraLoader", + "XJContextEnter", + "XJContextExit", + "XJDebug", + "XJEmptyImageList", + "XJFloatRangeList", + "XJGetImageFromList", + "XJImageGrid", + "XJImageListFilter", + "XJImageListLength", + "XJImageListSlice", + "XJImagePairCompare", + "XJImagePreviewBridge", + "XJImageRandomTransform", + "XJImageScaleCalc", + "XJImageScaleMegapixel", + "XJImageToSeed", + "XJImageTransform", + "XJIntOffset", + "XJIntegerDecrement", + "XJIntegerIncrement", + "XJJSONExtractor", + "XJLoadImageByPath", + "XJLoadImageWithMetadata", + "XJLoadImagesFromDirBatch", + "XJLoadImagesFromDirList", + "XJLoopEnd", + "XJLoopStart", + "XJMaskRefineKMeans", + "XJMaskRefineMorph", + "XJOneImageFromBatch", + "XJRandomImagesFromBatch", + "XJRandomText", + "XJRandomTextFromFile", + "XJRandomTextFromList", + "XJSamplerAdapter", + "XJSaveImageWithMetadata", + "XJSchedulerAdapter", + "XJSegsAutoAdjustHookProvider", + "XJSegsColorCorrectHSVHookProvider", + "XJSegsColorCorrectRGBHookProvider", + "XJSegsColorMatchHookProvider", + "XJSegsCount", + "XJSegsExtractor", + "XJSegsFilter", + "XJSegsFilterByLabel", + "XJSegsMerge", + "XJSegsPick", + "XJSegsRefineKMeans", + "XJSegsRefineMorph", + "XJSegsStitcher", + "XJSegsWildcardPrompt", + "XJStringPass", + "XJSupirParameters", + "XJTextFileInfo", + "XJTextListFromFile", + "XJUnwrapFromList", + "XJWrapAsList" + ], + { + "title_aux": "ComfyUI-XJNodes" + } + ], + "https://github.com/alexopus/ComfyUI-Image-Saver": [ + [ + "Any to String (Image Saver)", + "Cfg Literal (Image Saver)", + "Checkpoint Loader with Name (Image Saver)", + "Civitai Hash Fetcher (Image Saver)", + "Conditioning Concat Optional (Image Saver)", + "Float Literal (Image Saver)", + "Image Saver", + "Image Saver Metadata", + "Image Saver Simple", + "Input Parameters (Image Saver)", + "Int Literal (Image Saver)", + "Random Tag Picker (Image Saver)", + "RandomShapeGenerator", + "Sampler Selector (Image Saver)", + "Scheduler Selector (Eff.) (Image Saver)", + "Scheduler Selector (Image Saver)", + "Scheduler Selector (inspire) (Image Saver)", + "Seed Generator (Image Saver)", + "String Literal (Image Saver)", + "UNet loader with Name (Image Saver)", + "Width/Height Literal (Image Saver)", + "Workflow Input Value (Image Saver)" + ], + { + "title_aux": "ComfyUI Image Saver" + } + ], + "https://github.com/alibof96/ComfyUI-DownscaleIRN": [ + [ + "IRNDownscale" + ], + { + "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", @@ -16920,13 +25977,22 @@ "OllamaImageCaptioner", "OllamaImageDescriber", "OllamaTextDescriber", - "ShowText", "TextTransformer" ], { "title_aux": "ComfyUI-Ollama-Describer" } ], + "https://github.com/alludus/ComfyUI-multiGPU-upscaler": [ + [ + "multiGPU_ImageUpscaleWithModel", + "multiGPU_ImageUpscaleWithModelMultiGPU", + "multiGPU_UpscaleModelLoader" + ], + { + "title_aux": "multiGPU Upscaler" + } + ], "https://github.com/alpertunga-bile/image-caption-comfyui": [ [ "Image Caption Node", @@ -17057,6 +26123,288 @@ "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_To_Position_Guide", + "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", + "ArchAi3D_Object_Focus_Camera_V4", + "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", + "ArchAi3D_Qwen_DX8152_Camera_LoRA", + "ArchAi3D_Qwen_Encoder", + "ArchAi3D_Qwen_Encoder_Simple", + "ArchAi3D_Qwen_Encoder_V2", + "ArchAi3D_Qwen_Encoder_V3", + "ArchAi3D_Qwen_Environment_Navigator", + "ArchAi3D_Qwen_Exterior_Focus", + "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", + "ArchAi3D_Qwen_Material_Changer", + "ArchAi3D_Qwen_Object_Position_Control", + "ArchAi3D_Qwen_Object_Rotation_Control", + "ArchAi3D_Qwen_Object_Rotation_V2", + "ArchAi3D_Qwen_Object_View_Control", + "ArchAi3D_Qwen_Person_Cinematographer", + "ArchAi3D_Qwen_Person_Perspective", + "ArchAi3D_Qwen_Person_Perspective_Control", + "ArchAi3D_Qwen_Person_Position_Control", + "ArchAi3D_Qwen_Person_Rotation_Control", + "ArchAi3D_Qwen_Person_View_Control", + "ArchAi3D_Qwen_Scene_Photographer", + "ArchAi3D_Qwen_Simple_Camera_Control", + "ArchAi3D_Qwen_Style_Transfer", + "ArchAi3D_Qwen_System_Prompt", + "ArchAi3D_Qwen_Watermark_Removal", + "ArchAi3D_SAM3_Segment", + "ArchAi3D_SEGS_Mask_Blur", + "ArchAi3D_SEGS_Mask_Irregularity", + "ArchAi3D_SEGS_To_Bundle", + "ArchAi3D_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_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" + ], + { + "nodename_pattern": "ArchAi3D", + "title_aux": "ComfyUI-ArchAi3d-Qwen" + } + ], + "https://github.com/amir84ferdos/ComfyUI-GRAG-ArchAi3D": [ + [ + "GRAG_Advanced_Sampler", + "GRAG_Preset_Manager", + "GRAG_Simple_Controller", + "GRAG_Unified_Controller" + ], + { + "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", + "TextEncodeQwenImageEditPlusBatchNode", + "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)", @@ -17079,22 +26427,10 @@ "title_aux": "CLIP Directional Prompt Attention" } ], - "https://github.com/andygill/comfyui-sunflower-nodes": [ - [ - "DepthViewToIsometric", - "DisparityToDepthView", - "EquirectangularToRectilinear", - "ImageChannelSelect", - "MaskChannelSelect", - "ResizeDown" - ], - { - "title_aux": "comfyui-sunflower-nodes" - } - ], "https://github.com/angeloshredder/StableCascadeResizer": [ [ - "CascadeResize" + "CascadeResize", + "Cascade_Resizer" ], { "title_aux": "StableCascadeResizer" @@ -17129,6 +26465,46 @@ "title_aux": "Handy Node ComfyUI" } ], + "https://github.com/anhrefnyoiyoi/Placeholder-Replacer-By-ID": [ + [ + "Placeholder Replacer By ID" + ], + { + "title_aux": "Placeholder-Replacer-By-ID" + } + ], + "https://github.com/annewj023/Comfyui_google_nano": [ + [ + "GoogleNanoNode" + ], + { + "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", @@ -17138,38 +26514,45 @@ "title_aux": "DaimalyadNodes" } ], + "https://github.com/apenguin24/ComfyUI-WanKeyframing": [ + [ + "LoadImagesFromDirectory", + "WanKeyframeToVideo" + ], + { + "title_aux": "ComfyUI-WanKeyframing" + } + ], "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", @@ -17177,9 +26560,7 @@ "Sage_LMStudioLLMPromptText", "Sage_LMStudioLLMPromptVision", "Sage_LMStudioLLMPromptVisionRefine", - "Sage_LastLoraInfo", "Sage_LoadImage", - "Sage_LoadImageTextSetFromFolderNode", "Sage_LoadModelFromInfo", "Sage_Load_Dataset_From_Folder", "Sage_LogicalSwitch", @@ -17189,29 +26570,44 @@ "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", "Sage_OllamaLLMPromptVisionRefine", + "Sage_PercentageToFloat", "Sage_PonyPrefix", + "Sage_PonyRatingv6", + "Sage_PonyRatingv7", + "Sage_PonyScore", + "Sage_PonySource", "Sage_PonyStyle", + "Sage_PonyStyleCluster", + "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_SixLoraStack", + "Sage_SetTextWithNum", + "Sage_SetTextWithoutComments", + "Sage_SingleCLIPTextEncode", + "Sage_StackLoraStack", + "Sage_SystemPrompt", "Sage_TextRandomLine", "Sage_TextSelectLine", "Sage_TextSubstitution", @@ -17230,12 +26626,62 @@ "Sage_VAELoaderFromInfo", "Sage_VAESelector", "Sage_ViewAnything", - "Sage_ViewNotes" + "Sage_ViewNotes", + "Sage_ZeroConditioning" ], { "title_aux": "Sage Utils" } ], + "https://github.com/ardadmrknn/comfyui-history-clip-text-encode-node": [ + [ + "PromptHistoryClipTextEncode" + ], + { + "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" + ], + { + "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", @@ -17288,6 +26734,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", @@ -17300,7 +26754,6 @@ "PCLazyTextEncodeAdvanced", "PCLoraHooksFromText", "PCMacroExpand", - "PCSaveExpandedWorkflow", "PCSetLogLevel", "PCSetPCTextEncodeSettings", "PCTextEncode", @@ -17336,6 +26789,40 @@ "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" + ], + { + "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", @@ -17373,20 +26860,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" @@ -17524,6 +27040,17 @@ "title_aux": "Amazon Bedrock nodes for ComfyUI" } ], + "https://github.com/azazeal04/comfyui-switch-samplers": [ + [ + "CrossMultiStepKSampler", + "CrossStepSwitchKSampler", + "MultiStepKSampler", + "StepSwitchKSampler" + ], + { + "title_aux": "comfy-switch-samplers" + } + ], "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": [ [ "HaojihuiClipScoreFakeImageProcessor", @@ -17598,8 +27125,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" @@ -17635,6 +27168,20 @@ "title_aux": "ComfyUI-FrameSkipping" } ], + "https://github.com/baijunty/comfyui_image_embeddings": [ + [ + "Base64ImageLoader", + "CustomImageLoader", + "GLMOCRNode", + "Image2Base64", + "ImageHash", + "OutputEmbedding", + "Resize2DivisibleImage" + ], + { + "title_aux": "comfyui_image_embeddings" + } + ], "https://github.com/bananasss00/ComfyUI-SP-Nodes": [ [ "BoolSwitchOutStr", @@ -17670,7 +27217,23 @@ "SD3Multiply", "SP-CheckpointSave", "SP-UnetSave", + "SP_AnyPipe10", + "SP_AnyPipe15", + "SP_AnyPipe20", + "SP_AnyPipe30", + "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", @@ -17692,12 +27255,24 @@ "SP_KoboldCpp_BannedTokens", "SP_KoboldCpp_OverrideCfg", "SP_ListAny", + "SP_LoadLatent", "SP_ModelLoader", + "SP_Name_Checkpoint", + "SP_Name_Clip", + "SP_Name_ClipVision", + "SP_Name_ControlNet", + "SP_Name_StyleModel", + "SP_Name_Unet", + "SP_Name_UpscaleModel", + "SP_Name_Vae", "SP_Pass", "SP_Pipe", "SP_Pipe_ToBasicPipe", "SP_SD3Loader", "SP_SDLoader", + "SP_SaveLatent", + "SP_SelectItemFromAnyList", + "SP_SendStringWebsocket", "SP_SetPipeModelType", "SP_Supir", "SP_SupirSampler", @@ -17823,6 +27398,7 @@ "Save Image With Prompt Data", "Save Images Mikey", "Save Images No Display", + "Save Images With Prompt Data", "SaveMetaData", "SearchAndReplace", "Seed String", @@ -17854,6 +27430,7 @@ "VACEControlImageCombine", "VACEPromptCheckTotalFrame", "VACEPromptCombine", + "VaceFunLongVideo", "VaceLongVideo" ], { @@ -17868,6 +27445,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", @@ -17878,8 +27463,19 @@ "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", + "CharacterReferenceOptionNAID", "ColorizeNAID", "DeclutterNAID", "EmotionNAID", @@ -17901,6 +27497,14 @@ "title_aux": "ComfyUI_NAIDGenerator" } ], + "https://github.com/bemoregt/ComfyUI_3DGaussianSplatting": [ + [ + "GaussianSplattingPreview" + ], + { + "title_aux": "ComfyUI_3DGaussianSplatting" + } + ], "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": [ [ "Image_Spectrum" @@ -17909,6 +27513,24 @@ "title_aux": "ComfyUI_CustomNode_Image2Spectrum" } ], + "https://github.com/bemoregt/ComfyUI_DCT": [ + [ + "DCT2D", + "DCTMask", + "IDCT2D" + ], + { + "title_aux": "ComfyUI_DCT" + } + ], + "https://github.com/bemoregt/ComfyUI_PhaseFrameInterpolation": [ + [ + "PhaseBasedFrameInterpolation" + ], + { + "title_aux": "ComfyUI_PhaseFrameInterpolation" + } + ], "https://github.com/benda1989/CosyVoice2_ComfyUI": [ [ "CosyVoice3s", @@ -17932,6 +27554,20 @@ "title_aux": "GKK\u00b7Sonic" } ], + "https://github.com/benjamin-bertram/ComfyUI-Recolor": [ + [ + "AutoColorZoneSegmenter", + "BatchColorwayProcessor", + "DirectReplaceRecolor", + "MultiZoneRecolor", + "PercentileMapRecolor", + "RGBColorInput", + "StatisticalTransferRecolor" + ], + { + "title_aux": "ComfyUI-Recolor" + } + ], "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": [ [ "OIDNDenoiser" @@ -17956,6 +27592,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" @@ -18017,6 +27662,72 @@ "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/bghira/ComfyUI-T-LoRA": [ + [ + "LycorisTLoraLoaderBypass", + "LycorisTLoraLoaderBypassModelOnly", + "TLoraLoaderBypass", + "TLoraLoaderBypassModelOnly" + ], + { + "title_aux": "ComfyUI-T-LoRA" + } + ], + "https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3": [ + [ + "HunyuanImage3" + ], + { + "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", @@ -18073,7 +27784,6 @@ "AdjustAudio", "AudioAddWatermark", "AudioConcatenate", - "AudioDenoising", "AudioRecorderAT", "ClearVoiceRun", "LoadAudioMW", @@ -18121,6 +27831,7 @@ "https://github.com/billwuhao/ComfyUI_IndexTTS": [ [ "IndexSpeakersPreview", + "IndexTTS2Run", "IndexTTSRun", "MultiLinePromptIndex" ], @@ -18180,6 +27891,7 @@ "AlignFace", "BeautifyPhoto", "DetectCropFace", + "DetectCropFaces", "IDPhotos", "ImageWatermark", "LoadImageMW" @@ -18244,6 +27956,7 @@ "https://github.com/birdneststream/ComfyUI-Mircify": [ [ "IRC Art Converter", + "IRC PNG Exporter", "IRC Text Saver" ], { @@ -18265,6 +27978,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]", @@ -18452,6 +28193,14 @@ "title_aux": "ComfyUI_sloppy-comic" } ], + "https://github.com/blob8/ComfyUI_video-image-motion-transfer": [ + [ + "VideoImageWarp" + ], + { + "title_aux": "ComfyUI_video-image-motion-transfer" + } + ], "https://github.com/blovett80/ComfyUI-PixelDojo": [ [ "PixelDojoAPI" @@ -18481,6 +28230,15 @@ "title_aux": "ComfyUI_PS_Blend_Node" } ], + "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI": [ + [ + "CoMPaSS for FLUX.1-dev", + "Example" + ], + { + "title_aux": "CoMPaSS-ComfyUI" + } + ], "https://github.com/bmad4ever/comfyui_ab_samplercustom": [ [ "AB SamplerCustom (experimental)" @@ -18497,6 +28255,58 @@ "title_aux": "Lists Cartesian Product" } ], + "https://github.com/bmad4ever/comfyui_panels": [ + [ + "bmad_BBoxFromInts", + "bmad_BBoxSnap", + "bmad_BevelPolygon", + "bmad_BuildLayoutPanels", + "bmad_CanvasPanel", + "bmad_ComplementaryCardinals", + "bmad_CropImageByBBox", + "bmad_CropMaskByBBox", + "bmad_CropMaskHolesQuantizedPadded", + "bmad_DetectPanelsInImage", + "bmad_DrawPanelsEdges", + "bmad_DrawPanelsEdgesDashed", + "bmad_DrawPanelsEdgesDotted", + "bmad_GridPanelLayoutGenerator", + "bmad_GrowPanel", + "bmad_InvertCardinals", + "bmad_ListAppendPanel", + "bmad_ListTransferPanel", + "bmad_LoadPanelLayout", + "bmad_MutatePanelLayout", + "bmad_OffsetPolygonBounds", + "bmad_Panel2Mask", + "bmad_PasteCrops", + "bmad_PolygonBounds", + "bmad_PolygonOriginCenter", + "bmad_PolygonOriginCentroid", + "bmad_PolygonOriginVector", + "bmad_PolygonOriginVertex", + "bmad_PolygonToMask", + "bmad_PolygonToResizedMask", + "bmad_PolygonUnwrappedBounds", + "bmad_PreviewPanelLayout", + "bmad_PreviewPanels", + "bmad_RandomPanelLayoutGenerator", + "bmad_RelativeCropImage", + "bmad_RotatePolygon", + "bmad_SavePanelLayout", + "bmad_ScalePolygon", + "bmad_SkewPolygon", + "bmad_SliceList_Panels", + "bmad_SortPanels", + "bmad_StringDecodePanelLayout", + "bmad_StringEncodePanelLayout", + "bmad_TranslatePolygon", + "bmad_UnpackBBox" + ], + { + "title_aux": "comfyui-panels" + } + ], "https://github.com/bmad4ever/comfyui_quilting": [ [ "GuessQuiltingBlockSize_Bmad", @@ -18543,11 +28353,29 @@ "title_aux": "ComfyKit Custom Nodes" } ], + "https://github.com/bobosola/ComfyUI-reboot": [ + [ + "reboot" + ], + { + "title_aux": "ComfyUI-reboot" + } + ], "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" @@ -18619,6 +28447,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", @@ -18629,6 +28466,15 @@ "title_aux": "Remembering utils" } ], + "https://github.com/bomborant/ComfyUI-ShakaNodes": [ + [ + "ShakaTensorDebug", + "ShakaWanKeyframes" + ], + { + "title_aux": "ShakaNodes" + } + ], "https://github.com/bongsang/ComfyUI-Bongsang": [ [ "AnyInfo", @@ -18638,6 +28484,35 @@ "title_aux": "ComfyUI-Bongsang" } ], + "https://github.com/boobkake22/ComfyUI-SimpleSwitch": [ + [ + "SimpleAudioLatentSwitch", + "SimpleLatentSwitch", + "SimpleSwitch", + "SimpleVideoLatentSwitch" + ], + { + "title_aux": "ComfyUI-SimpleSwitch" + } + ], + "https://github.com/boobkake22/ComfyUI-WanResolutions": [ + [ + "LTXResolutions", + "WanResolutions" + ], + { + "title_aux": "ComfyUI-WanResolutions" + } + ], + "https://github.com/boredcoderyt/ComfyUI-Fibo-Edit": [ + [ + "FiboEdit", + "FiboEdit_VLM" + ], + { + "title_aux": "Fibo Edit Node for ComfyUI" + } + ], "https://github.com/boredofnames/ComfyUI-ntfy": [ [ "Ntfy", @@ -18657,13 +28532,42 @@ ], "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": [ [ - "Bori Qwen Image Resolution" + "Bori Qwen Image Resolution", + "Bori Qwen Img Res" ], { "title_aux": "ComfyUI-Bori-QwenImageResolutions" } ], - "https://github.com/bradsec/ComfyUI_ResolutionSelector": [ + "https://github.com/bowtiedbluefin/ComfyUI-AI-CustomURL": [ + [ + "ImageAdvancedParams_AICustomURL", + "ImageGeneration_AICustomURL", + "ImageLoader_AICustomURL", + "SaveVideo_AICustomURL", + "SpeechAdvancedParams_AICustomURL", + "SpeechGeneration_AICustomURL", + "TextAdvancedParams_AICustomURL", + "TextGeneration_AICustomURL", + "VideoAdvancedParams_AICustomURL", + "VideoGeneration_AICustomURL", + "VideoLoader_AICustomURL", + "VideoPreview_AICustomURL", + "VideoRetrieve_AICustomURL" + ], + { + "title_aux": "ComfyUI-AI-CustomURL" + } + ], + "https://github.com/bpmpnaito/comfyui-imageviewer": [ + [ + "ImageViewer" + ], + { + "title_aux": "comfyui-imageviewer" + } + ], + "https://github.com/bradsec/ComfyUI_ResolutionSelectorPlus": [ [ "ResolutionSelector" ], @@ -18673,6 +28577,8 @@ ], "https://github.com/bradsec/ComfyUI_StringEssentials": [ [ + "StringConditionalAppend", + "StringContainsAny", "StringMultiReplace", "StringPreview", "StringStrip", @@ -18682,6 +28588,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", @@ -18714,6 +28628,18 @@ "title_aux": "ComfyUI-MagicQuill" } ], + "https://github.com/brayevalerien/ComfyUI-GroqNodes": [ + [ + "GroqAudio", + "GroqBatch", + "GroqChat", + "GroqToolUse", + "GroqVision" + ], + { + "title_aux": "Groq Nodes" + } + ], "https://github.com/brayevalerien/ComfyUI-SplitString": [ [ "Split String" @@ -18730,6 +28656,15 @@ "title_aux": "ComfyUI Resynthesizer" } ], + "https://github.com/brenzel/comfyui-prompt-beautify": [ + [ + "PromptBeautify", + "PromptBeautifyAdvanced" + ], + { + "title_aux": "comfyui-prompt-beautify" + } + ], "https://github.com/brianfitzgerald/style_aligned_comfy": [ [ "StyleAlignedBatchAlign", @@ -18766,6 +28701,14 @@ "title_aux": "Save Image with Selective Metadata" } ], + "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect": [ + [ + "Vintage Effect" + ], + { + "title_aux": "Vintage Effect" + } + ], "https://github.com/bruefire/ComfyUI-SeqImageLoader": [ [ "VFrame Loader With Mask Editor", @@ -18775,6 +28718,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", @@ -18841,6 +28811,34 @@ "title_aux": "ComfyLab Pack" } ], + "https://github.com/bulldog68/ComfyUI_FMJ_LLM": [ + [ + "FMJLlmConfigNode", + "FMJLlmOllamaVision", + "FMJOllamaPromptGenerator", + "FMJUnloadAllLLM" + ], + { + "title_aux": "FMJ-LLM" + } + ], + "https://github.com/bulldog68/ComfyUI_FMJ_SP": [ + [ + "\u2728 FMJ-speed-Prompt" + ], + { + "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", @@ -18875,13 +28873,18 @@ "https://github.com/burnsbert/ComfyUI-EBU-Workflow": [ [ "EbuAppendToFile", + "EbuComputeImageUpscale", "EbuDecodeNewLines", "EbuEncodeNewLines", "EbuFileListCache", "EbuGetImageAspectRatio", + "EbuGetImageAspectRatioFromImage", + "EbuImageWaitForImage", + "EbuModelWaitForImage", "EbuReadFromFile", "EbuScalingResolution", "EbuScalingTile", + "EbuStringWaitForImage", "EbuUniqueFileName" ], { @@ -18936,6 +28939,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", @@ -18964,6 +28979,17 @@ "title_aux": "ComfyUI_InfiniteYou" } ], + "https://github.com/c0dezer019/FreezeFrame": [ + [ + "PSampler", + "PSamplerAdvanced", + "PSamplerCustom", + "PSamplerCustomAdvanced" + ], + { + "title_aux": "FreezeFrame" + } + ], "https://github.com/c0ffymachyne/ComfyUI_BeatByte": [ [ "BytebeatSynth" @@ -18976,7 +29002,6 @@ [ "SignalProcessingBaxandall3BandEQ", "SignalProcessingBaxandallEQ", - "SignalProcessingCompressor", "SignalProcessingConvolutionReverb", "SignalProcessingFilter", "SignalProcessingHarmonicsEnhancer", @@ -18998,6 +29023,14 @@ "title_aux": "ComfyUI Signal Processing" } ], + "https://github.com/c1660181647-hash/ComfyUI_MUTOU_SmartAspectRatio": [ + [ + "MUTOU_SmartAspectRatio" + ], + { + "title_aux": "ComfyUI_MUTOU_SmartAspectRatio" + } + ], "https://github.com/cake-ml/tiny-sana-preview": [ [ "TinySanaPreview" @@ -19008,6 +29041,7 @@ ], "https://github.com/calcuis/gguf": [ [ + "AudioEncoderLoaderGGUF", "ClipLoaderGGUF", "DualClipLoaderGGUF", "GGUFRun", @@ -19046,6 +29080,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" @@ -19054,41 +29096,110 @@ "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", + "FlowMatchSchedulerKleinEdit", + "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/capitan01R/Comfyui-ZiT-Lora-loader": [ + [ + "ZImageTurboLoraLoader", + "ZImageTurboLoraStack" + ], + { + "title_aux": "Comfyui-ZiT-Lora-loader" + } + ], "https://github.com/cardenluo/ComfyUI-Apt_Preset": [ [ - "AD_DrawSchedule", + "AD_FILM_VFI", "AD_ImageExpandBatch", "AD_MaskExpandBatch", - "AD_batch_replace", - "AD_font2img", + "AD_frame_replace", "AD_pingpong_vedio", "AD_sch_IPA", "AD_sch_image_merge", - "AD_sch_latent", - "AD_sch_mask", - "AD_sch_prompt_adv", + "AD_sch_mask_weigh", "AD_sch_prompt_basic", "AD_sch_prompt_stack", "AD_sch_value", - "AD_slice_Condi", - "AI_GLM4", - "AI_Ollama", + "AD_video_merge", + "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", - "Apply_CN_union", - "Apply_ControlNetStack", - "Apply_IPA", - "Apply_IPA_SD3", - "Apply_LoRAStack", - "Apply_Redux", - "Apply_adv_CN", - "Apply_condiStack", - "Apply_latent", - "Apply_textStack", + "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", @@ -19097,74 +29208,121 @@ "Data_preset_save", "Data_sampleData", "Data_select", - "IO_adjust_image", - "IO_clear_cache", + "Easy_QwenEdit2509", + "IO_EasyMark", + "IO_LoadImgBatch", + "IO_LoadImgList", + "IO_LoadShotBatch", + "IO_LoadTextBatch", + "IO_PathProcessor", + "IO_RegexPreset", + "IO_ShotCreate", + "IO_image_select", "IO_input_any", - "IO_inputbasic", "IO_load_anyimage", + "IO_node_Script", "IO_save_image", + "IO_store_image", "IO_video_encode", "IPA_XL_PromptInjection", "IPA_clip_vision", - "IPA_dapterSD3LOAD", "Image_Channel_Apply", - "Image_Channel_Extract", - "Image_Channel_RemoveAlpha", + "Image_CnMapMix", + "Image_CnMap_Resize", + "Image_Detail_HL_frequencye", "Image_Pair_Merge", "Image_Pair_crop", "Image_Resize2", + "Image_Resize_longsize", "Image_Resize_sum", - "Image_Upscaletile", + "Image_Resize_sum_data", + "Image_Resize_sum_restore", + "Image_Solo_data", + "Image_UpscaleModel", "Image_batch_composite", "Image_batch_select", - "Image_pad_outfill", + "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_solo", - "Mask_Detect_label", - "Mask_Remove_bg", - "Mask_face_detect", + "Image_transform_layer_adv", + "Mask_BodySegment", + "Mask_ClothesSegment", + "Mask_FaceSegment", + "Mask_Remove_bg2", "Mask_image2mask", "Mask_math", + "Mask_simple_adjust", "Mask_splitMask", "Mask_splitMask_by_color", "Mask_split_mulMask", "Mask_transform_sum", "Model_Preset_Unpack", "Model_Preset_pack", + "Scheduler_CondNoise", + "Scheduler_MixScheduler", "Stack_CN_union", + "Stack_CN_union3", "Stack_ControlNet", - "Stack_ControlNet1", + "Stack_EmbossAndFill", + "Stack_GradientAndStroke", "Stack_IPA", - "Stack_IPA_SD3", + "Stack_Kontext_MulCondi", + "Stack_Kontext_MulImg", + "Stack_Ksampler_adv", + "Stack_Ksampler_basic", + "Stack_Ksampler_custom", + "Stack_Ksampler_dual_paint", + "Stack_Ksampler_highAndLow", + "Stack_Ksampler_refine", "Stack_LoRA", "Stack_Redux", - "Stack_WanCameralToVideo", + "Stack_ShadowAndGlow", + "Stack_VAEDecodeTiled", + "Stack_Wan22FunControlToVideo", + "Stack_WanAnimateToVideo", + "Stack_WanCameraImageToVideo", "Stack_WanFirstLastFrameToVideo", "Stack_WanFunControlToVideo", "Stack_WanFunInpaintToVideo", + "Stack_WanHuMoImageToVideo", "Stack_WanImageToVideo", + "Stack_WanPhantomSubjectToVideo", + "Stack_WanSoundImageToVideo", + "Stack_WanSoundImageToVideoExtend", + "Stack_WanTrackToVideo", "Stack_WanVaceToVideo", - "Stack_adv_CN", "Stack_condi", + "Stack_inpaint", + "Stack_ksampler_tile", "Stack_latent", - "Stack_pre_Mark", + "Stack_pre_Mark2", "Stack_sample_data", "Stack_text", + "basicIn_Boolean", + "basicIn_Remap_slide", "basicIn_Sampler", "basicIn_Scheduler", "basicIn_Seed", - "basicIn_color", "basicIn_float", + "basicIn_input", "basicIn_int", "basicIn_string", "basic_Ksampler_adv", "basic_Ksampler_custom", "basic_Ksampler_full", + "basic_Ksampler_low_gpu", "basic_Ksampler_mid", "basic_Ksampler_simple", - "batch_BatchGetByIndex", "batch_BatchSlice", "batch_MergeBatch", "chx_IPA_XL", @@ -19177,101 +29335,114 @@ "chx_Ksampler_Kontext", "chx_Ksampler_Kontext_adv", "chx_Ksampler_Kontext_inpaint", - "chx_Ksampler_VisualStyle", - "chx_Ksampler_dual_area", "chx_Ksampler_dual_paint", "chx_Ksampler_inpaint", - "chx_Ksampler_mix", "chx_Ksampler_refine", - "chx_Ksampler_texture", - "chx_StyleModelApply", - "chx_Style_Redux", "chx_YC_LG_Redux", - "chx_ksampler_Deforum_sch", + "chx_input_data", "chx_ksampler_tile", "chx_latent_adjust", - "color_Local_Gray", + "color_Fragment", "color_OneColor_keep", "color_OneColor_replace", + "color_RadiaBrightGradient", + "color_TransforTool", "color_adjust_HDR", "color_adjust_HSL", - "color_adjust_WB_balance", - "color_adjust_light", + "color_balance_adv", + "color_brightGradient", "color_match_adv", - "color_selector", - "color_tool", - "creat_any_List", - "creat_any_batch", - "creat_image_batch", - "creat_image_batch_input", - "creat_mask_batch", - "creat_mask_batch_input", + "color_select", "create_AD_mask", "create_Mask_match_shape", + "create_Mask_match_shape2", "create_Mask_visual_tag", "create_RadialGradient", + "create_any_List", + "create_any_batch", + "create_image_batch", "create_lineGradient", "create_mask_array", + "create_mask_batch", "create_mask_solo", "create_mulcolor_img", "excel_Prompter", + "excel_Qwen_camera", + "excel_VedioPrompt", "excel_column_diff", - "excel_imgEditor_helper", "excel_insert_image", + "excel_insert_image_easy", "excel_qwen_artistic", "excel_qwen_font", "excel_read", + "excel_read_easy", + "excel_roles", "excel_row_diff", "excel_search_data", "excel_write_data", + "excel_write_data_easy", + "flow_AutoShutdown", + "flow_BooleanSwitch", + "flow_ChangeDetector", + "flow_QueueTrigger", + "flow_auto_pixel", + "flow_bridge_image", + "flow_case_tentor", + "flow_createbatch", + "flow_forEnd", + "flow_forStart", + "flow_judge_input", + "flow_judge_output", + "flow_low_gpu", + "flow_sch_control", + "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", "latent_chx_noise", - "latent_ratio", "lay_ImageGrid", - "lay_MaskGrid", - "lay_compare_img", "lay_edge_cut", - "lay_fill_inpaint", "lay_image_grid_note", "lay_images_free_layout", - "lay_imgCanvas", + "lay_mul_image", "lay_text_sum", - "lay_texture_Offset", - "list_ListGetByIndex", + "lay_text_sum_mul", "list_ListSlice", "list_MergeList", + "list_Value", "list_num_range", - "list_sch_Value", - "load_FLUX", "load_GGUF", - "load_SD35", - "load_basic", + "load_Nanchaku", "math_Remap_data", "math_calculate", - "model_Regional", - "model_Style_Align", - "model_adjust_color", - "model_diff_inpaint", + "model_tool_assy", "pack_Pack", "pack_Unpack", "param_preset_Unpack", "param_preset_pack", "photoshop_preset_Unpack", "photoshop_preset_pack", - "pre_Flex2", "pre_Kontext", - "pre_Kontext_mul", + "pre_Kontext_mul_Image", + "pre_Kontext_mul_mask", "pre_QwenEdit", + "pre_USO", + "pre_ZImageInpaint_patch", + "pre_advanced_condi_merge", "pre_controlnet", "pre_controlnet_union", + "pre_guide", "pre_ic_light_sd15", + "pre_inpaint_sum", "pre_latent_light", "pre_mul_Mulcondi", + "pre_mul_ref_latent", "pre_qwen_controlnet", "pre_sample_data", "sampler_DynamicTileMerge", @@ -19283,52 +29454,85 @@ "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_QwenEditPlus", "sum_stack_Wan", - "sum_stack_all", + "sum_stack_flux2_Klein", "sum_stack_image", - "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_stack_wildcards", + "text_saveText", "text_sum", + "text_wildcards", + "texture_Ksampler", + "texture_Offset", + "texture_create", + "texture_render", "type_AnyCast", - "type_Anyswitch", + "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", - "type_text_list2batch", "unpack_box2", "view_Data", "view_GetLength", "view_GetShape", "view_GetWidgetsValues", "view_Mask_And_Img", + "view_Primitive", "view_bridge_Text", "view_bridge_image", "view_combo", - "view_latent", "view_mask", - "view_node_Script" + "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" + ], + { + "title_aux": "ComfyUI_OverlayFrameNumber" + } + ], "https://github.com/casterpollux/MiniMax-bmo": [ [ "MinimaxRemoverBMO" @@ -19346,6 +29550,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", @@ -19383,32 +29596,37 @@ "title_aux": "Text Node With Comments (@cdxoo)" } ], - "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": [ + "https://github.com/cedarconnor/ComfyUI-DreamCube": [ [ - "HYW_Config", - "HYW_MeshAnalyzer", - "HYW_MeshExport", - "HYW_MeshProcessor", - "HYW_MetadataManager", - "HYW_ModelLoader", - "HYW_PanoGen", - "HYW_PanoGenBatch", - "HYW_PanoInpaint_Advanced", - "HYW_PanoInpaint_Scene", - "HYW_PanoInpaint_Sky", - "HYW_PanoramaValidator", - "HYW_PerspectiveToPanoramaMask", - "HYW_RuntimeFromStock", - "HYW_SeamlessWrap360", - "HYW_SettingsLoader", - "HYW_ShiftPanorama", - "HYW_SkyMaskGenerator", - "HYW_TextureBaker", - "HYW_Thumbnailer", - "HYW_WorldReconstructor" + "ApplyDepthToCubemapFace", + "BatchCubemapDepth", + "CreateEmptyCubemap", + "CubemapInfo", + "CubemapPreview", + "CubemapSeamValidator", + "CubemapToEquirect", + "EnforceDepthConsistency", + "EquirectToCubemap", + "ExtractCubemapFace", + "ExtractDepthChannel", + "InsertCubemapFace", + "MergeCubemapDepth", + "NormalizeCubemapDepth", + "SmoothCubemapDepth" ], { - "title_aux": "ComfyUI HunyuanWorld - Professional 3D World Generation" + "title_aux": "ComfyUI-DreamCube" + } + ], + "https://github.com/cedarconnor/ComfyUI-Skeletonretarget": [ + [ + "ApplyRetargetTransform", + "ComputeRetargetTransform", + "ExtractSkeletonFromPose", + "SkeletonToOpenPoseImage" + ], + { + "title_aux": "ComfyUI-Skeletonretarget" } ], "https://github.com/cedarconnor/comfyui-BatchNameLoop": [ @@ -19424,12 +29642,32 @@ ], "https://github.com/cedarconnor/comfyui-LatLong": [ [ + "Cubemap Faces Extract", + "Cubemap To Equirectangular", + "Cubemap To Equirectangular (Flexible)", "Equirectangular Crop 180", "Equirectangular Crop Square", + "Equirectangular Edge Blender", + "Equirectangular Mirror Flip", "Equirectangular Perspective Extract", "Equirectangular Processor", + "Equirectangular Resize", "Equirectangular Rotate", - "Equirectangular To Cubemap" + "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" ], { "title_aux": "ComfyUI LatLong - Equirectangular Image Processing Nodes" @@ -19455,8 +29693,11 @@ ], "https://github.com/celsojr2013/comfyui_jamworks_client": [ [ + "Jamworks Download", + "Jamworks Login", "Jamworks_Download", "Jamworks_Login", + "Shell Command", "Shell_Command" ], { @@ -19484,13 +29725,16 @@ ], "https://github.com/cerspense/ComfyUI_cspnodes": [ [ + "CountTextLines", "DepthToNormalMap", + "GetLastFrameFromBatch", "GetMP4Prompt", "ImageDirIterator", "IncrementEveryN", "Modelscopet2v", "Modelscopev2v", "RemapRange", + "RemoveBlankLines", "ResizeByImage", "SplitImageChannels", "VidDirIterator" @@ -19539,6 +29783,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" @@ -19564,6 +29816,16 @@ "title_aux": "ComfyUI-Small-Utility" } ], + "https://github.com/chanjing-ai/chanjingAI-ComfyUI": [ + [ + "CicadaLipSyncNode", + "CicadaVideoPlayerNode", + "CicadaVoiceCloneNode" + ], + { + "title_aux": "chanjingAI-ComfyUI" + } + ], "https://github.com/chaojie/ComfyUI-AniPortrait": [ [ "AniPortraitLoader", @@ -19948,13 +30210,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", @@ -19970,7 +30228,6 @@ "chaosaiart_SaveImage", "chaosaiart_Show_Info", "chaosaiart_Simple_Prompt", - "chaosaiart_Style_Node", "chaosaiart_TextCLIPEncode", "chaosaiart_TextCLIPEncode_lora", "chaosaiart_adjust_color", @@ -19984,7 +30241,6 @@ "chaosaiart_convert_Prompt", "chaosaiart_deepseek_fix", "chaosaiart_forPreview", - "chaosaiart_image_loop", "chaosaiart_img2gif", "chaosaiart_img2video", "chaosaiart_lora", @@ -20016,8 +30272,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", @@ -20028,6 +30284,49 @@ "title_aux": "ComfyUI BFL API Pro Nodes" } ], + "https://github.com/charlyad142/comfyUI_charly_replicate_api": [ + [ + "Replicate Qwen Image Edit", + "Replicate Qwen Image Edit Plus", + "Replicate SeedEdit", + "Replicate Seedream4" + ], + { + "title_aux": "ComfyUI Replicate Image Generation & Edit" + } + ], + "https://github.com/chaserhkj/ComfyUI-Chaser-nodes": [ + [ + "EvalFloatExpr", + "EvalIntExpr", + "LoadImageFromWebDAV", + "MergeData", + "PromptFormatter", + "PromptTemplate", + "RegisterTemplate", + "SetData", + "TemplateFileLoader", + "UploadImagesToWebDAV", + "UploadMP4ToWebDAV", + "UploadWebMToWebDAV", + "YAMLData", + "YAMLFileLoader" + ], + { + "title_aux": "Chaser's Custom Nodes" + } + ], + "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes": [ + [ + "ChomfyDetailedLogger", + "ChomfyMegaPrompt", + "ChomfyUniversalCounter", + "ChomfyUniversalNoise" + ], + { + "title_aux": "ComfyUI-ChomfyNodes" + } + ], "https://github.com/checkbins/checkbin-comfy": [ [ "Checkbin Get Image Bin", @@ -20069,6 +30368,12 @@ "https://github.com/chenpipi0807/ComfyUI-Index-TTS": [ [ "AudioCleanupNode", + "IndexTTS2BaseNode", + "IndexTTS2CacheControlNode", + "IndexTTS2EmotionAudioNode", + "IndexTTS2EmotionTextNode", + "IndexTTS2EmotionVectorNode", + "IndexTTS2ProNode", "IndexTTSNode", "IndexTTSProNode", "NovelTextStructureNode", @@ -20089,12 +30394,13 @@ "title_aux": "ComfyUI NSFW Filter" } ], - "https://github.com/chenpipi0807/Comfyui-Qwen-image-edit-CharacterConsistency": [ + "https://github.com/chenpipi0807/Comfyui-CustomizeTextEncoder-Qwen-image": [ [ - "TextEncodeQwenImageEditEnhanced" + "TextEncodeQwenImageEditEnhanced", + "TextEncodeQwenImageT2ICustom" ], { - "title_aux": "Comfyui-Qwen-image-edit-CharacterConsistency" + "title_aux": "Comfyui-CustomizeTextEncoder-Qwen-image" } ], "https://github.com/chenpipi0807/PIP_ArtisticWords": [ @@ -20190,6 +30496,7 @@ "LayerFilter: AddGrain", "LayerFilter: ChannelShake", "LayerFilter: ColorMap", + "LayerFilter: DistortDisplace", "LayerFilter: Film", "LayerFilter: FilmV2", "LayerFilter: GaussianBlur", @@ -20204,6 +30511,7 @@ "LayerFilter: WaterColor", "LayerMask: BlendIf Mask", "LayerMask: CreateGradientMask", + "LayerMask: DrawRoundedRectangle", "LayerMask: ImageToMask", "LayerMask: LoadSegformerModel", "LayerMask: MaskBoxDetect", @@ -20212,6 +30520,7 @@ "LayerMask: MaskEdgeShrink", "LayerMask: MaskEdgeUltraDetail", "LayerMask: MaskEdgeUltraDetail V2", + "LayerMask: MaskEdgeUltraDetail V3", "LayerMask: MaskGradient", "LayerMask: MaskGrain", "LayerMask: MaskGrow", @@ -20278,6 +30587,7 @@ "LayerUtility: ICMask", "LayerUtility: ICMaskCropBack", "LayerUtility: If", + "LayerUtility: ImageBatchToList", "LayerUtility: ImageBlend", "LayerUtility: ImageBlend V2", "LayerUtility: ImageBlendAdvance", @@ -20286,7 +30596,9 @@ "LayerUtility: ImageChannelMerge", "LayerUtility: ImageChannelSplit", "LayerUtility: ImageCombineAlpha", + "LayerUtility: ImageCompositeHandleMask", "LayerUtility: ImageHub", + "LayerUtility: ImageListToBatch", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageMaskScaleAsV2", "LayerUtility: ImageOpacity", @@ -20306,6 +30618,7 @@ "LayerUtility: LoadImagesFromPath", "LayerUtility: LoadVQAModel", "LayerUtility: NameToColor", + "LayerUtility: NanoBananaImageScale", "LayerUtility: NumberCalculator", "LayerUtility: NumberCalculatorV2", "LayerUtility: PrintInfo", @@ -20514,8 +30827,6 @@ "CloudPointsInfo", "CubeLimit", "Export to PLY", - "ImageToPoints", - "ImageToPoints (Legacy)", "ImageToPoints (Torch)", "Import PLY", "InterpolatePoints (KDTree)", @@ -20620,13 +30931,47 @@ ], "https://github.com/chrisgoringe/cg-use-everywhere": [ [ - "Seed Everywhere" + "Anything Everywhere", + "Anything Everywhere3", + "Anything Everywhere?", + "Combo Clone", + "Prompts Everywhere", + "Seed Everywhere", + "Simple String" ], { "nodename_pattern": "(^(Prompts|Anything) Everywhere|Simple String)", "title_aux": "Use Everywhere (UE Nodes)" } ], + "https://github.com/chrish-slingshot/CrasHUtils": [ + [ + "CheckPointNames", + "CheckpointNames", + "ColorStylizer", + "DinoGame", + "DoomGame", + "ExtractCharacterInfo", + "ImageGlitcher", + "QueryLocalLLM", + "SdxlResolution", + "SdxlResolutionToDimensions", + "SnakeGame", + "SpaceInvadersGame", + "TetrisGame" + ], + { + "title_aux": "CrasH Utils" + } + ], + "https://github.com/chrishill197724-gif/ComfyUI-Wan22-GGUF-Storyboard": [ + [ + "Wan22StoryboardGGUF" + ], + { + "title_aux": "ComfyUI-Wan22-GGUF-Storyboard" + } + ], "https://github.com/chrissy0/chris-comfyui-nodes": [ [ "PadImageSquare" @@ -20703,41 +31048,27 @@ "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": [ [ + "CYHABSwitchNode", "CYHARRHalationNode", "CYHChromaticAberrationNode", "CYHFilmGrainNode", "CYHFolderFilenameBuilderNode", "CYHGlobalColorGradingNode", - "CYHInteractivePainterNode", "CYHLatentFluxAspectRatio", "CYHLatentPhoneAspectRatio", "CYHLatentQwenAspectRatio", "CYHLatentSDXLAspectRatio", "CYHLatentSocialAspectRatio", "CYHLatentVideoAspectRatio", - "CYHResolutionMultiplierNode", + "CYHPreviewVideo", + "CYHTextFileEditorNode", + "CYHTextFileLoaderNode", "PromptEnhancer", "PromptEnhancerEditable", - "PromptToolsSetup" + "PromptToolsSetup", + "PromptWildcardGenerator" ], { "title_aux": "Chye ComfyUI Toolset" @@ -20789,6 +31120,8 @@ "https://github.com/citronlegacy/ComfyUI-CitronNodes": [ [ "GetDateTime", + "get_first_and_final_frames", + "get_gif_first_and_final_frames", "nodes", "project" ], @@ -20963,6 +31296,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", @@ -20973,14 +31355,39 @@ "title_aux": "ComfyUI_LLM_Hub" } ], + "https://github.com/claudia2020shen/ImageCLIPSimilarityPure": [ + [ + "ImageCLIPSimilarityPure" + ], + { + "title_aux": "ImageCLIPSimilarityPure" + } + ], + "https://github.com/claudia2020shen/comfyui-image-metrics": [ + [ + "ImageQualityMetricsNode" + ], + { + "title_aux": "comfyui-image-metrics" + } + ], "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", @@ -21005,7 +31412,8 @@ "SomethingToString_clh", "String2FatLabels_clh", "String2Image_clh", - "StringConstant_clh" + "StringConstant_clh", + "duplicate_checker_clh" ], { "author": "Dr.Lt.Data", @@ -21019,6 +31427,7 @@ [ "CombinePrompt", "CustomPrompt", + "DrawArtistPrompt", "DrawStylePrompt", "GeneratePrompt", "InputPrompt", @@ -21033,6 +31442,7 @@ "PortraitSkinPrompt", "PreviewPrompt", "PromptTranslation", + "PromptTranslationHY", "RandomLinePrompt", "RandomsPrompt", "RandomsWeightPrompt", @@ -21071,9 +31481,26 @@ "title_aux": "Simple Image To Palette" } ], + "https://github.com/cmeka/ComfyUI-WanMoEScheduler": [ + [ + "WanMoEScheduler" + ], + { + "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", @@ -21090,10 +31517,12 @@ "Xoxxox_IniFlw", "Xoxxox_LogNum", "Xoxxox_LogTxt", + "Xoxxox_PrcPrc", "Xoxxox_PutTxt", "Xoxxox_RcvVce", "Xoxxox_RepTxt", "Xoxxox_RunFlw", + "Xoxxox_SenSlc", "Xoxxox_SenTxt", "Xoxxox_SetAud", "Xoxxox_SetDir", @@ -21118,10 +31547,20 @@ "title_aux": "ComfyUI Mask Contour Processor" } ], + "https://github.com/colorAi/comfyui-ImageSelectorbyPrompt": [ + [ + "AdvancedImageSelectorByPrompt" + ], + { + "title_aux": "ComfyUI-Image Selector by Prompt" + } + ], "https://github.com/comfy-deploy/comfyui-llm-toolkit": [ [ + "APIKeyInput", + "APIProviderSelectorNode", "AudioDurationFrames", - "BFLProviderNode", + "BananaTaskGenerator", "BlankImage", "CheckImageEmpty", "ConfigGenerateImage", @@ -21129,8 +31568,10 @@ "ConfigGenerateImageFluxDev", "ConfigGenerateImageGemini", "ConfigGenerateImageOpenAI", + "ConfigGenerateImageOpenRouter", "ConfigGenerateImagePortrait", - "ConfigGenerateImageSeedanceEditV3", + "ConfigGenerateImageSeedream", + "ConfigGenerateImageUnified", "ConfigGenerateMusic", "ConfigGenerateSpeech", "ConfigGenerateVideo", @@ -21149,39 +31590,35 @@ "ConfigGenerateVideoVeo3Fast", "Display_Text", "FramesToSeconds", - "GeminiProviderNode", "GenerateImage", "GenerateLyrics", "GenerateMusic", "GenerateSpeech", "GenerateVideo", - "GroqProviderNode", "HighLowSNR", "ImageComparer", "JoinStringsMulti", + "LLMPromptManager", "LLMToolkitProviderSelector", "LLMToolkitTextGenerator", "LLMToolkitTextGeneratorStream", "LoadAudioFromPath", "LoadVideoFromPath", "LocalTransformersProviderNode", - "LocalVLLMProviderNode", - "OpenAIProviderNode", + "ModelListFetcherNode", "PlayRandomSound", "PreviewImageLogic", "PreviewOutputs", "PreviewVideo", - "PromptManager", "ResolutionSelector", "StylePromptGenerator", - "SunoProviderSelector", "SwitchAny", "SwitchAnyRoute", "SwitchAnyRoute_wANY", "SwitchAny_wANY", "SystemPromptTaskGenerator", - "UpscaleVideo", - "WaveSpeedProviderNode" + "TestAPIKeyContext", + "UpscaleVideo" ], { "author": "ComfyDeploy", @@ -21193,16 +31630,37 @@ ], "https://github.com/comfyanonymous/ComfyUI": [ [ + "APG", "AddNoise", "AlignYourStepsScheduler", + "AudioAdjustVolume", + "AudioConcat", "AudioEncoderEncode", "AudioEncoderLoader", + "AudioEqualizer3Band", + "AudioMerge", + "AutogrowNamesTestNode", + "AutogrowPrefixTestNode", "BasicGuider", "BasicScheduler", + "BatchImagesMasksLatentsNode", + "BatchImagesNode", + "BatchLatentsNode", + "BatchMasksNode", "BetaSamplingScheduler", + "BriaImageEditNode", + "BriaRemoveImageBackground", + "BriaRemoveVideoBackground", + "ByteDanceFirstLastFrameNode", + "ByteDanceImageNode", + "ByteDanceImageReferenceNode", + "ByteDanceImageToVideoNode", + "ByteDanceSeedreamNode", + "ByteDanceTextToVideoNode", "CFGGuider", "CFGNorm", "CFGZeroStar", + "CLIPAttentionMultiply", "CLIPLoader", "CLIPMergeAdd", "CLIPMergeSimple", @@ -21214,6 +31672,7 @@ "CLIPTextEncodeFlux", "CLIPTextEncodeHiDream", "CLIPTextEncodeHunyuanDiT", + "CLIPTextEncodeKandinsky5", "CLIPTextEncodeLumina2", "CLIPTextEncodePixArtAlpha", "CLIPTextEncodeSD3", @@ -21222,9 +31681,16 @@ "CLIPVisionEncode", "CLIPVisionLoader", "Canny", + "CaseConverter", "CheckpointLoader", "CheckpointLoaderSimple", "CheckpointSave", + "ChromaRadianceOptions", + "ColorToRGBInt", + "ComboOptionTestNode", + "ComfyMathExpression", + "ComfySoftSwitchNode", + "ComfySwitchNode", "ConditioningAverage", "ConditioningCombine", "ConditioningConcat", @@ -21236,22 +31702,43 @@ "ConditioningSetTimestepRange", "ConditioningStableAudio", "ConditioningZeroOut", + "ContextWindowsManual", "ControlNetApply", "ControlNetApplyAdvanced", "ControlNetApplySD3", "ControlNetInpaintingAliMamaApply", "ControlNetLoader", + "ConvertStringToComboNode", "CosmosImageToVideoLatent", "CosmosPredict2ImageToVideoLatent", + "CreateList", "CreateVideo", + "CropByBBoxes", "CropMask", + "CustomCombo", + "DCTestNode", "DiffControlNetLoader", "DifferentialDiffusion", "DiffusersLoader", "DisableNoise", "DualCFGGuider", "DualCLIPLoader", + "EasyCache", + "ElevenLabsAudioIsolation", + "ElevenLabsInstantVoiceClone", + "ElevenLabsSpeechToSpeech", + "ElevenLabsSpeechToText", + "ElevenLabsTextToDialogue", + "ElevenLabsTextToSoundEffects", + "ElevenLabsTextToSpeech", + "ElevenLabsVoiceSelector", + "EmptyAceStep1.5LatentAudio", + "EmptyAceStepLatentAudio", + "EmptyAudio", + "EmptyChromaRadianceLatentImage", "EmptyCosmosLatentVideo", + "EmptyFlux2LatentImage", + "EmptyHunyuanImageLatent", "EmptyHunyuanLatentVideo", "EmptyImage", "EmptyLTXVLatentVideo", @@ -21259,22 +31746,23 @@ "EmptyLatentHunyuan3Dv2", "EmptyLatentImage", "EmptyMochiLatentVideo", + "EmptyQwenImageLayeredLatentImage", "EmptySD3LatentImage", + "Epsilon Scaling", "ExponentialScheduler", "ExtendIntermediateSigmas", "FeatherMask", "FlipSigmas", + "Flux2ProImageNode", + "Flux2Scheduler", "FluxDisableGuidance", "FluxGuidance", + "FluxKVCache", "FluxKontextImageScale", - "FluxKontextMaxImageNode", "FluxKontextMultiReferenceLatentMethod", "FluxKontextProImageNode", - "FluxProCannyNode", - "FluxProDepthNode", "FluxProExpandNode", "FluxProFillNode", - "FluxProImageNode", "FluxProUltraImageNode", "FreSca", "FreeU", @@ -21282,35 +31770,57 @@ "GITSScheduler", "GLIGENLoader", "GLIGENTextBoxApply", + "GLSLShader", + "GeminiImage2Node", "GeminiImageNode", "GeminiInputFiles", + "GeminiNanoBanana2", "GeminiNode", + "GenerateTracks", "GetImageSize", "GetVideoComponents", + "GrokImageEditNode", + "GrokImageNode", + "GrokVideoEditNode", + "GrokVideoNode", "GrowMask", + "HitPawGeneralImageEnhance", + "HitPawVideoEnhance", "Hunyuan3Dv2Conditioning", "Hunyuan3Dv2ConditioningMultiView", "HunyuanImageToVideo", + "HunyuanRefinerLatent", + "HunyuanVideo15ImageToVideo", + "HunyuanVideo15LatentUpscaleWithModel", + "HunyuanVideo15SuperResolution", "HyperTile", "HypernetworkLoader", + "IdeogramV1", + "IdeogramV2", + "IdeogramV3", "ImageAddNoise", "ImageBatch", "ImageBlend", "ImageBlur", "ImageColorToMask", + "ImageCompare", "ImageCompositeMasked", "ImageCrop", + "ImageCropV2", "ImageFlip", "ImageFromBatch", "ImageInvert", + "ImageMergeTileList", "ImageOnlyCheckpointLoader", "ImageOnlyCheckpointSave", "ImagePadForOutpaint", + "ImageProcessingNode", "ImageQuantize", "ImageRGBToYUV", "ImageRotate", "ImageScale", "ImageScaleBy", + "ImageScaleToMaxDimension", "ImageScaleToTotalPixels", "ImageSharpen", "ImageStitch", @@ -21319,31 +31829,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", @@ -21353,7 +31887,10 @@ "LatentBlend", "LatentComposite", "LatentCompositeMasked", + "LatentConcat", "LatentCrop", + "LatentCut", + "LatentCutToBatch", "LatentFlip", "LatentFromBatch", "LatentInterpolate", @@ -21364,32 +31901,52 @@ "LatentSubtract", "LatentUpscale", "LatentUpscaleBy", + "LatentUpscaleModelLoader", + "LazyCache", "Load3D", - "Load3DAnimation", "LoadAudio", "LoadImage", + "LoadImageDataSetFromFolder", "LoadImageMask", "LoadImageOutput", - "LoadImageSetFromFolderNode", - "LoadImageTextSetFromFolderNode", + "LoadImageTextDataSetFromFolder", "LoadLatent", + "LoadTrainingDataset", "LoadVideo", "LoraLoader", + "LoraLoaderBypass", + "LoraLoaderBypassModelOnly", "LoraLoaderModelOnly", "LoraModelLoader", "LoraSave", "LossGraphNode", "LotusConditioning", + "LtxvApiImageToVideo", + "LtxvApiTextToVideo", "LumaConceptsNode", "LumaImageModifyNode", "LumaImageNode", "LumaImageToVideoNode", "LumaReferenceNode", "LumaVideoNode", + "MagnificImageRelightNode", + "MagnificImageSkinEnhancerNode", + "MagnificImageStyleTransferNode", + "MagnificImageUpscalerCreativeNode", + "MagnificImageUpscalerPreciseV2Node", "Mahiro", + "MakeTrainingDataset", + "ManualSigmas", "MaskComposite", "MaskPreview", "MaskToImage", + "MeshyAnimateModelNode", + "MeshyImageToModelNode", + "MeshyMultiImageToModelNode", + "MeshyRefineNode", + "MeshyRigModelNode", + "MeshyTextToModelNode", + "MeshyTextureNode", "MinimaxHailuoVideoNode", "MinimaxImageToVideoNode", "MinimaxSubjectToVideoNode", @@ -21428,26 +31985,23 @@ "MoonvalleyTxt2VideoNode", "MoonvalleyVideo2VideoNode", "Morphology", + "NAGuidance", + "NormalizeVideoLatentStart", "OpenAIChatConfig", "OpenAIChatNode", "OpenAIDalle2", "OpenAIDalle3", "OpenAIGPTImage1", "OpenAIInputFiles", + "OpenAIVideoSora2", "OptimalStepsScheduler", + "Painter", "PatchModelAddDownscale", "PerpNeg", "PerpNegGuider", "PerturbedAttentionGuidance", "PhotoMakerEncode", "PhotoMakerLoader", - "PikaImageToVideoNode2_2", - "PikaScenesV2_2", - "PikaStartEndFrameNode2_2", - "PikaTextToVideoNode2_2", - "Pikadditions", - "Pikaffects", - "Pikaswaps", "PixverseImageToVideoNode", "PixverseTemplateNode", "PixverseTextToVideoNode", @@ -21455,11 +32009,11 @@ "PolyexponentialScheduler", "PorterDuffImageComposite", "Preview3D", - "Preview3DAnimation", "PreviewAny", "PreviewAudio", "PreviewImage", "PrimitiveBoolean", + "PrimitiveBoundingBox", "PrimitiveFloat", "PrimitiveInt", "PrimitiveString", @@ -21472,26 +32026,38 @@ "RecordAudio", "RecraftColorRGB", "RecraftControls", - "RecraftCreativeUpscaleNode", + "RecraftCreateStyleNode", "RecraftCrispUpscaleNode", "RecraftImageInpaintingNode", "RecraftImageToImageNode", "RecraftRemoveBackgroundNode", "RecraftReplaceBackgroundNode", - "RecraftStyleV3DigitalIllustration", "RecraftStyleV3InfiniteStyleLibrary", - "RecraftStyleV3LogoRaster", "RecraftStyleV3RealisticImage", "RecraftTextToImageNode", "RecraftTextToVectorNode", + "RecraftV4TextToImageNode", + "RecraftV4TextToVectorNode", "RecraftVectorizeImageNode", "ReferenceLatent", + "ReferenceTimbreAudio", + "RegexExtract", + "RegexMatch", + "RegexReplace", "RenormCFG", "RepeatImageBatch", "RepeatLatentBatch", + "ReplaceVideoLatentFrames", "RescaleCFG", "ResizeAndPadImage", + "ResizeImageMaskNode", + "ResolutionBucket", + "ResolutionSelector", + "ReveImageCreateNode", + "ReveImageEditNode", + "ReveImageRemixNode", "Rodin3D_Detail", + "Rodin3D_Gen2", "Rodin3D_Regular", "Rodin3D_Sketch", "Rodin3D_Smooth", @@ -21499,6 +32065,9 @@ "RunwayImageToVideoNodeGen3a", "RunwayImageToVideoNodeGen4", "RunwayTextToImageNode", + "SDPoseDrawKeypoints", + "SDPoseFaceBBoxes", + "SDPoseKeypointExtractor", "SDTurboScheduler", "SD_4XUpscale_Conditioning", "SV3D_Conditioning", @@ -21513,8 +32082,11 @@ "SamplerER_SDE", "SamplerEulerAncestral", "SamplerEulerAncestralCFGPP", + "SamplerEulerCFGpp", + "SamplerLCMUpscale", "SamplerLMS", "SamplerSASolver", + "SamplerSEEDS2", "SamplingPercentToSigma", "SaveAnimatedPNG", "SaveAnimatedWEBP", @@ -21523,25 +32095,35 @@ "SaveAudioOpus", "SaveGLB", "SaveImage", + "SaveImageDataSetToFolder", + "SaveImageTextDataSetToFolder", "SaveImageWebsocket", "SaveLatent", - "SaveLoRANode", + "SaveLoRA", "SaveSVGNode", + "SaveTrainingDataset", "SaveVideo", "SaveWEBM", + "ScaleROPE", "SelfAttentionGuidance", "SetFirstSigma", "SetLatentNoiseMask", "SetUnionControlNetType", + "ShuffleImageTextDataset", "SkipLayerGuidanceDiT", "SkipLayerGuidanceDiTSimple", "SkipLayerGuidanceSD3", "SolidMask", + "SplitAudioChannels", + "SplitImageToTileList", "SplitImageWithAlpha", "SplitSigmas", "SplitSigmasDenoise", + "StabilityAudioInpaint", + "StabilityAudioToAudio", "StabilityStableImageSD_3_5Node", "StabilityStableImageUltraNode", + "StabilityTextToAudio", "StabilityUpscaleConservativeNode", "StabilityUpscaleCreativeNode", "StabilityUpscaleFastNode", @@ -21551,6 +32133,13 @@ "StableCascade_SuperResolutionControlnet", "StableZero123_Conditioning", "StableZero123_Conditioning_Batched", + "StringCompare", + "StringConcatenate", + "StringContains", + "StringLength", + "StringReplace", + "StringSubstring", + "StringTrim", "StubConstantImage", "StubFloat", "StubImage", @@ -21560,6 +32149,13 @@ "StyleModelLoader", "T5TokenizerOptions", "TCFG", + "TemporalScoreRescaling", + "Tencent3DPartNode", + "Tencent3DTextureEditNode", + "TencentImageToModelNode", + "TencentModelTo3DUVNode", + "TencentSmartTopologyNode", + "TencentTextToModelNode", "TestAccumulateNode", "TestAccumulationGetItemNode", "TestAccumulationGetLengthNode", @@ -21607,12 +32203,22 @@ "TestVariadicAverage", "TestWhileLoopClose", "TestWhileLoopOpen", + "TextEncodeAceStepAudio", + "TextEncodeAceStepAudio1.5", "TextEncodeHunyuanVideo_ImageToVideo", "TextEncodeQwenImageEdit", + "TextEncodeQwenImageEditPlus", + "TextEncodeZImageOmni", + "TextGenerate", + "TextProcessingNode", "ThresholdMask", "TomePatchModel", + "TopazImageEnhance", + "TopazVideoEnhance", "TorchCompileModel", "TrainLoraNode", + "TrimAudioDuration", + "TrimVideoLatent", "TripleCLIPLoader", "TripoConversionNode", "TripoImageToModelNode", @@ -21623,9 +32229,14 @@ "TripoTextToModelNode", "TripoTextureNode", "UNETLoader", + "UNetCrossAttentionMultiply", + "UNetSelfAttentionMultiply", + "UNetTemporalAttentionMultiply", + "USOStyleReference", "UpscaleModelLoader", "VAEDecode", "VAEDecodeAudio", + "VAEDecodeAudioTiled", "VAEDecodeHunyuan3D", "VAEDecodeTiled", "VAEEncode", @@ -21635,14 +32246,59 @@ "VAELoader", "VAESave", "VPScheduler", + "Veo3FirstLastFrameNode", + "VeoVideoGenerationNode", + "Video Slice", "VideoLinearCFGGuidance", "VideoTriangleCFGGuidance", + "Vidu2ImageToVideoNode", + "Vidu2ReferenceVideoNode", + "Vidu2StartEndToVideoNode", + "Vidu2TextToVideoNode", + "Vidu3ImageToVideoNode", + "Vidu3StartEndToVideoNode", + "Vidu3TextToVideoNode", + "ViduExtendVideoNode", + "ViduImageToVideoNode", + "ViduMultiFrameVideoNode", + "ViduReferenceVideoNode", + "ViduStartEndToVideoNode", + "ViduTextToVideoNode", "VoxelToMesh", "VoxelToMeshBasic", + "Wan22FunControlToVideo", + "Wan22ImageToVideoLatent", + "WanAnimateToVideo", "WanCameraEmbedding", + "WanCameraImageToVideo", + "WanFirstLastFrameToVideo", + "WanFunControlToVideo", + "WanFunInpaintToVideo", + "WanHuMoImageToVideo", + "WanImageToImageApi", + "WanImageToVideo", + "WanImageToVideoApi", + "WanInfiniteTalkToVideo", + "WanMoveConcatTrack", + "WanMoveTrackToVideo", + "WanMoveTracksFromCoords", + "WanMoveVisualizeTracks", + "WanPhantomSubjectToVideo", + "WanReferenceVideoApi", + "WanSCAILToVideo", + "WanSoundImageToVideo", + "WanSoundImageToVideoExtend", + "WanTextToImageApi", + "WanTextToVideoApi", + "WanTrackToVideo", + "WanVaceToVideo", + "WavespeedFlashVSRNode", + "WavespeedImageUpscaleNode", "WebcamCapture", + "ZImageFunControlnet", "unCLIPCheckpointLoader", - "unCLIPConditioning" + "unCLIPConditioning", + "wanBlockSwap" ], { "title_aux": "ComfyUI" @@ -21651,6 +32307,7 @@ "https://github.com/comfyanonymous/ComfyUI_TensorRT": [ [ "DYNAMIC_TRT_MODEL_CONVERSION", + "STATIC TRT_MODEL CONVERSION", "STATIC_TRT_MODEL_CONVERSION", "TensorRTLoader" ], @@ -21673,11 +32330,23 @@ "title_aux": "ComfyUI_experiments" } ], + "https://github.com/comfyui/snacknodes": [ + [ + "ImageInfo", + "ImageScaler", + "TextBox", + "TextProcessor" + ], + {} + ], "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": [ [ "AspectRatioImageSize", "AspectRatioResizeImage", - "MarkdownModelNote" + "GitCloneManager", + "HuggingFaceDownloader", + "MarkdownModelNote", + "TransparentVideoSave" ], { "title_aux": "ComfyUI-Studio-nodes" @@ -21701,6 +32370,30 @@ "title_aux": "ComfyUI builmenlabo - Unified Package" } ], + "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini": [ + [ + "NanoBEditGemini" + ], + { + "title_aux": "ComfyUI-NanoB-Edit-Gemini" + } + ], + "https://github.com/comrender/ComfyUI-NanoSeed": [ + [ + "NanoSeedEdit" + ], + { + "title_aux": "ComfyUI-NanoSeed" + } + ], + "https://github.com/comrender/ComfyUI-Topaz-Upscaler": [ + [ + "TopazUpscaler" + ], + { + "title_aux": "ComfyUI-Topaz-Upscaler" + } + ], "https://github.com/concarne000/ComfyUI-Stacker": [ [ "StackPopFloat", @@ -21806,6 +32499,7 @@ ], "https://github.com/cr7Por/ComfyUI_DepthFlow": [ [ + "DepthFlow Simple", "DepthFlowSimple" ], { @@ -21829,6 +32523,14 @@ "title_aux": "RenesStuffDanboruTagGet" } ], + "https://github.com/cristian1980/ComfyUI-Caption-Cleaner": [ + [ + "CleanCaptionNode" + ], + { + "title_aux": "ComfyUI-Caption-Cleaner" + } + ], "https://github.com/crystian/ComfyUI-Crystools": [ [], { @@ -21979,7 +32681,6 @@ "DebugTensorShape+", "DisplayAny", "DrawText+", - "ExtractKeyframes+", "FluxAttentionSeeker+", "FluxBlocksBuster+", "FluxSamplerParams+", @@ -22093,6 +32794,26 @@ "title_aux": "ComfyUI-MaskBatchPermutations" } ], + "https://github.com/cuzelac/ComfyUI-CLAHE-Preprocessor": [ + [ + "CLAHEPreprocess" + ], + { + "title_aux": "ComfyUI-CLAHE-Preprocessor" + } + ], + "https://github.com/cyan9977/ComfyUI_PromptQueue": [ + [ + "NegativePromptQueue", + "SimpleStylePromptQueue", + "SimpleStylePromptQueueBatch", + "StylePromptQueue", + "StylePromptQueueBatch" + ], + { + "title_aux": "ComfyUI_PromptQueue" + } + ], "https://github.com/cyberhirsch/seb_nodes": [ [ "AspectRatioSeb", @@ -22106,6 +32827,18 @@ "title_aux": "Seb Nodes" } ], + "https://github.com/cybernaut4/comfyui_arkl1te_toolkit": [ + [ + "AnythingToString", + "Concatenate", + "CountFilesInDirectory", + "GetNewFileIndex", + "PadZeroes" + ], + { + "title_aux": "Arkl1te's Toolkit" + } + ], "https://github.com/czcz1024/Comfyui-FaceCompare": [ [ "FaceCompare" @@ -22118,6 +32851,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" @@ -22129,45 +32870,6 @@ "title_aux": "D2 Send Eagle" } ], - "https://github.com/da2el-ai/ComfyUI-d2-size-selector": [ - [ - "D2_SizeSelector" - ], - { - "author": "da2el", - "description": "Easy select image size", - "title": "D2 Size Selector", - "title_aux": "D2 Size Selector" - } - ], - "https://github.com/da2el-ai/ComfyUI-d2-steps": [ - [ - "D2 Refiner Steps", - "D2 Refiner Steps A1111", - "D2 Refiner Steps Tester" - ], - { - "author": "da2el", - "description": "Calculate the steps for the refiner", - "title": "D2 Steps", - "title_aux": "D2 Steps" - } - ], - "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": [ - [ - "D2 Checkpoint List", - "D2 Checkpoint Loader", - "D2 Multi Output", - "D2 Prompt SR", - "D2 Regex Switcher" - ], - { - "author": "da2el", - "description": "A parameter output node compatible with qq-nodes-comfyui. It outputs parameters such as Prompt S/R and seed.", - "title": "D2 XYPlot Utils", - "title_aux": "D2 XYPlot Utils" - } - ], "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": [ [ "D2 Apply Alpha Channel", @@ -22199,6 +32901,7 @@ "D2 KSampler", "D2 KSampler(Advanced)", "D2 List To String", + "D2 Load Diffusion Model", "D2 Load Folder Images", "D2 Load Image", "D2 Load Lora", @@ -22244,28 +32947,58 @@ ], "https://github.com/dadoirie/ComfyUI_Dados_Nodes": [ [ + "DN_CSVMultiDropDownNode", + "DN_ChutesChromaImageNode", + "DN_ChutesFluxImageNode", + "DN_ChutesHiDreamNode", + "DN_ChutesHunyuanImage3Node", + "DN_ChutesIllustriousNode", + "DN_ChutesImageGenNode", + "DN_ChutesImageToVideoNode", + "DN_ChutesLLMNode", + "DN_ChutesNetaLuminaNode", + "DN_ChutesParallelImageNode", + "DN_ChutesQwenImageEditNode", + "DN_ChutesQwenImageNode", + "DN_ChutesSDxlNode", + "DN_ChutesTextToVideoNode", + "DN_GroqLLMNode", + "DN_ImageBatcher", "DN_JoyTaggerNode", - "DN_MiaoshouAITaggerNode", + "DN_MemoryStorage", "DN_MultilineString", + "DN_PixAITaggerNode", + "DN_PreviewImage", + "DN_PromptSectionsExtractor", "DN_SmolVLMNode", + "DN_TagOpsNode", "DN_TextConcatenateNode", "DN_TextDropDownNode", "DN_WildcardPromptEditorNode", + "DN_WildcardSelectorComposerV2", "DN_WildcardsProcessor", - "PinterestFetch", - "inactivePinterestImageNode" + "DN_pyPinNode" ], { "author": "Dado", - "description": "Node with dynamic text inputs for concatenation", - "title": "Text Concatenator", + "description": "Utilities for creating and analyzing wildcard JSON structures.", + "title": "Wildcard Structure Utils", "title_aux": "ComfyUI_Dados_Nodes" } ], + "https://github.com/daehwa00/ComfyUI-NanoBananaAPI": [ + [ + "NanoBanana API\ud83c\udf4c" + ], + { + "title_aux": "ComfyUI-NanoBananaAPI" + } + ], "https://github.com/dafeng012/comfyui-imgmake": [ [ "LoadImageListPlus", "LoadImagesFromPath_lp", + "SaveImagePlus", "SaveImage_lp", "SelectImageName", "VideoKeyFramesExtractor", @@ -22281,27 +33014,25 @@ ], "https://github.com/dagthomas/comfyui_dagthomas": [ [ - "APNLatent", - "CustomPromptLoader", - "DynamicStringCombinerNode", - "FileReaderNode", - "FlexibleStringMergerNode", - "GPT4MiniNode", - "GPT4VisionNode", - "GeminiCustomVision", - "GeminiTextOnly", - "Gpt4CustomVision", - "Gpt4VisionCloner", - "OllamaNode", - "OllamaVisionNode", - "PGSD3LatentGenerator", - "PhiCustomModelInference", - "PhiModelInference", - "PhiModelLoader", - "PromptGenerator", - "RandomIntegerNode", - "SentenceMixerNode", - "StringMergerNode" + "APNextBloom", + "APNextColorGrading", + "APNextCrossProcessing", + "APNextFilmHalation", + "APNextGlitchArt", + "APNextHDRToneMapping", + "APNextNoise", + "APNextRough", + "APNextSharpen", + "APNextSplitToning", + "ClaudeTextNode", + "ClaudeVisionNode", + "GrokTextNode", + "GrokVisionNode", + "GroqTextNode", + "GroqVisionNode", + "MiniCPMImageNode", + "MiniCPMVideoNode", + "SentenceMixerNode" ], { "title_aux": "SDXL Auto Prompter" @@ -22316,6 +33047,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", @@ -22377,6 +33116,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", @@ -22404,6 +33150,66 @@ "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" + ], + { + "title_aux": "Enhanced Image Composite Masked" + } + ], + "https://github.com/darkamenosa/comfy_nanobanana": [ + [ + "BatchImages", + "NanoBananaGeminiImageNode" + ], + { + "title_aux": "Comfy Nano Banana" + } + ], "https://github.com/darkpixel/darkprompts": [ [ "DarkAnyToString", @@ -22422,11 +33228,19 @@ "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", "FormatString", - "ModelUnloader", "RandomChoice" ], { @@ -22437,6 +33251,31 @@ "title_aux": "Comfy DV" } ], + "https://github.com/darth-veitcher/comfyui-ollama-model-manager": [ + [ + "OllamaChatCompletion", + "OllamaClient", + "OllamaDebugHistory", + "OllamaHistoryLength", + "OllamaLoadModel", + "OllamaModelSelector", + "OllamaOptionExtraBody", + "OllamaOptionMaxTokens", + "OllamaOptionRepeatPenalty", + "OllamaOptionSeed", + "OllamaOptionTemperature", + "OllamaOptionTopK", + "OllamaOptionTopP", + "OllamaUnloadModel" + ], + { + "author": "darth-veitcher", + "description": "Custom nodes for managing Ollama models in ComfyUI workflows. Load and unload models on-demand to optimize memory usage.", + "nickname": "Ollama Manager", + "title": "ComfyUI Ollama Model Manager", + "title_aux": "ComfyUI Ollama Model Manager" + } + ], "https://github.com/daryltucker/ComfyUI-LoadFiles": [ [ "CountLines", @@ -22455,6 +33294,14 @@ "title_aux": "ComfyUI_ContrastingColor" } ], + "https://github.com/dasilva333/ComfyUI_HunyuanVideo-Foley": [ + [ + "HunyuanFoleyAudio" + ], + { + "title_aux": "ComfyUI HunyuanVideo-Foley Custom Node" + } + ], "https://github.com/dasilva333/ComfyUI_MarkdownImage": [ [ "CreateDialogImage", @@ -22474,6 +33321,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" @@ -22604,6 +33472,17 @@ "DavchaModelMergeSDXL", "DavchaModelMergeSimple", "DavchaPop", + "DavchaQwenImageEditLoraTagLoader", + "DavchaQwenVL3", + "DavchaQwenVL3Loader", + "DavchaRescaleSigmas", + "DavchaSamplerCustomAdvanced", + "DavchaSamplerCustomAdvanced2", + "DavchaScheduledSampler", + "DavchaScheduledTextEncoderQwenImageEditPlus", + "DavchaTextEncodeQwenImageEditPlus", + "DavchaWan22LoraTagLoader", + "DavchaWan22LoraTagParser", "PadAndResize", "PercentPadding", "ResizeCropFit", @@ -22630,9 +33509,32 @@ "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/deepme987/comfyui-workflow-prettier": [ + [ + "WorkflowPrettifier" + ], + { + "title_aux": "comfyui-workflow-prettier" + } + ], "https://github.com/denfrost/Den_ComfyUI_Workflow": [ [ - "Den_BatchIndex_AS", "Den_CropImage_AS", "Den_Eval_AS", "Den_FaceRestoreCFWithModel", @@ -22657,18 +33559,35 @@ "Den_SVD_img2vid", "Den_SaveLatent_AS", "Den_TextToImage_AS", - "Den_TextWildcardList_AS", - "Increment_AS" + "Den_TextWildcardList_AS" ], { "title_aux": "Den_ComfyUI_Workflows" } ], + "https://github.com/deng-wei/ComfyUI-MiVolo-V2": [ + [ + "MiVOLOAgeGenderPredictorFromCrops", + "MiVOLOAgeGenderPredictorWithDetector", + "MiVOLODetectorLoader", + "MiVOLOLoader" + ], + { + "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" @@ -22685,6 +33604,24 @@ "title_aux": "demofusion-comfyui" } ], + "https://github.com/dev-hitem/hitems3D-comfyUI": [ + [ + "ImageTo3DNode", + "PortraitImageTo3DNode", + "TextrueNode" + ], + { + "title_aux": "hitems3D-comfyUI" + } + ], + "https://github.com/develephant/comfyui-node-template": [ + [ + "MyComfyNode" + ], + { + "title_aux": "comfyui-node-template" + } + ], "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": [ [ "FluxImageCaptionNode", @@ -22748,7 +33685,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", @@ -22757,6 +33696,60 @@ "title_aux": "ComfyUI-Dickson-Nodes" } ], + "https://github.com/diffussy69/comfyui-curved_weight_schedule": [ + [ + "Advanced Curved ControlNet Scheduler", + "Apply_CN_Extras_Masks", + "AutoBackgroundMask", + "AutoPersonMask", + "Batch_Images_to_Timestep_Keyframes", + "CurveFormulaBuilder", + "Curved ControlNet Scheduler", + "Curved_Blur_Batch_Preprocessor", + "InteractiveCurveDesigner", + "MaskSymmetryTool", + "Multi-ControlNet Curve Coordinator", + "MultiLayerMaskEditor", + "MultiLayerMaskEditorSimple", + "MultiMaskCombinerBatch", + "MultiMaskCombinerBatch10", + "MultiMaskStrengthCombiner10", + "MultiMaskStrengthCombiner5", + "Redistribute_Keyframe_Percents", + "RegionalPromptInterpolation", + "RegionalPrompting" + ], + { + "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/digital-divas-admin/ComfyUI_NBP_Unleashed": [ + [ + "NanoBananaProImageEdit", + "NanoBananaProTextToImage" + ], + { + "title_aux": "ComfyUI_NBP_Unleashed" + } + ], "https://github.com/digitaljohn/comfyui-propost": [ [ "ProPostApplyLUT", @@ -22792,19 +33785,22 @@ ], "https://github.com/dimtoneff/ComfyUI-VL-Nodes": [ [ + "GGUF_VLM_ImageToText", + "GGUF_VLM_ModelLoader", + "InternVL3_5_ImageToText", + "InternVL3_5_ModelLoader", "KeyeModelLoader", "KeyeNode", "LFM2TransformerImageToText", "LFM2TransformerModelLoader", "LoadImagesFromDirBatch_VL", "LoadImagesFromDirList_VL", - "MiMoFreeMemoryAPI", - "MiMoImageToText", - "MiMoModelLoader", "Ovis25ImageToText", "Ovis25ModelLoader", "OvisU1ImageCaption", - "OvisU1VLModelLoader" + "OvisU1VLModelLoader", + "TextSave_VL", + "VLNodesFreeMemoryAPI" ], { "title_aux": "ComfyUI-VL-Nodes" @@ -22812,18 +33808,47 @@ ], "https://github.com/diodiogod/TTS-Audio-Suite": [ [ + "ASRSRTAdvancedOptionsNode", "AudioAnalyzerNode", "AudioAnalyzerOptionsNode", "CharacterVoicesNode", + "ChatterBoxAudioAnalyzer", + "ChatterBoxAudioAnalyzerOptions", "ChatterBoxEngineNode", "ChatterBoxF5TTSEditOptions", + "ChatterBoxF5TTSEditVoice", + "ChatterBoxOfficial23LangEngineNode", + "ChatterBoxVoiceCapture", + "CosyVoice Engine", + "CosyVoiceEngineNode", + "EchoTTSEngineNode", "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", - "VisemeDetectionOptionsNode" + "VibeVoiceEngineNode", + "VisemeDetectionOptionsNode", + "VocalRemovalNode", + "VoiceFixerNode" ], { "title_aux": "TTS Audio Suite" @@ -22896,6 +33921,8 @@ ], "https://github.com/dmarx/ComfyUI-AudioReactive": [ [ + "ARDrawSignal", + "ARReadAudio", "OpAbs", "OpBandpass", "OpClamp", @@ -22914,7 +33941,8 @@ "OpSqrt", "OpStretch", "OpSustain", - "OpThreshold" + "OpThreshold", + "SignalToCurve" ], { "title_aux": "ComfyUI-AudioReactive" @@ -22932,8 +33960,6 @@ "KfCurveDraw", "KfCurveFromString", "KfCurveFromYAML", - "KfCurveInverse", - "KfCurveToAcnLatentKeyframe", "KfCurvesAdd", "KfCurvesAddx10", "KfCurvesDivide", @@ -22948,7 +33974,6 @@ "KfDebug_Int", "KfDebug_Latent", "KfDebug_Model", - "KfDebug_Passthrough", "KfDebug_Segs", "KfDebug_String", "KfDebug_Vae", @@ -22962,7 +33987,6 @@ "KfPGroupCurveAdd", "KfPGroupCurveMultiply", "KfPGroupDraw", - "KfPGroupProd", "KfPGroupSum", "KfSetCurveLabel", "KfSetKeyframe", @@ -22997,26 +34021,20 @@ "title_aux": "ComfyUI-Keyframed" } ], - "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": [ + "https://github.com/domprosys/ComfyUI-LTXVideo-Extra": [ [ - "FramePackF1T2VLoraStack", - "FramePackF1T2VSampler", - "FramePackF1T2VSamplerSettings", - "FramePackF1T2VTextEncode", - "FramePackF1T2VUserSettings" + "LTXVImgToVideoInplaceAtIndex" ], { - "title_aux": "ComfyUI-FramePack-F1-T2V" + "title_aux": "ComfyUI-LTXVideo-Extra" } ], - "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": [ + "https://github.com/dothings/comfyui_placeholder_prompting": [ [ - "LTXVLoRABlockEdit", - "LTXVLoRALoader", - "LTXVLoRASelector" + "PlaceholderPrompting" ], { - "title_aux": "ComfyUI-LTXVideoLoRA" + "title_aux": "comfyui_placeholder_prompting" } ], "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": [ @@ -23029,6 +34047,18 @@ "title_aux": "ComfyUI Deadline Submission" } ], + "https://github.com/downlifted/ComfyUI_GROQ-PromptWizard": [ + [ + "GroqAudioProcessor", + "GroqCodeAssistant", + "GroqDocumentAnalyzer", + "GroqLLM", + "GroqVision" + ], + { + "title_aux": "ComfyUI_ComfyGroq" + } + ], "https://github.com/drago87/ComfyUI_Dragos_Nodes": [ [ "file_padding", @@ -23040,6 +34070,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" @@ -23091,15 +34137,24 @@ ], "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": [ [ + "HuMoI2VPatch", + "StringToFloatListRanged", + "VACEAdvDetailerHookProvider", "VaceAdvancedModelPatch", "VaceStrengthTester", + "WVAOptionsNode", + "WVAPipeSimple", + "WanMaskToLatentSpace", + "WanNoiseMaskToLatentSpace", "WanVacePhantomDual", "WanVacePhantomDualV2", "WanVacePhantomExperimental", "WanVacePhantomExperimentalV2", "WanVacePhantomSimple", "WanVacePhantomSimpleV2", - "WanVaceToVideoLatent" + "WanVaceReplace", + "WanVaceToVideoLatent", + "WanVaceWindowReferences" ], { "title_aux": "ComfyUI-WanVaceAdvanced" @@ -23124,18 +34179,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", - "MergeVideoFilename", + "GGUFInference", + "ImageListSplitHeadTail", + "ModelDownloader", "NumberListGenerator", + "OpenAIHelper", + "OpenRouterLLM", + "PersonFeatureExtractor", + "PersonFeatureParser", + "PhotoMagazineMaker", + "PhotoMagazineParser", + "PhotoMagazinePromptGenerator", "PromptListGenerator", - "SaveVideoPath" + "QwenGPUInference", + "ShowText|ListHelper", + "SimpleWildCardPlayer" ], { "title_aux": "ComfyUI-ListHelper" @@ -23162,6 +34239,23 @@ "title_aux": "ComfyUI-Thread" } ], + "https://github.com/dskjal/comfyui-yolov8-dsuksampler": [ + [ + "Yolov8DSUKsampler" + ], + { + "title_aux": "comfyui-yolov8-dsuksampler" + } + ], + "https://github.com/dskjal/comfyui-yolov8-simple": [ + [ + "ImageCompositeBlurred", + "Yolov8DS" + ], + { + "title_aux": "comfyui-yolov8-simple" + } + ], "https://github.com/duchamps0305/comfyui-white-extractor": [ [ "WhitePercentage" @@ -23182,6 +34276,16 @@ "title_aux": "ObjectFusion_ComfyUI_nodes" } ], + "https://github.com/duldduld/ComfyUI_md5": [ + [ + "FileToMD5", + "ImgToMD5", + "StringToMD5" + ], + { + "title_aux": "ComfyUI_md5" + } + ], "https://github.com/duskfallcrew/Comfyui_EmbeddingMerge_Node/raw/refs/heads/main/merge_embed.py": [ [ "EmbeddingMerger" @@ -23217,6 +34321,32 @@ "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", + "SeedreamImageGenerateWithWebSearch" + ], + { + "title_aux": "Seedream Image Generate ComfyUI Node" + } + ], "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": [ [ "E_TierTextSaver" @@ -23235,6 +34365,79 @@ "title_aux": "ComfyUI-ShadertoyGL" } ], + "https://github.com/eRepublik-Labs/comfyui-nodes-erpk": [ + [ + "BEN2RemoveBackground", + "BiRefNetGetMask", + "BiRefNetRemoveBackground", + "BlurFusionForegroundEstimation", + "ClaudeAPIClient", + "ClaudeConversation", + "ClaudeConversationInfo", + "ClaudePromptEnhancer", + "ClaudeStructuredOutput", + "ClaudeTextGeneration", + "ClaudeTokenCounter", + "ClaudeToolDefinition", + "ClaudeUsageStats", + "ClaudeVisionAnalysis", + "DreaminaEditNode", + "DreaminaTextToImageNode", + "ERPK_ConcatenateStrings", + "GeminiAPIConfig", + "GeminiChat", + "GeminiImageEdit", + "GeminiImageGeneration", + "GeminiSafetySettings", + "GeminiSystemInstruction", + "GeminiTextGeneration", + "GeminiVision", + "InSPyReNetRemoveBackground", + "JibMixQwenImageNode", + "OpenAIAPIConfig", + "OpenAIChat", + "OpenAIImageEdit", + "OpenAIImageGeneration", + "OpenAISystemInstruction", + "OpenAITextGeneration", + "OpenAIVision", + "PreviewVideo", + "QwenImageEditLoraNode", + "QwenImageEditNode", + "QwenImageEditPlusLoraNode", + "QwenImageEditPlusNode", + "QwenImageLayeredNode", + "QwenImageLoraNode", + "QwenImageMaxEditNode", + "QwenImageMaxNode", + "QwenImageMultipleAnglesNode", + "QwenImageTextToImageNode", + "RembgRemoveBackground", + "SHARPPredict", + "SHARPRenderVideo", + "SHARPRenderViews", + "SaveAudio", + "SeedreamV4EditNode", + "SeedreamV4EditSequentialNode", + "SeedreamV4Node", + "SeedreamV4SequentialNode", + "SeedreamV4_5EditNode", + "SeedreamV4_5EditSequentialNode", + "SeedreamV4_5Node", + "SeedreamV4_5SequentialNode", + "SeedreamV5LiteEditNode", + "SeedreamV5LiteEditSequentialNode", + "SeedreamV5LiteNode", + "SeedreamV5LiteSequentialNode", + "UploadImage", + "VeoImageToVideo", + "VeoTextToVideo", + "WaveSpeedAIAPIClient" + ], + { + "title_aux": "ERPK Collection" + } + ], "https://github.com/ealkanat/comfyui-easy-padding": [ [ "comfyui-easy-padding" @@ -23243,6 +34446,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", @@ -23253,6 +34464,35 @@ "title_aux": "Semantic-SAM" } ], + "https://github.com/easygoing0114/ComfyUI-easygoing-nodes": [ + [ + "CLIPSaveQwen", + "CLIPScaleDualSDXLBlock", + "CLIPScaleQwenBlock", + "CLIPTextEncodeWithOffload", + "HDR Effects with LAB Adjust", + "HDREffectsLabAdjust", + "ModelMergeHiDream", + "ModelMergeZImage", + "ModelScaleFlux2Klein", + "ModelScaleHiDream", + "ModelScaleQwenImage", + "ModelScaleSDXL", + "ModelScaleZImage", + "SaveImageWithPrompt", + "VAEMergeAdd", + "VAEMergeSDXLBlock", + "VAEMergeSimple", + "VAEMergeSubtract", + "VAEScaleFlux2Block", + "VAEScaleFluxBlock", + "VAEScaleQwenBlock", + "VAEScaleSDXLBlock" + ], + { + "title_aux": "ComfyUI-easygoing-nodes" + } + ], "https://github.com/ebrinz/ComfyUI-MusicGen-HF": [ [ "AudioOutputToConditioningQueue", @@ -23271,6 +34511,72 @@ "title_aux": "ComfyUI-MusicGen-HF" } ], + "https://github.com/eddyhhlure1Eddy/ComfyUI-EddySevenResonance": [ + [ + "EddyIntSevenRandomV2", + "EddyLuckySeedNode" + ], + { + "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", + "MemoryStatus" + ], + { + "title_aux": "ComfyUI-MemoryCleaner" + } + ], + "https://github.com/eddyhhlure1Eddy/ComfyUI-PreviewImageNode": [ + [ + "PreviewImageStandalone", + "SaveImageStandalone" + ], + { + "title_aux": "ComfyUI-PreviewImageNode" + } + ], + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenFrameSelector": [ + [ + "QwenFrameSelector" + ], + { + "title_aux": "ComfyUI-QwenFrameSelector" + } + ], + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenVideo": [ + [ + "GetVideoPath", + "QwenVideoPromptReversal", + "ShowQwenPrompt" + ], + { + "title_aux": "ComfyUI-QwenVideo" + } + ], + "https://github.com/eddyhhlure1Eddy/ComfyUI-TorchCompileSpeed": [ + [ + "ApplyTorchCompile", + "TorchCompileSpeedSettings" + ], + { + "title_aux": "ComfyUI-TorchCompileSpeed" + } + ], "https://github.com/edelvarden/ComfyUI-Display-Value": [ [ "DisplayValue" @@ -23300,6 +34606,7 @@ "Eden_FloatToInt", "Eden_GPTPromptEnhancer", "Eden_GPTStructuredOutput", + "Eden_GradientBorderMask", "Eden_IMG_padder", "Eden_IMG_unpadder", "Eden_ImageMaskComposite", @@ -23309,6 +34616,8 @@ "Eden_MaskBoundingBox", "Eden_MaskCombiner", "Eden_Math", + "Eden_OrganicFillAnimation", + "Eden_OrganicFillRandom", "Eden_RGBA_to_RGB", "Eden_RandomFilepathSampler", "Eden_RandomNumberSampler", @@ -23344,11 +34653,13 @@ "MaskedRegionVideoExport", "OrganicFillNode", "ParallaxZoom", + "ProjectionPreview", "Random_Style_Mixture", "SDAnyConverter", "SDTypeConverter", "SaveImageAdvanced", "SavePosEmbeds", + "SurfaceRadiometricCompensation", "VAEDecode_to_folder", "VideoFrameSelector", "WidthHeightPicker" @@ -23365,6 +34676,14 @@ "title_aux": "Eden.art LoRa Trainer" } ], + "https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE": [ + [ + "HSyn9DHPE" + ], + { + "title_aux": "ComfyUI-HSyn9DHPE" + } + ], "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": [ [ "Load Images and Prompts from Directory", @@ -23382,6 +34701,26 @@ "title_aux": "ComfyUI-gpt-oss-PromptDesigner" } ], + "https://github.com/efortin/ComfyUI-Ollama-Enhancer": [ + [ + "OllamaEnhancerNode" + ], + { + "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", @@ -23422,6 +34761,41 @@ "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", + "ColorMatchBlendAutoWeights" + ], + { + "title_aux": "Comfyui-ColorMatchNodes" + } + ], + "https://github.com/emniko/ComfyUI-CLIPScore": [ + [ + "CLIPScoreNode" + ], + { + "title_aux": "ComfyUI-CLIPScore" + } + ], "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": [ [ "BatchImageProcessor", @@ -23434,6 +34808,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", @@ -23452,6 +34835,8 @@ "HardClampConDelta", "LoadConditioningDelta", "MaskConDelta", + "MultiDimensionalPromptTravel", + "PromptTravel", "QuickConDelta", "SaveConditioningDelta", "ThresholdConditioning" @@ -23471,11 +34856,35 @@ "title_aux": "ComfyUI-Only" } ], + "https://github.com/erosDiffusion/ComfyUI-EulerDiscreteScheduler": [ + [ + "FlowMatchEulerDiscreteScheduler (Custom)", + "ImageMetadataExtractor", + "NunchakuQwenPatches", + "PatchFlashAttention" + ], + { + "title_aux": "ComfyUI-EulerDiscreteScheduler" + } + ], + "https://github.com/erosDiffusion/ComfyUI-ZImageDit": [ + [ + "LoadZImageSDNQ", + "ZImageSDNQGenerate" + ], + { + "title_aux": "ComfyUI-ZImageDit" + } + ], "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": [ [ "Compositor3", + "Compositor4", + "Compositor4MasksOutput", + "Compositor4TransformsOut", "CompositorColorPicker", "CompositorConfig3", + "CompositorConfig4", "CompositorMasksOutputV3", "CompositorTools3", "CompositorTransformsOutV3", @@ -23485,6 +34894,86 @@ "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": [ + [ + "ParallelSharpnessLoader", + "SharpFrameSelector", + "SharpnessAnalyzer" + ], + { + "title_aux": "ComfyUI-Sharp-Selector" + } + ], + "https://github.com/ethanfel/ComfyUI_UltimateSGUpscale": [ + [ + "GenerateSeamMask" + ], + { + "title_aux": "ComfyUI_UltimateSGUpscale" + } + ], + "https://github.com/ethanfel/Comfyui-JSON-Manager": [ + [ + "ProjectLoaderDynamic" + ], + { + "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", @@ -23545,6 +35034,14 @@ "title_aux": "ComfyMath" } ], + "https://github.com/evrardt/ComfyUI-Spectrum": [ + [ + "SpectrumApplyFlux" + ], + { + "title_aux": "ComfyUI-Spectrum" + } + ], "https://github.com/excelwong/ComfyUI-PromptComposer": [ [ "PromptComposer" @@ -23555,6 +35052,7 @@ ], "https://github.com/exdysa/comfyui-selector": [ [ + "Recourse", "RecourseAny", "RecourseCkpt", "RecourseImage", @@ -23610,6 +35108,7 @@ "https://github.com/exectails/comfyui-et_stringutils": [ [ "ETATOI", + "ETFTOA", "ETITOA", "ETJoinTextNode", "ETReplaceTextNode", @@ -23623,6 +35122,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", @@ -23632,7 +35145,6 @@ "EZ_Prompt_Loader", "EZ_Switch", "EZ_Tag_Loader", - "EZ_Test", "EZ_Text_Concat", "EZ_Text_to_Size" ], @@ -23640,6 +35152,33 @@ "title_aux": "ComfyUI-EZ-AF-Nodes" } ], + "https://github.com/fabbarix/comfyui-promptstore": [ + [ + "Prompt Selector", + "Prompt Template" + ], + { + "title_aux": "comfyui-promptstore" + } + ], + "https://github.com/fabwaseem/ComfyUI-Civitai-Gallery-Explorer": [ + [ + "CivitaiGalleryExplorerNode", + "CivitaiLoraLoader" + ], + { + "title_aux": "Civitai Gallery Explorer" + } + ], + "https://github.com/facefusion/facefusion-comfyui": [ + [ + "SwapFaceImage", + "SwapFaceVideo" + ], + { + "title_aux": "FaceFusion ComfyUI" + } + ], "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": [ [ "HunyuanVideoLoraLoader" @@ -23656,6 +35195,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" @@ -23707,6 +35254,26 @@ "title_aux": "nsfw-image-check-comfyui" } ], + "https://github.com/fangcun010/ComfyUI-LTX2-R2V": [ + [ + "LTX2R2VBrowserLLM", + "LTXVAddGuideMultiFc", + "LTXVAddGuideMultiJsonFc", + "LTXVAddRefMultiFc", + "LTXVAddRefMultiJsonFc" + ], + { + "title_aux": "ComfyUI-LTX2-R2V" + } + ], + "https://github.com/fangzhengyu0704-dotcom/ComfyUI-ArchTone-Extractor": [ + [ + "ArchToneExtractor" + ], + { + "title_aux": "ComfyUI-ArchTone-Extractor" + } + ], "https://github.com/fashn-AI/ComfyUI-FASHN": [ [ "FASHN" @@ -23736,7 +35303,8 @@ "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": [ [ "EmbeddingAnalyzer", - "EmbeddingPipelineCapture" + "EmbeddingPipelineCapture", + "Hunyuan" ], { "title_aux": "ComfyUI-EmbeddingPipelineAnalytics" @@ -23744,44 +35312,43 @@ ], "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": [ [ - "QwenCheckpointLoaderSimple", - "QwenCompareEncoders", - "QwenDebugTextEncoder", - "QwenDiffusionModelLoader", - "QwenEliGenController", - "QwenEliGenMaskCreator", - "QwenImageEditAdvanced", - "QwenImageEditLatentPrepare", - "QwenImageEditProcessor", - "QwenImageEditSimple", - "QwenImageEditUnified", - "QwenImageIterativeSampler", - "QwenImageResolutionHelper", - "QwenImageSamplerAdvanced", - "QwenImageSamplerWrapper", - "QwenImageVAEEncode", - "QwenModelValidator", - "QwenOptimalResolution", - "QwenPromptFormatter", - "QwenPromptInterpolator", - "QwenPromptInterpolatorBatch", - "QwenResolutionSelector", + "HunyuanVideoCLIPLoader", + "HunyuanVideoEmptyLatent", + "HunyuanVideoPromptExpander", + "HunyuanVideoTextEncoder", + "HunyuanVideoVisionLoader", + "LLMOutputParser", + "PromptKeyFilter", + "QwenDebugController", + "QwenEliGenEntityControl", + "QwenEliGenMaskPainter", + "QwenImageBatch", + "QwenInpaintSampler", + "QwenLowresFixNode", + "QwenMaskProcessor", + "QwenSmartCrop", + "QwenSpatialTokenGenerator", "QwenTemplateBuilder", "QwenTemplateBuilderV2", "QwenTemplateConnector", - "QwenTextEncoderLoader", - "QwenToNativeLatentBridge", - "QwenTokenInfo", - "QwenVAELoader", - "QwenVAENormalizer", + "QwenToChronoEditBridge", + "QwenToWanFirstFrameLatent", + "QwenToWanImageSaver", + "QwenToWanLatentSaver", + "QwenTokenAnalyzer", + "QwenTokenAnalyzerStandalone", + "QwenTokenDebugger", "QwenVLCLIPLoader", "QwenVLEmptyLatent", "QwenVLImageToLatent", - "QwenVLLoader", "QwenVLTextEncoder", - "QwenWANCompareLatents", - "QwenWANConditioningDebug", - "QwenWANLatentDebug" + "QwenVLTextEncoderAdvanced", + "TemplateInfluenceAnalyzer", + "ZImageEmptyLatent", + "ZImageTextEncoder", + "ZImageTextEncoderSimple", + "ZImageTurnBuilder", + "ZImageWanVAEDecode" ], { "title_aux": "ComfyUI-QwenImageWanBridge" @@ -23818,6 +35385,7 @@ [ "WanAdaptiveFlow", "WanBlendVisualize", + "WanEmbeddingPreviz", "WanEmbeddingPrevizCanvas", "WanMinimalCanvasTest", "WanSmartBlend" @@ -23835,6 +35403,7 @@ "DualProviderConfig", "GlobalMemoryCleanup", "ImageToAny", + "LoadAudio", "LoopAwareResponseIterator", "LoopAwareVLMAccumulator", "LoopSafeAccumulator", @@ -23842,6 +35411,8 @@ "RemoteTextEncoder", "RobustImageRangeExtractor", "SeedPromptGenerator", + "ShrugASRNode", + "ShrugPromptBatchFromFile", "ShrugPrompter", "SmartImageRangeExtractor", "TextCleanup", @@ -23866,22 +35437,51 @@ "title_aux": "Shrug-Prompter: Unified VLM Integration for ComfyUI" } ], - "https://github.com/fcanfora/comfyui-camera-tools": [ + "https://github.com/fchangjun/Baidu_Meux_ComfyTools": [ [ - "Load3DAnimation_Adv", - "Load3D_Adv", - "LoadCameraFromFile", - "Preview3D_Adv", - "Preview3D_AdvAnimation_Adv" + "Mask Fill Holes", + "MaskBlur+", + "MeuxAdvancedImageCrop", + "MeuxImageLoader", + "MeuxMaskBlurPlus", + "MeuxMaskFillHoles", + "MeuxMaskLoader", + "MeuxMultiSaveImage", + "MeuxOutpaintSizePresetSafe", + "MeuxRMBG", + "MeuxRealESRGANUpscale", + "MeuxSeed", + "MeuxSimpleLLMNode", + "MeuxSizePresetSafe", + "MeuxSmartEmptyLatent", + "MeuxSmartExactResize", + "MeuxTextAreaInput", + "Seed" ], { - "title_aux": "comfyui-camera-tools" + "title_aux": "BaiduMeux_Comfy Tools" } ], "https://github.com/fchangjun/Comfyui_MultiSaveImage": [ [ - "MultiSaveImage", - "SimpleLLMNode" + "Mask Fill Holes", + "MaskBlur+", + "MeuxAdvancedImageCrop", + "MeuxImageLoader", + "MeuxMaskBlurPlus", + "MeuxMaskFillHoles", + "MeuxMaskLoader", + "MeuxMultiSaveImage", + "MeuxOutpaintSizePresetSafe", + "MeuxRMBG", + "MeuxRealESRGANUpscale", + "MeuxSeed", + "MeuxSimpleLLMNode", + "MeuxSizePresetSafe", + "MeuxSmartEmptyLatent", + "MeuxSmartExactResize", + "MeuxTextAreaInput", + "Seed" ], { "title_aux": "MultiSaveImage Node" @@ -23902,6 +35502,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" @@ -23973,7 +35584,6 @@ "FEInterruptCondition", "FELoadImageQQUrl", "FEOperatorIf", - "FEPythonStrOp", "FERandomBool", "FERandomLoraSelect", "FERandomPrompt", @@ -24029,6 +35639,58 @@ "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" + ], + { + "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", @@ -24037,11 +35699,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" @@ -24050,7 +35708,9 @@ "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": [ [ "FL_ChatterboxDialogTTS", + "FL_ChatterboxMultilingualTTS", "FL_ChatterboxTTS", + "FL_ChatterboxTurboTTS", "FL_ChatterboxVC" ], { @@ -24061,13 +35721,31 @@ [ "FL_API_Base64_ImageLoader", "FL_API_ImageSaver", + "FL_AnimatedShapePatterns", "FL_AnimeLineExtractor", "FL_ApplyMask", "FL_Ascii", + "FL_AudioFrameCalculator", + "FL_Audio_BPM_Analyzer", + "FL_Audio_Beat_Visualizer", + "FL_Audio_Crop", + "FL_Audio_Drum_Detector", + "FL_Audio_Envelope_Visualizer", + "FL_Audio_Music_Video_Sequencer", + "FL_Audio_Reactive_Brightness", + "FL_Audio_Reactive_Edge_Glow", + "FL_Audio_Reactive_Envelope", + "FL_Audio_Reactive_Saturation", + "FL_Audio_Reactive_Scale", + "FL_Audio_Reactive_Speed", + "FL_Audio_Segment_Extractor", + "FL_Audio_Separation", + "FL_Audio_Shot_Iterator", "FL_BatchAlign", "FL_BlackFrameReject", "FL_BulkPDFLoader", "FL_BulletHellGame", + "FL_CSVExtractor", "FL_CaptionSaver_V2", "FL_CaptionToCSV", "FL_ClipScanner", @@ -24076,10 +35754,19 @@ "FL_Dalle3", "FL_DirectoryCrawl", "FL_Dither", + "FL_FILM", + "FL_Fal_Gemini_ImageEdit", + "FL_Fal_Kling_AIAvatar", "FL_Fal_Kontext", "FL_Fal_Pixverse", + "FL_Fal_Pixverse_LipSync", + "FL_Fal_Pixverse_Transition", + "FL_Fal_SeedVR_Upscale", "FL_Fal_Seedance_i2v", + "FL_Fal_Seedream_Edit", + "FL_Fal_Sora", "FL_Float", + "FL_FloatToInt", "FL_FractalKSampler", "FL_GPT_Image1", "FL_GPT_Image1_ADV", @@ -24101,7 +35788,7 @@ "FL_HalftonePattern", "FL_Hedra_API", "FL_HexagonalPattern", - "FL_HunyuanDelight", + "FL_ImageAddNoise", "FL_ImageAddToBatch", "FL_ImageAdjuster", "FL_ImageAspectCropper", @@ -24117,20 +35804,27 @@ "FL_ImageDimensionDisplay", "FL_ImageListToImageBatch", "FL_ImageNotes", + "FL_ImageOverlay", + "FL_ImagePicker", "FL_ImagePixelator", "FL_ImageRandomizer", "FL_ImageSelector", "FL_ImageSlicer", + "FL_ImageToMask", "FL_ImagesToPDF", "FL_InfiniteZoom", "FL_InpaintCrop", "FL_Inpaint_Stitch", + "FL_IntToFloat", "FL_JS", "FL_KSamplerXYZPlot", + "FL_KartelJobInput", + "FL_KartelJobOutput", "FL_KsamplerBasic", "FL_KsamplerPlus", "FL_KsamplerPlusV2", "FL_KsamplerSettings", + "FL_LoadCSV", "FL_LoadImage", "FL_MadLibGenerator", "FL_Math", @@ -24152,6 +35846,7 @@ "FL_PaperDrawn", "FL_PasteByMask", "FL_PasteOnCanvas", + "FL_PathAnimator", "FL_PathTypeChecker", "FL_PixVerseAPI", "FL_PixelArtShader", @@ -24160,7 +35855,12 @@ "FL_PromptBasic", "FL_PromptMulti", "FL_PromptSelector", + "FL_PromptSelectorBasic", + "FL_QwenImageEditStrength", + "FL_RIFE", "FL_RandomNumber", + "FL_RandomShapeGenerator", + "FL_ReplaceColor", "FL_RetroEffect", "FL_Ripple", "FL_RunwayAct2", @@ -24170,6 +35870,7 @@ "FL_SaveAndDisplayImage", "FL_SaveCSV", "FL_SaveImages", + "FL_SaveRGBAAnimatedWebP", "FL_SaveWebM", "FL_SaveWebPImage(SaveImage)", "FL_SchedulerStrings", @@ -24177,6 +35878,7 @@ "FL_SeparateMaskComponents", "FL_Shadertoy", "FL_SimpleGPTVision", + "FL_StringToLoraName", "FL_Switch", "FL_Switch_Big", "FL_SystemCheck", @@ -24187,6 +35889,8 @@ "FL_UnloadAllModels", "FL_UnloadModel", "FL_UpscaleModel", + "FL_Veo3VideoGen", + "FL_VertexGemini25FlashImage", "FL_VideoBatchSplitter", "FL_VideoCadence", "FL_VideoCadenceCompile", @@ -24198,6 +35902,11 @@ "FL_VideoTrim", "FL_WF_Agent", "FL_WanFirstLastFrameToVideo", + "FL_WanVaceToVideoMultiRef", + "FL_WanVideoBlender", + "FL_WanVideoBlender3Way", + "FL_WanVideoContinuationBlender", + "FL_WanVideoContinue", "FL_WordFrequencyGraph", "FL_ZipDirectory", "FL_ZipSave", @@ -24208,6 +35917,24 @@ "title_aux": "ComfyUI_Fill-Nodes" } ], + "https://github.com/fkxianzhou/ComfyUI-Jimeng-API": [ + [ + "JimengAPIClient", + "JimengProgressTest", + "JimengQuotaSettings", + "JimengReferenceImage2Video", + "JimengSeedance1", + "JimengSeedance1_5", + "JimengSeedream3", + "JimengSeedream4", + "JimengSeedream5", + "JimengVideoQueryTasks", + "JimengVisualUnderstanding" + ], + { + "title_aux": "ComfyUI-Jimeng-API" + } + ], "https://github.com/flamacore/ComfyUI-YouTubeUploader": [ [ "YouTubeAuthNode", @@ -24264,6 +35991,7 @@ [ "PortraitMaster", "PortraitMasterBaseCharacter", + "PortraitMasterFaceGenerator", "PortraitMasterMakeup", "PortraitMasterPromptStyler", "PortraitMasterSkinDetails", @@ -24287,6 +36015,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", @@ -24330,6 +36070,15 @@ "title_aux": "ComfyUI-hvBlockswap" } ], + "https://github.com/flybirdxx/ComfyUI-RexOmni": [ + [ + "RexOmniDetector", + "RexOmniLoader" + ], + { + "title_aux": "ComfyUI-Rex-Omni" + } + ], "https://github.com/flybirdxx/ComfyUI-SDMatte": [ [ "SDMatteApply" @@ -24338,6 +36087,16 @@ "title_aux": "ComfyUI-SDMatte" } ], + "https://github.com/flybirdxx/ComfyUI-SoulX-Podcast": [ + [ + "SoulXPodcastGenerate", + "SoulXPodcastInputParser", + "SoulXPodcastLoader" + ], + { + "title_aux": "ComfyUI-SoulX-Podcast" + } + ], "https://github.com/flycarl/ComfyUI-Pixelate": [ [ "ComfyUIPixelate" @@ -24346,14 +36105,20 @@ "title_aux": "ComfyUI-Pixelate" } ], + "https://github.com/flyghtxmz/ComfyUI-CFG-Ctrl": [ + [ + "CFGCtrlSMCGuider" + ], + { + "title_aux": "ComfyUI-CFG-Ctrl" + } + ], "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", @@ -24375,6 +36140,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", @@ -24476,6 +36252,7 @@ ], "https://github.com/fpgaminer/joycaption_comfyui": [ [ + "JJC_DownloadAndLoadJoyCaptionModel", "JJC_JoyCaption", "JJC_JoyCaption_Custom" ], @@ -24492,6 +36269,66 @@ "title_aux": "lama_with_refiner" } ], + "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator": [ + [ + "FaceComparator" + ], + { + "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", + "GoogleApiKeyNode", + "ImageListCollector" + ], + { + "title_aux": "ComfyUI-frankAI-banana" + } + ], + "https://github.com/francarl/ComfyUI-OnDemand-Loaders": [ + [ + "OnDemandCLIPLoader", + "OnDemandCLIPVisionLoader", + "OnDemandCheckpointLoader", + "OnDemandCivitaiLikedLoraLoader", + "OnDemandControlNetLoader", + "OnDemandDualCLIPLoader", + "OnDemandGGUFLoader", + "OnDemandLoraLoader", + "OnDemandModelPatchLoader", + "OnDemandUNETLoader", + "OnDemandVAELoader" + ], + { + "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", @@ -24522,40 +36359,58 @@ "title_aux": "ComfyUI_llm_easyanimiate" } ], - "https://github.com/fredconex/ComfyUI-SongBloom": [ + "https://github.com/frankluise5220/ComfyUI-Lorahelper": [ [ - "SongBloomGenerate", - "SongBloomModelLoader" + "LH_AutoRatio", + "LH_History_Monitor", + "LH_LlamaInstruct", + "LH_LoraLoader", + "LH_MultiTextSelector", + "LH_SuperText", + "LH_TextDirectoryLoader", + "LoRA_AllInOne_Saver", + "UniversalAIChat", + "UniversalGGUFLoader", + "UniversalOllamaLoader" ], { - "title_aux": "SongBloom" + "nodename_pattern": "UniversalGGUFLoader|UniversalOllamaLoader|UniversalAIChat|LH_LlamaInstruct|LH_History_Monitor|LH_MultiTextSelector|LoRA_AllInOne_Saver|LH_SimpleText", + "title_aux": "ComfyUI-LoraHelper" } ], - "https://github.com/fredconex/ComfyUI-SoundFlow": [ + "https://github.com/fredhopp/comfyui-flipflopnodes": [ [ - "SoundFlow_Concatenator", - "SoundFlow_DuckCompressor", - "SoundFlow_Equalizer", - "SoundFlow_Fade", - "SoundFlow_GainPitchControl", - "SoundFlow_GetLength", - "SoundFlow_Mixer", - "SoundFlow_PreviewAudio", - "SoundFlow_SetLength", - "SoundFlow_SilenceTrimmer", - "SoundFlow_SimpleCompressor", - "SoundFlow_TrimAudio" + "FF Group Positioner", + "FF Load Image with Metadata", + "FF Text" ], { - "title_aux": "ComfyUI-SoundFlow" + "title_aux": "comfyui-flipflopnodes" } ], - "https://github.com/fredconex/ComfyUI-SyncEdit": [ + "https://github.com/fredlef/Comfyui_FSL_Nodes": [ [ - "SyncTextEditor" + "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": "Sync Edit" + "title_aux": "ComfyUI FSL Nodes" } ], "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": [ @@ -24602,7 +36457,8 @@ "FaceShaperLoadMediaPipeCropper", "FaceShaperMatchV2", "FaceShaperModels", - "FaceShaperShowLandMarks" + "FaceShaperShowLandMarks", + "FaceShaperV2" ], { "title_aux": "ComfyUI_FaceShaper" @@ -24610,15 +36466,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" @@ -24635,6 +36489,24 @@ "title_aux": "ComfyUI_pose_inter" } ], + "https://github.com/fudosanit/ComfyUI-Random-Resolution": [ + [ + "RandomResolutionSelector" + ], + { + "title_aux": "ComfyUI-Random-Resolution" + } + ], + "https://github.com/fuselayer/comfyui-lite-tracker": [ + [ + "LiteTracker_LoadModel", + "LiteTracker_Track", + "RectEditor" + ], + { + "title_aux": "comfyui-lite-tracker" + } + ], "https://github.com/fuselayer/comfyui-mosaic-blur": [ [ "ImageMosaic" @@ -24643,6 +36515,17 @@ "title_aux": "comfyui-mosaic-blur" } ], + "https://github.com/fuselayer/comfyui-noise-match": [ + [ + "ApplyNoisePattern", + "NoisePatternVisualizer", + "NoiseRegionDetector", + "RealNoiseExtractor" + ], + { + "title_aux": "comfyui-noise-match" + } + ], "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": [ [ "Load LoRA From URL", @@ -24653,6 +36536,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" @@ -24694,6 +36595,24 @@ "title_aux": "ComfyUI-BDsInfiniteYou" } ], + "https://github.com/garg-aayush/ComfyUI-Svg2Raster": [ + [ + "LoadSVGImage", + "RasterizeSVG" + ], + { + "title_aux": "ComfyUI-Svg2Raster" + } + ], + "https://github.com/gasdyueer/comfyui-yolo-mask-process": [ + [ + "MaskedImageEffects", + "YoloDetectionAndSegmentation" + ], + { + "title_aux": "ComfyUI YOLO Mask Process" + } + ], "https://github.com/gasparuff/CustomSelector": [ [ "CustomSelector" @@ -24702,30 +36621,63 @@ "title_aux": "comfyui-customselector" } ], + "https://github.com/gateway/ComfyUI-Kie-API": [ + [ + "KIEParsePromptGridJSON", + "KIE_Flux2_I2I", + "KIE_Gemini3Pro_LLM", + "KIE_GetRemainingCredits", + "KIE_GridSlice", + "KIE_GrokImagine_I2I", + "KIE_GrokImagine_I2V", + "KIE_GrokImagine_T2I", + "KIE_GrokImagine_T2V", + "KIE_Kling25_I2V_Pro", + "KIE_Kling26Motion_I2V", + "KIE_Kling26_I2V", + "KIE_Kling26_T2V", + "KIE_Kling3Motion_I2V", + "KIE_Kling3_Preflight", + "KIE_Kling3_Video", + "KIE_KlingElements", + "KIE_KlingElementsBatch", + "KIE_NanoBanana2_Image", + "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" @@ -24740,6 +36692,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", @@ -24762,6 +36723,24 @@ "title_aux": "ComfyUI S3 Save Node" } ], + "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner": [ + [ + "CombineOutputLists", + "ConvertNumberToIntFloatStr", + "FormattedString", + "JSONOutputList", + "KSamplerImmediateSave", + "LoadAnyFile", + "NumberOutputList", + "SpreadsheetOutputList", + "StringOutputList", + "WorkflowDiscriminator", + "XyzGridPlot" + ], + { + "title_aux": "ComfyUI-outputlists-combiner" + } + ], "https://github.com/ggarra13/ComfyUI-mrv2": [ [ "mrv2AnnotationsImageNode", @@ -24827,15 +36806,24 @@ ], "https://github.com/gitadmini/comfyui_extractstoryboards": [ [ - "Example", "ExtractStoryboards_xuhuan1024", "IntBatchSize_xuhuan1024", - "IntBatch_xuhuan1024" + "IntBatch_xuhuan1024", + "String2Ints_xuhuan1024" ], { "title_aux": "ExtractStoryboards" } ], + "https://github.com/gitcapoom/comfyui_fovestimator": [ + [ + "DepthFOVEstimator", + "FOVEstimator" + ], + { + "title_aux": "ComfyUI FOV Estimator" + } + ], "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": [ [ "ChangeImageBorder" @@ -24899,7 +36887,6 @@ "Random Mixer", "Random Output", "Remove Text", - "SaveText|plush", "Tagger", "Text (Any)", "Type Converter", @@ -24940,6 +36927,14 @@ "title_aux": "ComfyUI Roop Custom Nodes" } ], + "https://github.com/glonlas/ComfyUI-image-profile": [ + [ + "ComfyUIImageProfile" + ], + { + "title_aux": "ComfyUI-image-profile" + } + ], "https://github.com/glowcone/comfyui-base64-to-image": [ [ "LoadImageFromBase64" @@ -24976,6 +36971,14 @@ "title_aux": "ComfyUI-SendToDiscord" } ], + "https://github.com/gmorks/ComfyUI-WatchPoint": [ + [ + "WatchPoint" + ], + { + "title_aux": "ComfyUI-WatchPoint" + } + ], "https://github.com/goburiin/nsfwrecog-comfyui": [ [ "NSFWDetectorNode" @@ -25061,26 +37064,42 @@ ], "https://github.com/gokayfem/ComfyUI-fal-API": [ [ + "Bria_Video_Increase_Resolution_fal", "CombinedVideoGeneration_fal", + "DYWanFun22_fal", + "DYWanUpscaler_fal", + "Dreamina31TextToImage_fal", "FluxDev_fal", "FluxGeneral_fal", "FluxLoraTrainer_fal", "FluxLora_fal", "FluxPro11_fal", + "FluxPro1Fill_fal", "FluxProKontextMulti_fal", "FluxProKontextTextToImage_fal", "FluxProKontext_fal", "FluxPro_fal", "FluxSchnell_fal", "FluxUltra_fal", + "GPTImage15Edit_fal", + "GPTImage15_fal", "Hidreamfull_fal", "HunyuanVideoLoraTrainer_fal", "Ideogramv3_fal", "Imagen4Preview_fal", + "InfinityStarTextToVideo_fal", + "Kling21Pro_fal", + "Kling25TurboPro_fal", + "Kling26Pro_fal", "KlingMaster_fal", + "KlingOmniImageToVideo_fal", + "KlingOmniReferenceToVideo_fal", + "KlingOmniVideoToVideoEdit_fal", + "KlingOmniVideoToVideoReference_fal", "KlingPro10_fal", "KlingPro16_fal", "Kling_fal", + "Krea_Wan14b_VideoToVideo_fal", "LLM_fal", "LoadVideoURL", "LtxVideoTrainer_fal", @@ -25088,19 +37107,43 @@ "MiniMaxSubjectReference_fal", "MiniMaxTextToVideo_fal", "MiniMax_fal", + "NanoBananaEdit_fal", + "NanoBananaPro_fal", + "NanoBananaTextToImage_fal", + "PixverseSwapNode_fal", + "QwenImageEditPlusLoRA_fal", + "QwenImageEdit_fal", "Recraft_fal", + "ReveTextToImage_fal", "RunwayGen3_fal", "Sana_fal", "SeedEditV3_fal", "SeedanceImageToVideo_fal", + "SeedanceProImageToVideo_fal", "SeedanceTextToVideo_fal", + "SeedreamV4Edit_fal", + "Seedvr_Upscale_Video_fal", + "Seedvr_Upscaler_fal", + "Sora2Pro_fal", + "Topaz_Upscale_Video_fal", + "UploadFile_fal", + "UploadVideo_fal", "Upscaler_fal", "VLM_fal", "Veo2ImageToVideo_fal", + "Veo31Fast_fal", + "Veo31_fal", "Veo3_fal", "VideoUpscaler_fal", + "Wan2214b_animate_move_character_fal", + "Wan2214b_animate_replace_character_fal", + "Wan22VACEFun14b_fal", + "Wan25_preview_fal", + "Wan26ReferenceToVideo_fal", + "Wan26_fal", "WanLoraTrainer_fal", - "WanPro_fal" + "WanPro_fal", + "WanVACEVideoEdit_fal" ], { "title_aux": "ComfyUI-fal-API" @@ -25165,7 +37208,10 @@ "Image5Switcher_node", "MonoClip_node", "PixelArt_node", + "RandomImageFromDirectory_node", "RandomOrgTrueRandomNumber_node", + "RandomOrgV2TrueRandomNumber", + "RandomOrgV2TrueRandomNumber_node", "VAEDecodePreview_node", "image2contrastMask_node", "image2imbgg_node", @@ -25204,6 +37250,25 @@ "title_aux": "GF_translate" } ], + "https://github.com/gpdev-Pilcothink/comfyui_pilcothink_VisionSLM": [ + [ + "MergeTextsWithGap", + "OllamaConnective", + "OllamaGenerator", + "Pilcothink-RAG", + "RemoveSpecificPatterns", + "SLMGenerator", + "SLMModelSelector", + "SLMVisionGenerator", + "SLMVisionModelSelector", + "String_Text", + "VLLMConnective", + "VLLMGenerator" + ], + { + "title_aux": "comfyui_pilcothink_VisionSLM" + } + ], "https://github.com/greengerong/ComfyUI-JanusPro-PL": [ [ "JanusProImageGenerator", @@ -25214,14 +37279,34 @@ "title_aux": "Janus-Pro ComfyUI Plugin" } ], - "https://github.com/greengerong/ComfyUI-Lumina-Video": [ + "https://github.com/gregory-richard/ComfyUI-WarpPipe": [ [ - "LuminaVideoModelLoader", - "LuminaVideoSampler", - "LuminaVideoVAEDecode" + "Dead End", + "FD Scheduler Adapter", + "Unwarp", + "Warp", + "Warp Provider", + "custom_nodes" ], { - "title_aux": "ComfyUI-Lumina-Video" + "title_aux": "WarpPipe Nodes" + } + ], + "https://github.com/gregtee2/ComfyUI_VideoChunkTools": [ + [ + "BlendLatentChunks", + "BlendVideoChunks", + "ChainTextEmbeds", + "ConcatVideoChunks", + "ExtractVideoChunk", + "GetFrameByIndex", + "GetFrameRange", + "VideoChunkPlanner", + "WanChunkedI2VSampler", + "WanVideoChunkCalculator" + ], + { + "title_aux": "ComfyUI_VideoChunkTools" } ], "https://github.com/gremlation/ComfyUI-ImageLabel": [ @@ -25294,7 +37379,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", @@ -25307,7 +37391,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", @@ -25369,13 +37452,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", @@ -25424,6 +37504,32 @@ "title_aux": "ComfyUI Griptape Nodes" } ], + "https://github.com/grmchn/ComfyUI-ProportionChanger": [ + [ + "PoseDataToPoseKeypoint", + "PoseJSONToPoseKeypoint", + "PoseKeypointPreview", + "PoseKeypointResize", + "ProportionChangerDWPoseDetector", + "ProportionChangerDWPoseRender", + "ProportionChangerInterpolator", + "ProportionChangerKeypointDenoiser", + "ProportionChangerKeypointDenoiserAdvanced", + "ProportionChangerParams", + "ProportionChangerReference" + ], + { + "title_aux": "ComfyUI-ProportionChanger" + } + ], + "https://github.com/grovergol/comfyui-grover-nodes": [ + [ + "OpenPathNode" + ], + { + "title_aux": "ComfyUI Grover Nodes" + } + ], "https://github.com/gseth/ControlAltAI-Nodes": [ [ "BooleanBasic", @@ -25454,6 +37560,21 @@ "title_aux": "ControlAltAI Nodes" } ], + "https://github.com/gsusgg/ComfyUI_CozyGen": [ + [ + "CozyGenChoiceInput", + "CozyGenDynamicInput", + "CozyGenFloatInput", + "CozyGenImageInput", + "CozyGenIntInput", + "CozyGenOutput", + "CozyGenStringInput", + "CozyGenVideoOutput" + ], + { + "title_aux": "ComfyUI-CozyGen" + } + ], "https://github.com/gt732/ComfyUI-DreamWaltz-G": [ [ "DreamWaltzGStageOneTrainer", @@ -25480,6 +37601,14 @@ "title_aux": "abracadabra-comfyui" } ], + "https://github.com/guill/comfyui-stegaflow": [ + [ + "SaveImageStegaflow" + ], + { + "title_aux": "Stegaflow" + } + ], "https://github.com/guyaton/guy-nodes-comfyui": [ [ "GuyRecommendedLatentResCalc" @@ -25488,6 +37617,15 @@ "title_aux": "guy-nodes-comfyui" } ], + "https://github.com/guyouyue/ComfyUI_VideoAutoSplit": [ + [ + "ExtractKeyFrames", + "ExtractKeyFramesAndSplit" + ], + { + "title_aux": "ComfyUI_VideoAutoSplit" + } + ], "https://github.com/gvfarns/comfyui_gvf": [ [ "CheckpointLoaderWithName", @@ -25495,12 +37633,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", @@ -25511,6 +37662,14 @@ "title_aux": "ComfyUI-Image-Matting" } ], + "https://github.com/hanL34/ComfyUI-Power-Artist-Loader": [ + [ + "PowerArtistLoader" + ], + { + "title_aux": "ComfyUI-Power-Artist-Loader" + } + ], "https://github.com/hanoixan/ComfyUI-DataBeast": [ [ "DBConvertToBoolean //DataBeast", @@ -25541,7 +37700,7 @@ "VideoGenerator" ], { - "title_aux": "ComfyUI-FastVideo" + "title_aux": "FastVideo" } ], "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": [ @@ -25552,6 +37711,25 @@ "title_aux": "ComfyUI-HH-Image-Selector" } ], + "https://github.com/hardik-uppal/ComfyUI-QwenVL-MultiImage": [ + [ + "QwenVL_MultiImage", + "QwenVL_MultiImage_Advanced" + ], + { + "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", @@ -25579,12 +37757,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" @@ -25651,6 +37877,8 @@ "https://github.com/hayde0096/Comfyui-EasySettingpipes": [ [ "ConvertAny", + "PowerLoraLoader", + "PowerLoraStacker", "SamplerSetup", "SamplerSetupUnpack" ], @@ -25708,17 +37936,16 @@ ], "https://github.com/hekmon/comfyui-openai-api": [ [ - "OAIAPIChatCompletion", - "OAIAPIClient", - "OAIAPIDebug", - "OAIAPIDeveloperRole", - "OAIAPIExtraBody", - "OAIAPIFrequencyPenalty", - "OAIAPIMaxTokens", - "OAIAPIPresencePenalty", - "OAIAPISeed", - "OAIAPITemperature", - "OAIAPITopP" + "OAIAPI_ChatCompletion", + "OAIAPI_Client", + "OAIAPI_DeveloperRole", + "OAIAPI_ExtraBody", + "OAIAPI_FrequencyPenalty", + "OAIAPI_MaxTokens", + "OAIAPI_PresencePenalty", + "OAIAPI_Seed", + "OAIAPI_Temperature", + "OAIAPI_TopP" ], { "title_aux": "ComfyUI OpenAI API" @@ -25817,7 +38044,6 @@ "fish_tts", "fish_whisper", "flux_persona", - "genai_api_loader", "get_string", "github_tool", "google_loader", @@ -25956,9 +38182,22 @@ "title_aux": "comfyui_LLM_schools" } ], + "https://github.com/hetima/ComfyUI-SingleLinePicker": [ + [ + "SLPDirectoryContents", + "SLPFilenamePrefix", + "SLPLoraLoader", + "SLPLoraLoaderModelOnly", + "SLPSingleLinePicker" + ], + { + "title_aux": "ComfyUI-SingleLinePicker" + } + ], "https://github.com/hexxacubic/ComfyUI-Prompt_Library": [ [ "Double_Prompt_Encode", + "FiveRandomLines", "Multi_Wildcard_Loader", "Prompt_Extender", "Prompt_Library", @@ -25968,22 +38207,86 @@ "title_aux": "ComfyUI-Prompt_Library" } ], + "https://github.com/heyburns/PortraitUtils": [ + [ + "AutoAdjustNode", + "AutoColorConfigNode", + "AutoCropBorders", + "AutoWBColorMatch", + "ComparisonGate", + "CropImageByMargins", + "CropMaskByMargins", + "FilenameAppendSuffix", + "FitAspectHeadSafe", + "FluxResolutionPrepare", + "GpuSyncCacheClear", + "ImageMegapixelSelector", + "LoadImageCombined", + "MQBBoxMin", + "MultiPromptNode", + "OutpaintConfigNode", + "OutpaintPaddingComputeNode", + "PairedImageLoader", + "SeedVR2Prep", + "SimpleImageSaver", + "StitchByMask", + "StripBottomBanner", + "StripSolidBorders", + "WorkflowConfig" + ], + { + "title_aux": "PortraitUtils" + } + ], + "https://github.com/heyburns/image-chooser-classic": [ + [ + "Image Chooser", + "Image Chooser Classic", + "Preview Chooser Fabric", + "Simple Chooser" + ], + { + "author": "chrisgoringe", + "description": "Workflow-pausing image choosers (overlay and inline widgets) for ComfyUI", + "nickname": "Image Chooser Classic", + "title": "Image Chooser Classic", + "title_aux": "Image Chooser Classic" + } + ], "https://github.com/hgabha/WWAA-CustomNodes": [ [ - "WWAA-BuildString", - "WWAA-LineCount", "WWAA_AdvancedGridLayoutNode", "WWAA_AdvancedTextFileReader", + "WWAA_AdvancedTextReader", + "WWAA_BasicMathNode", + "WWAA_BeforeAfterSlider", + "WWAA_BuildString", + "WWAA_CameraAngleBuilder", + "WWAA_DisplayAny", "WWAA_DitherNode", "WWAA_GBCamera", + "WWAA_GaussianDenoiseFilter", "WWAA_GridLayoutNode", + "WWAA_ImageDimensionCalculator", + "WWAA_ImageDimensionSize", "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_Switch_Int" + "WWAA_SlicedArt", + "WWAA_Switch_Int", + "WWAA_TextFileBrowser", + "WWAA_VideoResolution" ], { "title_aux": "WWAA-CustomNodes" @@ -26049,6 +38352,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", @@ -26068,6 +38379,28 @@ "title_aux": "ComfyUI-SaveMem" } ], + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe": [ + [ + "BatchKeypoints", + "CherryPickerFrames", + "CherryPickerTwoInputs", + "CustomOptions", + "DWposeDeluxeNode", + "FrameNumberNode", + "KeypointConverter", + "KeypointDiff", + "KeypointPrinter", + "KeypointRangeFromBatch", + "LoadPoseKeypoints", + "MergeKeypoints", + "PoseInterpolation", + "PoseResize", + "ReverseKeypoints" + ], + { + "title_aux": "ComfyUI_DWposeDeluxe" + } + ], "https://github.com/hodanajan/optimal-crop-resolution": [ [ "AspectRatioCalculator", @@ -26086,6 +38419,14 @@ "title_aux": "ComfyUI-MusePose-Remaster" } ], + "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm": [ + [ + "GOENHANCE_FFmpegWatermark" + ], + { + "title_aux": "comfyui_goenhance_ffmpeg_wm" + } + ], "https://github.com/huagetai/ComfyUI-Gaffer": [ [ "ApplyICLight", @@ -26129,7 +38470,9 @@ ], "https://github.com/hubentu/ComfyUI-loras-loader": [ [ + "ConvertGreyscaleNode", "DynamicLoRALoader", + "ImageBatchToImageList", "LoRAStringAdapter", "MultiLoRAnameLoader", "MultiLoraLoader", @@ -26139,8 +38482,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" @@ -26205,6 +38558,48 @@ "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", + "VRAMCleanup" + ], + { + "title_aux": "QwenVL-Mod: Enhanced Vision-Language" + } + ], + "https://github.com/huchukato/ComfyUI-RIFE-TensorRT-Auto": [ + [ + "AutoLoadRifeTensorrtModel", + "AutoRifeTensorrt", + "CustomResolutionConfig" + ], + { + "title_aux": "ComfyUI-RIFE-TensorRT-Auto" + } + ], + "https://github.com/huchukato/ComfyUI-Upscaler-TensorRT-Auto": [ + [ + "LoadUpscalerTensorrtModel", + "UpscalerTensorrt" + ], + { + "title_aux": "ComfyUI-Upscaler-TensorRT-Auto" + } + ], + "https://github.com/huchukato/comfy-tagcomplete": [ + [ + "WildcardProcessor" + ], + { + "title_aux": "ComfyUI-TagComplete" + } + ], "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [ [ "Openpose Keypoint Extractor" @@ -26215,7 +38610,10 @@ ], "https://github.com/hugobb/FastGAN-ComfyUI-Node": [ [ + "BlendLatents", + "GANImg2Img", "GenerateImages", + "InvertToLatent", "LoadFastGAN", "LoadLatent", "SampleLatent", @@ -26225,6 +38623,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" @@ -26233,12 +38663,39 @@ "title_aux": "ComfyUI-HX-Captioner" } ], - "https://github.com/huixingyun/ComfyUI-HX-Pimg": [ + "https://github.com/hujuying/ComfyUI-ModelScope-API": [ [ - "SaveImageWithPromptsWebsocket" + "ModelScopeImageCaptionNode", + "ModelScopeImageEditNode", + "ModelScopeImageNode", + "ModelScopeLoraPresetNode", + "ModelScopeMultiLoraLoaderNode", + "ModelScopeSingleLoraLoaderNode", + "ModelScopeTextNode", + "ModelScopeVisionNode" ], { - "title_aux": "ComfyUI-HX-Pimg" + "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": [ + [ + "LTTiledVAEDecode" + ], + { + "title_aux": "ComfyUI-TiledVaeLite" } ], "https://github.com/hunzmusic/ComfyUI-IG2MV": [ @@ -26252,7 +38709,8 @@ ], "https://github.com/hustille/ComfyUI_Fooocus_KSampler": [ [ - "KSampler With Refiner (Fooocus)" + "KSampler With Refiner (Fooocus)", + "KSamplerWithRefiner" ], { "title_aux": "ComfyUI_Fooocus_KSampler" @@ -26262,15 +38720,116 @@ [ "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" } ], + "https://github.com/huwenkai26/comfyui-remove-text": [ + [ + "ImageRemoveText" + ], + { + "title_aux": "ComfyUI Text Remove Node" + } + ], + "https://github.com/huygiatrng/Facefusion_comfyui": [ + [ + "AdvancedSwapFaceImage", + "AdvancedSwapFaceVideo", + "FaceDataVisualizer", + "FaceDetectorNode", + "FaceMaskVisualizer", + "FaceSwapApplier", + "PixelBoostNode", + "SwapFaceImage", + "SwapFaceVideo" + ], + { + "title_aux": "Facefusion_comfyui" + } + ], + "https://github.com/huyl3-cpu/ComfyUI-PyTorch210Patcher": [ + [ + "PyTorch210CompatibilityPatcher", + "PyTorchVersionChecker" + ], + { + "title_aux": "ComfyUI-PyTorch210Patcher" + } + ], + "https://github.com/huyl3-cpu/comfyui-sortlist": [ + [ + "AdaptiveResolution", + "Clear Folder", + "Clear Folder By Pattern", + "ClearVRAMPassThrough", + "ColabKeepAlive", + "CollectFiles", + "DrawMaskOnImageOptional", + "File List Loader", + "File List To File Path", + "Fix Dimensions", + "Get Timestamp", + "ImageConcatenateAuto", + "LoadImageFromPath", + "MP3 Embed In Image", + "MP3 Extract From Image", + "MP3 Path To Audio", + "MaxFramesByResolution", + "MaxFramesCalculator", + "RAMCleanup", + "RemoveFirstLine", + "ResolutionDownStep", + "Set Value For Dancing Mask", + "Set Value For Dancing None Mask", + "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", + "VideoSyncConcatenate", + "_LoopAdd", + "_LoopLessThan", + "image_to_sha256", + "move_file", + "rename_file", + "sort_list_string", + "steg_alpha_embed", + "steg_alpha_extract", + "steg_rgb_extract", + "string_clear_if_contains", + "video_audio_concat", + "video_cut_to_segments", + "video_dir_combiner", + "video_dir_combiner_ultra", + "video_mute_from_url", + "video_scene_splitter" + ], + { + "title_aux": "comfyui-huyl2-nodes" + } + ], "https://github.com/hvppycoding/comfyui-json-prompt-renderer": [ [ "ExtractJSON", @@ -26288,6 +38847,18 @@ "title_aux": "RandomSamplerSchedulerSteps for ComfyUI" } ], + "https://github.com/hw5511/comfyui_hf_upscaler_loader": [ + [ + "CLIPModelLoaderFromHF", + "GGUFModelLoaderFromHF", + "UNETModelLoaderFromHF", + "UpscaleModelLoaderFromHF", + "VAEModelLoaderFromHF" + ], + { + "title_aux": "Woohee HF Upscaler Loader" + } + ], "https://github.com/hwhaocool/ComfyUI-Select-Any": [ [ "SelectAnyValues" @@ -26298,14 +38869,26 @@ ], "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": [ [ - "Random Resolution Selector", - "Resolution Selector", - "Seed List Generator" + "HYBS_ConditionalLoRALoader", + "HYBS_GroupBypasser_Child", + "HYBS_GroupBypasser_Panel", + "HYBS_GroupBypasser_Parent", + "HYBS_RandomResolutionSelector", + "HYBS_ResolutionSelector", + "HYBS_SeedListGenerator" ], { "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", @@ -26334,6 +38917,44 @@ "title_aux": "comfyui-undistort" } ], + "https://github.com/iGavroche/ComfyUI-Ninode-Utils": [ + [ + "OpenAICompatibleChatNode" + ], + { + "title_aux": "Ninode Utils" + } + ], + "https://github.com/iGavroche/rocm-ninodes": [ + [ + "ROCMFluxBenchmark", + "ROCMLoRALoader", + "ROCMMemoryOptimizer", + "ROCMOptimizedCheckpointLoader", + "ROCMOptimizedKSampler", + "ROCMOptimizedKSamplerAdvanced", + "ROCMOptimizedVAEDecode", + "ROCMOptimizedVAEDecodeTiled", + "ROCMQuantizedModelOptimizer", + "ROCMSamplerPerformanceMonitor", + "ROCMVAEPerformanceMonitor", + "ROCmDiffusionLoader", + "ROCmGGUFLoader", + "ROCmTextGenerateLTX2Prompt" + ], + { + "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", @@ -26370,6 +38991,7 @@ "EmptyLatentImage", "ExponentialScheduler", "FeatherMask", + "FirstNode", "FlipSigmas", "FooocusInpaintWrapper", "FreeU", @@ -26492,6 +39114,14 @@ "title_aux": "ComfyUI XOR Text & Pickle Nodes" } ], + "https://github.com/ialhabbal/ComfyUI-Prompt-Verify": [ + [ + "Prompt Verify" + ], + { + "title_aux": "ComfyUI Prompt Verify" + } + ], "https://github.com/ialhabbal/OcclusionMask": [ [ "BatchLoadImages", @@ -26528,12 +39158,25 @@ [ "ICHIS_Aspect_Ratio_Plus", "ICHIS_Extract_Tags", + "ICHIS_Save_Tags", + "ICHIS_Tag_Category_Select", + "ICHIS_Tag_File_Loader", + "ICHIS_Tag_Sampler", "ICHIS_Text_Selector" ], { "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", @@ -26552,6 +39195,16 @@ "title_aux": "ComfyUI-Lora-Auto-Trigger-Words" } ], + "https://github.com/idvdii/ComfyUI-DvD-LoraTriggerwordsManager": [ + [ + "DvD_LoraLoader_ModelOnly", + "DvD_LoraLoader_Stack", + "DvD_LoraLoader_Standard" + ], + { + "title_aux": "ComfyUI-DvD-LoraTriggerwordsManager" + } + ], "https://github.com/iemesowum/ComfyUI_IsaacNodes": [ [ "I_AmplitudeToWeights", @@ -26569,7 +39222,8 @@ ], "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": [ [ - "IF_DreamTalk" + "IF_DreamTalk", + "IF_Dreamtalk" ], { "title_aux": "IF_Dreamtalk" @@ -26600,26 +39254,6 @@ "title_aux": "IF_AI_WishperSpeechNode" } ], - "https://github.com/if-ai/ComfyUI-IF_AI_tools": [ - [ - "IF_ChatPrompt", - "IF_DisplayOmni", - "IF_DisplayText", - "IF_DisplayTextWildcard", - "IF_ImagePrompt", - "IF_JoinText", - "IF_LoadImagesS", - "IF_PromptMkr", - "IF_SaveText", - "IF_StepCounter", - "IF_TextTyper", - "IF_VisualizeGraph", - "IF_tools_LoadImagesS" - ], - { - "title_aux": "IF_AI_tools" - } - ], "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": [ [ "IF_DatasetMkr", @@ -26631,7 +39265,9 @@ ], "https://github.com/if-ai/ComfyUI-IF_Gemini": [ [ - "IFGeminiNode" + "IFGeminiNode", + "IFPromptCombiner", + "IFTaskPromptManager" ], { "title_aux": "IF_Gemini" @@ -26701,6 +39337,18 @@ "title_aux": "ComfyUI-yt_dl" } ], + "https://github.com/if-ai/ComfyUI_HunyuanVideoFoley": [ + [ + "HunyuanVideoFoley", + "HunyuanVideoFoleyDependenciesLoader", + "HunyuanVideoFoleyGeneratorAdvanced", + "HunyuanVideoFoleyModelLoader", + "HunyuanVideoFoleyTorchCompile" + ], + { + "title_aux": "ComfyUI HunyuanVideo-Foley" + } + ], "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": [ [ "IF_LoadImagesS" @@ -26711,12 +39359,14 @@ ], "https://github.com/ifmylove2011/comfyui-missed-tool": [ [ + "ColorImageFillRm", "ImageQueueLoader", "LoadImageA", "LoraLoad", "LoraMerge", "LoraSaver", "ScaleMultilplePixels", + "TextSplitToList", "TrimBG", "TrimBGAdvanced", "TxtSave" @@ -26725,6 +39375,31 @@ "title_aux": "comfyui-missed-tool" } ], + "https://github.com/iguanesolutions/comfyui-ig1-tools": [ + [ + "IG1AspectRatioProperties", + "IG1FluxReport", + "IG1ImageSelector", + "IG1LoadImage", + "IG1QwenImageNativesResolutions", + "IG1Resolution", + "IG1ResolutionAdvisor", + "IG1ResolutionProperties" + ], + { + "title_aux": "Flux Resolution" + } + ], + "https://github.com/ihmily/ComfyUI-FitDiTx": [ + [ + "FitDiT_GenerateMask", + "FitDiT_LoadModel", + "FitDiT_TryOn" + ], + { + "title_aux": "ComfyUI-FitDiTx" + } + ], "https://github.com/ihmily/ComfyUI-Light-Tool": [ [ "Light-Tool: AddBackground", @@ -26736,6 +39411,7 @@ "Light-Tool: DeserializeJsonString", "Light-Tool: GetImageSize", "Light-Tool: GetImagesCount", + "Light-Tool: GetSideLength", "Light-Tool: Hex2RGB", "Light-Tool: ImageConcat", "Light-Tool: ImageMaskApply", @@ -26763,6 +39439,7 @@ "Light-Tool: RGBA2RGB", "Light-Tool: ResizeImage", "Light-Tool: ResizeImageByMaxSize", + "Light-Tool: ResizeImageByMinSize", "Light-Tool: ResizeImageByRatio", "Light-Tool: ResizeImageV2", "Light-Tool: SaveMetadata", @@ -26770,11 +39447,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" ], { @@ -26785,6 +39464,57 @@ "title_aux": "ComfyUI-Light-Tool" } ], + "https://github.com/ihmily/comfy-deploy": [ + [ + "ComfyDeployExternalFloat", + "ComfyDeployExternalImage", + "ComfyDeployExternalImageBatch", + "ComfyDeployExternalInt", + "ComfyDeployExternalText" + ], + { + "author": "Hmily", + "description": "Easy deploy API for ComfyUI.", + "nickname": "comfy-deploy", + "title": "comfy-deploy", + "title_aux": "comfy-deploy" + } + ], + "https://github.com/ihorpankin/comfyui-colorfix-v3": [ + [ + "ControlNetTileApply", + "FluxControlNetTileApply", + "FluxMultiControlNetApply", + "FluxTileColorFixPatcher", + "FluxTileColorFixSharpPatcher", + "MultiControlNetApply", + "TileColorFixPatcher", + "TileColorFixSharpPatcher", + "UltimateControlNetStack" + ], + { + "title_aux": "comfyui-colorfix-v3" + } + ], + "https://github.com/ihorpankin/comfyui-ihor-resize": [ + [ + "IhorResize" + ], + { + "title_aux": "comfyui-ihor-resize" + } + ], + "https://github.com/ijoy222333/ComfyUI-MatAnyone2": [ + [ + "MatAnyone", + "MatAnyone2", + "MatAnyone2Compatible", + "SolidColorBatched" + ], + { + "title_aux": "ComfyUI-MatAnyone2" + } + ], "https://github.com/illuminatianon/comfyui-csvwildcards": [ [ "CSVWildcardNode", @@ -26794,6 +39524,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" @@ -26811,17 +39563,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" @@ -26835,6 +39576,7 @@ "NntAnalyzeInferenceMetrics", "NntAnalyzeModel", "NntCompileModel", + "NntDataLoader", "NntDatasetToImageTensor", "NntDatasetToTargetTensor", "NntDatasetToTensor", @@ -26909,19 +39651,21 @@ "title_aux": "ComfyUI-DSD" } ], - "https://github.com/isaac-mcfadyen/ComfyUI-QwenClip": [ + "https://github.com/isala404/comfy-workflow-api": [ [ - "CLIPSetQwenImageEditPrompt", - "CLIPSetQwenImagePrompt" + "WebhookReceiver", + "WebhookSend", + "WebhookTransformer" ], { - "title_aux": "ComfyUI-QwenClip" + "title_aux": "comfy-workflow-api" } ], "https://github.com/iwanders/ComfyUI_nodes": [ [ "IW_JsonPickItem", "IW_ModelHook", + "IW_OllamaGenerateString", "IW_StringConcat", "IW_StringFromInt", "IW_StringNode", @@ -27013,7 +39757,6 @@ "JagsCLIPSeg", "JagsClipseg", "JagsCombineMasks", - "SVG", "YoloSEGdetectionNode", "YoloSegNode", "color_drop", @@ -27045,6 +39788,7 @@ "LoRA Stacker", "Manual XY Entry Info", "NNLatentUpscale", + "NNlLatentUpscale", "Noise Control Script", "Pack SDXL Tuple", "Tiled Upscaler Script", @@ -27087,265 +39831,12 @@ "title_aux": "ComfyUI_Wan2_1_lora_trainer" } ], - "https://github.com/jakechai/ComfyUI-JakeUpgrade": [ + "https://github.com/jajos12/Comfyui-WanVideo-Context": [ [ - "Animation Prompt JK", - "Animation Value JK", - "Base Image Parameters Extract JK", - "Base Model Parameters Extract JK", - "Base Model Parameters JK", - "Base Model Parameters SD3API JK", - "Base Model Pipe Extract JK", - "Base Model Pipe JK", - "Bool Binary And JK", - "Bool Binary OR JK", - "CM_BoolBinaryOperation JK", - "CM_BoolToInt JK", - "CM_BoolUnaryOperation JK", - "CM_BreakoutVec2 JK", - "CM_BreakoutVec3 JK", - "CM_BreakoutVec4 JK", - "CM_ComposeVec2 JK", - "CM_ComposeVec3 JK", - "CM_ComposeVec4 JK", - "CM_FillVec2 JK", - "CM_FillVec3 JK", - "CM_FillVec4 JK", - "CM_FloatBinaryCondition JK", - "CM_FloatBinaryOperation JK", - "CM_FloatToInt JK", - "CM_FloatToNumber JK", - "CM_FloatUnaryCondition JK", - "CM_FloatUnaryOperation JK", - "CM_IntBinaryCondition JK", - "CM_IntBinaryOperation JK", - "CM_IntToBool JK", - "CM_IntToFloat JK", - "CM_IntToNumber JK", - "CM_IntUnaryCondition JK", - "CM_IntUnaryOperation JK", - "CM_NumberBinaryCondition JK", - "CM_NumberBinaryOperation JK", - "CM_NumberToFloat JK", - "CM_NumberToInt JK", - "CM_NumberUnaryCondition JK", - "CM_NumberUnaryOperation JK", - "CM_PromptCombine_JK", - "CM_StringBinaryCondition_JK", - "CM_Vec2BinaryCondition JK", - "CM_Vec2BinaryOperation JK", - "CM_Vec2FloatOperation_JK", - "CM_Vec2ToFloatBinaryOperation JK", - "CM_Vec2ToFloatUnaryOperation JK", - "CM_Vec2UnaryCondition JK", - "CM_Vec2UnaryOperation JK", - "CM_Vec3BinaryCondition JK", - "CM_Vec3BinaryOperation JK", - "CM_Vec3FloatOperation_JK", - "CM_Vec3ToFloatBinaryOperation JK", - "CM_Vec3ToFloatUnaryOperation JK", - "CM_Vec3UnaryCondition JK", - "CM_Vec3UnaryOperation JK", - "CM_Vec4BinaryCondition JK", - "CM_Vec4BinaryOperation JK", - "CM_Vec4FloatOperation_JK", - "CM_Vec4ToFloatBinaryOperation JK", - "CM_Vec4ToFloatUnaryOperation JK", - "CM_Vec4UnaryCondition JK", - "CM_Vec4UnaryOperation JK", - "CR Apply ControlNet JK", - "CR Apply LoRA Stack JK", - "CR Apply LoRA Stack Model Only JK", - "CR Apply Multi-ControlNet Adv JK", - "CR Apply Multi-ControlNet JK", - "CR Aspect Ratio JK", - "CR Boolean JK", - "CR Clip Input Switch JK", - "CR Conditioning Input Switch JK", - "CR ControlNet Input Switch JK", - "CR ControlNet Loader JK", - "CR ControlNet Stack Input Switch JK", - "CR Float Input Switch JK", - "CR Guider Input Switch JK", - "CR Image Input Switch JK", - "CR Impact Pipe Input Switch JK", - "CR Int Input Switch JK", - "CR Latent Input Switch JK", - "CR LoRA Stack JK", - "CR LoRA Stack Model Only JK", - "CR Load LoRA JK", - "CR Mask Input Switch JK", - "CR Mesh Input Switch JK", - "CR Model Input Switch JK", - "CR Multi-ControlNet Param Stack JK", - "CR Multi-ControlNet Stack JK", - "CR Noise Input Switch JK", - "CR Orbit Pose Input Switch JK", - "CR Pipe Input Switch JK", - "CR Ply Input Switch JK", - "CR SD1.5 Aspect Ratio JK", - "CR SD3 Aspect Ratio JK", - "CR SDXL Aspect Ratio JK", - "CR Sampler Input Switch JK", - "CR Sigmas Input Switch JK", - "CR Text Input Switch JK", - "CR TriMesh Input Switch JK", - "CR VAE Input Switch JK", - "Ckpt Loader JK", - "Color Grading JK", - "Create Loop Schedule List", - "Detailer Parameters JK", - "Embedding Picker JK", - "Embedding Picker Multi JK", - "Empty Latent Color JK", - "Evaluate Examples JK", - "Evaluate Floats JK", - "Evaluate Ints JK", - "Evaluate Strings JK", - "Get OrbitPoses From List JK", - "Get Size JK", - "Guidance Default JK", - "HintImageEnchance JK", - "Hy3D Cam Config 20to21 JK", - "IPAAdapterFaceIDBatch", - "IPAdapter", - "IPAdapterAdvanced", - "IPAdapterBatch", - "IPAdapterClipVisionEnhancer", - "IPAdapterClipVisionEnhancerBatch", - "IPAdapterCombineEmbeds", - "IPAdapterCombineParams", - "IPAdapterCombineWeights", - "IPAdapterEmbeds", - "IPAdapterEmbedsBatch", - "IPAdapterEncoder", - "IPAdapterFaceID", - "IPAdapterFaceIDKolors", - "IPAdapterFromParams", - "IPAdapterInsightFaceLoader", - "IPAdapterLoadEmbeds", - "IPAdapterMS", - "IPAdapterModelLoader", - "IPAdapterNoise", - "IPAdapterPreciseComposition", - "IPAdapterPreciseCompositionBatch", - "IPAdapterPreciseStyleTransfer", - "IPAdapterPreciseStyleTransferBatch", - "IPAdapterPromptScheduleFromWeightsStrategy", - "IPAdapterRegionalConditioning", - "IPAdapterSaveEmbeds", - "IPAdapterStyleComposition", - "IPAdapterStyleCompositionBatch", - "IPAdapterTiled", - "IPAdapterTiledBatch", - "IPAdapterUnifiedLoader", - "IPAdapterUnifiedLoaderCommunity", - "IPAdapterUnifiedLoaderFaceID", - "IPAdapterWeights", - "IPAdapterWeightsFromStrategy", - "Image Crop By Mask Resolution Grp JK", - "Image Crop by Mask Params JK", - "Image Crop by Mask Resolution JK", - "Image Remove Alpha JK", - "Image Resize Mode JK", - "Image Upscale Parameters Extract JK", - "Inject Noise Params JK", - "Is Mask Empty JK", - "Ksampler Adv Parameters Default JK", - "Ksampler Parameters Default JK", - "Ksampler Parameters JK", - "Latent Crop Offset JK", - "Latent Upscale Parameters Extract JK", - "Load Image With Alpha JK", - "Load Image With Metadata JK", - "Load String List From JSON JK", - "Make Image Grid JK", - "Metadata Pipe Extract JK", - "Metadata Pipe JK", - "NodesState JK", - "Noise Injection Parameters JK", - "Noise Injection Pipe Extract JK", - "OpenDWPose_JK", - "Orbit Poses JK", - "OrbitLists to OrbitPoses JK", - "OrbitPoses to OrbitLists JK", - "Pipe End JK", - "PrepImageForClipVision", - "Project Setting JK", - "Random Beats JK", - "Refine 1 Parameters Extract JK", - "Refine 2 Parameters Extract JK", - "Refine Model Parameters JK", - "Refine Pipe Extract JK", - "Refine Pipe JK", - "Remove Input JK", - "Reroute Ckpt JK", - "Reroute List JK", - "Reroute Resize JK", - "Reroute Sampler JK", - "Reroute String JK", - "Reroute Upscale JK", - "Reroute Vae JK", - "Rough Outline JK", - "SD3 Prompts Switch JK", - "SDXL Target Res JK", - "SDXLPromptStylerAll", - "SDXLPromptStylerHorror", - "SDXLPromptStylerMisc", - "SDXLPromptStylerbyArtist", - "SDXLPromptStylerbyCamera", - "SDXLPromptStylerbyComposition", - "SDXLPromptStylerbyCyberpunkSurrealism", - "SDXLPromptStylerbyDepth", - "SDXLPromptStylerbyDiva", - "SDXLPromptStylerbyEnvironment", - "SDXLPromptStylerbyFantasySetting", - "SDXLPromptStylerbyFilter", - "SDXLPromptStylerbyFocus", - "SDXLPromptStylerbyFooocus", - "SDXLPromptStylerbyImpressionism", - "SDXLPromptStylerbyLighting", - "SDXLPromptStylerbyMarc", - "SDXLPromptStylerbyMileHigh", - "SDXLPromptStylerbyMood", - "SDXLPromptStylerbyMre", - "SDXLPromptStylerbyMythicalCreature", - "SDXLPromptStylerbyOriginal", - "SDXLPromptStylerbyQuantumRealism", - "SDXLPromptStylerbySai", - "SDXLPromptStylerbySteamPunkRealism", - "SDXLPromptStylerbySubject", - "SDXLPromptStylerbySurrealism", - "SDXLPromptStylerbyTheme", - "SDXLPromptStylerbyTimeofDay", - "SDXLPromptStylerbyTwri", - "SDXLPromptStylerbyWyvern", - "SDXLPromptbyCelticArt", - "SDXLPromptbyContemporaryNordicArt", - "SDXLPromptbyFashionArt", - "SDXLPromptbyGothicRevival", - "SDXLPromptbyIrishFolkArt", - "SDXLPromptbyRomanticNationalismArt", - "SDXLPromptbySportsArt", - "SDXLPromptbyStreetArt", - "SDXLPromptbyVikingArt", - "SDXLPromptbyWildlifeArt", - "Sampler Loader JK", - "Save Image with Metadata Flow JK", - "Save Image with Metadata JK", - "Save String List To JSON JK", - "Scale To Resolution JK", - "Split Image Grid JK", - "String To Combo JK", - "Tiling Mode JK", - "Upscale Method JK", - "Upscale Model Loader JK", - "Upscale Model Parameters Extract JK", - "Upscale Model Parameters JK", - "Vae Loader JK" + "WanVideoContextSelector" ], { - "title_aux": "ComfyUI-JakeUpgrade" + "title_aux": "Comfyui-WanVideo-Context" } ], "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": [ @@ -27447,6 +39938,29 @@ "title_aux": "Various ComfyUI Nodes by Type" } ], + "https://github.com/jamesk9526/NoxPrompter-ComfyUI-CustomNode": [ + [ + "NoxPromptActionDirector", + "NoxPromptAnalyzer", + "NoxPromptBuilder", + "NoxPromptCameraMaster", + "NoxPromptCamz", + "NoxPromptCharacterCreator", + "NoxPromptCombiner", + "NoxPromptEnhancer", + "NoxPromptHumanDesigner", + "NoxPromptLightingMaster", + "NoxPromptNSFWActionDirector", + "NoxPromptNSFWDesigner", + "NoxPromptNarrativeWeaver", + "NoxPromptPaletteMixer", + "NoxPromptPipelineCombiner", + "NoxPromptWardrobeDesigner" + ], + { + "title_aux": "ComfyUI Nox Prompter" + } + ], "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": [ [ "PaintingCoder::DynamicImageCombiner", @@ -27474,6 +39988,14 @@ "title_aux": "Painting Coder Utils" } ], + "https://github.com/jandan520/ComfyUI-AdvancedCameraPrompts": [ + [ + "AdvancedCameraControlNode" + ], + { + "title_aux": "ComfyUI-AdvancedCameraPrompts" + } + ], "https://github.com/jasonjgardner/comfui-substance-designer-integration": [ [ "SubstanceBatchProcessor", @@ -27486,6 +40008,23 @@ "title_aux": "ComfyUI Substance Designer Integration Plugin" } ], + "https://github.com/jasonjgardner/comfyui-pixel-art-scalers": [ + [ + "PixelArtScaler" + ], + { + "title_aux": "comfyui-pixel-art-scalers" + } + ], + "https://github.com/jav12z/ComfyUI-ToyShaders": [ + [ + "ShaderCodeInput", + "ToyShaderNode" + ], + { + "title_aux": "ComfyUI-ToyShaders" + } + ], "https://github.com/jax-explorer/ComfyUI-InstantCharacter": [ [ "InstantCharacterGenerate", @@ -27561,6 +40100,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" @@ -27623,6 +40218,36 @@ "title_aux": "ComfyUI_StreamDiffusion" } ], + "https://github.com/jessesep/SimpleVariables": [ + [ + "SimpleClear", + "SimpleGet", + "SimpleList", + "SimpleSet" + ], + { + "title_aux": "SimpleVariables" + } + ], + "https://github.com/jfcantu/ComfyUI-AutoNotes": [ + [ + "AutoNotesNode" + ], + { + "title_aux": "ComfyUI AutoNotes" + } + ], + "https://github.com/jfcantu/ComfyUI-Prompt-Companion": [ + [ + "PromptCompanion_AddSubprompt", + "PromptCompanion_LoadCheckpointWithSubprompt", + "PromptCompanion_StringsToSubprompt", + "PromptCompanion_SubpromptToStrings" + ], + { + "title_aux": "ComfyUI Prompt Companion" + } + ], "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": [ [ "(Down)Load Moondream Model", @@ -27652,18 +40277,30 @@ ], "https://github.com/jialuw0830/flux_api_comfyui_plugin": [ [ - "FluxAPIModelStatusNode", - "FluxAPINode", + "EigenAIFluxNode", + "EigenAIKontextNode", + "EigenAIQwenNode", "nodes" ], { "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", @@ -27691,8 +40328,10 @@ ], "https://github.com/jinchanz/ComfyUI-ADIC": [ [ + "ADICOpenAIGPTImage1", "ADIC_COMMON_API", "AliCloudOSSUpload", + "IdeaLabImageGenerate", "ImageTranslateAPI", "ImageTranslateParamsBuilder", "ImageTranslateResultExtractor", @@ -27702,6 +40341,7 @@ "MaletteImageStitch", "MaletteReferenceLatent", "MarketImageGenerateWithPolling", + "OpenAIGPTImage1", "PythonCodeExecutor", "StringToJsonArray" ], @@ -27740,6 +40380,23 @@ "title_aux": "ULTools for ComfyUI" } ], + "https://github.com/jluo-github/comfyui-auto-size": [ + [ + "AutoSize", + "AutoSizeLatent" + ], + { + "title_aux": "comfyui-auto-size" + } + ], + "https://github.com/jluo-github/comfyui-ollama-image-to-prompt": [ + [ + "OllamaImageToPrompt" + ], + { + "title_aux": "comfyui-ollama-image-to-prompt" + } + ], "https://github.com/jn-jairo/jn_comfyui": [ [ "JN_AreaAround", @@ -27895,6 +40552,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", @@ -27905,11 +40573,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", @@ -27946,6 +40661,45 @@ "title_aux": "ComfyUI-sampler-lcm-alternative" } ], + "https://github.com/jomakaze/ComfyUI_JomaNodes": [ + [ + "ImageBatchMulti" + ], + { + "title_aux": "ComfyUI_JomaNodes" + } + ], + "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization": [ + [ + "ColorMNetImage", + "ColorMNetVideo", + "DeepExColorImageNode", + "DeepExColorVideoNode" + ], + { + "title_aux": "Reference-Based Video Colorization" + } + ], + "https://github.com/jonstreeter/comfyui-Lora-Tag-Power-Loader": [ + [ + "LoraTagPowerLoader" + ], + { + "title_aux": "comfyui-Lora-Tag-Power-Loader" + } + ], + "https://github.com/jonstreeter/comfyui-compressed-metadata": [ + [ + "ConvertToCompressed", + "ExtractWorkflowsToJSON", + "LoadCompressedWorkflow", + "LoadWorkflowJSON", + "SaveImageCompressed" + ], + { + "title_aux": "ComfyUI \u2014 Compressed Metadata" + } + ], "https://github.com/joosthel/ComfyUI-CVOverlay": [ [ "CV_AestheticOverlay", @@ -27959,6 +40713,7 @@ ], "https://github.com/jordoh/ComfyUI-Deepface": [ [ + "AverageList", "DeepfaceAnalyze", "DeepfaceExtractFaces", "DeepfaceVerify" @@ -27983,6 +40738,22 @@ "title_aux": "ComfyUI Touchpad Scroll Controller" } ], + "https://github.com/joyboy123456/-ComfyUI-GoogleAIStudio": [ + [ + "GoogleAIConfig", + "GoogleAIConnectionTester", + "GoogleAIImageGenerator", + "GoogleAIKeyManager", + "GoogleAITextToImage", + "GoogleAIVideoGenerator", + "GoogleAIVideoStoryboard", + "PromptAnalyzer", + "PromptOptimizer" + ], + { + "title_aux": "ComfyUI Google AI Studio Integration" + } + ], "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": [ [ "BBoxLowerMask2" @@ -27994,19 +40765,34 @@ "https://github.com/jqy-yo/comfyui-gemini-nodes": [ [ "GeminiFieldExtractor", + "GeminiImageBatchProcessor", "GeminiImageEditor", "GeminiImageGenADV", + "GeminiImageProcessor", "GeminiJSONExtractor", "GeminiJSONParser", "GeminiStructuredOutput", "GeminiTextAPI", "GeminiVideoCaptioner", - "GeminiVideoGenerator" + "GeminiVideoGenerator", + "UnofficialGeminiAPI", + "UnofficialGeminiStreamAPI" ], { "title_aux": "ComfyUI Gemini Nodes" } ], + "https://github.com/jrabek/BokehDiffusionComfyUI": [ + [ + "ApplyBokehAdapter", + "BokehAdapterLoader", + "BokehKSampler", + "BokehLevel" + ], + { + "title_aux": "BokehDiffusionComfyUI" + } + ], "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": [ [ "BuildPromptFromCSV" @@ -28065,6 +40851,14 @@ "title_aux": "ComfyUI-WordEmbeddings" } ], + "https://github.com/jtydhr88/ComfyUI-AudioMass": [ + [ + "ComfyUIAudioMass" + ], + { + "title_aux": "ComfyUI-AudioMass" + } + ], "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": [ [ "Hunyuan3D V1 - Image Loader", @@ -28098,12 +40892,34 @@ "title_aux": "ComfyUI-OpenCut" } ], + "https://github.com/jtydhr88/ComfyUI-StableStudio": [ + [ + "ComfyUIStableStudio" + ], + { + "title_aux": "ComfyUI-StableStudio" + } + ], + "https://github.com/jtydhr88/ComfyUI-qwenmultiangle": [ + [ + "QwenMultiangleCameraNode" + ], + { + "title_aux": "ComfyUI-qwenmultiangle" + } + ], "https://github.com/juddisjudd/ComfyUI-BawkNodes": [ [ + "BawkBatchProcessor", + "BawkControlNet", + "BawkImageLoader", "BawkSampler", "DiffusionModelLoader", + "FluxDynamicLoraStack", "FluxImageSaver", - "FluxWildcardEncode" + "FluxLoraStackApply", + "FluxWildcardEncode", + "ZImageModelLoader" ], { "title_aux": "Bawk Nodes Collection" @@ -28126,6 +40942,21 @@ "title_aux": "ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node" } ], + "https://github.com/judian17/ComfyUI-SRT-subtitles-VoxCPM": [ + [ + "Audio_Trimmer_By_Timestamp", + "Load_Text_From_File", + "VoxCPM_Cache_Builder", + "VoxCPM_Cache_Combiner", + "VoxCPM_Loader", + "VoxCPM_SRT_Auto_Dubber", + "VoxCPM_SRT_Dubber", + "VoxCPM_SRT_Processor" + ], + { + "title_aux": "ComfyUI-SRT-subtitles-VoxCPM" + } + ], "https://github.com/judian17/ComfyUI-UniWorld-jd17": [ [ "UniWorldEncoderNode", @@ -28147,6 +40978,17 @@ "title_aux": "ComfyUI JoyCaption-Beta-GGUF Node" } ], + "https://github.com/judian17/ComfyUI-multiple-inputs": [ + [ + "MultipleImageStitch", + "MultipleMaskStitch", + "MultipleMasksToImage", + "MultipleTextInputs" + ], + { + "title_aux": "ComfyUI-multiple-inputs" + } + ], "https://github.com/judian17/ComfyUI_ZIM": [ [ "MaskToBbox_ZIM", @@ -28157,16 +40999,6 @@ "title_aux": "ComfyUI_ZIM" } ], - "https://github.com/juehackr/comfyui_fk_server": [ - [ - "FK_3dpose", - "FK_Node", - "FK_ShowBaseNode" - ], - { - "title_aux": "comfyui_fk_server" - } - ], "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": [ [ "KSamplerIterativeNoise" @@ -28206,13 +41038,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", @@ -28229,31 +41059,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", @@ -28262,16 +41084,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", @@ -28292,14 +41113,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", @@ -28307,13 +41125,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", @@ -28323,9 +41138,6 @@ "Bjornulf_RandomModelSelector", "Bjornulf_RandomTexts", "Bjornulf_ReassembleImageGrid", - "Bjornulf_RemoteTextEncodingWithCLIPs", - "Bjornulf_RemoteVAEDecoderNode", - "Bjornulf_RemoteVAEDecoderNodeTiled", "Bjornulf_RemoveTransparency", "Bjornulf_ResizeImage", "Bjornulf_ResizeImagePercentage", @@ -28333,7 +41145,6 @@ "Bjornulf_SaveGlobalVariables", "Bjornulf_SaveImagePath", "Bjornulf_SaveImageToFolder", - "Bjornulf_SaveTensors", "Bjornulf_SaveText", "Bjornulf_SaveTmpAudio", "Bjornulf_SaveTmpImage", @@ -28361,7 +41172,6 @@ "Bjornulf_TextGeneratorOutfitMale", "Bjornulf_TextGeneratorScene", "Bjornulf_TextGeneratorStyle", - "Bjornulf_TextGeneratorText2Video", "Bjornulf_TextReplace", "Bjornulf_TextSplitin10", "Bjornulf_TextSplitin5", @@ -28369,16 +41179,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", @@ -28402,6 +41208,7 @@ ], "https://github.com/k-komarov/comfyui-bunny-cdn-storage": [ [ + "Save Image To BunnyStorage", "Save Image to BunnyStorage" ], { @@ -28445,13 +41252,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" @@ -28468,6 +41315,7 @@ "GetImageSize", "ImageResizeAdvanced", "UltralyticsInference", + "UltralyticsMaskFlatten", "UltralyticsModelLoader", "UltralyticsVisualization", "ViewText" @@ -28522,6 +41370,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", @@ -28643,6 +41508,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", @@ -28664,6 +41550,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", @@ -28707,6 +41614,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", @@ -28716,6 +41633,14 @@ "title_aux": "ComfyUI-Vton-Mask" } ], + "https://github.com/karthikg-09/ComfyUI-WanVideoAutoResize": [ + [ + "WanVideoAutoImgResize" + ], + { + "title_aux": "ComfyUI WanVideo Auto Resize" + } + ], "https://github.com/kasukanra/ComfyUI_StringToHex": [ [ "ColorNameToHex" @@ -28732,6 +41657,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" @@ -28770,6 +41713,15 @@ "title_aux": "ComfyUI-ZeroShot-MTrans" } ], + "https://github.com/keghoang/ComfyUI-Charon": [ + [ + "CHARON_3D_Auto_Align", + "CHARON_Camera_From_DA3" + ], + { + "title_aux": "ComfyUI-Charon" + } + ], "https://github.com/keit0728/ComfyUI-Image-Toolkit": [ [ "AlphaFlatten", @@ -28823,6 +41775,14 @@ "title_aux": "qq-nodes-comfyui" } ], + "https://github.com/ketle-man/comfyui-2dpose-editor": [ + [ + "PoseEditor2D" + ], + { + "title_aux": "ComfyUI 2D Pose Editor" + } + ], "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": [ [ "ImageBlankAlpha", @@ -28847,7 +41807,9 @@ "Image(s) To Websocket (Base64)", "ImageOutput", "Load Image (Base64)", - "Load Images (Base64)" + "Load Images (Base64)", + "LoadImageBase64", + "LoadImagesBase64" ], { "title_aux": "Knodes" @@ -28857,6 +41819,7 @@ [ "Chirp", "Gemini", + "GeminiImage", "ImagenComputedMaskConfig", "ImagenMaskEditing", "Imagen_Product_Recontext", @@ -28873,6 +41836,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", @@ -29163,6 +42134,7 @@ "https://github.com/kijai/ComfyUI-KJNodes": [ [ "AddLabel", + "AddNoiseToTrackPath", "AppendInstanceDiffusionTracking", "AppendStringsToList", "ApplyRifleXRoPE_HunuyanVideo", @@ -29176,11 +42148,13 @@ "BatchUncropAdvanced", "BboxToInt", "BboxVisualize", + "BlockifyMask", "CFGZeroStarAndInit", "CameraPoseVisualizer", "CheckpointLoaderKJ", "CheckpointPerturbWeights", "ColorMatch", + "ColorMatchV2", "ColorToMask", "CondPassThrough", "ConditioningMultiCombine", @@ -29188,6 +42162,7 @@ "ConditioningSetMaskAndCombine3", "ConditioningSetMaskAndCombine4", "ConditioningSetMaskAndCombine5", + "ConsolidateMasksKJ", "CreateAudioMask", "CreateFadeMask", "CreateFadeMaskAdvanced", @@ -29207,15 +42182,19 @@ "CustomControlNetWeightsFluxFromList", "CustomSigmas", "CutAndDragOnPath", + "DecodeAndSaveVideo", "DiTBlockLoraLoader", "DifferentialDiffusionAdvanced", "DiffusionModelLoaderKJ", "DiffusionModelSelector", "DownloadAndLoadCLIPSeg", "DrawInstanceDiffusionTracking", + "DrawMaskOnImage", "DummyOut", "EmptyLatentImageCustomPresets", "EmptyLatentImagePresets", + "EncodeVideoComponents", + "EndRecordCUDAMemoryHistory", "FastPreview", "FilterZeroMasksAndCorrespondingImages", "FlipSigmasAdjusted", @@ -29223,6 +42202,7 @@ "FloatToMask", "FloatToSigmas", "FluxBlockLoraSelect", + "GGUFLoaderKJ", "GLIGENTextBoxApplyBatchCoords", "GenerateNoise", "GetImageRangeFromBatch", @@ -29232,6 +42212,7 @@ "GetLatentSizeAndCount", "GetLatentsFromBatchIndexed", "GetMaskSizeAndCount", + "GetTrackRange", "GradientToFloat", "GrowMaskWithBlur", "HunyuanVideoBlockLoraSelect", @@ -29239,6 +42220,7 @@ "INTConstant", "ImageAddMulti", "ImageAndMaskPreview", + "ImageBatchExtendWithOverlap", "ImageBatchFilter", "ImageBatchJoinWithTransition", "ImageBatchMulti", @@ -29275,6 +42257,20 @@ "Intrinsic_lora_sampling", "JoinStringMulti", "JoinStrings", + "LTX2AttentionTunerPatch", + "LTX2AudioLatentNormalizingSampling", + "LTX2BlockLoraSelect", + "LTX2LoraLoaderAdvanced", + "LTX2MemoryEfficientSageAttentionPatch", + "LTX2SamplingPreviewOverride", + "LTX2_NAG", + "LTXVAddGuideMulti", + "LTXVAddGuidesFromBatch", + "LTXVAudioVideoMask", + "LTXVChunkFeedForward", + "LTXVEnhanceAVideoKJ", + "LTXVImgToVideoInplaceKJ", + "LatentInpaintTTM", "LazySwitchKJ", "LeapfusionHunyuanI2VPatcher", "LoadAndResizeImage", @@ -29282,12 +42278,16 @@ "LoadResAdapterNormalization", "LoadVideosFromFolder", "LoraExtractKJ", + "LoraReduceRankKJ", "MaskBatchMulti", "MaskOrImageToWeight", "MergeImageChannels", + "ModelMemoryUsageFactorOverride", + "ModelMemoryUseReportPatch", "ModelPassThrough", "ModelPatchTorchSettings", "ModelSaveKJ", + "NABLA_AttentionKJ", "NormalizedAmplitudeToFloatList", "NormalizedAmplitudeToMask", "OffsetMask", @@ -29298,6 +42298,8 @@ "PlotCoordinates", "PointsEditor", "PreviewAnimation", + "PreviewImageOrMask", + "PreviewLatentNoiseMask", "RemapImageRange", "RemapMaskRange", "ReplaceImagesInBatch", @@ -29305,6 +42307,7 @@ "ReverseImageBatch", "RoundMask", "SV3D_BatchSchedule", + "SamplerSelfRefineVideo", "SaveImageKJ", "SaveImageWithAlpha", "SaveStringKJ", @@ -29315,6 +42318,7 @@ "SetShakkerLabsUnionControlNetType", "ShuffleImageBatch", "SigmasToFloat", + "SimpleCalculatorKJ", "SkipLayerGuidanceWanVideo", "Sleep", "SomethingToString", @@ -29323,6 +42327,7 @@ "SplitBboxes", "SplitImageChannels", "StableZero123_BatchSchedule", + "StartRecordCUDAMemoryHistory", "StringConstant", "StringConstantMultiline", "StringToFloatList", @@ -29332,6 +42337,7 @@ "TorchCompileControlNet", "TorchCompileCosmosModel", "TorchCompileLTXModel", + "TorchCompileModelAdvanced", "TorchCompileModelFluxAdvanced", "TorchCompileModelFluxAdvancedV2", "TorchCompileModelHyVideo", @@ -29341,9 +42347,14 @@ "TorchCompileVAE", "TransitionImagesInBatch", "TransitionImagesMulti", + "VAEDecodeLoopKJ", "VAELoaderKJ", "VRAM_Debug", + "VisualizeCUDAMemoryHistory", + "VisualizeSigmasKJ", "Wan21BlockLoraSelect", + "WanChunkFeedForward", + "WanImageToVideoSVIPro", "WanVideoEnhanceAVideoKJ", "WanVideoNAG", "WanVideoTeaCacheKJ", @@ -29412,7 +42423,6 @@ "https://github.com/kijai/ComfyUI-LivePortraitKJ": [ [ "DownloadAndLoadLivePortraitModels", - "KeypointScaler", "KeypointsToImage", "LivePortraitComposite", "LivePortraitCropper", @@ -29510,6 +42520,7 @@ ], "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": [ [ + "DownloadAndLoadPyramidFlowModel", "PyramidFlowLatentPreview", "PyramidFlowSampler", "PyramidFlowTextEncode", @@ -29523,6 +42534,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", @@ -29556,63 +42578,106 @@ "CreateScheduleFloatList", "DownloadAndLoadNLFModel", "DownloadAndLoadWav2VecModel", + "DrawArcFaceLandmarks", + "DrawGaussianNoiseOnImage", "DrawNLFPoses", "DummyComfyWanModelObject", "ExtractStartFramesForContinuations", + "FaceMaskFromPoseKeypoints", "FantasyPortraitFaceDetector", "FantasyPortraitModelLoader", "FantasyTalkingModelLoader", "FantasyTalkingWav2VecEmbeds", + "HuMoEmbeds", "LandmarksToImage", + "LoadLynxResampler", + "LoadNLFModel", "LoadVQVAE", "LoadWanVideoClipTextEncoder", "LoadWanVideoT5TextEncoder", + "LynxEncodeFaceIP", + "LynxInsightFaceCrop", "MTVCrafterEncodePoses", + "MochaEmbeds", "MultiTalkModelLoader", + "MultiTalkSilentEmbeds", "MultiTalkWav2VecEmbeds", "NLFPredict", + "NormalizeAudioLoudness", + "OviMMAudioVAELoader", "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", "WanVideoBlockSwap", "WanVideoClipVisionEncode", + "WanVideoCombineEmbeds", "WanVideoContextOptions", "WanVideoControlEmbeds", "WanVideoControlnet", "WanVideoControlnetLoader", "WanVideoDecode", + "WanVideoDecodeOviAudio", "WanVideoDiffusionForcingSampler", "WanVideoEasyCache", "WanVideoEmptyEmbeds", + "WanVideoEmptyMMAudioLatents", "WanVideoEncode", + "WanVideoEncodeLatentBatch", + "WanVideoEncodeOviAudio", "WanVideoEnhanceAVideo", "WanVideoExperimentalArgs", "WanVideoExtraModelSelect", - "WanVideoFlowEdit", + "WanVideoFlashVSRDecoderLoader", "WanVideoFreeInitArgs", "WanVideoFunCameraEmbeds", "WanVideoImageClipEncode", "WanVideoImageResizeToClosest", "WanVideoImageToVideoEncode", "WanVideoImageToVideoMultiTalk", + "WanVideoImageToVideoSkyreelsv3_audio", "WanVideoLatentReScale", + "WanVideoLongCatAvatarExtendEmbeds", "WanVideoLoopArgs", "WanVideoLoraBlockEdit", "WanVideoLoraSelect", + "WanVideoLoraSelectByName", "WanVideoLoraSelectMulti", "WanVideoMagCache", "WanVideoMiniMaxRemoverEmbeds", "WanVideoModelLoader", + "WanVideoOviCFG", + "WanVideoPassImagesFromSamples", "WanVideoPhantomEmbeds", + "WanVideoPreviewEmbeds", "WanVideoPromptExtender", "WanVideoPromptExtenderSelect", "WanVideoReCamMasterCameraEmbed", @@ -29621,8 +42686,15 @@ "WanVideoRealisDanceLatents", "WanVideoRoPEFunction", "WanVideoSLG", + "WanVideoSVIProEmbeds", "WanVideoSampler", + "WanVideoSamplerExtraArgs", + "WanVideoSamplerFromSettings", + "WanVideoSamplerSettings", + "WanVideoSamplerv2", "WanVideoScheduler", + "WanVideoSchedulerv2", + "WanVideoSetAttentionModeOverride", "WanVideoSetBlockSwap", "WanVideoSetLoRAs", "WanVideoSetRadialAttention", @@ -29632,18 +42704,23 @@ "WanVideoTextEncode", "WanVideoTextEncodeCached", "WanVideoTextEncodeSingle", + "WanVideoTextImageEncode", "WanVideoTinyVAELoader", "WanVideoTorchCompileSettings", + "WanVideoUltraVicoSettings", "WanVideoUni3C_ControlnetLoader", "WanVideoUni3C_embeds", "WanVideoUniAnimateDWPoseDetector", "WanVideoUniAnimatePoseInput", + "WanVideoUniLumosEmbeds", "WanVideoVACEEncode", "WanVideoVACEModelSelect", "WanVideoVACEStartToEndFrame", "WanVideoVAELoader", "WanVideoVRAMManagement", - "Wav2VecModelLoader" + "WanVideoWanDrawWanMoveTracks", + "Wav2VecModelLoader", + "WhisperModelLoader" ], { "title_aux": "ComfyUI-WanVideoWrapper" @@ -29733,6 +42810,69 @@ "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", + "RC_AutoColor", + "RC_BrightnessContrast", + "RC_CanvasPadding", + "RC_CanvasResize", + "RC_ChannelExtractor", + "RC_ChannelMixer", + "RC_ColorBalance", + "RC_ColorMatch", + "RC_CurvesAdjust", + "RC_DropShadow", + "RC_FilmGrain", + "RC_GaussianBlur", + "RC_GradientGenerator", + "RC_GradientMap", + "RC_HighLowFrequencySkinSmoothing", + "RC_HueSaturation", + "RC_ImageCompositor", + "RC_ImageCrop", + "RC_ImageScale", + "RC_InteractiveCompositor", + "RC_LRPreset", + "RC_LevelsAdjust", + "RC_LoadImageWithAlpha", + "RC_MaskApply", + "RC_OpacityAdjust", + "RC_OuterGlow", + "RC_PatternTiling", + "RC_PreviewImageNoMetadata", + "RC_PreviewImageWithMetadata", + "RC_SaveImageNoMetadata", + "RC_SaveImageWithMetadata", + "RC_Sharpen", + "RC_ShineRemoval", + "RC_Stroke", + "RC_Threshold", + "RC_Vibrance" + ], + { + "title_aux": "RC Image Compositor" + } + ], + "https://github.com/kjqwer/SmartSaveImage": [ + [ + "Example", + "SmartFolderManager", + "SmartImageSaver" + ], + { + "nodename_pattern": "Smart", + "title_aux": "SmartSaveImage" + } + ], "https://github.com/kk8bit/KayTool": [ [ "AB_Images", @@ -29771,15 +42911,20 @@ [ "AspectSelector", "BBoxCropper", + "FlexibleBatchImage", "FolderLoader", "Json Extractor - klinter", "LoadImagePlus", "LoadVideoForExtendingKlinter", + "NanoBananaMultiInput", "OutpaintPadding", + "OutputTester", + "PixelSnapper", "PrepVideoForExtendKlinter", "SaveAudioPlus", "SizeSelector", "SpeedRamp", + "VideoFromFolder", "YellowBus", "ZoomOutComposer", "concat", @@ -29813,6 +42958,39 @@ "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/knishika62/ComfyUI-TextGenerateGemma3Prompt": [ + [ + "TextGenerateGemma3Prompt" + ], + { + "title_aux": "ComfyUI-TextGenerateGemma3Prompt" + } + ], + "https://github.com/knishika62/ComfyUI-TextGenerateQwen3Prompt": [ + [ + "TextGenerateQwen3Prompt" + ], + { + "title_aux": "ComfyUI-TextGenerateQwen3Prompt" + } + ], "https://github.com/knuknX/ComfyUI-Image-Tools": [ [ "BatchImagePathLoader", @@ -29830,7 +43008,8 @@ ], "https://github.com/kohs100/comfyui-ppwc": [ [ - "PPWCReplace" + "PPWCReplace", + "PPWCTerminate" ], { "author": "Phospholipids", @@ -29848,6 +43027,18 @@ "title_aux": "ControlNet-LLLite-ComfyUI" } ], + "https://github.com/koirpraw/ComfyUI-GCP-storage-decouple": [ + [ + "GCPStorageDownloadImage", + "GCPStorageDownloadModel", + "GCPStorageList", + "GCPStorageUploadImage", + "GCPStorageUploadModel" + ], + { + "title_aux": "ComfyUI GCP Cloud Storage Integration" + } + ], "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": [ [ "S3 Bucket LoRA", @@ -29913,6 +43104,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" @@ -29931,6 +43130,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", @@ -30010,6 +43278,20 @@ "title_aux": "ComfyUI_alkaid" } ], + "https://github.com/kursopiko/jan-prompt-presets": [ + [ + "CameraPresetsNode", + "LightingPresetsNode", + "ListGetIndexNode", + "SDXLResolutionNode", + "SamplerSelectorNode", + "SchedulerSelectorNode", + "TextSplitNode" + ], + { + "title_aux": "jan-prompt-presets" + } + ], "https://github.com/kusurin/ComfyUI-chronophotography": [ [ "CreateChronophotography" @@ -30062,15 +43344,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", @@ -30080,9 +43363,16 @@ "Leon_Midjourney_Proxy_API_Node", "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_Official_Gemini_Node", + "Leon_Official_Nano_Banana_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", @@ -30093,6 +43383,17 @@ "title_aux": "Leon's Utility and API Integration Nodes" } ], + "https://github.com/lakkiy/ComfyUI-RWImageS3": [ + [ + "Is Mask Empty", + "Read Image From S3", + "Save Image To S3", + "Save Video To S3" + ], + { + "title_aux": "ComfyUI-RWImageS3" + } + ], "https://github.com/laksjdjf/Batch-Condition-ComfyUI": [ [ "Batch String", @@ -30161,17 +43462,49 @@ "title_aux": "pfg-ComfyUI" } ], + "https://github.com/laolaoruqin/ComfyUI-SimpleWatermarkRemover": [ + [ + "SimpleWatermarkRemover" + ], + { + "title_aux": "ComfyUI-SimpleWatermarkRemover" + } + ], + "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" @@ -30186,6 +43519,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" @@ -30218,6 +43579,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" @@ -30234,6 +43606,15 @@ "title_aux": "comfyui-gpt-image" } ], + "https://github.com/leafiy/comfyui_psd_smart_object": [ + [ + "PSDMockupEmbedder", + "PSDSmartObjectInspector" + ], + { + "title_aux": "comfyui_psd_smart_object" + } + ], "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": [ [ "AudioCombine", @@ -30360,7 +43741,6 @@ [ "DynamicPreprocess", "InternVLHFInference", - "InternVLLMDEPLOYInference", "InternVLModelLoader" ], { @@ -30394,6 +43774,7 @@ "MasaCtrlLoadImage", "MasaCtrlModelLoader", "MutualSelfAttentionControlMaskAutoSampler", + "MutualSelfAttentionControlMaskSampler", "MutualSelfAttentionControlSampler" ], { @@ -30403,12 +43784,24 @@ "https://github.com/leeguandong/ComfyUI_QWQ32B": [ [ "QwQModelLoader", - "QwQTextGenerator" + "QwQTextGenerator", + "QweQModelLoader" ], { "title_aux": "ComfyUI_QWQ32B" } ], + "https://github.com/leeguandong/ComfyUI_Qwen3Omni": [ + [ + "QwenOmniAudioProcessor", + "QwenOmniChat", + "QwenOmniModelLoader", + "QwenOmniVideoProcessor" + ], + { + "title_aux": "ComfyUI_Qwen3Omni" + } + ], "https://github.com/leeguandong/ComfyUI_Style_Aligned": [ [ "SAControlnet_ModelLoader", @@ -30450,6 +43843,14 @@ "title_aux": "ComfyUI_VisualAttentionMap" } ], + "https://github.com/leeooo001/comfyui-Hunyuan-PromptEnhancer": [ + [ + "XX_Hunyuan_PromptEnhancer" + ], + { + "title_aux": "comfyui-Hunyuan-PromptEnhancer" + } + ], "https://github.com/leestuartx/ComfyUI-GG": [ [ "AddPaddingToImage", @@ -30467,6 +43868,41 @@ "title_aux": "ComfyUI-GG" } ], + "https://github.com/leewinder/comfyui-crop-to-center": [ + [ + "CropToCenter" + ], + { + "title_aux": "Crop To Center" + } + ], + "https://github.com/leewinder/comfyui-mureka-api": [ + [ + "Mureka API Key", + "Mureka Billing", + "Mureka Decode Audio", + "Mureka Instrumental", + "Mureka Mock Generation", + "Mureka Save", + "Mureka Song", + "Mureka Text Prompt" + ], + { + "title_aux": "Mureka API" + } + ], + "https://github.com/lenML/comfyui_qwen_image_edit_adv": [ + [ + "QwenImageEditScale", + "QwenImageEditSimpleScale", + "TextEncodeQwenImageEditAdv", + "TextEncodeQwenImageEditInfAdv", + "TextEncodeQwenImageEditPlusAdv" + ], + { + "title_aux": "comfyui_qwen_image_edit_adv" + } + ], "https://github.com/lenskikh/ComfyUI-Prompt-Worker": [ [ "Clip and Text -> Encode", @@ -30522,6 +43958,7 @@ ], "https://github.com/lerignoux/ComfyUI-PechaKucha": [ [ + "DownloadPechaKucha", "GeneratePowerpoint", "SplitPrompt" ], @@ -30539,6 +43976,32 @@ "title_aux": "ComfyUI Stable3DGen" } ], + "https://github.com/levzzz5154/ComfyUI-Sampler-Adaptive": [ + [ + "AdaptiveSamplerCustom" + ], + { + "title_aux": "ComfyUI-Sampler-Adaptive" + } + ], + "https://github.com/leylahviolet/ComfyUI-Violet-Tools": [ + [ + "AestheticAlchemist", + "BodyBard", + "CharacterCurator", + "EncodingEnchantress", + "GlamourGoddess", + "NegativityNullifier", + "OracleOverride", + "PosePriestess", + "QualityQueen", + "SaveSiren", + "SceneSeductress" + ], + { + "title_aux": "iolet Tools \ud83d\udc85" + } + ], "https://github.com/lgldlk/ComfyUI-PC-ding-dong": [ [ "pc ding dong", @@ -30565,6 +44028,14 @@ "title_aux": "comfyui-loadimagewithsubfolder" } ], + "https://github.com/licanhua/ComfyUI-StrokeReveal": [ + [ + "StrokeReveal" + ], + { + "title_aux": "ComfyUI-StrokeReveal" + } + ], "https://github.com/licyk/ComfyUI-HakuImg": [ [ "BlendImage", @@ -30597,33 +44068,76 @@ "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", "ApplyBlindWatermarkAdvanced", "DecodeBlindWatermark", - "DecodeBlindWatermarkAdvanced" + "DecodeBlindWatermarkAdvanced", + "EncryptDecryptImage" ], { "title_aux": "ComfyUI-BlindWatermark" } ], - "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": [ + "https://github.com/lihaoyun6/ComfyUI-FlashVSR_Ultra_Fast": [ [ - "CSVRandomPicker" + "FlashVSRInitPipe", + "FlashVSRNode", + "FlashVSRNodeAdv" ], { - "title_aux": "ComfyUI-CSV-Random-Picker" + "title_aux": "ComfyUI-FlashVSR_Ultra_Fast" + } + ], + "https://github.com/lihaoyun6/ComfyUI-NoCache": [ + [ + "NoCacheConfig" + ], + { + "title_aux": "ComfyUI-NoCache" } ], "https://github.com/lihaoyun6/ComfyUI-QwenPromptRewriter": [ [ - "QwenPromptRewriter" + "GeneralPromptRewriter", + "QwenPromptRewriter", + "TextEncodeQwenImageEditAdv", + "TextEncodeQwenImageEditPlusAdv" ], { "title_aux": "Comfyui-QwenPromptRewriter" } ], + "https://github.com/lihaoyun6/ComfyUI-Segformer_Ultra_Fast": [ + [ + "Grow_Mask_Ultra_Fast", + "Mask_To_Bbox_SAM2", + "SegformerB2ClothesUltraBatch", + "Segformer_B2_Clothes_Fashion_Labels", + "Segformer_B2_Clothes_Labels" + ], + { + "title_aux": "ComfyUI-Segformer_Ultra_Fast" + } + ], + "https://github.com/liming123332/ComfyUI-Ranbooru": [ + [ + "RanbooruPrompt" + ], + { + "title_aux": "ComfyUI-Ranbooru" + } + ], "https://github.com/lingha0h/comfyui_kj": [ [ "cpm_textInput" @@ -30649,17 +44163,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)", @@ -30780,7 +44283,6 @@ ], "https://github.com/liusida/ComfyUI-Debug": [ [ - "DebugInspectorNode", "DebugModelInspectorNode", "DebugModelPrintOutNode" ], @@ -30788,14 +44290,6 @@ "title_aux": "ComfyUI-Debug" } ], - "https://github.com/liusida/ComfyUI-Login": [ - [ - "LoadImageIncognito" - ], - { - "title_aux": "ComfyUI-Login" - } - ], "https://github.com/liusida/ComfyUI-SD3-nodes": [ [ "SD3EmptyLatent", @@ -30808,10 +44302,12 @@ ], "https://github.com/livepeer/ComfyUI-Stream-Pack": [ [ + "AudioTranscriptionNode", "FaceMeshDrawNode", "FaceMeshMaskNode", "FaceMeshNode", "FeatureBankAttentionProcessor", + "SRTGeneratorNode", "SuperResolutionModelLoader", "SuperResolutionUpscale" ], @@ -30864,8 +44360,6 @@ [ "AnyNode", "AnyNodeAnthropic", - "AnyNodeCodeViewer", - "AnyNodeExport", "AnyNodeGemini", "AnyNodeLocal" ], @@ -30922,6 +44416,7 @@ "FixPulidFluxPatch", "PulidFluxEvaClipLoader", "PulidFluxFaceDetector", + "PulidFluxFaceNetLoader", "PulidFluxInsightFaceLoader", "PulidFluxModelLoader", "PulidFluxOptions" @@ -30998,7 +44493,6 @@ "LoadMaskFromURL", "MaskByBboxes", "MaskImageToBase64", - "MaskToBase64", "MaskToBase64Image", "MaskToRle", "NodeListMerge", @@ -31032,6 +44526,47 @@ "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/llldmxy99/ComfyUI-SpotEdit-Dev": [ + [ + "SpotEditApply", + "SpotEditMaskGen" + ], + { + "title_aux": "ComfyUI-SpotEdit-Dev" + } + ], "https://github.com/lo-th/Comfyui_three_js": [ [ "ThreeView" @@ -31040,12 +44575,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" @@ -31083,9 +44656,6 @@ ], "https://github.com/logtd/ComfyUI-Fluxtapoz": [ [ - "AddFluxFlow", - "ApplyFluxRaveAttention", - "ApplyRefFlux", "ApplyRegionalConds", "ConfigureModifiedFlux", "CreateRegionalCond", @@ -31120,6 +44690,7 @@ "InstanceDiffusionTrackingPrompt", "LoadInstanceFusersNode", "LoadInstancePositionNetModel", + "LoadInstanceScaleUModel", "LoadInstanceScaleUNode" ], { @@ -31141,9 +44712,7 @@ "MochiPrepareSigmas", "MochiResampler", "MochiUnsampler", - "MochiWrapperResampler", - "MochiWrapperSamplerCustom", - "MochiWrapperUnsampler" + "MochiWrapperSamplerCustom" ], { "title_aux": "ComfyUI-MochiEdit" @@ -31245,13 +44814,27 @@ "https://github.com/logtd/ComfyUI-ViewCrafter": [ [ "ApplyViewCrafter", - "LoadViewCrafter", - "ScaleImages" + "LoadViewCrafter" ], { "title_aux": "ComfyUI-ViewCrafter" } ], + "https://github.com/lokinou/comfyui-better-flow": [ + [ + "AnyToHash", + "AnyToHashMulti", + "CacheAny", + "OffloadModelv2", + "RecallModelv2", + "RerouteTriggerable", + "Wait", + "WaitMulti" + ], + { + "title_aux": "ComfyUI-Better-Flow" + } + ], "https://github.com/lokinou/comfyui-offload-models": [ [ "OffloadModel", @@ -31264,6 +44847,7 @@ "https://github.com/lonelyowl13/artist_randomizer": [ [ "AddRandomArtists", + "LoadArtists", "TextInput" ], { @@ -31275,10 +44859,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", @@ -31315,6 +44897,7 @@ "Load Magic Clothing Model", "Load Magic Clothing Pipeline", "Load Magic Clothing Pipeline With Path", + "RUN Magic Clothing Adapter", "RUN Magic Clothing Diffusers Model" ], { @@ -31342,6 +44925,14 @@ "title_aux": "comfyui-mask-util" } ], + "https://github.com/loockluo/comfyui-whisperx-pro": [ + [ + "WhisperX SRT Generator" + ], + { + "title_aux": "ComfyUI WhisperX Pro" + } + ], "https://github.com/lord-lethris/ComfyUI-RPG-Characters": [ [ "ModelLikenessSwitch", @@ -31349,7 +44940,8 @@ "PromptConditioningConverter", "PromptSelectorNode", "RPGArtStyleSelector", - "RPGCharacterSelector" + "RPGCharacterSelector", + "prompt_selector_node" ], { "title_aux": "ComfyUI-RPG-Characters" @@ -31371,13 +44963,102 @@ "title_aux": "comfyui_wildcards" } ], + "https://github.com/lovelybbq/comfyui-custom-node-color": [ + [ + "ConvertHEXToRGB", + "HexColorInput" + ], + { + "title_aux": "ComfyUI Custom Node Color" + } + ], + "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": [ + [ + "ReplaceFirstLastFrames" + ], + { + "title_aux": "ComfyUI-Replace-First-Frame-Last-Frame" + } + ], + "https://github.com/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" ], { @@ -31443,6 +45124,52 @@ "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", + "CreateLoraMappingJson", + "LoadLoraOnly", + "LoraAdd", + "LoraLayersOperation", + "LoraSimpleAdd", + "LoraStatViewer", + "MergeLoraToModel", + "SaveLora" + ], + { + "title_aux": "Comfyui-LoraUtils" + } + ], + "https://github.com/lrzjason/Comfyui-QwenEditUtils": [ + [ + "CropWithPadInfo", + "LoadImageReturnFilename", + "QwenEditAdaptiveLongestEdge", + "QwenEditAny2Image", + "QwenEditAny2Latent", + "QwenEditConfigJsonParser", + "QwenEditConfigPreparer", + "QwenEditListExtractor", + "QwenEditOutputExtractor", + "TextEncodeQwenImageEditPlusAdvance_lrzjason", + "TextEncodeQwenImageEditPlusCustom_lrzjason", + "TextEncodeQwenImageEditPlusPro_lrzjason", + "TextEncodeQwenImageEditPlus_lrzjason", + "TextEncodeQwenImageEdit_lrzjason" + ], + { + "title_aux": "Comfyui-QwenEditUtils" + } + ], "https://github.com/lrzjason/Comfyui-ThinkRemover": [ [ "ThinkRemover" @@ -31466,7 +45193,6 @@ "CfgScheduleHookProvider", "CombineRegionalPrompts", "CoreMLDetailerHookProvider", - "CustomNoiseDetailerHookProvider", "CustomSamplerDetailerHookProvider", "DenoiseScheduleHookProvider", "DenoiseSchedulerDetailerHookProvider", @@ -31688,7 +45414,6 @@ "CacheBackendDataList //Inspire", "CacheBackendDataNumberKey //Inspire", "CacheBackendDataNumberKeyList //Inspire", - "CacheBridge //Inspire", "Canny_Preprocessor_Provider_for_SEGS //Inspire", "ChangeImageBatchSize //Inspire", "ChangeLatentBatchSize //Inspire", @@ -31780,8 +45505,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", @@ -32059,12 +45783,63 @@ "title_aux": "ComfyUI CrewAI" } ], - "https://github.com/lucak5s/comfyui_gfpgan": [ + "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution": [ [ - "GFPGANRestorer" + "ABX Judge", + "ABX Prepare", + "Audio Align (XCorr)", + "Audio Gain Match", + "Audio Gain Match (1770)", + "Audio Null Test", + "Audio Plotter", + "EgregoraAudioUpscaler", + "EgregoraFatLlamaCPU", + "EgregoraFatLlamaGPU", + "Egregora_DAC_Decode", + "Egregora_DAC_Encode", + "Egregora_DeepFilterNet_Denoise", + "Egregora_RNNoise_Denoise", + "Egregora_WPE_Dereverb", + "Loudness Meter (BS1770)", + "Metrics (LSD + SI-SDR)", + "Null Test (Full)", + "Resample Audio (HQ)" ], { - "title_aux": "ComfyUI GFPGAN" + "title_aux": "ComfyUI \u00b7 Egregora Audio Super\u2011Resolution" + } + ], + "https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes": [ + [ + "AdvancedBatchLoader", + "BatchAnimationProcessor", + "BatchMultiFolderProcessor", + "MultiFormatAnimationEncoder", + "VideoFrameExtractor" + ], + { + "title_aux": "Egregora Frames Animation Nodes for ComfyUI" + } + ], + "https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance": [ + [ + "Egregora Algorithm", + "Egregora Analyze Content", + "Egregora Combine", + "Egregora Divide and Select", + "Egregora Preview", + "Egregora Turbo Prompt" + ], + { + "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": [ @@ -32088,8 +45863,10 @@ ], "https://github.com/lum3on/ComfyUI-FrameUtilitys": [ [ + "FrameClipper", "FrameExtender", "FrameExtenderAdvanced", + "FrameRepeater", "FrameReplacer", "GitInstaller" ], @@ -32101,6 +45878,7 @@ [ "ControlNetFP8QuantizeNode", "ControlNetMetadataViewerNode", + "GGUFQuantizerNode", "ModelToStateDict", "QuantizeFP8Format", "QuantizeModel", @@ -32140,6 +45918,22 @@ "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" + ], + { + "title_aux": "ComfyUI Reve API Integration Node" + } + ], "https://github.com/lum3on/comfyui_EdgeTAM": [ [ "EdgeTAMVideoTracker", @@ -32183,12 +45977,15 @@ "ImgBBUpload", "LumaAIClient", "LumaAddAudio2Video", + "LumaCharacterReference", + "LumaConcatReferences", "LumaExtendGeneration", "LumaImage2Video", "LumaImageGeneration", "LumaInterpolateGenerations", "LumaModifyImage", "LumaPreviewVideo", + "LumaReference", "LumaText2Video", "LumaUpscaleGeneration", "Reference" @@ -32197,6 +45994,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" @@ -32208,8 +46040,10 @@ "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [ [ "ComfyUI Folder Paths | sokes \ud83e\uddac", - "Current Date & Time | sokes \ud83e\uddac", + "Current Date and Time | sokes \ud83e\uddac", "Generate Random Background | sokes \ud83e\uddac", + "Get Files in Folder with Extension | sokes \ud83e\uddac", + "Global Folder and Project Settings | sokes \ud83e\uddac", "Hex Color Swatch | sokes \ud83e\uddac", "Hex to Color Name | sokes \ud83e\uddac", "Image Picker | sokes \ud83e\uddac", @@ -32218,12 +46052,46 @@ "Random Hex Color | sokes \ud83e\uddac", "Random Number | sokes \ud83e\uddac", "Replace Text with RegEx | sokes \ud83e\uddac", + "Runpod Serverless | sokes \ud83e\uddac", + "Save File Path and Name | sokes \ud83e\uddac", "Street View Loader | sokes \ud83e\uddac" ], { "title_aux": "ComfyUI Sokes Nodes \ud83e\uddac" } ], + "https://github.com/m3rr/h4_ToolKit": [ + [ + "h4AxisDriver", + "h4DebugATron3000", + "h4DebugATron3000Console", + "h4DebugATronRouter", + "h4ExecutionLogger", + "h4PlotXY", + "h4SeedBroadcaster", + "h4Varianator" + ], + { + "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", @@ -32242,7 +46110,9 @@ ], "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": [ [ - "AddParam" + "DJ_PromptPresets", + "DJ_V_Prediction", + "DJ_cliploader" ], { "title_aux": "ComfyUI-V-Prediction-Node" @@ -32256,6 +46126,122 @@ "title_aux": "ComfyUI-Unwatermark" } ], + "https://github.com/magicoli/comfyui-oli-prompt-tools": [ + [ + "OliLoraLoader", + "OliMegaStringList", + "OliModelInfo", + "OliNodeLabel", + "OliPromptLinePick", + "OliSanitizeFilename", + "OliVideoFrameLimit" + ], + { + "title_aux": "comfyui-oli-prompt-tools" + } + ], + "https://github.com/maikgreubel/comfyui-loaddds": [ + [ + "Load DDS File" + ], + { + "title_aux": "Load DDS File Node" + } + ], + "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", @@ -32321,13 +46307,13 @@ "title_aux": "ComfyUI Globetrotter Nodes" } ], - "https://github.com/manifestations/comfyui-outfit": [ + "https://github.com/manycore-research/ComfyUI-Lux3D": [ [ - "OllamaLLMNode", - "SimpleOllamaNode" + "Lux3D", + "LuxRealEngine" ], { - "title_aux": "ComfyUI Outfit Nodes" + "title_aux": "ComfyUI-Lux3D" } ], "https://github.com/mape/ComfyUI-mape-Helpers": [ @@ -32397,14 +46383,25 @@ ], "https://github.com/marcoc2/ComfyUI-AnotherUtils": [ [ + "AceStepLoKrLoader", "AdaptiveNoise", + "AudioConcatenate", + "AudioSliceSelector", + "AudioWaveformSlicer", + "BatchToImageList", "CIELChNoiseGEGLLike", + "CSVPromptLoader", + "CaptionImageLoader", "CharacterConstructor", "CharacterRandomizer", + "ComparisonSwipe", "CustomCrop", "FightingGameCharacter", + "FolderVideoConcatenator", "ImageTypeDetector", + "InteractiveCrop", "LastImage", + "LoadGifFrames", "LoadImageRemoveAlpha", "LoadImagesOriginal", "MeanCurvatureBlurGEGLLike", @@ -32413,8 +46410,12 @@ "PixelArtConverterParallel", "PixelArtNormalizer", "RGBNoiseGEGLLike", + "RemapGifFrames", "RemoveAlpha", "SmartResize", + "VideoAudioCombiner", + "VideoAudioCombinerSimple", + "VideoAudioCombinerV3", "WalkingPoseGenerator" ], { @@ -32437,6 +46438,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", @@ -32453,6 +46480,18 @@ "title_aux": "marduk191 workflow settings" } ], + "https://github.com/marduk191/comfyui_qwen_runninghub": [ + [ + "RunningHubImageEnhancer", + "RunningHubImageToImage", + "RunningHubImageToVideo", + "RunningHubLoadImage", + "RunningHubTextToImage" + ], + { + "title_aux": "comfyui_qwen_runninghub" + } + ], "https://github.com/marhensa/sdxl-recommended-res-calc": [ [ "RecommendedResCalc" @@ -32516,6 +46555,7 @@ ], "https://github.com/martijnat/comfyui-previewlatent": [ [ + "LatentToRGB", "PreviewLatent", "PreviewLatentAdvanced", "PreviewLatentFlux", @@ -32525,6 +46565,34 @@ "title_aux": "comfyui-previewlatent" } ], + "https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes": [ + [ + "EmptyZImageLatentImage", + "IllustrationStylePromptEncoder", + "MyTop10Styles", + "MyTop10StylesEditor", + "PhotoStylePromptEncoder", + "SaveImage", + "StylePromptEncoder", + "StylePromptEncoder2", + "StyleStringInjector", + "StyleStringInjector2", + "VAEEncodeSoftInpainting", + "ZSamplerTurbo", + "ZSamplerTurboAdvanced" + ], + { + "title_aux": "ComfyUI-ZImagePowerNodes" + } + ], + "https://github.com/masaosans/ComfyUI_usage_checker": [ + [ + "ComfyUIUsageChecker" + ], + { + "title_aux": "ComfyUI_usage_checker" + } + ], "https://github.com/massao000/ComfyUI_aspect_ratios": [ [ "Aspect Ratios Node" @@ -32533,11 +46601,20 @@ "title_aux": "ComfyUI_aspect_ratios" } ], + "https://github.com/masslevel/ComfyUI-masslevel-TextProcessing": [ + [ + "VariableTextProcessor" + ], + { + "title_aux": "ComfyUI-masslevel-TextProcessing" + } + ], "https://github.com/matan1905/ComfyUI-Serving-Toolkit": [ [ "AlwaysExecute", "CommandPickerServing", "DiscordServing", + "HTTPServing", "ServingInputImage", "ServingInputImageAsLatent", "ServingInputNumber", @@ -32562,14 +46639,25 @@ "title_aux": "milan-nodes-comfyui" } ], + "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble": [ + [ + "ThoughtBubbleNode" + ], + { + "title_aux": "Thought Bubble" + } + ], "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": [ [ "Expo Lmstudio Image To Text", + "Expo Lmstudio Structured Output", "Expo Lmstudio Text Generation", "Expo Lmstudio Unified", "ExpoLmstudioImageToText", + "ExpoLmstudioStructuredOutput", "ExpoLmstudioTextGeneration", - "ExpoLmstudioUnified" + "ExpoLmstudioUnified", + "Random List Picker" ], { "author": "Matt John Powell", @@ -32589,6 +46677,14 @@ "title_aux": "Facerestore CF (Code Former)" } ], + "https://github.com/max-dingsda/ComfyUI-AllinOne-LazyNode": [ + [ + "AIOCoreSettingsNode" + ], + { + "title_aux": "ComfyUI-AllinOne-LazyNode" + } + ], "https://github.com/max-dingsda/OllamaTools": [ [ "OllamaPicDescriber", @@ -32599,6 +46695,66 @@ "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/maximilianwicen/ComfyUI-Node-for-Adaptive-Spectral-Feature-Forecasting-for-Diffusion-Sampling-Acceleration": [ + [ + "MaxSpectrumPatcher" + ], + { + "title_aux": "ComfyUI-Node-for-Adaptive-Spectral-Feature-Forecasting-for-Diffusion-Sampling-Acceleration" + } + ], + "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", + "DiscordPostViaWebhookWithInput", + "DiscordSetWebhook" + ], + { + "author": "Dayuppy", + "description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text.", + "nickname": "DiscordWebhook", + "title": "Discord Webhook", + "title_aux": "ComfyUI-DiscordWebhookWithInput" + } + ], + "https://github.com/mayunejie/ComfyUI-Allen-Yinpin": [ + [ + "AllenYinpin" + ], + { + "title_aux": "ComfyUI-Allen-Yinpin" + } + ], "https://github.com/mbrostami/ComfyUI-HF": [ [ "GPT2Node" @@ -32609,8 +46765,7 @@ ], "https://github.com/mbrostami/ComfyUI-TITrain": [ [ - "TextualInversionTraining", - "TextualInversionTrainingSDXL" + "TextualInversionTraining" ], { "title_aux": "ComfyUI-TITrain" @@ -32618,13 +46773,37 @@ ], "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_NoiseMathNode" + "mrmth_MaskMathNode", + "mrmth_ModelMathNode", + "mrmth_NoiseMathNode", + "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" @@ -32641,6 +46820,7 @@ ], "https://github.com/meanin2/comfyui-MGnodes": [ [ + "FluxKontextDiffMerge", "ImageWatermarkNode", "TextExtractorNode" ], @@ -32779,6 +46959,25 @@ "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" + ], + { + "title_aux": "Unet Bnb Model Loader" + } + ], "https://github.com/mephisto83/petty-paint-comfyui-node": [ [ "ConvertWhiteToAlpha", @@ -32837,6 +47036,26 @@ "title_aux": "petty-paint-comfyui-node" } ], + "https://github.com/mercu-lore/-Multiple-Angle-Camera-Control": [ + [ + "CameraControlPromptNode", + "RelightingPromptNode" + ], + { + "title_aux": "Multiple-Angle-Camera-Control" + } + ], + "https://github.com/mercu-lore/BoxBox": [ + [ + "BoxCrop", + "BoxReinsert", + "BoxResize", + "BoxSelector" + ], + { + "title_aux": "BoxBox" + } + ], "https://github.com/meshmesh-io/ComfyUI-MeshMesh": [ [ "ColorPicker", @@ -32889,8 +47108,7 @@ "BBOXPadding", "BBOXResize", "ImageResizeKeepRatio", - "PrimitiveBBOX", - "RaiseError" + "PrimitiveBBOX" ], { "title_aux": "comfyui_met_suite" @@ -32970,6 +47188,42 @@ "title_aux": "ComfyUI-HF-Model-Downloader" } ], + "https://github.com/mickmumpitz/ComfyUI-Mickmumpitz-Nodes": [ + [ + "AnchorFrameExtractor", + "BatchColorCorrector", + "BoundaryFrameExtractor", + "BoundaryFrameSplicer", + "ClampFloat", + "ContextImageExtractor", + "ControlEndFrameExtractor", + "ControlImageSlicer", + "EndFrameInjector", + "ExecutionGate", + "FrameAccumulator", + "FrameContextFit", + "ImageExists", + "IterVideoRouter", + "IterationSwitch", + "MultiChannelSlicer", + "PackSelector", + "PreprocessSettings", + "PreprocessSettingsSimple", + "PreprocessSettingsSingle", + "PreprocessSwitch", + "PreviewBridge", + "PromptStitcher", + "ResolutionPicker", + "StoryStyleSelector", + "StringPack", + "StringSelector", + "VideoConcatenate", + "WanResolutionPicker" + ], + { + "title_aux": "Mickmumpitz-Nodes" + } + ], "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": [ [ "StyledCLIPTextEncode" @@ -32978,6 +47232,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" @@ -32994,6 +47257,49 @@ "title_aux": "Transparent-background-comfyUI" } ], + "https://github.com/mikecaronna/comfyui_c2pa_signer": [ + [ + "C2PASigner", + "C2PAVerifier" + ], + { + "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/mikemojen/ComfyUI-seamless_latent_tiling": [ + [ + "SeamlessColorHarmonize", + "SeamlessLatentTiling", + "SeamlessOffsetForInpaint", + "SeamlessOffsetReverse" + ], + { + "title_aux": "ComfyUI-seamless_latent_tiling" + } + ], "https://github.com/mikeshuangyan/ComfyUI_MqUtils": [ [ "MqCheckFP4Support", @@ -33005,6 +47311,14 @@ "title_aux": "ComfyUI_MqUtils" } ], + "https://github.com/mikheys/comfyui-gemini-mikheys": [ + [ + "Nano_Banana" + ], + { + "title_aux": "ComfyUI Nano Banana Node" + } + ], "https://github.com/mikkel/ComfyUI-text-overlay": [ [ "Image Text Overlay" @@ -33021,6 +47335,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", @@ -33038,6 +47361,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", @@ -33065,6 +47403,7 @@ "EightFloats", "EvenOrOdd", "EvenOrOddList", + "FlatColorQuantization", "FloatListInterpreter1", "FloatListInterpreter4", "FloatListInterpreter8", @@ -33123,15 +47462,43 @@ "TwoBooleanTrigger", "TwoFloats", "UpscaleImageByModelThenResize", + "camie_tagger_mira", + "cl_tagger_mira", "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", @@ -33150,6 +47517,18 @@ "title_aux": "MLTask_ComfyUI" } ], + "https://github.com/mittimi/ComfyUI_mittimiDaisyChainText": [ + [ + "DaisyChainTextMittimi" + ], + { + "author": "mittimi", + "description": "It has the ability to concatenate text.", + "nickname": "mittimiDaisyChainText", + "title": "mittimiDaisyChainText", + "title_aux": "ComfyUI_mittimiDaisyChainText" + } + ], "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": [ [ "CombineParamDataMittimi", @@ -33180,6 +47559,8 @@ ], "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": [ [ + "GoStopAnythingMittimi01", + "OutputLongLengthMittimi01", "WidthHeightMittimi01" ], { @@ -33187,7 +47568,7 @@ "description": "Switch between vertical and horizontal values with a single button.", "nickname": "mittimiWidthHeight", "title": "mittimiWidthHeight", - "title_aux": "ComfyUI_mittimiDaisyChainText" + "title_aux": "ComfyUI_mittimiWidthHeight" } ], "https://github.com/mo230761/InsertAnything-ComfyUI-official": [ @@ -33203,6 +47584,16 @@ "title_aux": "InsertAnything-ComfyUI-official" } ], + "https://github.com/mobcat40/ComfyUI-PromptChain": [ + [ + "PromptChain", + "PromptChainDebug", + "SyntaxTest" + ], + { + "title_aux": "ComfyUI-PromptChain" + } + ], "https://github.com/mobilehacker/ComfyUI_format-lora-stack": [ [ "FormatLoraStack" @@ -33223,6 +47614,8 @@ [ "DimensionProviderFree modusCell", "DimensionProviderRatio modusCell", + "Free", + "Ratio", "String Concat modusCell" ], { @@ -33245,6 +47638,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", @@ -33255,6 +47657,18 @@ "title_aux": "ComfyUI-FormInput" } ], + "https://github.com/monnky/ComfyUI-RT-LTX2-RareTools": [ + [ + "RT_LTX2_Extended_Duration_Node", + "RT_LTX2_RoyalPrompt", + "RT_LTX2_STG_Guider", + "RT_LTX2_SelfRefiningPatch", + "RT_LTX2_Video_LoRA_Injector" + ], + { + "title_aux": "ComfyUI-RT-LTX2-RareTools" + } + ], "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": [ [ "BiRefNet_Loader", @@ -33264,6 +47678,28 @@ "title_aux": "ComfyUI_BiRefNet_Universal" } ], + "https://github.com/moondive-cinema/comfyui-depth-warp": [ + [ + "MH_DepthWarp" + ], + { + "title_aux": "comfyui-depth-warp" + } + ], + "https://github.com/moonwhaler/comfyui-moonpack": [ + [ + "DynamicLoraStack", + "DynamicStringConcat", + "FastNodeBypasser", + "ProportionalDimension", + "RegexStringReplace", + "SimpleStringReplace", + "VACELooperFrameMaskCreator" + ], + { + "title_aux": "comfyui-moonpack" + } + ], "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": [ [ "SeedVR2TilingUpscaler" @@ -33275,23 +47711,28 @@ "https://github.com/morino-kumasan/comfyui-toml-prompt": [ [ "CheckPointLoaderSimpleFromString", + "DropFirstImage", "IntSelector", "JsonExtractFloat", "JsonExtractInt", "JsonExtractString", "KSamplerFromJsonInfo", "LatentSelector", + "LoadLoraFromLoraList", "MultipartCLIPTextEncode", "MultipleLoraTagLoader", + "PromptDecode", "PromptLoader", "SeedGenerator", + "SplitLoraList", "StringConcat", "StringConcatInt", "StringPicker", "StringSelector", "StringViewer", "SummaryReader", - "TomlPromptDecode" + "TomlPromptDecode", + "UNETLoaderFromString" ], { "title_aux": "comfyui-toml-prompt" @@ -33317,6 +47758,25 @@ "title_aux": "ComfyUI_Seamless_Patten" } ], + "https://github.com/mozhaa/ComfyUI-Actual-Denoise": [ + [ + "ActualDenoise", + "ActualDenoiseInverse", + "ActualDenoiseInverseStep", + "ActualDenoiseStep" + ], + { + "title_aux": "ComfyUI-Actual-Denoise" + } + ], + "https://github.com/mr-september/comfyui-pad-to-multiple": [ + [ + "ImagePadToMultiple" + ], + { + "title_aux": "ComfyUI Pad to Multiple" + } + ], "https://github.com/mr7thing/circle_pattern_processor": [ [ "CirclePatternProcessor", @@ -33339,6 +47799,17 @@ "title_aux": "ComfyUI-SaveImageS3" } ], + "https://github.com/mrf/ComfyPoe": [ + [ + "PoeImageEdit", + "PoeImageGenerate", + "PoeImageVariation", + "PoeMultiImageEdit" + ], + { + "title_aux": "ComfyPoe" + } + ], "https://github.com/mrhan1993/ComfyUI-Fooocus": [ [ "AlignYourStepsScheduler", @@ -33496,6 +47967,62 @@ "title_aux": "ComfyUI-Fooocus" } ], + "https://github.com/mrlonglegland/ComfyUI-LuminaXStudio": [ + [ + "LuminaXOFMNode", + "LuminaXPromptsNode" + ], + { + "title_aux": "ComfyUI-LuminaXStudio" + } + ], + "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", @@ -33557,8 +48084,22 @@ "title_aux": "ComfyUI_KSamplerTimer" } ], + "https://github.com/myonmu0/ComfyUI-Jumper": [ + [ + "Receive Audio", + "Receive Images", + "Receive String", + "Send Audio", + "Send Images", + "Send String" + ], + { + "title_aux": "ComfyUI-Jumper" + } + ], "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": [ [ + "High444H264Encode", "ShellAgentPluginInputAudio", "ShellAgentPluginInputBoolean", "ShellAgentPluginInputFloat", @@ -33574,7 +48115,8 @@ "ShellAgentPluginSaveAudios", "ShellAgentPluginSaveImage", "ShellAgentPluginSaveImages", - "ShellAgentPluginSaveVideoVHS" + "ShellAgentPluginSaveVideoVHS", + "ShellAgentPluginVideoCombineEncrypt" ], { "author": "MyShell", @@ -33585,8 +48127,7 @@ ], "https://github.com/n0neye/A3D-comfyui-integration": [ [ - "A3DListener", - "UniqueNodeName" + "A3DListener" ], { "title_aux": "A3D ComfyUI Integration" @@ -33608,6 +48149,15 @@ "title_aux": "comfyui_openai_node" } ], + "https://github.com/nakagawadev/comfyui_nakagawa": [ + [ + "SaveVideoWebsocket", + "SaveWEBMWebsocket" + ], + { + "title_aux": "comfyui_nakagawa" + } + ], "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": [ [ "AddFileNameonly", @@ -33623,6 +48173,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", @@ -33669,6 +48227,54 @@ "title_aux": "ComfyUI-NegiTools" } ], + "https://github.com/navyxiong/ComfyUI-JSON-Prompt-Modifier": [ + [ + "JSON-Prompt-Modifier" + ], + { + "title_aux": "ComfyUI-JSON-Prompt-Modifier" + } + ], + "https://github.com/navyxiong/ComfyUI-Reverse-prompt-node": [ + [ + "Reverse_prompt_node" + ], + { + "title_aux": "ComfyUI-Reverse-prompt-node" + } + ], + "https://github.com/nawka12/ComfyUI-Adept-Sampler": [ + [ + "AdeptAncestralSampler", + "AdeptSchedulerAOS_E", + "AdeptSchedulerAOS_V", + "AdeptSchedulerAYS", + "AdeptSchedulerAdvanced", + "AdeptSchedulerAkashicAOS", + "AdeptSchedulerAkashicAOSAlt", + "AdeptSchedulerAkashicEQFlow", + "AdeptSchedulerEntropic", + "AdeptSchedulerJYS", + "AdeptSchedulerStochastic", + "AdeptSolverSampler", + "AdeptSpectralModulation", + "AkashicSolverSampler", + "MirrorCorrectionEulerSampler" + ], + { + "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", @@ -33697,6 +48303,18 @@ "title_aux": "comfyui-sambanova" } ], + "https://github.com/neo-editer/ComfyUI-Better-Dimensions-wan-v2": [ + [ + "BetterImageDimensions_v2", + "PureRatio", + "SDXLDimensions_simple", + "WANDimensions_480", + "WANDimensions_720" + ], + { + "title_aux": "ComfyUI-Better-Dimensions-wan-v2" + } + ], "https://github.com/neocrz/comfyui-usetaesd": [ [ "DecodeTAESD", @@ -33708,6 +48326,14 @@ "title_aux": "comfyui-usetaesd" } ], + "https://github.com/neonr-0/ComfyUI-PixelConstrainedScaler": [ + [ + "PixelConstrainedScaler" + ], + { + "title_aux": "ComfyUI-PixelConstrainedScaler" + } + ], "https://github.com/neph1/comfyui-smooth-step-lora-loader": [ [ "Smooth_Step_Lora_Loader" @@ -33716,12 +48342,23 @@ "title_aux": "comfyui-smooth-step-lora-loader" } ], - "https://github.com/netroxin/comfyui_netro": [ + "https://github.com/nestflow/ComfyUI-Booru-Tagger": [ [ - "CamPromptNode" + "Booru Tagger", + "Load Booru Tagger", + "Unique Tags" ], { - "title_aux": "comfyui_netro" + "title_aux": "Booru Taggers for ComfyUI" + } + ], + "https://github.com/neurodanzelus-cmd/ComfyUI-TeleStyle": [ + [ + "TeleStyleLoader", + "TeleStyleVideoInference" + ], + { + "title_aux": "ComfyUI-TeleStyle" } ], "https://github.com/neverbiasu/ComfyUI-BAGEL": [ @@ -33729,6 +48366,7 @@ "BagelImageEdit", "BagelImageUnderstanding", "BagelModelLoader", + "BagelMultiImageEdit", "BagelTextToImage" ], { @@ -33770,6 +48408,16 @@ "title_aux": "ComfyUI-Image-Captioner" } ], + "https://github.com/neverbiasu/ComfyUI-ModelScope": [ + [ + "ModelScopeImageGenerator", + "ModelScopeLLM", + "ModelScopeVLM" + ], + { + "title_aux": "ComfyUI-ModelScope" + } + ], "https://github.com/neverbiasu/ComfyUI-Ovis-U1": [ [ "OvisU1ImageEdit", @@ -33783,10 +48431,14 @@ ], "https://github.com/neverbiasu/ComfyUI-SAM2": [ [ + "GroundingDinoModelLoader", "GroundingDinoModelLoader (segment anything2)", + "GroundingDinoSAM2Segment", "GroundingDinoSAM2Segment (segment anything2)", + "InvertMask", "InvertMask (segment anything)", "IsMaskEmpty", + "SAM2ModelLoader", "SAM2ModelLoader (segment anything2)" ], { @@ -33809,6 +48461,16 @@ "title_aux": "ImageSimilarity" } ], + "https://github.com/nic-schi/ComfyUI-OpenImage": [ + [ + "DisplayJSONNode", + "OpenImageNode", + "ProgramChooserNode" + ], + { + "title_aux": "Open Images for ComfyUI" + } + ], "https://github.com/nicehero/comfyui-SegGPT": [ [ "SegGPT" @@ -33854,6 +48516,7 @@ ], "https://github.com/niknah/ComfyUI-InfiniteYou": [ [ + "InfiniteYouSample", "InfiniteYouSampler" ], { @@ -33876,12 +48539,34 @@ "title_aux": "Audio General" } ], + "https://github.com/niknah/presentation-ComfyUI": [ + [ + "PresentationAddQueue", + "PresentationAdvancedSection", + "PresentationAudio", + "PresentationComponent", + "PresentationDropDown", + "PresentationFile", + "PresentationHistory", + "PresentationImage", + "PresentationProgress", + "PresentationSeed", + "PresentationTab", + "PresentationVideo" + ], + { + "title_aux": "Presentation ComfyUI" + } + ], "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", @@ -33900,7 +48585,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" @@ -33938,6 +48632,7 @@ [ "CLIPTextEncodeWithTokens", "DAAMAnalyzer", + "DAAMPreviewImage", "KSamplerDAAM" ], { @@ -33952,6 +48647,22 @@ "title_aux": "ComfyUI OpenAI Prompter" } ], + "https://github.com/nitingrg/comfyui-ntools": [ + [ + "ImageMegapixels" + ], + { + "title_aux": "comfyui-ntools" + } + ], + "https://github.com/njlent/ComfyUI_performance-report": [ + [ + "ExecutionTimeReporter" + ], + { + "title_aux": "ComfyUI Execution Time Reporter" + } + ], "https://github.com/njlent/ComfyUI_wavelet-colorfix": [ [ "WaveletColorFix" @@ -34046,6 +48757,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", @@ -34055,6 +48780,15 @@ "title_aux": "ComfyUI Custom Dia" } ], + "https://github.com/noelkim12/ComfyUI-NoelTextUtil": [ + [ + "NoelLoRATriggerInjector", + "NoelUnifiedPrefix" + ], + { + "title_aux": "ComfyUI-ComfyUI-NoelTextUtil" + } + ], "https://github.com/noembryo/ComfyUI-noEmbryo": [ [ "PromptTermList1", @@ -34075,24 +48809,43 @@ "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", "Fun KSampler", "IframeView", "IndexedStringSelector", "Kontext Inpainting Conditioning", "LayeredInfiniteZoom", + "LoadImageBatchFun", "MultiAlphaComposite", "Replicate flux 1.1 pro ultra", "ReplicateAPI_flux_1_1_pro_ultra", "ReplicateAPI_flux_fill_pro", - "StringLower" + "StringLower", + "WaveSpeedAI_Flux2LoraEdit", + "WaveSpeedAI_Image" ], { "title_aux": "Node_Fun_ComfyUI" } ], + "https://github.com/nomadoor/ComfyUI-Temporal-Mask-Tools": [ + [ + "TemporalMaskRemoveShortObjects", + "TemporalMaskUnion" + ], + { + "title_aux": "ComfyUI Temporal Mask Tools" + } + ], "https://github.com/northumber/ComfyUI-northTools": [ [ "BooleanIndexesToString", @@ -34119,6 +48872,8 @@ "InstantIdAdapterApply", "InstantIdAndControlnetApply", "Kps2dRandomizer", + "Kps2dScale", + "Kps2dScaleBy", "Kps3dFromImage", "Kps3dRandomizer", "KpsCrop", @@ -34130,6 +48885,7 @@ "LoadInsightface", "LoadInstantIdAdapter", "MaskFromKps", + "PreprocessImagAdvancese", "PreprocessImage", "PreprocessImageAdvanced", "RotateImage" @@ -34213,8 +48969,7 @@ "CutForInpaint", "PowerPaint", "PowerPaintCLIPLoader", - "RAUNet", - "Terminal" + "RAUNet" ], { "author": "nullquant", @@ -34234,8 +48989,10 @@ ], "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": [ [ - "SeedVR2", - "SeedVR2BlockSwap" + "SeedVR2LoadDiTModel", + "SeedVR2LoadVAEModel", + "SeedVR2TorchCompileSettings", + "SeedVR2VideoUpscaler" ], { "title_aux": "ComfyUI-SeedVR2_VideoUpscaler" @@ -34250,6 +49007,29 @@ "title_aux": "ComfyUI-Orpheus" } ], + "https://github.com/nunchaku-tech/ComfyUI-nunchaku": [ + [ + "NunchakuDepthPreprocessor", + "NunchakuFluxDiTLoader", + "NunchakuFluxIPAdapterApply", + "NunchakuFluxLoraLoader", + "NunchakuFluxLoraStack", + "NunchakuFluxPuLIDApplyV2", + "NunchakuIPAdapterLoader", + "NunchakuModelMerger", + "NunchakuPuLIDLoaderV2", + "NunchakuPulidApply", + "NunchakuPulidLoader", + "NunchakuQwenImageDiTLoader", + "NunchakuTextEncoderLoader", + "NunchakuTextEncoderLoaderV2", + "NunchakuWheelInstaller", + "NunchakuZImageDiTLoader" + ], + { + "title_aux": "ComfyUI-nunchaku" + } + ], "https://github.com/nux1111/ComfyUI_NetDist_Plus": [ [ "CombineImageBatch", @@ -34284,6 +49064,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" @@ -34310,6 +49100,7 @@ ], "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": [ [ + "OlmCropInfoInterpreter", "OlmDragCrop" ], { @@ -34374,6 +49165,62 @@ "title_aux": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)" } ], + "https://github.com/obvirm/ComfyUI-WhisperXX": [ + [ + "WhisperXNode" + ], + { + "title_aux": "ComfyUI-WhisperXX" + } + ], + "https://github.com/ohmygoobness/ComfyUI-ImageResolutionFixer": [ + [ + "ImageResolutionFixer" + ], + { + "title_aux": "ComfyUI-ImageResolutionFixer" + } + ], + "https://github.com/okdalto/ComfyUI-Color-Matcher": [ + [ + "ColorMatch" + ], + { + "title_aux": "ComfyUI-Color-Matcher" + } + ], + "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", + "WithAnyoneBBoxNode", + "WithAnyoneModelLoaderNode", + "WithAnyoneSamplerNode", + "WithAnyoneSigLIPExtractorNode", + "WithAnyoneSinglePersonConditioningNode" + ], + { + "title_aux": "ComfyUI-WithAnyone" + } + ], "https://github.com/okgo4/ComfyUI-Mosaic-Mask": [ [ "MosaicMask" @@ -34382,6 +49229,19 @@ "title_aux": "ComfyUI-Mosaic-Mask" } ], + "https://github.com/olafrv/comfyui_olafrv": [ + [ + "ORVImageSizeBestFitResolution", + "ORvEmbeddingsHeatmap", + "ORvEmbeddingsSpectrogram", + "ORvStringConsoleDebug", + "ORvTextEncoderGoogleEmbeddingGemma3", + "ORvTextStripNonLatin" + ], + { + "title_aux": "Olaf's Nodes" + } + ], "https://github.com/olduvai-jp/ComfyUI-HfLoader": [ [ "ControlNet Loader From HF", @@ -34391,6 +49251,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" @@ -34403,7 +49314,8 @@ [ "LoRAVisualizer", "PromptComposer", - "PromptSplitter" + "PromptSplitter", + "WANLoRAHighLowSplitter" ], { "title_aux": "LoRA Visualizer" @@ -34411,16 +49323,33 @@ ], "https://github.com/olivv-cs/ComfyUI-FunPack": [ [ - "FunPackCLIPLoader", "FunPackContinueVideo", + "FunPackCreativeTemplate", "FunPackImg2LatentInterpolation", + "FunPackLorebookEnhancer", "FunPackPromptEnhancer", + "FunPackStoryMemJSONConverter", + "FunPackStoryMemKeyframeExtractor", + "FunPackStoryMemLastFrameExtractor", + "FunPackStoryWriter", "FunPackVideoStitch" ], { "title_aux": "ComfyUI-FunPack" } ], + "https://github.com/olliethomas1992/comfyui-json-nodes": [ + [ + "JsonArrayMergeNode", + "JsonFieldNode", + "JsonObjectFromFieldsNode", + "JsonObjectMergeNode", + "JsonRootObjectNode" + ], + { + "title_aux": "comfyui-json-nodes" + } + ], "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": [ [ "CLIPStringEncode _O", @@ -34436,7 +49365,6 @@ "Debug String _O", "Debug Text _O", "Debug Text route _O", - "Edit_image _O", "Equation1param _O", "Equation2params _O", "GetImage_(Width&Height) _O", @@ -34454,7 +49382,6 @@ "Text _O", "Text2Image _O", "Trim Text _O", - "VAEDecodeParallel _O", "combine_chat_messages _O", "compine_chat_messages _O", "concat Strings _O", @@ -34481,14 +49408,36 @@ "title_aux": "Quality of life Suit:V2" } ], + "https://github.com/omixmaxdimo/OmiXDev": [ + [ + "OmixChatOllama", + "OmixChatPro", + "OmixGeminiPro", + "ResolutionPresets" + ], + { + "title_aux": "OmiXdev Custom Nodes" + } + ], "https://github.com/openvino-dev-samples/comfyui_openvino": [ [ - "OpenVINO_TorchCompileModel" + "TorchCompileDiffusionOpenVINO", + "TorchCompileVAEOpenVINO" ], { "title_aux": "ComfyUI-OpenVINO" } ], + "https://github.com/opparco/ComfyUI-WanLightx2vScheduler": [ + [ + "KSamplerAdvancedPartialSigmas", + "WanLightx2vSchedulerBasic", + "WanLightx2vSchedulerBasicFromModel" + ], + { + "title_aux": "Wan2.2 Lightx2v Scheduler for ComfyUI" + } + ], "https://github.com/opvelll/ComfyUI_TextListProduct": [ [ "ProductedString", @@ -34514,7 +49463,9 @@ [ "IoNetVision", "KontextPresetsOrex", + "OreX Image Load Batch", "OreX Image Save", + "PollinationsTextGenOrex", "flux-kontext-orexnodes", "orex IoNet Chat", "orex IoNet Vision", @@ -34523,6 +49474,7 @@ "orex Load Image", "orex Load Image Batch", "orex Load Image Batch Size", + "orex Polination Text Gen", "orex Save Image" ], { @@ -34588,6 +49540,10 @@ "ConvertIMGtoSVG", "ConvertSVGtoIMG", "DAO Blur", + "DAO Clone Circular", + "DAO Clone Circular Path", + "DAO Clone Grid", + "DAO Clone Grid Path", "DAO Move", "DAO RVB Color Picker", "DAO Text Maker", @@ -34608,6 +49564,9 @@ "DXF to SVG", "Folder File Pro", "Load Image Pro", + "MosaicAssembleFromFolder", + "MosaicTileAssemble", + "MosaicTileExport", "Path To Image", "SVG Boolean", "SVG Load", @@ -34620,6 +49579,18 @@ "title_aux": "ComfyUI_DAO_master" } ], + "https://github.com/orion4d/ComfyUI_SharpnessPro": [ + [ + "Clarity", + "HighPassSharpen", + "SmartSharpen", + "Texture", + "UnsharpMaskSharpen" + ], + { + "title_aux": "SharpnessPro pour ComfyUI" + } + ], "https://github.com/orion4d/ComfyUI_colormaster": [ [ "AnnotateHexLines", @@ -34654,6 +49625,8 @@ "PDFGetPageCount", "PDFLoad", "PDFMerge", + "PDFPagesToImages", + "PDFPreviewPage", "PDFRotatePages", "PDFSave", "PDFSelectPageAndExtractText" @@ -34662,12 +49635,47 @@ "title_aux": "ComfyUI PDF Nodes" } ], + "https://github.com/orion4d/Comfyui_EncryptMaster": [ + [ + "Generate Passphrase", + "GeneratePassphrase", + "Image Cipher To Noise", + "Image Decipher From Noise", + "Stego Capacity Estimator", + "Stego Embed Image", + "Stego Embed Text", + "Stego Extract Image", + "Stego Extract Text", + "Text Cipher" + ], + { + "title_aux": "ComfyUI EncryptMaster" + } + ], + "https://github.com/orion4d/Gemini_Banana_by_orion4d": [ + [ + "GeminiNanoStudio" + ], + { + "title_aux": "Gemini Nano Banana for ComfyUI" + } + ], + "https://github.com/orion4d/Orion4D_pixelshift": [ + [ + "EnsembleSuperRes_Orion4D", + "SaveImageAdvanced_Orion4D" + ], + { + "title_aux": "Orion4D Pixel-Shift Nodes for ComfyUI" + } + ], "https://github.com/orion4d/illusion_node": [ [ "AdvancedAutostereogramNode", - "AutostereogramNode", "CheckerboardNode", "ColorImageNode", + "OpticalGeometricNode", + "OpticalIllusionNode", "PatternGeneratorNode", "TessellationNode", "TileImageRepeaterNode" @@ -34676,6 +49684,14 @@ "title_aux": "ComfyUI Illusion & Pattern Nodes" } ], + "https://github.com/orpheus-gaze/comfyui-s2-guidance-test": [ + [ + "\u2728 S2Guidance_DIT" + ], + { + "title_aux": "comfyui-s2-guidance-test" + } + ], "https://github.com/orssorbit/ComfyUI-wanBlockswap": [ [ "wanBlockSwap" @@ -34689,9 +49705,6 @@ "EasyAspectRatioNode", "GPTImage1", "LLMAIONode", - "LoRASwitcherNode", - "LoRASwitcherNode20", - "LoRASwitcherNode40", "LoraSwitcherDynamic", "StringSplitterNode" ], @@ -34736,6 +49749,76 @@ "title_aux": "Ostris Nodes ComfyUI" } ], + "https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer": [ + [ + "AIHubActionNewAudio", + "AIHubActionNewAudioSegment", + "AIHubActionNewFrames", + "AIHubActionNewImage", + "AIHubActionNewImageBatch", + "AIHubActionNewLatent", + "AIHubActionNewLayer", + "AIHubActionNewText", + "AIHubActionNewVideo", + "AIHubActionNewVideoSegment", + "AIHubActionSetProjectConfigBoolean", + "AIHubActionSetProjectConfigFloat", + "AIHubActionSetProjectConfigInteger", + "AIHubActionSetProjectConfigString", + "AIHubAddRunCondition", + "AIHubExposeAudio", + "AIHubExposeBoolean", + "AIHubExposeCfg", + "AIHubExposeExtendableScheduler", + "AIHubExposeFloat", + "AIHubExposeFrame", + "AIHubExposeImage", + "AIHubExposeImageBatch", + "AIHubExposeImageInfoOnly", + "AIHubExposeInteger", + "AIHubExposeLatent", + "AIHubExposeModel", + "AIHubExposeModelSimple", + "AIHubExposeProjectAudio", + "AIHubExposeProjectConfigBoolean", + "AIHubExposeProjectConfigFloat", + "AIHubExposeProjectConfigInteger", + "AIHubExposeProjectConfigString", + "AIHubExposeProjectImage", + "AIHubExposeProjectImageBatch", + "AIHubExposeProjectLatent", + "AIHubExposeProjectText", + "AIHubExposeProjectVideo", + "AIHubExposeSampler", + "AIHubExposeScheduler", + "AIHubExposeSeed", + "AIHubExposeSteps", + "AIHubExposeString", + "AIHubExposeStringSelection", + "AIHubExposeVideo", + "AIHubMetaExportLora", + "AIHubMetaExportModel", + "AIHubMetaSetExportedLoraImage", + "AIHubMetaSetExportedModelImage", + "AIHubMetaSetExportedWorkflowImage", + "AIHubUtilsCropMergedImageToLayerSize", + "AIHubUtilsFitLayerToMergedImage", + "AIHubUtilsFloatToInt", + "AIHubUtilsLoadCLIP", + "AIHubUtilsLoadLora", + "AIHubUtilsLoadModel", + "AIHubUtilsLoadVAE", + "AIHubUtilsMetadataMap", + "AIHubUtilsNewNormalizer", + "AIHubUtilsScaleImageAndMasks", + "AIHubUtilsStrToFloat", + "AIHubUtilsStrToVector", + "AIHubWorkflowController" + ], + { + "title_aux": "ComfyUI-aihub-workflow-exposer" + } + ], "https://github.com/ownimage/ComfyUI-ownimage": [ [ "Caching Image Loader" @@ -34798,6 +49881,14 @@ "title_aux": "TKG-DM (Training-free Chroma Key Content Generation Diffusion Model) for ComfyUI" } ], + "https://github.com/pacchikAI/comfyui_pacchik_ImagePromptBatch": [ + [ + "LoadImageandPrompt" + ], + { + "title_aux": "ImagePromptBatch" + } + ], "https://github.com/palant/image-resize-comfyui": [ [ "ImageResize" @@ -34811,6 +49902,7 @@ "AttentionCouplePPM", "CFGLimiterGuider", "CFGPPSamplerSelect", + "CLIPAttentionSelector", "CLIPMicroConditioning", "CLIPNegPip", "CLIPTextEncodeBREAK", @@ -34822,16 +49914,21 @@ "DynamicThresholdingPost", "DynamicThresholdingSimplePost", "EmptyLatentImageAR", + "EpsilonScalingPPM", "FreeU2PPM", "Guidance Limiter", "LatentOperationTonemapLuminance", "LatentToMaskBB", "LatentToWidthHeight", "MaskCompositePPM", + "ModelAttentionSelector", "PPMSamplerSelect", "RenormCFGPost", "RescaleCFGPost", - "SamplerGradientEstimation" + "SamplerGradientEstimation", + "SkipFirstStepCFG", + "TCFGAdvanced", + "TilePreprocessorPPM" ], { "title_aux": "ComfyUI-ppm" @@ -34849,23 +49946,34 @@ ], "https://github.com/pamparamm/sd-perturbed-attention": [ [ + "FrequencyDecoupledGuidance", + "MomentumGuidance", "NormalizedAttentionGuidance", + "PLADIS", "PerturbedAttention", - "Pladis", + "SlidingModeControlCFG", "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" @@ -34957,6 +50065,15 @@ "title_aux": "comfy_clip_blip_node" } ], + "https://github.com/pavelchezcin/pcvideomask": [ + [ + "MaskBBoxStitcher", + "MaskToBBSmoothed" + ], + { + "title_aux": "pcvideomask" + } + ], "https://github.com/pawelmal0101/ComfyUI-Webhook": [ [ "Webhook" @@ -34973,18 +50090,34 @@ "title_aux": "ComfyUI-LyraVSIH" } ], + "https://github.com/pdale-boop/Comfyui-Network-Guardian": [ + [ + "Example", + "NetworkGuardianStatus" + ], + { + "title_aux": "Network Guardian" + } + ], "https://github.com/penposs/ComfyUI_Gemini_Pro": [ [ "Gemini File Processing", "Gemini File Upload", - "Gemini Pro", - "Gemini-Pro-Chat", - "Gemini-Pro-Editimage" + "Gemini Pro" ], { "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", @@ -34996,6 +50129,66 @@ "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" + ], + { + "title_aux": "ComfyUI-DPIR" + } + ], + "https://github.com/perezjoan/ComfyUI-QwenEdit-Urbanism-by-UGA": [ + [ + "RandomImageSelector", + "SequentialImageSelector", + "StatefulImageCollector" + ], + { + "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_Checkerboard", + "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" + ], + { + "title_aux": "ComfyUI-TranslationNode" + } + ], "https://github.com/pharmapsychotic/comfy-cliption": [ [ "CLIPtionBeamSearch", @@ -35006,9 +50199,17 @@ "title_aux": "comfy-cliption" } ], + "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader": [ + [ + "DGXSparkSafetensorsLoader" + ], + { + "title_aux": "ComfyUI-DGXSparkSafetensorsLoader" + } + ], "https://github.com/phazei/ComfyUI-OrpheusTTS-LMStudio": [ [ - "OrpheusLMStudioTTS" + "OrpheusTTSLMStudio" ], { "title_aux": "ComfyUI-OrpheusTTS-LMStudio" @@ -35048,7 +50249,10 @@ [ "FluxBlockSwap", "HidreamBlockSwap", - "TaylorSeer" + "QwenimageBlockSwap", + "TaylorSeer", + "TaylorSeerLite", + "WanvideoBlockSwap" ], { "title_aux": "ComfyUI-TaylorSeer" @@ -35072,6 +50276,22 @@ "title_aux": "ComfyUI-Nudenet" } ], + "https://github.com/phyblas/nsfw-shorier_comfyui": [ + [ + "CensorNsfwPart", + "FilterNsfw", + "FilterNsfwWithText", + "FindNsfwPart", + "FindNudenetPart", + "GetNsfwScore", + "IsNsfw", + "ReplaceIfNsfw", + "SaveImageSfw" + ], + { + "title_aux": "nsfw-shorier_comfyui" + } + ], "https://github.com/phyblas/paint-by-example_comfyui": [ [ "PaintbyExampleAdvanced", @@ -35094,6 +50314,8 @@ ], "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": [ [ + "Comfyui_Qwen_CUDA/Qwen25_VL", + "Comfyui_Qwen_CUDA/Qwen3", "Qwen25_VL", "Qwen3" ], @@ -35103,7 +50325,6 @@ ], "https://github.com/pictorialink/ComfyUI-Text-Translation": [ [ - "Get_Translator", "Text", "Text_Concatenate", "Text_Switch", @@ -35133,6 +50354,26 @@ "title_aux": "comfy_PoP" } ], + "https://github.com/pierreb-mf/ComfyUI-MF-PipoNodes": [ + [ + "MF_CustomDropdownMenu", + "MF_DiceRoller", + "MF_GraphPlotter", + "MF_LineCounter", + "MF_LineSelect", + "MF_LogFile", + "MF_LogReader", + "MF_ModuloAdvanced", + "MF_ReadData", + "MF_SaveData", + "MF_ShotHelper", + "MF_ShowData", + "MF_StoryDriver" + ], + { + "title_aux": "MF PipoNodes" + } + ], "https://github.com/pikenrover/ComfyUI_PRNodes": [ [ "CheckpointLoaderSimpleExtended", @@ -35148,6 +50389,38 @@ "title_aux": "ComfyUI_PRNodes" } ], + "https://github.com/piscesbody/ComfyUI-Upscale-CUDAspeed": [ + [ + "ImageUpscaleWithModelCUDAspeedFixed", + "UpscaleModelLoader" + ], + { + "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", + "RemoteStacker", + "RemoteSwitch", + "RemoteSwitchMulti" + ], + { + "title_aux": "mute-bypass by node ID" + } + ], "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": [ [ "FlattenByAlpha" @@ -35156,6 +50429,24 @@ "title_aux": "ComfyUI-AlphaFlatten" } ], + "https://github.com/pizurny/ComfyUI-AV-Handles": [ + [ + "AVHandlesAdd", + "AVHandlesTrim" + ], + { + "title_aux": "ComfyUI-AV-Handles" + } + ], + "https://github.com/pizurny/Comfyui-Latent-Transform-Sampler": [ + [ + "LatentTransformSampler", + "NTransformSampler" + ], + { + "title_aux": "ComfyUI Latent Transform Sampler" + } + ], "https://github.com/pkpkTech/ComfyUI-SaveAVIF": [ [ "SaveAvif" @@ -35208,10 +50499,15 @@ [ "AdvancedBloomFX", "AdvancedStringReplace", + "AnyTrigger", "ArcaneBloomFX", "AudioCompressor", + "AudioFrameAdjuster", + "AudioLoaderCrawl", + "AudioOrManualFrameCount", "AudioPreviewer", "AutopromptProcessor", + "BatchBrightnessCurve", "Boolean Transform", "BooleanInvert", "CLIPTextEncodeFluxMerged", @@ -35225,6 +50521,12 @@ "CRT_AddSettingsAndPrompt", "CRT_DynamicPromptScheduler", "CRT_FileBatchPromptScheduler", + "CRT_KSamplerBatch", + "CRT_QuantizeAndCropImage", + "CRT_RemoveLines", + "CRT_StringBatcher", + "CRT_StringLineCounter", + "CRT_StringSplitter", "CRT_UpscaleModelAdv", "CRT_WAN_BatchSampler", "ClarityFX", @@ -35232,20 +50534,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", @@ -35256,12 +50559,15 @@ "Lora Loader Str", "MaskEmptyFloatNode", "MaskPassOrPlaceholder", + "MonoToStereoConverter", "ParametricEQNode", "PonyFaceEnhancementPipelineWithInjection", "PonyUpscaleSamplerWithInjection", "Remove Trailing Comma", "Resolution", + "SamplerSchedulerCrawler", "SamplerSchedulerSelector", + "SaveAudioWithPath", "SaveImageWithPath", "SaveLatentWithPath", "SaveTextWithPath", @@ -35276,23 +50582,23 @@ "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" + "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" } ], "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": [ [ - "SpeakerDiarizer" + "SpeakerDiarizer", + "SpeakerDiarizerChronoNode" ], { "title_aux": "ComfyUI-Speaker-Isolation" @@ -35308,13 +50614,74 @@ ], "https://github.com/pollockjj/ComfyUI-MultiGPU": [ [ + "CLIPLoaderDisTorch2MultiGPU", + "CLIPLoaderMultiGPU", + "CLIPVisionLoaderDisTorch2MultiGPU", + "CLIPVisionLoaderMultiGPU", + "CheckpointLoaderAdvancedDisTorch2MultiGPU", + "CheckpointLoaderAdvancedMultiGPU", + "CheckpointLoaderSimpleDisTorch2MultiGPU", + "CheckpointLoaderSimpleMultiGPU", + "ControlNetLoaderDisTorch2MultiGPU", + "ControlNetLoaderMultiGPU", "DeviceSelectorMultiGPU", - "HunyuanVideoEmbeddingsAdapter" + "DiffControlNetLoaderDisTorch2MultiGPU", + "DiffControlNetLoaderMultiGPU", + "DiffusersLoaderDisTorch2MultiGPU", + "DiffusersLoaderMultiGPU", + "DualCLIPLoaderDisTorch2MultiGPU", + "DualCLIPLoaderMultiGPU", + "QuadrupleCLIPLoaderDisTorch2MultiGPU", + "QuadrupleCLIPLoaderMultiGPU", + "TripleCLIPLoaderDisTorch2MultiGPU", + "TripleCLIPLoaderMultiGPU", + "UNETLoaderDisTorch2MultiGPU", + "UNETLoaderMultiGPU", + "UNetLoaderLP", + "VAELoaderDisTorch2MultiGPU", + "VAELoaderMultiGPU" ], { "title_aux": "ComfyUI-MultiGPU" } ], + "https://github.com/polym/ComfyUI-musubi": [ + [ + "MusubiUNETJitLoader", + "MusubiUNETLoader" + ], + { + "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", + "PopoImageDimensionsNode", + "PopoImageSizeNode", + "PopoMathExpressionNode" + ], + { + "title_aux": "ComfyUI Popo Utility" + } + ], "https://github.com/portu-sim/comfyui_bmab": [ [ "BMAB Alpha Composit", @@ -35325,6 +50692,7 @@ "BMAB Clip Text Encoder SDXL", "BMAB Conditioning To Bind", "BMAB Context", + "BMAB Control Net", "BMAB ControlNet", "BMAB ControlNet IPAdapter", "BMAB ControlNet Openpose", @@ -35334,6 +50702,7 @@ "BMAB Detect And Paste", "BMAB Detection Crop", "BMAB Detector", + "BMAB DinoSam", "BMAB Dummy", "BMAB Edge", "BMAB Extractor", @@ -35391,6 +50760,184 @@ "title_aux": "comfyui_bmab" } ], + "https://github.com/power88/ComfyUI-PDiD-LLM-Nodes": [ + [ + "APILLMLoader", + "CaptionViaAPI", + "ChatViaAPI", + "ExtraParameters", + "GenerateBBOXViaAPI" + ], + { + "title_aux": "ComfyUI-PDiD-LLM-Nodes" + } + ], + "https://github.com/princepainter/ComfyUI-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" + ], + { + "title_aux": "ComfyUI-PainterI2V" + } + ], + "https://github.com/princepainter/ComfyUI-PainterI2Vadvanced": [ + [ + "PainterI2VAdvanced" + ], + { + "title_aux": "ComfyUI-PainterI2Vadvanced" + } + ], + "https://github.com/princepainter/ComfyUI-PainterI2VforKJ": [ + [ + "PainterI2VforKJ" + ], + { + "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" + ], + { + "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" + ], + { + "title_aux": "Comfyui-PainterAudioCut" + } + ], + "https://github.com/princepainter/Comfyui-PainterAudioLength": [ + [ + "PainterAudioLength" + ], + { + "title_aux": "Comfyui-PainterAudioLength" + } + ], + "https://github.com/princepainter/Comfyui-PainterFLF2V": [ + [ + "PainterFLF2V" + ], + { + "title_aux": "PainterFLF2V - First/Last Frame Video Enhancer" + } + ], + "https://github.com/princepainter/Comfyui-PainterFluxImageEdit": [ + [ + "PainterFluxImageEdit" + ], + { + "title_aux": "Comfyui-PainterFluxImageEdit" + } + ], + "https://github.com/princepainter/Comfyui-PainterSampler": [ + [ + "PainterSampler" + ], + { + "title_aux": "Comfyui-PainterSampler" + } + ], + "https://github.com/princepainter/Comfyui-PainterVRAM": [ + [ + "PainterVRAM" + ], + { + "title_aux": "Comfyui-PainterVRAM" + } + ], "https://github.com/prodogape/ComfyUI-EasyOCR": [ [ "Apply EasyOCR" @@ -35424,6 +50971,7 @@ "Draw Labelme Json", "Load Yolov8 Model", "Load Yolov8 Model From Path", + "Load Yolov8 Model Upload", "Save Labelme Json" ], { @@ -35439,6 +50987,20 @@ "title_aux": "ComfyUI-SAM2-Realtime" } ], + "https://github.com/psdwizzard/Comfyui-XYZ-stitch": [ + [ + "XYZAutoCollector", + "XYZGridInput", + "XYZGridInputBatch", + "XYZGridIterator", + "XYZGridStitch", + "XYZImageCollector", + "XYZStringToNumber" + ], + { + "title_aux": "Comfyui-XYZ-stitch" + } + ], "https://github.com/ptmaster/ComfyUI-Load-Diffusion-Model-to-Muti-GPUs/raw/refs/heads/main/Load%20Diffusion%20Model%20into%20Muti%20GPUs.py": [ [ "OverrideLoadedDiffusionDevice" @@ -35517,22 +51079,104 @@ "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", "PVL ComfyDeploy API Caller", - "PVL KONTEXT MAX", + "PVL Compare", "PVLCheckIfConnected", + "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", + "PVL_Math", + "PVL_MathCondition", "PVL_NoneOutputNode", + "PVL_Padding", + "PVL_Qwen_Img_Edit_Inpaint", + "PVL_Qwen_Img_Edit_Plus", "PVL_SaveOrNot", + "PVL_Seg_Florence2_API", + "PVL_SplitString", + "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", "PVL_fal_FluxPro_Fill_API", "PVL_fal_FluxPro_v1_1_Ultra_API", + "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", @@ -35541,7 +51185,13 @@ "PVL_fal_Kontext_Dev_API", "PVL_fal_LumaPhoton_FlashReframe_API", "PVL_fal_LumaPhoton_Reframe_API", - "PvlKontextMax" + "PVL_fal_Moondream3_Segment_API", + "PVL_fal_NanoBanana_API", + "PVL_fal_QwenImage_API", + "PVL_fal_RemoveBackground_API", + "PVL_fal_Sam3_Segmentation_API", + "PVL_fal_SeeDream4_API", + "PVL_fal_SeeDream_45_API" ], { "title_aux": "ComfyUI Assistant Node" @@ -35555,6 +51205,7 @@ "DitherMe", "FrequencyModulation", "GlitchIT", + "Interference", "LineScreen", "LuminousFlow", "OrderedDithering", @@ -35566,8 +51217,7 @@ "TvGlitch", "VHSonAcid", "VaporWave", - "VideoModulation", - "interference" + "VideoModulation" ], { "title_aux": "GlitchNodes" @@ -35581,7 +51231,6 @@ "LoadText|pysssss", "LoraLoader|pysssss", "MathExpression|pysssss", - "MultiPrimitive|pysssss", "PlaySound|pysssss", "Repeater|pysssss", "ReroutePrimitive|pysssss", @@ -35602,6 +51251,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", @@ -35715,14 +51375,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" @@ -35731,6 +51383,26 @@ "title_aux": "Comfyui-Template-Loader" } ], + "https://github.com/rafacost/rafacost-comfy": [ + [ + "DreamOmni2-VLM", + "DreamOmni2_Output_Node" + ], + { + "author": "rafacost", + "description": "Nodes to use the DreamOmni2 GGUF models in ComfyUI.", + "title": "rafacostComfy Nodes", + "title_aux": "rafacostComfy" + } + ], + "https://github.com/railep/ComfyUI-HunyuanVideo-Foley": [ + [ + "HunyuanFoleyNode" + ], + { + "title_aux": "ComfyUI-HunyuanVideo-Foley" + } + ], "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": [ [ "WanVideoSEDecode", @@ -35755,6 +51427,7 @@ ], "https://github.com/rainlizard/ComfyUI-Raffle": [ [ + "CurvedRescaleCFG", "PreviewHistory", "Raffle", "TagCategoryStrength" @@ -35771,6 +51444,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", @@ -35811,12 +51495,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" @@ -35856,6 +51550,139 @@ "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" + ], + { + "title_aux": "ComfyUI Razv LLM Node" + } + ], + "https://github.com/razvanmatei-sf/razv-wavespeed": [ + [ + "WaveSpeedAI Alibaba Wan 2.5 Image Edit", + "WaveSpeedAI ByteDance Seedream V4", + "WaveSpeedAI ByteDance Seedream V4 Sequential", + "WaveSpeedAI Bytedance Seedream V4 Edit", + "WaveSpeedAI Bytedance Seedream V4 Edit Sequential", + "WaveSpeedAI Client", + "WaveSpeedAI Flux ControlNet Union Pro 2.0", + "WaveSpeedAI Flux Kontext Dev", + "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", + "WaveSpeedAI Google VEO 3.1 Image-to-Video", + "WaveSpeedAI Google VEO 3.1 Reference-to-Video", + "WaveSpeedAI Google VEO 3.1 Text-to-Video", + "WaveSpeedAI Image Upscaler", + "WaveSpeedAI InfiniteTalk", + "WaveSpeedAI InfiniteTalk Multi", + "WaveSpeedAI OpenAI Sora 2 Image-to-Video", + "WaveSpeedAI OpenAI Sora 2 Image-to-Video Pro", + "WaveSpeedAI OpenAI Sora 2 Text-to-Video", + "WaveSpeedAI OpenAI Sora 2 Text-to-Video Pro", + "WaveSpeedAI Qwen Image Edit", + "WaveSpeedAI Qwen Image Edit LoRA", + "WaveSpeedAI Qwen Image Edit Plus", + "WaveSpeedAI Qwen Image Edit Plus LoRA", + "WaveSpeedAI Qwen Image Text to Image", + "WaveSpeedAI Qwen Image Text to Image LoRA", + "WaveSpeedAI WAN 2.2 Animate", + "WaveSpeedAI WAN 2.5 Image-to-Video", + "WaveSpeedAI WAN 2.5 Image-to-Video Fast", + "WaveSpeedAI WAN 2.5 Text-to-Image", + "WaveSpeedAI WAN 2.5 Text-to-Video", + "WaveSpeedAI WAN 2.5 Text-to-Video Fast", + "WaveSpeedAI_RunwaymlUpscaleV1Node", + "WaveSpeedAI_Wan22I2V720pNode" + ], + { + "title_aux": "ComfyUI Razv WaveSpeed Nodes" + } + ], + "https://github.com/razvanmatei-sf/serhii-prompt-list": [ + [ + "Dynamic Prompt List" + ], + { + "title_aux": "Dynamic Prompt List Node for ComfyUI" + } + ], "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": [ [ "Combine ZHGMasks", @@ -35888,6 +51715,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" @@ -35896,6 +51731,32 @@ "title_aux": "ComfyUI_Florence2SAM2" } ], + "https://github.com/rdawgemfl/rdawg_3D_pack": [ + [ + "RDAWG3DAnalyzeMesh", + "RDAWG3DBoundingBox", + "RDAWG3DComputeCurvature", + "RDAWG3DComputeDistance", + "RDAWG3DCreateMesh", + "RDAWG3DDownsamplePointCloud", + "RDAWG3DExtractFeatures", + "RDAWG3DLoadModel", + "RDAWG3DLoadPointCloud", + "RDAWG3DMeshToImage", + "RDAWG3DMeshToPointCloud", + "RDAWG3DPointCloudToMesh", + "RDAWG3DRemeshUniform", + "RDAWG3DRemoveOutliers", + "RDAWG3DSimplifyMesh", + "RDAWG3DSmoothMesh", + "RDAWG3DSubdivideMesh", + "RDAWG3DTransform", + "RDAWG3DTransformPointCloud" + ], + { + "title_aux": "RDAWG 3D Pack (CUDA 12.8 + PyTorch 2.9.0)" + } + ], "https://github.com/rdomunky/comfyui-subfolderimageloader": [ [ "SubfolderImageLoader" @@ -35951,6 +51812,16 @@ "title_aux": "ComfyUI-RecraftAI" } ], + "https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter": [ + [ + "WanViTPoseEstimator", + "WanViTPoseRetargeter", + "WanViTPoseRetargeterToSrc" + ], + { + "title_aux": "ComfyUI-WanViTPoseRetargeter" + } + ], "https://github.com/redhottensors/ComfyUI-Prediction": [ [ "AvoidErasePrediction", @@ -35977,6 +51848,14 @@ "title_aux": "ComfyUI-Prediction" } ], + "https://github.com/reeoi/ComfyUI-WebROI": [ + [ + "WebROICapture" + ], + { + "title_aux": "ComfyUI-WebROI" + } + ], "https://github.com/regiellis/ComfyUI-EasyColorCorrector": [ [ "BatchColorCorrection", @@ -35991,6 +51870,45 @@ "title_aux": "Easy Color Correction" } ], + "https://github.com/regiellis/ComfyUI-EasyIllustrious": [ + [ + "IllustriousAppendRegion", + "IllustriousArtists", + "IllustriousAttentionCouple", + "IllustriousAutoOutpaint", + "IllustriousCLIPTextEncoder", + "IllustriousCharacters", + "IllustriousClothing", + "IllustriousColorSuite", + "IllustriousE621Artists", + "IllustriousE621Characters", + "IllustriousEmotions", + "IllustriousEmptyLatentImage", + "IllustriousEmptyRegions", + "IllustriousHairstyles", + "IllustriousKSamplerPresets", + "IllustriousKSamplerPro", + "IllustriousLatentUpscale", + "IllustriousMakeRegion", + "IllustriousMasterModel", + "IllustriousMultiPassSampler", + "IllustriousNegativeCLIPEncoder", + "IllustriousPonyTokens", + "IllustriousPoses", + "IllustriousPrompt", + "IllustriousRegionalConditioning", + "IllustriousScenesPlus", + "IllustriousScheduler", + "IllustriousSmartSceneGenerator", + "IllustriousTriplePassSampler", + "IllustriousVAEDecode", + "IllustriousVAEEncode", + "TIPOPromptOptimizer" + ], + { + "title_aux": "Comfyui-EasyIllustrious" + } + ], "https://github.com/regiellis/ComfyUI-EasyNoobai": [ [ "EasyNoobai", @@ -36016,6 +51934,38 @@ "title_aux": "ComfyUI-EasyPony" } ], + "https://github.com/regiellis/ComfyUI-SDXL-Adherence": [ + [ + "AlignHintsToLatent", + "AutoSize64", + "CropByBBox", + "NegativePromptHelper", + "PostPolish", + "SDXLDualClipEncode", + "SDXLPromptStyler", + "SmartLatent" + ], + { + "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", @@ -36029,8 +51979,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.", @@ -36075,6 +52093,16 @@ "title_aux": "comfyui-bus-plugin" } ], + "https://github.com/rholdorf/comfyui_imgtools": [ + [ + "ImageDimensionFitter", + "ImagePaddingCalculator", + "PathSplitter" + ], + { + "title_aux": "comfyui_imgtools" + } + ], "https://github.com/rhplus0831/ComfyMepi": [ [ "MepiCheckpoint", @@ -36107,7 +52135,6 @@ "RL_CacheMaskSequence", "RL_CivitaiTopImagePrompts", "RL_Crop_Resize", - "RL_Crop_Resize_Batch", "RL_Finetune_Analyze", "RL_Finetune_Analyze_Batch", "RL_Finetune_Variable", @@ -36180,7 +52207,8 @@ "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": [ [ "VTONAPINode", - "VTONAPIPaidNode" + "VTONAPIPaidNode", + "VTONLookbookNode" ], { "title_aux": "ComfyUI_sm4ll-Wrapper" @@ -36197,6 +52225,29 @@ "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", + "LocalTimerEnd", + "LocalTimerStart", + "RandomSubset" + ], + { + "title_aux": "Img Label Tools" + } + ], "https://github.com/rkfg/ComfyUI-Dia_tts": [ [ "DiaModelLoader", @@ -36206,13 +52257,24 @@ "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", "ColorAnalysisPlotNode", "ColorSpaceSim", - "ConvertToLogImage", "FilmGrain", + "LogReconstructionNode", "ProColorGrading", "PromptGenerator" ], @@ -36222,8 +52284,12 @@ ], "https://github.com/robertvoy/ComfyUI-Distributed": [ [ + "AudioBatchDivider", "DistributedCollector", + "DistributedEmptyImage", + "DistributedModelName", "DistributedSeed", + "DistributedValue", "ImageBatchDivider", "UltimateSDUpscaleDistributed" ], @@ -36268,6 +52334,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", @@ -36277,6 +52351,24 @@ "title_aux": "ComfyUI-ComfyBridge" } ], + "https://github.com/rockerBOO/pixel-sorting": [ + [ + "PixelSortAnalyze", + "PixelSorting" + ], + { + "title_aux": "pixel-sorting" + } + ], + "https://github.com/rohit267/champdev-comfyui-nodes": [ + [ + "ChamSaveImage", + "ChamSaveVideo" + ], + { + "title_aux": "Champdev Custom Nodes" + } + ], "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": [ [ "InstagramDownloader", @@ -36299,6 +52391,7 @@ [ "ComfyUIAppstoreHost", "ComfyUIAppstoreParam", + "ComfyUIAppstoreSaveImage", "sdAppstore_saveImage" ], { @@ -36363,6 +52456,81 @@ "title_aux": "ComfyUI Extended" } ], + "https://github.com/rookiestar28/ComfyUI-Danbooru-Tags-Upsampler": [ + [ + "DanbooruTagsUpsamplerNodeRay" + ], + { + "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", + "EvaluateStrs", + "ImageCropper", + "TP_LoadMask", + "TP_SaveMask", + "TextInput", + "TextScraper", + "TextStorageReader", + "TextStorageWriter", + "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" @@ -36433,18 +52601,107 @@ "title_aux": "ComfyUI-TranscriptionTools" } ], - "https://github.com/rslosch/ComfyUI-EZ_Prompts": [ + "https://github.com/rslosch/comfyui-nodesweet": [ [ - "EZPromptsNode" + "MultilineStringRepeater" ], { - "title_aux": "ComfyUI-EZ_Prompts" + "title_aux": "ComfyUI Batch BBox Detector" + } + ], + "https://github.com/rsxdalv/ComfyUI-TTS-Webui": [ + [ + "TTSWebUI_OpenAI_TTS", + "TTS_ChatterboxNode", + "TTS_F5TTSNode", + "TTS_FireRedTTS2Node", + "TTS_GlobalPresetNode", + "TTS_HiggsV2Node", + "TTS_KittenTTSNode", + "TTS_KokoroNode", + "TTS_MMSNode", + "TTS_MegaTTS3Node", + "TTS_ParlerTTSNode", + "TTS_PiperTTSNode", + "TTS_StyleTTS2Node", + "TTS_VallEXNode" + ], + { + "title_aux": "TTS WebUI API nodes for ComfyUI" + } + ], + "https://github.com/ru4ls/ComfyUI_Google-Fonts": [ + [ + "GoogleFontTextNode" + ], + { + "title_aux": "Google Font Text Image Node for ComfyUI" + } + ], + "https://github.com/ru4ls/ComfyUI_Imagen": [ + [ + "ImagenNode" + ], + { + "title_aux": "ComfyUI_Imagen" + } + ], + "https://github.com/ru4ls/ComfyUI_Nano_Banana": [ + [ + "NanoBanana2AIO", + "NanoBanana2MultiTurnChat", + "NanoBananaAIO", + "NanoBananaMultiTurnChat" + ], + { + "title_aux": "ComfyUI_Nano_Banana" + } + ], + "https://github.com/ru4ls/ComfyUI_StreetView-Loader": [ + [ + "StreetViewAnimator", + "StreetViewCubemapLoader", + "StreetViewEquirectangularLoader", + "StreetViewLoader", + "StreetViewPanoLoader", + "StreetViewURLParser" + ], + { + "title_aux": "ComfyUI Street View Loader Node" + } + ], + "https://github.com/ru4ls/ComfyUI_Wan": [ + [ + "WanI2IGenerator", + "WanI2VEffectGenerator", + "WanI2VGenerator", + "WanII2VGenerator", + "WanT2IGenerator", + "WanT2VGenerator", + "WanVACEImageReference", + "WanVACEVideoEdit", + "WanVACEVideoExtension", + "WanVACEVideoOutpainting", + "WanVACEVideoRepainting" + ], + { + "title_aux": "ComfyUI_Wan" + } + ], + "https://github.com/ruanjianlun/comfyui_maya1_tts_alun": [ + [ + "MayaTTSNode", + "custom_nodes" + ], + { + "title_aux": "comfyui-maya1-tts" } ], "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": [ [ "PoseAlignTwoToOne", - "PoseViewer" + "PoseViewer", + "SimpleTestNode" ], { "title_aux": "ComfyUI_PoseAlign" @@ -36544,7 +52801,9 @@ "https://github.com/ruucm/ruucm-comfy": [ [ "BatchAverageImage", + "GazeOffsetCalculator", "LoadExternalLoraModelOnly", + "NanoBananaEdit", "RuucmShareScreen" ], { @@ -36552,6 +52811,24 @@ "title_aux": "Ruucm's ComfyUI Nodes" } ], + "https://github.com/ryan-seungyong-lee/ComfyUI-PromptEnhancer": [ + [ + "PromptEnhancerI2I", + "PromptEnhancerT2I" + ], + { + "title_aux": "ComfyUI-PromptEnhancer" + } + ], + "https://github.com/ryanontheinside/ComfyUI-CalculatorX": [ + [ + "Calculator", + "IntToFloat" + ], + { + "title_aux": "ComfyUI-CalculatorX" + } + ], "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": [ [ "DeepLiveCamNode" @@ -36587,13 +52864,7 @@ ], "https://github.com/ryanontheinside/ComfyUI_ProfilerX": [ [ - "CATEGORY", - "ExecutionTracker", - "FUNCTION", - "INPUT_TYPES", - "OUTPUT_NODE", - "ProfilerX", - "RETURN_TYPES" + "ExecutionTracker" ], { "title_aux": "ComfyUI_ProfilerX" @@ -36660,6 +52931,17 @@ ], "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": [ [ + "ACEStep15GenerationSteering", + "ACEStep15KeystoneConfig", + "ACEStep15LatentChannelEQ", + "ACEStep15MusicalControls", + "ACEStep15NativeCoverGuider", + "ACEStep15NativeEditGuider", + "ACEStep15NativeExtractGuider", + "ACEStep15NativeLegoGuider", + "ACEStep15SemanticExtractor", + "ACEStep15SemanticHintsBlend", + "ACEStep15TaskTextEncode", "ACEStepAnalyzeLatent", "ACEStepAudioPostProcessor", "ACEStepExtendGuider", @@ -36667,8 +52949,10 @@ "ACEStepMaskVisualizer", "ACEStepRepaintGuider", "ACEStepTimeRange", + "AdvancedFeatureCombiner", "AdvancedLuminanceMask", "AnimatedFeaturePreview", + "AnimatedFloatPreview", "AreaFeatureNode", "AudioChannelMerge", "AudioChannelSplit", @@ -36681,19 +52965,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", @@ -36701,12 +52989,10 @@ "DepthBlender", "DepthFeatureNode", "DepthInjection", - "DepthMapProtrusion", "DepthRippleEffect", "DepthShapeModifier", "DepthShapeModifierPrecise", "Doom_", - "DownloadCREPEModel", "DownloadOpenUnmixModel", "DrawableFeatureNode", "DyeImage", @@ -36747,7 +53033,7 @@ "FlexAudioVisualizerCircular", "FlexAudioVisualizerContour", "FlexAudioVisualizerLine", - "FlexFeatureAttentionControl", + "FlexExpressionEditor", "FlexImageBloom", "FlexImageChromaticAberration", "FlexImageColorGrade", @@ -36798,6 +53084,7 @@ "ImageIntervalSelectPercentage", "ImageScaleToTarget", "Image_Shuffle", + "InstantFloatPreview", "Knob", "LatentFrequencyBlender", "LocationFromMask", @@ -36815,8 +53102,10 @@ "MaskMorph", "MaskRings", "MaskToAudioMask", + "MaskToAudioMask15", "MaskTransform", "MaskWarp", + "ModelSamplingACEStep", "MotionFeatureNode", "MovingShape", "OpticalFlowDirectionMask", @@ -36832,10 +53121,11 @@ "PitchRangeByNoteNode", "PitchRangePreset", "PitchVisualizer", - "PoseInterpolator", + "PreviewAudioCompare", "PreviewFeature", "ProximityFeatureNode", "ProximityVisualizer", + "ROTIDisplayAny", "RhythmFeatureExtractor", "SplineFeatureModulator", "SplineRhythmModulator", @@ -36868,12 +53158,21 @@ "title_aux": "ComfyUI_SuperResolution" } ], - "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": [ + "https://github.com/rzgarespo/ComfyUI-diffusiondb": [ [ - "QwenImageSize" + "SDPromptNode" ], { - "title_aux": "ComfyUI-Qwen-Image-Size-Picker" + "title_aux": "ComfyUI-diffusiondb" + } + ], + "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": [ + [ + "QwenImageSize", + "QwenImageSizeSimple" + ], + { + "title_aux": "ComfyUI Qwen Image Size Picker" } ], "https://github.com/s9roll7/comfyui_cotracker_node": [ @@ -36889,11 +53188,14 @@ ], "https://github.com/saftle/uber_comfy_nodes": [ [ + "AdaptiveImageScaler", "ControlNet Selector", "ControlNetOptionalLoader", "DiffusersSelector", "ModelSimilarityNode", + "ModelWeightDumperNode", "MultiInputVariableRewrite", + "RunwareResolutionCalculator", "SaveImageJPGNoMeta", "TextRegexOperations", "VideoSegmentCalculator" @@ -36904,25 +53206,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", @@ -36930,21 +53251,66 @@ "FlipStreamSelectBox_Scheduler", "FlipStreamSetMessage", "FlipStreamSetParam", - "FlipStreamSetUpdateAndReload", + "FlipStreamSetState", + "FlipStreamShutdown", + "FlipStreamSizeSelect", "FlipStreamSlider", "FlipStreamSource", "FlipStreamSwitch", "FlipStreamSwitchImage", "FlipStreamSwitchLatent", "FlipStreamTextBox", + "FlipStreamTextConcat", "FlipStreamTextReplace", "FlipStreamVideoInput", - "FlipStreamViewer" + "FlipStreamViewer", + "FlipStreamViewerSimple" ], { "title_aux": "ComfyUI_FlipStreamViewer" } ], + "https://github.com/sal063/Comfy_z-sampling": [ + [ + "ZPreviewLatent", + "ZSampler", + "ZSamplingSettings" + ], + { + "title_aux": "Comfy_z-sampling" + } + ], + "https://github.com/sammykumar/ComfyUI-SwissArmyKnife": [ + [ + "AzureStorageUpload", + "CivitMetadataHelper", + "ControlPanelOverview", + "ControlPanelPromptBreakdown", + "FilenameGenerator", + "FrameExtractor", + "GeminiUtilOptions", + "LLMStudioOptions", + "LLMStudioPictureDescribe", + "LLMStudioStructuredDescribe", + "LLMStudioStructuredVideoDescribe", + "LLMStudioVideoDescribe", + "LoRAInfoExtractor", + "MediaDescribe", + "MediaDescribeOverrides", + "MediaSelection", + "MultiCaptionCombiner", + "ShowText", + "VACEDepthAnnotator", + "VACEFlowAnnotator", + "VACEScribbleAnnotator", + "VideoMetadataNode", + "VideoPreview", + "VideoPreviewNative" + ], + { + "title_aux": "ComfyUI-SwissArmyKnife" + } + ], "https://github.com/sanbuphy/ComfyUI-AudioLDM": [ [ "AudioLDM", @@ -36967,6 +53333,68 @@ "title_aux": "ComfyUI-GeminiImageToPrompt" } ], + "https://github.com/scofano/ComfyUI-Advanced-TextOverlay": [ + [ + "Advanced Text Overlay", + "Advanced Text Overlay - Video" + ], + { + "title_aux": "Advanced Text Overlay" + } + ], + "https://github.com/scofano/ComfyUI-Simple-video-effects": [ + [ + "AdvancedFolderVideoCombiner", + "CameraMoveNode", + "CameraMoveVideoNode", + "CameraShakeNode", + "CameraShakeVideoNode", + "CloseUpImageNode", + "CloseUpNode", + "ComfyAddSoundtrack", + "ComfyImageAudioCSV", + "ImageSequenceOverlay", + "ImageTransitionNode", + "MergeVideoAudioNode", + "SimpleFolderVideoCombiner", + "VideoImageOverlay", + "VideoLoopExtenderNode", + "VideoOverlay", + "VideoOverlayBatch", + "VideoOverlayFromFile", + "VideoSplitterNode", + "ZoomSequenceBatchNode", + "ZoomSequenceNode", + "ZoomSequenceVideoNode" + ], + { + "title_aux": "Simple Video Effects" + } + ], + "https://github.com/scofano/comfy-audio-duration": [ + [ + "Audio Duration" + ], + { + "title_aux": "Audio Duration" + } + ], + "https://github.com/scofano/comfy-text-stats": [ + [ + "TextStats" + ], + { + "title_aux": "Comfy Text Stats" + } + ], + "https://github.com/scofano/comfyui-thumb-generator": [ + [ + "ThumbGeneratorNode" + ], + { + "title_aux": "comfyui-thumb-generator" + } + ], "https://github.com/scraed/LanPaint": [ [ "LanPaint_KSampler", @@ -36995,6 +53423,14 @@ "title_aux": "ComfyUI-FDG" } ], + "https://github.com/seanhan19911990-source/ComfyUI-LTX2-Visual-LoRA": [ + [ + "LTX2VisualOnlyLoRA" + ], + { + "title_aux": "ComfyUI-LTX2-Visual-LoRA" + } + ], "https://github.com/seanjang990/comfyui-document-auto-crop": [ [ "CropRotateNode" @@ -37006,8 +53442,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" @@ -37018,12 +53457,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", @@ -37047,18 +53518,71 @@ "title_aux": "ComfyUI-LMCQ" } ], + "https://github.com/senhaicc/Comfyui-WL-MainImageDesign": [ + [ + "WLMainImageGenerator", + "WLPromptBatchConverter" + ], + { + "title_aux": "Comfyui-WL-MainImageDesign" + } + ], + "https://github.com/senjinthedragon/comfyui-gender-tag-filter": [ + [ + "GenderNLFilter", + "GenderTagFilter" + ], + { + "title_aux": "ComfyUI Gender Tag Filter" + } + ], "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" } ], + "https://github.com/serious-factory/ComfyUI-MultiTalkPromptSchedule": [ + [ + "MultiTalkPromptSchedule" + ], + { + "title_aux": "ComfyUI-MultiTalkPromptSchedule" + } + ], + "https://github.com/sfinktah/comfy-ovum": [ + [ + "ImageExContextListOvum", + "ImageExContextOvum", + "LoadImageFromOutputSubdirectoryWithWorkflowOvum", + "LoadImageFromOutputWithWorkflowOvum", + "LoadImageWithWorkflowOvum" + ], + { + "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", @@ -37136,14 +53660,18 @@ "ApplyVisualStylePrompting_", "AreaToMask", "AudioPlay", + "AudioToPrompt", "CenterImage", + "ChinesePrompt_Mix", "CkptNames_", + "ClipInterrogator", "Color", "ComparingTwoFrames_", "CompositeImages_", "CreateJsonNode", "DepthViewer", "DynamicDelayProcessor", + "EditMask", "EmbeddingPrompt", "EnhanceImage", "FaceToMask", @@ -37160,22 +53688,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", @@ -37183,16 +53718,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", @@ -37210,8 +53753,12 @@ "TextInput_", "TextToNumber", "TransparentImage", - "VAEDecodeConsistencyDecoder", - "VAELoaderConsistencyDecoder" + "TripoSRSampler_", + "VideoCombine_Adv", + "VideoGenKlingNode", + "VideoGenLumaDreamMachineNode", + "VideoGenRunwayGen3Node", + "WhisperTranscribe_" ], { "title_aux": "comfyui-mixlab-nodes" @@ -37338,7 +53885,6 @@ ], "https://github.com/shiimizu/ComfyUI-TiledDiffusion": [ [ - "NoiseInversion", "SpotDiffusionParams_TiledDiffusion", "TiledDiffusion", "VAEDecodeTiled_TiledDiffusion", @@ -37365,6 +53911,16 @@ "title_aux": "smZNodes" } ], + "https://github.com/shin131002/RandomLoRALoader": [ + [ + "FilteredRandomLoRALoader", + "FilteredRandomLoRALoaderLBW", + "RandomLoRALoader" + ], + { + "title_aux": "RandomLoRALoader" + } + ], "https://github.com/shinich39/comfyui-break-workflow": [ [ "BreakWorkflow" @@ -37395,9 +53951,9 @@ "GetComboFromImage", "GetFloatFromImage", "GetIntFromImage", - "GetNodesFromImage", "GetPromptFromImage", "GetStringFromImage", + "GetValuesFromImage", "GetWorkflowFromImage" ], { @@ -37408,18 +53964,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" @@ -37428,6 +53972,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" @@ -37455,19 +54015,143 @@ "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": [ [ - "CLIPMetaKeys", "CheckpointMetaKeys", + "CheckpointPruneKeys", + "CheckpointRenameKeys", + "CheckpointThreeMerger", + "CheckpointTwoMerger", + "EmbeddingMetaKeys", + "EmbeddingPruneKeys", + "EmbeddingRenameKeys", + "EmbeddingThreeMerger", + "EmbeddingTwoMerger", + "LoRAExtractFixed", + "LoRAExtractFrobenius", + "LoRAExtractKnee", + "LoRAExtractQuantile", + "LoRAExtractRatio", + "LoRAMergeToModel", "LoRAMetaKeys", - "UNetMetaKeys" + "LoRAMultiMerge", + "LoRAMultiMergeDARE", + "LoRAPruneKeys", + "LoRARenameKeys", + "LoRAResizeCumulative", + "LoRAResizeFixed", + "LoRAResizeFrobenius", + "LoRAResizeRatio", + "LoRAThreeMerger", + "LoRATwoMerger", + "ModelMetaKeys", + "ModelPruneKeys", + "ModelRenameKeys", + "ModelThreeMerger", + "ModelTwoMerger", + "TextEncoderMetaKeys", + "TextEncoderPruneKeys", + "TextEncoderRenameKeys", + "TextEncoderThreeMerger", + "TextEncoderTwoMerger" ], { "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" + ], + { + "title_aux": "ComfyUI-RR-JointTagger" + } + ], "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": [ [ + "InspectEmbeddingForClip", + "PromptEmbeddingFixer", "SaveA1111WeightedEmbeddings", "SaveTokenEmbeddings", "SaveWeightedEmbeddings", @@ -37480,15 +54164,28 @@ "https://github.com/silveroxides/ComfyUI_FDGuidance": [ [ "FDG_APG_Patcher", - "FrequencyDecoupledGuidance" + "FDG_APG_PatcherAnimation", + "FrequencyDecoupledGuidance", + "FrequencyDecoupledGuidanceAnimation" ], { "title_aux": "ComfyUI_FDGuidance" } ], + "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": [ + [ + "GetKeyAPI", + "SSL_GeminiAPIKeyConfig", + "SSL_GeminiTextPrompt" + ], + { + "title_aux": "ComfyUI Gemini Expanded API" + } + ], "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": [ [ - "PowerShiftScheduler" + "PowerShiftScheduler", + "RadianceShiftScheduler" ], { "title_aux": "ComfyUI Power Shift Scheduler" @@ -37502,10 +54199,26 @@ "title_aux": "ComfyUI Sigmoid Offset Scheduler" } ], + "https://github.com/sinanzoo2nd/ComfyUI-Seed-Wildcard-Pack": [ + [ + "AnimaArtistFormatter", + "AnimaRandomArtistSelector", + "DanbooruTagImporter", + "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", @@ -37516,6 +54229,11 @@ "AV_ControlNetEfficientStackerSimple", "AV_ControlNetLoader", "AV_ControlNetPreprocessor", + "AV_FaceDetailer", + "AV_FaceDetailerPipe", + "AV_GeminiApi", + "AV_IPAdapter", + "AV_IPAdapterPipe", "AV_LLMApiConfig", "AV_LLMChat", "AV_LLMCompletion", @@ -37523,12 +54241,15 @@ "AV_LoraListLoader", "AV_LoraListStacker", "AV_LoraLoader", + "AV_NanoBananaApiConfig", "AV_OpenAIApi", + "AV_OpenRouterApi", "AV_ParametersPipeToCheckpointModels", "AV_ParametersPipeToPrompts", "AV_PromptsToParametersPipe", "AV_SAMLoader", "AV_VAELoader", + "AnimateDiffFrameCalculator", "AspectRatioSelector", "BLIPCaption", "BLIPLoader", @@ -37542,6 +54263,8 @@ "DownloadISNetModel", "Fooocus_KSampler", "Fooocus_KSamplerAdvanced", + "Fooocus_KSamplerEfficient", + "Fooocus_KSamplerEfficientAdvanced", "GetBoolFromJson", "GetFloatFromJson", "GetIntFromJson", @@ -37566,6 +54289,7 @@ "LoadJsonFromText", "LoadJsonFromUrl", "LoadLaMaModel", + "LoadVideoFromUrl", "MergeModels", "NumberScaler", "OverlayInpaintedImage", @@ -37598,6 +54322,44 @@ "title_aux": "ComfyUI-PuLID-Flux-Enhanced" } ], + "https://github.com/siraxe/ComfyUI-WanVideoWrapper_QQ": [ + [ + "CheckpointLoader_v2", + "CreateImageList", + "HolocineFrames", + "ImageBlend_GPU", + "ImageRadialZoomBlur_GPU", + "LoraExtractKJv2", + "LoraReduceRank", + "LoraRemapStrength", + "LoraSmartCombine", + "MatAnyone2", + "PowerLoraLoaderV2", + "VideoInpaint", + "VideoMergeABC", + "VideoTextEncodeCached_KJ", + "WanFMLF", + "WanScaleAB", + "WanVideoCacheSamples", + "WanVideoCacheVideos", + "WanVideoEmptyEmbeds_v2", + "WanVideoFlowmapDistortion", + "WanVideoImageToVideoEncode_v2", + "WanVideoMotionToFlowmap", + "WanVideoPowerLoraLoader" + ], + { + "title_aux": "ComfyUI-WanVideoWrapper_QQ" + } + ], + "https://github.com/sirouk/chutes-comfyui-node": [ + [ + "ChutesWanVideoFast" + ], + { + "title_aux": "chutes-comfyui-node" + } + ], "https://github.com/sittere/ComfyUI-YK_Line-loading": [ [ "MultiTextLoader" @@ -37615,6 +54377,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", @@ -37647,16 +54427,36 @@ "title_aux": "Skycoder Tools" } ], + "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": [ + [ + "SID_LLM_API", + "SID_LLM_Local", + "SID_ZImagePromptGenerator" + ], + { + "title_aux": "ComfyUI-AI-Photography-Toolkit" + } + ], + "https://github.com/sln77/ComfyUI-Camie-Tagger": [ + [ + "CamieTaggerNode" + ], + { + "title_aux": "ComfyUI-Camie-Tagger" + } + ], "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": [ [ "SmartFormatString", "SmartFormatString10", "SmartHVLoraSelect", "SmartHVLoraStack", + "SmartHWMonitor", "SmartLoadLoRA", "SmartModelOrLoraToString", "SmartPrompt", "SmartRemoveComments", + "SmartSaveAnimatedGIF", "SmartSaveText", "SmartShowAnything" ], @@ -37666,23 +54466,35 @@ ], "https://github.com/slvslvslv/ComfyUI-SmartImageTools": [ [ + "SmartBackgroundFill", "SmartBackgroundRemove", + "SmartColorFillMask", + "SmartColorMatch", "SmartDrawPoints", + "SmartFillTransparentHoles", "SmartGenerateImage", + "SmartGetMask", + "SmartGradientDeformation", + "SmartImageCrop", + "SmartImagePadding", "SmartImagePaletteConvert", + "SmartImagePaletteCreate", "SmartImagePaletteExtract", "SmartImagePoint", "SmartImagePreviewScaled", "SmartImageRegion", "SmartImagesProcessor", + "SmartLoadGIFImage", "SmartPoint", "SmartPointSet", "SmartPointSetMerge", "SmartPreviewPalette", + "SmartProgressiveScaleImage", "SmartSaveAnimatedPNG", "SmartSavePNG", "SmartSemiTransparenceRemove", - "SmartVideoPreviewScaled" + "SmartVideoPreviewScaled", + "SmartVideoPreviewScaledMasked" ], { "title_aux": "ComfyUI-SmartImageTools" @@ -37703,15 +54515,6 @@ "title_aux": "comfyui-ollama-nodes" } ], - "https://github.com/sm079/ComfyUI-Face-Detection": [ - [ - "FaceCombine", - "FaceDetection" - ], - { - "title_aux": "ComfyUI-Face-Detection" - } - ], "https://github.com/smagnetize/kb-comfyui-nodes": [ [ "SingleImageDataUrlLoader" @@ -37720,6 +54523,39 @@ "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" + ], + { + "title_aux": "ComfyUI PK Load Image Paste" + } + ], "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": [ [ "SML_FluxProUltra_Replicate_Standalone", @@ -37783,6 +54619,7 @@ "Glm_4v_9b", "Glm_Lcoal_Or_Repo", "ZhipuaiApi_Character", + "ZhipuaiApi_Img", "ZhipuaiApi_Txt", "ZhipuaiApi_img" ], @@ -37790,6 +54627,21 @@ "title_aux": "ComfyUI_ChatGLM_API" } ], + "https://github.com/smthemex/ComfyUI_ChronoEdit_SM": [ + [ + "ChronoEdit_SM_Enhance", + "ChronoEdit_SM_Enhance_Loader", + "ChronoEdit_SM_KSampler", + "ChronoEdit_SM_Latent", + "ChronoEdit_SM_LoadVAE", + "ChronoEdit_SM_Lora", + "ChronoEdit_SM_Model", + "ChronoEdit_SM_Vae" + ], + { + "title_aux": "ComfyUI_ChronoEdit_SM" + } + ], "https://github.com/smthemex/ComfyUI_CustomNet": [ [ "CustomNet_LoadModel", @@ -37838,13 +54690,27 @@ ], "https://github.com/smthemex/ComfyUI_DiffuEraser": [ [ - "DiffuEraserLoader", - "DiffuEraserSampler" + "DiffuEraser_Loader", + "DiffuEraser_PreData", + "DiffuEraser_Sampler", + "Propainter_Loader", + "Propainter_Sampler" ], { "title_aux": "ComfyUI_DiffuEraser" } ], + "https://github.com/smthemex/ComfyUI_DyPE": [ + [ + "DyPE_Condition", + "DyPE_Encoder", + "DyPE_KSampler", + "DyPE_Model" + ], + { + "title_aux": "ComfyUI_DyPE" + } + ], "https://github.com/smthemex/ComfyUI_EchoMimic": [ [ "Echo_LoadModel", @@ -37865,6 +54731,18 @@ "title_aux": "ComfyUI_Face_Anon_Simple" } ], + "https://github.com/smthemex/ComfyUI_FlashVSR": [ + [ + "FlashVSR_SM_Decoder", + "FlashVSR_SM_KSampler", + "FlashVSR_SM_Model", + "FlashVSR_SM_Vae", + "FlashVSR_SM_VideoPathLoop" + ], + { + "title_aux": "ComfyUI_FlashVSR" + } + ], "https://github.com/smthemex/ComfyUI_FoleyCrafter": [ [ "FoleyCrafter_LoadModel", @@ -37884,10 +54762,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" @@ -37899,6 +54788,7 @@ "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": [ [ "HI_Diffusers_Model_Loader", + "Hi_Hi_Sampler", "Hi_Sampler" ], { @@ -37934,9 +54824,21 @@ "title_aux": "ComfyUI_InstantIR_Wrapper" } ], + "https://github.com/smthemex/ComfyUI_InteractAvatar": [ + [ + "InteractAvatar_SM_Model", + "InteractAvatar_SM_Pose", + "InteractAvatar_SM_Predata", + "InteractAvatar_SM_Sampler" + ], + { + "title_aux": "ComfyUI_InteractAvatar" + } + ], "https://github.com/smthemex/ComfyUI_KV_Edit": [ [ "KV_Edit_Load", + "KV_Edit_Load_LoRA", "KV_Edit_PreData", "KV_Edit_Sampler" ], @@ -37964,6 +54866,19 @@ "title_aux": "ComfyUI_Llama3_8B" } ], + "https://github.com/smthemex/ComfyUI_LucidFlux": [ + [ + "LucidFlux_SM_Cond", + "LucidFlux_SM_Diff_Model", + "LucidFlux_SM_Diffbir", + "LucidFlux_SM_Encode", + "LucidFlux_SM_KSampler", + "LucidFlux_SM_Model" + ], + { + "title_aux": "ComfyUI_LucidFlux" + } + ], "https://github.com/smthemex/ComfyUI_MS_Diffusion": [ [ "MS_Object_img_Batch", @@ -38013,10 +54928,23 @@ "title_aux": "ComfyUI_OmniParser" } ], + "https://github.com/smthemex/ComfyUI_OmniPart": [ + [ + "OmniPart_SM_KSampler", + "OmniPart_SM_MergeImg", + "OmniPart_SM_Model", + "OmniPart_SM_PreImg", + "OmniPart_SM_PreModel", + "OmniPart_SM_Prebox" + ], + { + "title_aux": "ComfyUI_OmniPart" + } + ], "https://github.com/smthemex/ComfyUI_OmniSVG": [ [ - "OmniSVGLoader", - "OmniSVGSampler" + "OmniSVG_Loader", + "OmniSVG_Sampler" ], { "title_aux": "ComfyUI_OmniSVG" @@ -38115,6 +55043,7 @@ ], "https://github.com/smthemex/ComfyUI_SongGeneration": [ [ + "SongGeneration_Loader", "SongGeneration_Sampler", "SongGeneration_Stage1", "SongGeneration_Stage2" @@ -38162,6 +55091,15 @@ "title_aux": "ComfyUI_Stable_Makeup" } ], + "https://github.com/smthemex/ComfyUI_Step_Audio_EditX_SM": [ + [ + "Step_Audio_EditX_SM_KSampler", + "Step_Audio_EditX_SM_Model" + ], + { + "title_aux": "ComfyUI_Step_Audio_EditX_SM" + } + ], "https://github.com/smthemex/ComfyUI_StoryDiffusion": [ [ "Comic_Type", @@ -38177,6 +55115,7 @@ ], "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": [ [ + "Load_Stream", "Stream_Lora_Loader", "Stream_Model_Loader", "Stream_Sampler" @@ -38195,9 +55134,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" @@ -38246,12 +55195,37 @@ "Load AI Toolkit Latent Flux", "Save_Image_And_Caption", "Send_to_Eagle", + "Snek SQLite Prompt Logger", "\ud83d\udc0d Random Prompt From JSON" ], { "title_aux": "comfyui-snek-nodes" } ], + "https://github.com/snicolast/ComfyUI-IndexTTS2": [ + [ + "IndexTTS2Advanced", + "IndexTTS2EmotionFromText", + "IndexTTS2EmotionVector", + "IndexTTS2SaveAudio", + "IndexTTS2Simple" + ], + { + "title_aux": "ComfyUI-IndexTTS2" + } + ], + "https://github.com/snicolast/ComfyUI-Ovi": [ + [ + "OviAttentionSelector", + "OviEngineLoader", + "OviLatentDecoder", + "OviVideoGenerator", + "OviWanComponentLoader" + ], + { + "title_aux": "ComfyUI-Ovi" + } + ], "https://github.com/snomiao/ComfyUI-Video-Crop": [ [ "VideoCropNode" @@ -38260,6 +55234,53 @@ "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": [ + [ + "FaceBBoxToMask", + "GetCommonAspectRatio", + "ImageMaskCrop", + "ImageSizeCalculator", + "RestoreMaskCrop", + "SetReserveVRAM", + "SigmaReplace", + "SigmaSmoother", + "SigmasGraph", + "SigmasRescale", + "SuperBrightnessContrast", + "SuperColorAdjustAllInOne", + "SuperCreateTiles", + "SuperHueSaturation", + "SuperModelDownloader", + "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", @@ -38270,6 +55291,14 @@ "title_aux": "ComfyUI-LoadImage-Advanced" } ], + "https://github.com/soulctcher/TetriNode": [ + [ + "TetriNode" + ], + { + "title_aux": "TetriNode" + } + ], "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": [ [ "LoadLoraModelOnlyWithUrl" @@ -38309,7 +55338,9 @@ ], "https://github.com/space-nuko/nui-suite": [ [ + "Nui.DynamicPromptsTextEncode", "Nui.DynamicPromptsTextGen", + "Nui.FeelingLuckyTextEncode", "Nui.FeelingLuckyTextGen", "Nui.OutputString" ], @@ -38358,7 +55389,6 @@ ], "https://github.com/spacepxl/ComfyUI-RAVE": [ [ - "ConditioningDebug", "ImageGridCompose", "ImageGridDecompose", "KSamplerRAVE", @@ -38400,11 +55430,13 @@ [ "GeminiApiLoader", "GeminiChat", + "GeminiContentConnector", "GeminiFileUploader", "GeminiImageEncoder", "GeminiTextBlock", "OpenAIApiLoader", "OpenAIChat", + "OpenAIContentConnector", "OpenAIFileUploader", "OpenAIImageEncoder", "OpenAITextBlock" @@ -38413,6 +55445,29 @@ "title_aux": "comfyui-aichat" } ], + "https://github.com/spawner1145/comfyui-lsnet": [ + [ + "LSNetArtistImageConnector", + "LSNetArtistInference", + "LSNetArtistSimilarity", + "LSNetClustering", + "LSNetCommonFeatures", + "LSNetFeatureComparison", + "LSNetModelLoader" + ], + { + "title_aux": "comfyui-lsnet" + } + ], + "https://github.com/speige/ComfyUI_Make-It-Animatable": [ + [ + "MakeItAnimatableRig", + "MakeItAnimatableRigGS" + ], + { + "title_aux": "ComfyUI_Make-It-Animatable" + } + ], "https://github.com/spinagon/ComfyUI-seam-carving": [ [ "SeamCarving" @@ -38440,6 +55495,16 @@ "title_aux": "Latent Mirror node for ComfyUI" } ], + "https://github.com/sputnik57/comfyui-prompt-logger": [ + [ + "Prompt Logger Unified v2", + "PromptLoggerUnified", + "PromptLoggerUnified_v2" + ], + { + "title_aux": "comfyui-prompt-logger" + } + ], "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": [ [ "UnifiedGenerator|LP" @@ -38448,6 +55513,14 @@ "title_aux": "ComfyUI-LLM-VLM-Node" } ], + "https://github.com/srv1n/ComfyUI-Rebase-LoRA": [ + [ + "RebaseLoRAFromFinetune" + ], + { + "title_aux": "ComfyUI-Rebase-LoRA" + } + ], "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": [ [ "UltimateSDUpscale", @@ -38477,7 +55550,8 @@ "KRestartSamplerCustom", "KRestartSamplerSimple", "RestartSampler", - "RestartScheduler" + "RestartScheduler", + "RestartSelfTest" ], { "title_aux": "Restart Sampling" @@ -38492,6 +55566,36 @@ "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/sstoye/comfyui-lora-prompt-switch": [ + [ + "DualLoRAPromptSwitch", + "LoRAPromptSwitch", + "TextPromptSwitch" + ], + { + "title_aux": "comfyui-lora-prompt-switch" + } + ], "https://github.com/stavsap/comfyui-downloader": [ [ "DownloadSummaryParser", @@ -38514,6 +55618,7 @@ ], "https://github.com/stavsap/comfyui-ollama": [ [ + "OllamaChat", "OllamaConnectivityV2", "OllamaGenerate", "OllamaGenerateAdvance", @@ -38665,6 +55770,20 @@ "title_aux": "ComfyUI_Strimmlarns_aesthetic_score" } ], + "https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep": [ + [ + "LoadVideosFromFolderSimple", + "VACEInline", + "VisualFrameSelector", + "WanVACEBatchContext", + "WanVACEExtend", + "WanVACEPrep", + "WanVACEPrepBatch" + ], + { + "title_aux": "ComfyUI Wan VACE Prep" + } + ], "https://github.com/styler00dollar/ComfyUI-deepcache": [ [ "DeepCache" @@ -38681,6 +55800,34 @@ "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", + "BitDepthEnhancementClassical", + "DeepDeband", + "Save16BitTIFF" + ], + { + "title_aux": "Bit Depth Enhancer" + } + ], "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": [ [ "AspectRatio", @@ -38694,6 +55841,14 @@ "title_aux": "ComfyUI_AspectRatioToSize" } ], + "https://github.com/sugarkwork/comfyui-auto-mosaic": [ + [ + "AutoMosaic" + ], + { + "title_aux": "comfyui-auto-mosaic" + } + ], "https://github.com/sugarkwork/comfyui-trtupscaler": [ [ "TRTUpscaler" @@ -38710,11 +55865,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", @@ -38723,6 +55889,12 @@ "TagMerger", "TagMerger4", "TagMerger6", + "TagPipeIn", + "TagPipeOut", + "TagPipeOutOne", + "TagPipeUpdate", + "TagRandom", + "TagRandomCategory", "TagRemover", "TagReplace", "TagSelector", @@ -38733,6 +55905,105 @@ "title_aux": "comfyui_tag_filter" } ], + "https://github.com/suhee19/comfyui-orpheus-loader": [ + [ + "OrpheusLoader" + ], + { + "title_aux": "comfyui-orpheus-loader" + } + ], + "https://github.com/suito-venus/comfyui-diffusion-model-loader-with-name": [ + [ + "UNETLoaderWithName" + ], + { + "title_aux": "comfyui-diffusion-model-loader-with-name" + } + ], + "https://github.com/sumitchatterjee13/Luminance-Stack-Processor": [ + [ + "HDRExportNode", + "LatentStackProcessor5Stops", + "LuminanceStackProcessor3Stops", + "LuminanceStackProcessor5Stops" + ], + { + "title_aux": "Luminance Stack Processor" + } + ], + "https://github.com/sumitchatterjee13/nuke-nodes-comfyui": [ + [ + "NukeBlur", + "NukeChannelShuffle", + "NukeColorBars", + "NukeColorCorrect", + "NukeConstant", + "NukeCornerPin", + "NukeCrop", + "NukeDefocus", + "NukeExposure", + "NukeExposureAdvanced", + "NukeGrade", + "NukeLevels", + "NukeMerge", + "NukeMix", + "NukeMotionBlur", + "NukeOCIOColorSpace", + "NukeOCIODisplay", + "NukeOCIOFileTransform", + "NukeOCIOInfo", + "NukeRamp", + "NukeRead", + "NukeReadInfo", + "NukeTransform", + "NukeVectorfield", + "NukeVectorfieldInfo", + "NukeViewer", + "NukeWrite" + ], + { + "title_aux": "Nuke Nodes for ComfyUI" + } + ], + "https://github.com/supElement/ComfyUI_Element_easy": [ + [ + "BlackWhiteColor_Element", + "ChessboardPattern_Element", + "ElementEasyImageSize", + "Element_ImageCurve", + "Element_SigmaGraph", + "Element_SigmaGraph_Curve", + "EmptyImageRGB_Element", + "FrameCalculator_Element", + "ImagePadBlur_Element", + "MaskNoiseInjection_Element", + "MaskStroke_Element", + "RandomCharacterGenerator", + "TextLineBreak_Element" + ], + { + "title_aux": "ComfyUI_Element_easy" + } + ], + "https://github.com/supSugam/ComfyUI-FlowMatch-Advanced": [ + [ + "AIToolkitFlowMatchSampler" + ], + { + "title_aux": "ComfyUI-FlowMatch-Advanced" + } + ], + "https://github.com/supart/ComfyUI-TY360-Photo-Edit": [ + [ + "TY360Pasteback", + "TY360Preview", + "TY360Roundtrip" + ], + { + "title_aux": "ComfyUI-TY360-Photo-Edit" + } + ], "https://github.com/superyoman/comfyui_lumaAPI": [ [ "LUMA_API_YoC", @@ -38768,6 +56039,18 @@ "title_aux": "ComfyUI-RetroDiffusion-API-Node" } ], + "https://github.com/swan7-py/ComfyUI-ImageAlphaCrop": [ + [ + "ImageAlphaCrop", + "ImageAlphaCropAdvanced", + "LoadImageWithAlpha", + "LoadImagesFromPathRGBA", + "SaveImageRGBA" + ], + { + "title_aux": "ComfyUI-ImageAlphaCrop" + } + ], "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": [ [ "harmonizer" @@ -38776,6 +56059,14 @@ "title_aux": "ComfyUI-Image-Harmonizer" } ], + "https://github.com/sweetndata/ComfyUI-Reflatent": [ + [ + "RefLatent" + ], + { + "title_aux": "ComfyUI-Reflatent" + } + ], "https://github.com/sweetndata/ComfyUI-googletrans": [ [ "googletrans" @@ -38792,6 +56083,27 @@ "title_aux": "ComfyUI_Sticker_Compositer" } ], + "https://github.com/swfxliyiyu/ComfyUI-FastVideo": [ + [ + "DITConfig", + "InferenceArgs", + "LoadImagePath", + "TextEncoderConfig", + "VAEConfig", + "VideoGenerator" + ], + { + "title_aux": "ComfyUI-FastVideo" + } + ], + "https://github.com/sworksteam/SEngine": [ + [ + "SEngineLoraLoader" + ], + { + "title_aux": "SEngine" + } + ], "https://github.com/syllebra/bilbox-comfyui": [ [ "BilboXLut", @@ -38818,6 +56130,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", @@ -38842,6 +56165,7 @@ "JM-MiniMax-API/check-video-status", "JM-MiniMax-API/download-video", "JM-MiniMax-API/load-audio", + "JM-MiniMax-API/music-generation", "JM-MiniMax-API/text-to-speech", "JM-MiniMax-API/video-generation", "JM-MiniMax-API/voice-cloning", @@ -38864,18 +56188,6 @@ "title_aux": "ComfyUI-JM-Volcengine-API" } ], - "https://github.com/synthetai/ComfyUI-ToolBox": [ - [ - "AutoDLDownload", - "CreatePaths", - "FolderDeleter", - "FolderViewe", - "PathOutput" - ], - { - "title_aux": "ComfyUI-ToolBox" - } - ], "https://github.com/synthetai/ComfyUI_FaceEnhancer": [ [ "GFPGANFaceEnhancer", @@ -38894,8 +56206,21 @@ "title_aux": "ComfyUI_PromptBatcher" } ], + "https://github.com/synystersocks/ComfyUI-SocksLatentPatcher": [ + [ + "I2VLatentPatcher", + "VaceExt4fLatentPatcher", + "VaceExt6fLatentPatcher", + "VaceExt8fLatentPatcher" + ], + { + "title_aux": "ComfyUI-SocksLatentPatcher" + } + ], "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": [ [ + "Elevenlabs text to effect", + "Elevenlabs text to speech", "ElevenlabsTextToEffect", "ElevenlabsTextToSpeech" ], @@ -38903,6 +56228,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", @@ -38915,6 +56250,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", @@ -38973,6 +56317,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", @@ -39005,6 +56373,38 @@ "title_aux": "ComfyUI-StoryMaker" } ], + "https://github.com/tardigrade1001/ComfyUI-Unified-Caption": [ + [ + "Unified_Caption_Node" + ], + { + "title_aux": "ComfyUI-Unified-Caption" + } + ], + "https://github.com/tardigrade1001/comfyui-mistral-caption": [ + [ + "Ask_Mistral" + ], + { + "title_aux": "comfyui-mistral-caption" + } + ], + "https://github.com/tardigrade1001/latent-rotate-90": [ + [ + "LatentRotatePortraitLandscape" + ], + { + "title_aux": "latent-rotate-90" + } + ], + "https://github.com/tardigrade1001/send-to-comfyui": [ + [ + "LoadLatestImage" + ], + { + "title_aux": "send-to-comfyui" + } + ], "https://github.com/tatookan/comfyui_ssl_gemini_EXP": [ [ "SSL_GeminiAPIKeyConfig", @@ -39032,6 +56432,15 @@ "title_aux": "ComfyUI_Curves" } ], + "https://github.com/tea-time-labs/sweet-tea-nodes": [ + [ + "UltimateSDUpscalePoseTiled", + "WanVaceToVideoCapsInpaint" + ], + { + "title_aux": "sweet-tea-nodes" + } + ], "https://github.com/teamalpha-ai/comfyui-image-transformer": [ [ "ImageTransformerResizeToMaxPixels" @@ -39040,6 +56449,32 @@ "title_aux": "ComfyUI-ImageTransformer" } ], + "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea": [ + [ + "Tea_ImageCheckpointFromPath", + "Tea_LoadFrameFromVidAsImg", + "Tea_SaveAndReloadImage" + ], + { + "title_aux": "ComfyUI-SuiteTea" + } + ], + "https://github.com/tekijiyuu/TenguPad": [ + [ + "TenguPad" + ], + { + "title_aux": "TenguPad" + } + ], + "https://github.com/tenitsky/tenitsky-prompt-cycler-simple": [ + [ + "PromptCycler" + ], + { + "title_aux": "ComfyUI Prompt Cycler Node" + } + ], "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": [ [ "OminiKontextImageEncoder", @@ -39060,6 +56495,25 @@ "title_aux": "ComfyUI-Omini-Kontext" } ], + "https://github.com/terefang/ComfyUI-Terefang-Nodes": [ + [ + "Terefang Simple Latent Image", + "Terefang Wildcards", + "TerefangSimpleLatentImage", + "TerefangWildcards" + ], + { + "title_aux": "ComfyUI-Terefang-Nodes" + } + ], + "https://github.com/tester4488/mc_qwen": [ + [ + "McTextEncodeQwenImEditPlus" + ], + { + "title_aux": "mc_qwen" + } + ], "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": [ [ "ReadXMPMetadata", @@ -39109,6 +56563,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", @@ -39120,7 +56590,8 @@ ], "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": [ [ - "Load Styles CSV" + "Load Styles CSV", + "StylesCSVLoader" ], { "title_aux": "Styles CSV Loader Extension for ComfyUI" @@ -39150,15 +56621,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", @@ -39169,6 +56652,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", @@ -39189,6 +56680,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" @@ -39200,6 +56699,8 @@ "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": [ [ "CSMTextToSpeech", + "CSMTextToSpeechWithContext", + "LoadAudioWithTranscription", "LoadCSMCheckpoint", "LoadCSMTokenizer" ], @@ -39207,6 +56708,36 @@ "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-TextJoinZveroboy": [ + [ + "TextJoinZveroboy" + ], + { + "title_aux": "ComfyUI-TextJoinZveroboy" + } + ], "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": [ [ "CLIPSkip" @@ -39215,6 +56746,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" @@ -39264,15 +56803,12 @@ "title_aux": "ComfyUI Multimedia Utilities" } ], - "https://github.com/thoddnn/ComfyUI-MLX": [ + "https://github.com/thrakotool/ComfyUI-KiraLoraEQ": [ [ - "MLXClipTextEncoder", - "MLXDecoder", - "MLXLoadFlux", - "MLXSampler" + "KiraLora_EQ" ], { - "title_aux": "ComfyUI MLX Nodes" + "title_aux": "ComfyUI-KiraLoraEQ" } ], "https://github.com/tianguanggliu/Utools": [ @@ -39323,6 +56859,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", @@ -39343,6 +56889,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", @@ -39361,6 +56915,33 @@ "title_aux": "ComfyUI-Prediction-Boost" } ], + "https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack": [ + [ + "TACaptioning", + "TACleanupSwitch", + "TADiscordLink", + "TAFilenameGenerator", + "TAFluxGuidanceGate", + "TAHelpLink", + "TAKSampler", + "TALatentPreview", + "TALoadModelWithName", + "TAModelPreset", + "TAPromptController", + "TAPromptHub", + "TASageAttentionToggler", + "TASamplerPreset", + "TASaveImageOptional", + "TASaveImageWithPrompt", + "TASeedVR2Gate", + "TASmartLLM", + "TAUnifiedModelSwitcher", + "TA_LLM_PromptSelector" + ], + { + "title_aux": "TA-ComfyUI-Nodes-Pack" + } + ], "https://github.com/tocubed/ComfyUI-AudioReactor": [ [ "AudioFrameTransformBeats", @@ -39395,6 +56976,16 @@ "title_aux": "ComfyUI-ascii-art" } ], + "https://github.com/tonykatarapro-web/ComfyUI_NanaBanana2": [ + [ + "NanaBanana2ImageEdit", + "NanaBanana2MultiImageBlend", + "NanaBanana2TextToImage" + ], + { + "title_aux": "ComfyUI_NanaBanana2" + } + ], "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": [ [ "ToolYoloCropper" @@ -39403,10 +56994,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" @@ -39423,14 +57026,28 @@ "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [ [ "CaptureWebcam", + "ComfyCoupleMask", + "ComfyCoupleRegion", + "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" ], @@ -39438,6 +57055,34 @@ "title_aux": "ComfyUI_toyxyz_test_nodes" } ], + "https://github.com/tpc2233/ComfyUI-Z-Image-Turbo": [ + [ + "ZImageLoader", + "ZImageSampler" + ], + { + "title_aux": "ComfyUI-Z-Image-Turbo" + } + ], + "https://github.com/tppp2806/ComfyUI-YoloTrack": [ + [ + "MaskCropExtractNode", + "YOLODetectionNode", + "YOLOTrackingNode" + ], + { + "title_aux": "ComfyUI-YoloTrack" + } + ], + "https://github.com/transcendedhacker/Mode_personal_node": [ + [ + "NegativePromptNode", + "PromptComposerNode" + ], + { + "title_aux": "Mode_personal_node" + } + ], "https://github.com/traugdor/ComfyUI-Riffusion": [ [ "RiffusionNode", @@ -39473,6 +57118,7 @@ "LoRA Stacker", "Manual XY Entry Info", "NNLatentUpscale", + "NNlLatentUpscale", "Noise Control Script", "Pack SDXL Tuple", "Tiled Upscaler Script", @@ -39530,6 +57176,7 @@ ], "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": [ [ + "FreqSeparationSharpen", "PhotoFilmGrain" ], { @@ -39538,6 +57185,7 @@ ], "https://github.com/tritant/ComfyUI_CreaPrompt": [ [ + "CSL", "CreaPrompt", "CreaPrompt List", "CreaPrompt_0", @@ -39550,6 +57198,18 @@ "title_aux": "ComfyUI-CreaPrompt" } ], + "https://github.com/tritant/ComfyUI_Custom_Switch": [ + [ + "AutomaticImageSwitcher", + "OrchestratorNodeGroupBypasser", + "OrchestratorNodeGroupMuter", + "OrchestratorNodeMuter", + "OrchestratorNodeToogle" + ], + { + "title_aux": "ComfyUI_Custom_Switch" + } + ], "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": [ [ "FluxBlockLoraMerger" @@ -39566,6 +57226,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" @@ -39590,6 +57258,14 @@ "title_aux": "Remove Banding Artifacts" } ], + "https://github.com/tritant/ComfyUI_SuperScaler": [ + [ + "SuperScaler_Pipeline" + ], + { + "title_aux": "SuperScaler" + } + ], "https://github.com/trojblue/trNodes": [ [ "trColorCorrection", @@ -39617,6 +57293,21 @@ "title_aux": "ComfyUI-NSFW-Detection" } ], + "https://github.com/trunksn1/comfyui-change-checkpoint-randomly": [ + [ + "BatchIndexCounter", + "CheckpointFilename", + "CheckpointRotation", + "CheckpointRotationSimple", + "CheckpointRotationWithCounter", + "SaveImageWithCheckpoint", + "SimpleCheckpointRotation", + "SimpleCounter" + ], + { + "title_aux": "ComfyUI Checkpoint Rotation Node" + } + ], "https://github.com/tsogzark/ComfyUI-load-image-from-url": [ [ "LoadImageFromUrlOrPath" @@ -39625,6 +57316,38 @@ "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": [ + [ + "LatentHybridInverter", + "MemoryDiagnosticsPassThrough", + "QwenRectifiedFlowInverter" + ], + { + "title_aux": "ComfyUI Qwen Rectified Flow Tools" + } + ], + "https://github.com/ttulttul/ComfyUI-FlowMatching-Upscaler": [ + [ + "DyPEFlux2", + "DyPEQwenImage", + "FlowMatchingProgressiveUpscaler", + "FlowMatchingStage", + "FlowMatchingStageMerge", + "FlowMatchingStagePrep", + "LatentUpscaleAdvanced" + ], + { + "title_aux": "ComfyUI-FlowMatching-Upscaler" + } + ], "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": [ [ "Batch Unsampler", @@ -39641,6 +57364,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", @@ -39651,6 +57389,95 @@ "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", + "KSamplerLoraSigmaInverse", + "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", + "CooldownIntNode", + "CooldownStringNode" + ], + { + "title_aux": "ComfyUI_Cooldown_Node" + } + ], + "https://github.com/tuki0918/comfyui-image-expand-nodes": [ + [ + "ImageExpandMerger", + "ImageExpandNoiser", + "ImageExpandOption" + ], + { + "title_aux": "comfyui-image-expand-nodes" + } + ], + "https://github.com/tuki0918/comfyui-image-tiled-nodes": [ + [ + "TiledImageMerger", + "TiledImageSplitter" + ], + { + "title_aux": "comfyui-image-tiled-nodes" + } + ], + "https://github.com/tumbowungus/MultiMaskCouple": [ + [ + "MaskedRegionCond", + "MultiMaskCouple" + ], + { + "title_aux": "MultiMaskCouple" + } + ], "https://github.com/tungdop2/Comfyui_face_restorer": [ [ "FaceRestorer", @@ -39668,6 +57495,17 @@ "title_aux": "Joy Caption Alpha Two for ComfyUI" } ], + "https://github.com/turinastudio/ComfyUI-SeedVR2-TilingWrapper": [ + [ + "AdvancedColorMatch", + "CAS_LumaSharpening", + "SeedVR2_TileSplitter", + "SeedVR2_TileStitcher" + ], + { + "title_aux": "ComfyUI-SeedVR2-TilingWrapper" + } + ], "https://github.com/turkyden/ComfyUI-SmartCrop": [ [ "ImageSmartCrop" @@ -39676,6 +57514,38 @@ "title_aux": "ComfyUI-SmartCrop" } ], + "https://github.com/turnbros/ComfyBros": [ + [ + "ComfyBros_DictGet", + "ComfyBros_EndpointConfiguration", + "ComfyBros_GenerateImage", + "ComfyBros_GenerateImageAPI", + "ComfyBros_ImageBatchCombiner", + "ComfyBros_ImageBatchSplitter", + "ComfyBros_ImageBatchToGIF", + "ComfyBros_ImageToImage", + "ComfyBros_IntegerCompare", + "ComfyBros_IntegerConstant", + "ComfyBros_IntegerMath", + "ComfyBros_JsonParse", + "ComfyBros_LoraDiscovery", + "ComfyBros_MediaUpload", + "ComfyBros_ModuleManagement", + "ComfyBros_OllamaConfiguration", + "ComfyBros_OllamaConnection", + "ComfyBros_OllamaConverse", + "ComfyBros_SDXLLORAPrompter", + "ComfyBros_TextConcatenate", + "ComfyBros_TextStorage", + "ComfyBros_TextTemplate", + "ComfyBros_TextToVideo", + "ComfyBros_WAN22GenerateVideo", + "ComfyBros_WAN22UpscaleImage" + ], + { + "title_aux": "ComfyBros - Custom ComfyUI Nodes" + } + ], "https://github.com/tusharbhutt/Endless-Nodes": [ [ "BatchNegativePrompts", @@ -39691,8 +57561,6 @@ "ImageComplexityScorer", "ImageNoveltyScorer", "Image_saver", - "LatentReplicator", - "LatentReplicatorPrompts", "PromptCounter", "Random_Prompt_Multipicker", "Random_Prompt_Selector", @@ -39728,6 +57596,18 @@ "title_aux": "ComfyUI-Dev-Utils" } ], + "https://github.com/u5dev/comfyUI_u5_VramFREE": [ + [ + "SequentialCLIPLoaderSimple", + "SequentialCheckpointLoader", + "SequentialLoRALoader", + "SequentialVAELoaderSimple", + "VRAMFree" + ], + { + "title_aux": "u5 FreeVRAM - Memory Management" + } + ], "https://github.com/uarefans/ComfyUI-Fans": [ [ "Fans Prompt Styler Negative", @@ -39739,6 +57619,85 @@ "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", + "Modelverse FluxKontextMaxT2INode", + "Modelverse FluxKontextProNode", + "Modelverse FluxKontextProT2INode", + "Modelverse GPTImage1EditNode", + "Modelverse GPTImage1Node", + "Modelverse QwenImageEditNode", + "Modelverse QwenImageT2INode", + "Modelverse Step1xEditNode", + "ModelverseChat", + "ModelverseInputFiles", + "Modelverse_PreviewVideo", + "Modelverse_WanAII2V", + "Modelverse_WanAIT2V", + "NanoBanana", + "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": [ + [ + "AdvancedLoadLatent", + "LatentMetadataViewer", + "SmartVAE_AdvancedDecoder", + "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" @@ -39843,6 +57802,7 @@ "ApplyInstantID", "ColorAdjustNew(FaceParsing)", "CropFaces", + "DetectFaceByIndex", "DetectFaces", "Example", "InstantIDFaceAnalysis", @@ -39867,6 +57827,40 @@ "title_aux": "comfyui-holdup" } ], + "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": [ + [ + "DisTorchPurgeVRAMV2", + "MemoryManager", + "ModelPatchMemoryCleaner", + "PatchSageAttentionDM" + ], + { + "title_aux": "ComfyUI-DistorchMemoryManager" + } + ], + "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": [ + [ + "FastGroupsBypasserV2", + "FluxLoraMultiLoader", + "LoadImageUssoewwin", + "ModelPatchLoaderCustom", + "SAM3SegmentV2", + "SAM3SegmentV2Nunchaku", + "UniversalLoRAAnalyzer" + ], + { + "title_aux": "ComfyUI-NunchakuFluxLoraStacker" + } + ], + "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": [ + [ + "NunchakuQwenImageLoraLoader", + "NunchakuQwenImageLoraStack" + ], + { + "title_aux": "ComfyUI-QwenImageLoraLoader" + } + ], "https://github.com/vadimcro/VKRiez-Edge": [ [ "VKriezEnhancedEdgePreprocessor", @@ -39895,6 +57889,7 @@ ], "https://github.com/vaishnav-vn/va1": [ [ + "ImageMaskComparer", "RandomAspectRatioMask" ], { @@ -39909,17 +57904,29 @@ "title_aux": "OpenRouter Node" } ], + "https://github.com/vanche1212/ComfyUI-InspireMusic": [ + [ + "InspireMusicTextToMusic" + ], + { + "title_aux": "ComfyUI InspireMusic Plugin" + } + ], "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": [ [ - "VC_Load_Video_Path_Unified_Output", - "VC_Load_Video_Upload_Unified_Output", - "VC_Video_Combine_Unified_Output", - "Waveform2Audio", - "\ud83d\ude0bAPI Request Node", - "\ud83d\ude0bJSON Parser Node", - "\ud83d\ude0bOld Photo Colorization Node", - "\ud83d\ude0bOllama Request Node", - "\ud83d\ude0bSave Image Unified Output" + "API Request Node", + "CombineImageAudioToVideoNode", + "Empty Image Node", + "JSON Builder Node", + "JSON Parser Node", + "JsonBuilderNode", + "LoadAudioFromUrlNode", + "LoadImageFromUrlNode", + "MultilinePromptNode", + "OSSUploadNode", + "RemoveEmptyLinesNode", + "SaveVideoRGBA", + "TextToImageNode" ], { "title_aux": "ZMG PLUGIN" @@ -39938,6 +57945,92 @@ "title_aux": "Simple Wildcard" } ], + "https://github.com/vantagewithai/Vantage-DreamOmni2": [ + [ + "TextEncodeDreamOmni2", + "VantageAdaptiveImageGrid" + ], + { + "title_aux": "Vantage-DreamOmni2" + } + ], + "https://github.com/vantagewithai/Vantage-DyPE": [ + [ + "VantageFluxDyPEPatch" + ], + { + "title_aux": "Vantage-DyPE" + } + ], + "https://github.com/vantagewithai/Vantage-HunyuanFoley": [ + [ + "HunyuanFoleyDenoiser", + "HunyuanFoleyVAEDecode", + "HunyuanTextEncode", + "HunyuanVisualEncode" + ], + { + "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", + "VantageI2VSingleLooper", + "VantageProject" + ], + { + "title_aux": "Vantage Long Wan Video" + } + ], "https://github.com/var1ableX/ComfyUI_Accessories": [ [ "ACC_AnyCast", @@ -39961,43 +58054,19 @@ ], "https://github.com/veighnsche/comfyui_gr85": [ [ - "GR85_CTGPhrases", - "GR85_CTGPhrasesSimple", - "GR85_ContainsWord", - "GR85_FilterAndCombineMasks", - "GR85_Florence2RunCTPG", - "GR85_Florence2toCoordinatesGR85", - "GR85_FluxAttentionSeeker2", - "GR85_FluxAttentionSeeker3", - "GR85_FluxAttentionSeekerGenerator", - "GR85_FluxModelMergeParameters", "GR85_ImageDimensionResizer", "GR85_ImageSizer", "GR85_ImageSizerAll", - "GR85_IntToString", - "GR85_IntegerSequenceModifier", - "GR85_IslandMaskGenerator", - "GR85_MaskBatchToSEGS", - "GR85_MaskConnectMST", - "GR85_MaskSplitter", "GR85_NextSeed", - "GR85_PasteByMaskGr85", "GR85_RandomFloat", "GR85_RandomInt", "GR85_RandomRatio", - "GR85_RandomizedMaskTransform", - "GR85_Sam2Segmentation", - "GR85_SaveImageFile", - "GR85_SaveTextFile", "GR85_SeedBasedOutputSelector", - "GR85_ShowText", "GR85_SimpleWildcardPicker", - "GR85_StrSafe", "GR85_TagInjector", "GR85_TagInjectorDuo", "GR85_TagInjectorLarge", - "GR85_TagInjectorSingle", - "GR85_VerticalWildcardPicker" + "GR85_TagInjectorSingle" ], { "title_aux": "comfyui_gr85" @@ -40061,6 +58130,7 @@ ], "https://github.com/viperyl/ComfyUI-RGT": [ [ + "RGT Upscale", "RGT_Upscale" ], { @@ -40079,7 +58149,6 @@ "Hy3D21MeshUVWrap", "Hy3D21MeshlibDecimate", "Hy3D21MultiViewsGeneratorWithMetaData", - "Hy3D21MultiViewsMeshGenerator", "Hy3D21PostprocessMesh", "Hy3D21ResizeImages", "Hy3D21SimpleMeshlibDecimate", @@ -40099,6 +58168,68 @@ "title_aux": "ComfyUI-Hunyuan3d-2-1" } ], + "https://github.com/visualbruno/ComfyUI-Trellis2": [ + [ + "Trellis2BatchSimplifyMeshAndExport", + "Trellis2Continue", + "Trellis2Continue3", + "Trellis2Continue4", + "Trellis2DecodeLatents", + "Trellis2ExportMesh", + "Trellis2FillHolesWithCuMesh", + "Trellis2FillHolesWithMeshlib", + "Trellis2ImageCondGenerator", + "Trellis2LaplacianSmoothingWithOpen3d", + "Trellis2LoadImageWithTransparency", + "Trellis2LoadMesh", + "Trellis2LoadModel", + "Trellis2MeshRefiner", + "Trellis2MeshTexturing", + "Trellis2MeshTexturingMultiView", + "Trellis2MeshWithVoxelAdvancedGenerator", + "Trellis2MeshWithVoxelCascadeGenerator", + "Trellis2MeshWithVoxelGenerator", + "Trellis2MeshWithVoxelMultiViewGenerator", + "Trellis2MeshWithVoxelToMeshlibMesh", + "Trellis2MeshWithVoxelToTrimesh", + "Trellis2MultiViewTexturing", + "Trellis2OvoxelExportToGLB", + "Trellis2PostProcess2", + "Trellis2PostProcessAndUnWrapAndRasterizer", + "Trellis2PostProcessMesh", + "Trellis2PreProcessImage", + "Trellis2ProgressiveSimplify", + "Trellis2ReconstructMesh", + "Trellis2ReconstructMeshWithQuad", + "Trellis2Remesh", + "Trellis2RemeshWithQuad", + "Trellis2ShapeCascadeGenerator", + "Trellis2ShapeGenerator", + "Trellis2SimplifyMesh", + "Trellis2SimplifyMeshAdvanced", + "Trellis2SimplifyTrimesh", + "Trellis2SimplifyTrimeshAdvanced", + "Trellis2SmoothNormals", + "Trellis2SparseGenerator", + "Trellis2StringSelector", + "Trellis2TexSlatGenerator", + "Trellis2TrimeshToMeshWithVoxel", + "Trellis2UnWrapAndRasterizer", + "Trellis2UnWrapTrimesh", + "Trellis2WeldVertices" + ], + { + "title_aux": "ComfyUI-Trellis2" + } + ], + "https://github.com/vito0131/ComfyUI-DepthNormalizer": [ + [ + "DepthRangeTo230Manual" + ], + { + "title_aux": "ComfyUI-DepthNormalizer" + } + ], "https://github.com/vivax3794/ComfyUI-Sub-Nodes": [ [ "VIV_Default", @@ -40123,6 +58254,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" @@ -40153,24 +58309,163 @@ "title_aux": "ComfyUI_BishaNodes" } ], + "https://github.com/voxta-ai/ComfyUI-VoxtaNodes": [ + [ + "VoxtaExportCharacter", + "VoxtaFilterExistingCombinations", + "VoxtaOutputFolder" + ], + { + "title_aux": "Voxta ComfyUI Nodes" + } + ], "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": [ [ + "BeatImpactAnalysisNode", + "BeatSceneDurationNode", "ColorMatchToReference", "FastFilmGrain", "FastLaplacianSharpen", "FastSobelSharpen", - "FastUnsharpSharpen" + "FastUnsharpSharpen", + "IndexedImageFromFolder", + "IndexedImageFromFolder_ForRemakeMode", + "SRTLyricsMerger", + "VRGDG_ArchiveLlmBatchFolders", + "VRGDG_AudioCrop", + "VRGDG_AudioCropTime", + "VRGDG_AudioDelayByIndex", + "VRGDG_BoxIT", + "VRGDG_BuildVideoOutputPath_General", + "VRGDG_BuildVideoOutputPath_General_SRT", + "VRGDG_CalculateSetsFromAudio", + "VRGDG_CalculateSetsFromAudio_Queue", + "VRGDG_CleanAudio", + "VRGDG_CombinevideosV2", + "VRGDG_CombinevideosV3", + "VRGDG_CombinevideosV5", + "VRGDG_ConditionalLoadVideos", + "VRGDG_CreateFinalVideo", + "VRGDG_CreateFinalVideo_SRT", + "VRGDG_CreateSilentAudio", + "VRGDG_DisplayIndex", + "VRGDG_DurationIndexFloat", + "VRGDG_Extract_Frame_Number", + "VRGDG_GeneralPromptBatcher", + "VRGDG_GeneralVLM", + "VRGDG_GetAudioFilePath", + "VRGDG_GetFilenamePrefix", + "VRGDG_GetIndexNumber", + "VRGDG_GetRunIndexFromJson", + "VRGDG_GetStems", + "VRGDG_HumoReminderNode", + "VRGDG_ImageIndex0HUMOEDIT", + "VRGDG_ImageIndexMap", + "VRGDG_ImageSwitch4", + "VRGDG_ImageSwitchMultiDynamic", + "VRGDG_ImageSwitchMultiDynamic002", + "VRGDG_IndexedPromptChunker", + "VRGDG_IndexedPromptChunkerV2", + "VRGDG_IntToFloat", + "VRGDG_IntToString", + "VRGDG_Json2String", + "VRGDG_LLM_Multi", + "VRGDG_LLM_OutputSaver", + "VRGDG_LLM_PromptBatcher", + "VRGDG_LUTS", + "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_LoadAudioWithPath", + "VRGDG_LoadLatestCombinedJsonText", + "VRGDG_LoadText", + "VRGDG_LoadTextAdvanced", + "VRGDG_LoadVideos", + "VRGDG_LocalLLM", + "VRGDG_LyricsEmotionMerger", + "VRGDG_MakeLUT", + "VRGDG_ManualLyricsExtractor", + "VRGDG_ManualLyricsExtractor_SRT", + "VRGDG_MusicVideoPromptCreator", + "VRGDG_MusicVideoPromptCreatorV2", + "VRGDG_MusicVideoPromptCreatorV3", + "VRGDG_MuteUnmute4PromptCreatorWF_0", + "VRGDG_MuteUnmute4PromptCreatorWF_1", + "VRGDG_MuteUnmute4PromptCreatorWF_2", + "VRGDG_NanoBananaPro", + "VRGDG_NoteBox", + "VRGDG_PadVideoWithLastFrame", + "VRGDG_PostRunIndexStepper", + "VRGDG_PromptCreatorUI", + "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_Qwen2.5", + "VRGDG_Qwen3.5", + "VRGDG_RunStateLogger_SRT", + "VRGDG_SaveAudio", + "VRGDG_SaveAudioFilePath", + "VRGDG_SaveText", + "VRGDG_SaveTextAdvanced", + "VRGDG_SetGroupStateMulti", + "VRGDG_SetMuteStateMulti", + "VRGDG_ShowAny", + "VRGDG_ShowImage", + "VRGDG_ShowText", + "VRGDG_SmartSplitTextTwo", + "VRGDG_SpeechEmotionExtractor", + "VRGDG_SplitPrompt_T2I_I2V", + "VRGDG_StoryBoardCreator", + "VRGDG_String2Json", + "VRGDG_StringConcat", + "VRGDG_TextBox", + "VRGDG_ThemeSplitter", + "VRGDG_TimecodeFromIndex", + "VRGDG_TranscribeText", + "VRGDG_TriggerCounter", + "VRGDG_TrimFinalClip", + "VRGDG_TrimImageBatch", + "VRGDG_TrimImageBatch_SRTOnly", + "VRGDG_UpdateLatestCombinedJsonPrompts", + "VRGDG_UpdateLatestCombinedJsonPrompts_zimage", + "VRGDG_VideoSplitter" ], { "title_aux": "VRGameDevGirl Video Enhancement Nodes" } ], - "https://github.com/vsaan212/Comfy-ui-textsplit": [ + "https://github.com/vsaan212/Vsaan212-workflow-utilities": [ [ - "TextSplit" + "ComfyUI_ScenarioSelector", + "ComfyUI_subjectselector", + "LazyPromptSaver", + "OptionalSwitchLoRA", + "Vsaan_OptionalSwitchLoRA", + "Vsaan_ScenarioSelector", + "Vsaan_SubjectSelector", + "Vsaan_TextSplit" ], { - "title_aux": "ComfyUI Text Split Node" + "title_aux": "Vsaan212-workflow-utilities" } ], "https://github.com/vsevolod-oparin/comfyui-kandinsky22": [ @@ -40195,13 +58490,31 @@ ], "https://github.com/vslinx/ComfyUI-vslinx-nodes": [ [ + "vsLinx_AppendLorasFromNodeToString", + "vsLinx_BooleanAndOperator", + "vsLinx_BooleanFlip", + "vsLinx_BooleanOrOperator", + "vsLinx_BypassOnBool", + "vsLinx_FitImageIntoBBoxMask", + "vsLinx_ImpactMultilineWildcardText", + "vsLinx_LoadLastGeneratedImage", "vsLinx_LoadSelectedImagesBatch", - "vsLinx_LoadSelectedImagesList" + "vsLinx_LoadSelectedImagesList", + "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", @@ -40236,7 +58549,8 @@ ], "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": [ [ - "VGGTVideoCameraNode" + "VGGTVideoCameraNode", + "VVLVGGTLoader" ], { "title_aux": "ComfyUI VVL Video Camera Advanced" @@ -40256,9 +58570,113 @@ "title_aux": "ComfyUI-AbstractImaGen" } ], + "https://github.com/wakaura-asaho/comfyui-dynamic-selector": [ + [ + "DynamicCombo", + "DynamicTypeSelector" + ], + { + "title_aux": "comfyui-dynamic-selector" + } + ], + "https://github.com/wakaya/ComfyUI-JunsAirgapGuard": [ + [ + "JunsAirgapGuard", + "author", + "description", + "name", + "nodes", + "repository", + "tags" + ], + { + "title_aux": "ComfyUI-JunsAirgapGuard" + } + ], + "https://github.com/walke2019/ComfyUI-GGUF-VLM": [ + [ + "LocalTextModelLoader", + "MemoryManagerNode", + "MultiImageAnalysis", + "NexaServiceStatus", + "RemoteAPIConfig", + "RemoteTextModelSelector", + "RemoteVisionAnalysis", + "RemoteVisionModelConfig", + "SystemPromptConfig", + "TextGeneration", + "TextGenerationNode", + "TextModelLoader", + "VisionLanguageNode", + "VisionModelLoader", + "VisionModelLoaderTransformers" + ], + { + "title_aux": "Qwen2.5-VL GGUF Nodes" + } + ], + "https://github.com/wallen0322/ComfyUI-AE-Animation": [ + [ + "AEAnimation" + ], + { + "title_aux": "ComfyUI-AE-Animation" + } + ], + "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": [ + [ + "QI_DyPE", + "QI_QwenVLClipWrapper", + "QI_RefEditEncode_Safe", + "QI_TextEncodeQwenImageEdit_Safe", + "QI_VAEDecodeLockSize" + ], + { + "title_aux": "ComfyUI-QI-QwenEditSafe" + } + ], + "https://github.com/wallen0322/ComfyUI-SageAttention3": [ + [ + "Sage3AttentionOnlySwitch" + ], + { + "title_aux": "ComfyUI-SageAttention3" + } + ], + "https://github.com/wallen0322/ComfyUI-Wan22FMLF": [ + [ + "WanAdvancedExtractLastFrames", + "WanAdvancedExtractLastImages", + "WanAdvancedI2V", + "WanFirstMiddleLastFrameToVideo", + "WanFourFrameReferenceUltimate", + "WanMultiFrameRefToVideo", + "WanMultiImageLoader", + "WanSVIProAdvancedI2V" + ], + { + "title_aux": "ComfyUI-Wan22FMLF" + } + ], + "https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer": [ + [ + "WanAnimateModelEnhancer", + "WanAnimateToVideoEnhanced" + ], + { + "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)", @@ -40303,6 +58721,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" @@ -40333,18 +58767,29 @@ ], "https://github.com/wawahuy/ComfyUI-HTTP": [ [ - "Base64ToImageNode", - "HTTPFormDataConcatNode", - "HTTPFormDataNode", - "HTTPFormFileItemNode", - "HTTPFormImageItemNode", - "HTTPFormTextItemNode", - "HTTPGetJSONFieldNode", - "HTTPGetNode", - "HTTPPostFormDataNode", - "HTTPPostJSONNode", - "HTTPPostRawNode", - "ImageToBase64Node" + "Base64ToImage", + "HTTPAuth", + "HTTPConvertJSON", + "HTTPDelete", + "HTTPDisplayResult", + "HTTPFileUpload", + "HTTPFormData", + "HTTPFormDataConcat", + "HTTPFormDataItem", + "HTTPFormFileItem", + "HTTPFormImageItem", + "HTTPFormTextItem", + "HTTPGet", + "HTTPGetJSONField", + "HTTPHead", + "HTTPImageLoader", + "HTTPOptions", + "HTTPPatch", + "HTTPPost", + "HTTPPut", + "HTTPSessionManager", + "HTTPUtils", + "ImageToBase64" ], { "title_aux": "ComfyUI HTTP - REST API Nodes" @@ -40382,8 +58827,33 @@ "title_aux": "ComfyUI WB Utils" } ], + "https://github.com/weekii/ComfyUI-GGUF-FX": [ + [ + "GGUFModelManager", + "LocalTextModelLoader", + "MultiImageAnalysis", + "MultiImageComparison", + "NexaModelSelector", + "NexaServiceStatus", + "NexaTextGeneration", + "RemoteTextModelSelector", + "SystemPromptConfig", + "TextGeneration", + "TextGenerationNode", + "TextModelLoader", + "VisionLanguageNode", + "VisionLanguageNodeTransformers", + "VisionModelLoader", + "VisionModelLoaderTransformers" + ], + { + "title_aux": "ComfyUI-GGUF-FX" + } + ], "https://github.com/weekii/comfyui-save-image-pro": [ [ + "LoadImageFromURLPro", + "LoadMaskFromURLPro", "SaveImageAdvanced", "SaveImageSimple" ], @@ -40449,8 +58919,32 @@ "title_aux": "ComfyUI-ultimate-openpose-render" } ], + "https://github.com/wgedeon/comfyui_play_traversal": [ + [ + "fot_BatchData", + "fot_PlayAct", + "fot_PlayActData", + "fot_PlayContinue", + "fot_PlayData", + "fot_PlayStart", + "fot_Scene", + "fot_SceneBackdrop", + "fot_SceneBackdropData", + "fot_SceneBeat", + "fot_SceneBeatData", + "fot_SceneData" + ], + { + "title_aux": "comfyui_play_traversal" + } + ], "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", @@ -40481,16 +58975,27 @@ ], "https://github.com/whmc76/ComfyUI-UniversalToolkit": [ [ + "APIImageGenerator_UTK", "AudioCropProcessUTK", + "BboxVisualize_UTK", + "BestContextWindow_UTK", + "BlockifyMask_UTK", "CheckMask_UTK", + "ColorMatch_UTK", + "ColorToMask_UTK", "CropByMask_UTK", "DepthMapBlur_UTK", "EmptyUnitGenerator_UTK", + "Extract_Video_Frames_UTK", "FillMaskedArea_UTK", + "GetImageRangeFromBatch_UTK", "ImageAndMaskPreview_UTK", + "ImageBatchExtendWithOverlap_UTK", + "ImageBlendAdvance_UTK", "ImageCombineAlpha_UTK", "ImageConcatenateMulti_UTK", "ImageConcatenate_UTK", + "ImageCropByMaskAndResize_UTK", "ImageMaskScaleAs_UTK", "ImagePadForOutpaintMasked_UTK", "ImageRatioDetector_UTK", @@ -40498,6 +59003,7 @@ "ImageScaleByAspectRatio_UTK", "ImageScaleRestore_UTK", "ImitationHueNode_UTK", + "LazySwitchKJ_UTK", "LoadAudioPlusFromPath_UTK", "LoadKontextPresets_UTK", "LoraInfo_UTK", @@ -40506,9 +59012,13 @@ "MaskSub_UTK", "MathExpression_UTK", "PurgeVRAM_UTK", + "ResizeImageVerKJ_UTK", "RestoreCropBox_UTK", + "SeparateMasks_UTK", + "ShowAny_UTK", "TextBoxNode_UTK", "TextConcatenate_UTK", + "TextTranslatorAPI_UTK", "ThinkRemover_UTK", "Video_Prompt_Helper" ], @@ -40525,6 +59035,14 @@ "title_aux": "ComfyUI-Chatterbox" } ], + "https://github.com/wildminder/ComfyUI-DyPE": [ + [ + "DyPE_FLUX" + ], + { + "title_aux": "ComfyUI-DyPE" + } + ], "https://github.com/wildminder/ComfyUI-KEEP": [ [ "KEEP_FaceUpscaleImage", @@ -40535,6 +59053,33 @@ "title_aux": "ComfyUI-KEEP" } ], + "https://github.com/wildminder/ComfyUI-KaniTTS": [ + [ + "KaniTTS" + ], + { + "title_aux": "ComfyUI-KaniTTS" + } + ], + "https://github.com/wildminder/ComfyUI-VibeVoice": [ + [ + "VibeVoiceTTS" + ], + { + "title_aux": "ComfyUI-VibeVoice" + } + ], + "https://github.com/wildminder/ComfyUI-VoxCPM": [ + [ + "VoxCPM_DatasetMaker", + "VoxCPM_LoraTrainer", + "VoxCPM_TTS", + "VoxCPM_TrainConfig" + ], + { + "title_aux": "ComfyUI-VoxCPM" + } + ], "https://github.com/willchil/ComfyUI-Environment-Visualizer": [ [ "EnvironmentVisualizer", @@ -40545,31 +59090,65 @@ "title_aux": "ComfyUI-Environment-Visualizer" } ], + "https://github.com/willmiao/ComfyUI-Lora-Manager": [ + [ + "DebugMetadataLM", + "LoraCyclerLM", + "LoraLoaderLM", + "LoraPoolLM", + "LoraRandomizerLM", + "LoraStackerLM", + "LoraTextLoaderLM", + "PromptLM", + "SaveImageLM", + "TextLM", + "TriggerWordToggleLM", + "WanVideoLoraSelectLM", + "WanVideoLoraTextSelectLM" + ], + { + "title_aux": "ComfyUI-Lora-Manager" + } + ], "https://github.com/windfancy/zsq_prompt": [ [ "BatchPromptJson", "BatchPromptSelector", "ConnectionString", "DoubleCLIPEncode", + "FaceRestoreCFWithModel", "FloatMathOperation", "ImageAddText", + "ImageColorAdapter", "ImageEmpty", "IndexString", "IntMathOperation", "JoinImageBatch", "LLMImage", "LLMText", + "LoadImagesFromFolder", + "MaskToImage", "OptionString", + "PersonMaskUltraV2", "PortraitStyler", + "ReActorBuildFaceModel", + "ReActorMakeFaceModelBatch", + "ReActorSaveFaceModel", "SaveJpgImage", "StringInput", "ZSQPixelLatent", "ZSQRatioLatent", "ZSQShowINT", "ZSQShowText", + "ZsqLatent", "checkpoint_sampler", + "checkpoint_sampler_dualclip", + "checkpoint_sampler_tripleclip", + "checkpoint_sampler_unet", "controlnetStack", "controlnetStack_2", + "face_reactor", + "face_reactor_plus", "imageConcat", "imageCount", "imageCrop", @@ -40577,7 +59156,6 @@ "imageFilter", "imageFlip", "imageGaussianBlur", - "imageHug", "imageRGB", "imageRatio", "imageResize", @@ -40592,6 +59170,7 @@ "loraStack", "loraStack_2", "stylesSelector", + "zsq_rmbg", "zsqcheckpoint", "zsqcontrolnet", "zsqsampler" @@ -40647,32 +59226,54 @@ "title_aux": "mpx-comfyui-nodes" } ], + "https://github.com/wizdroid/wizdroid-character": [ + [ + "WizdroidBackground", + "WizdroidCharacterEdit", + "WizdroidCharacterPrompt", + "WizdroidImageEdit", + "WizdroidLoRADataset", + "WizdroidMetaPrompt", + "WizdroidPhotoAspect", + "WizdroidPromptCombiner", + "WizdroidSceneGenerator" + ], + { + "title_aux": "Wizdroid Character Nodes for ComfyUI" + } + ], "https://github.com/wjl0313/ComfyUI_KimNodes": [ [ "Add_ImageMetadata", + "Bitch_Filter", "BoundingBox_Cropper", "Crop_Paste", "Distribute_Icons", "Edge_Element_Cropper", - "ExtractDifferenceLora", "IconDistributeByGrid", "Icon_Position_Cropper", "Image_Classification", + "Image_List_Splitter", "Image_PixelFilter", "Image_Resize", + "Image_Square_Pad", + "JSON_Image_Compositor", "KimFilter", "KimHDR", "LoRA_Metadata_Reader", "LoadImage_Metadata", "Manual_MetadataInput", + "Mask_Add_Switch", "Mask_Noise_Cleaner", "Mask_White_Area_Ratio", "MaxLength_ImageListSelector", "Percentage_Cropper", "Pixelate_Filter", + "Prompt_Loader", "Prompt_Text", "Save_Image", "Seamless_Icon_Generator", + "Seamless_Tiling_Generator", "Split_Mask", "Text_Match", "Text_Processor", @@ -40732,6 +59333,15 @@ "title_aux": "comfyui-some-image-processing-stuff" } ], + "https://github.com/wobba/ComfyUI-ChatterBox-Turbo": [ + [ + "ChatterboxTurboDialogue", + "ChatterboxTurboGenerate" + ], + { + "title_aux": "ComfyUI-ChatterBox-Turbo" + } + ], "https://github.com/woct0rdho/ComfyUI-RadialAttn": [ [ "PatchRadialAttn" @@ -40802,6 +59412,37 @@ "title_aux": "ComfyUI-RK-Sampler" } ], + "https://github.com/wouterverweirder/comfyui-penplotter": [ + [ + "DisengagePlotter", + "ImageToCenterline", + "OptimizeSVG", + "PlotSVG" + ], + { + "title_aux": "ComfyUI PenPlotter" + } + ], + "https://github.com/wouterverweirder/comfyui_live_input_stream": [ + [ + "be.aboutme.comfyui.live_input_stream.mjpeg_stream_capture_advanced", + "be.aboutme.comfyui.live_input_stream.screen_capture_advanced", + "be.aboutme.comfyui.live_input_stream.webcam_capture_advanced" + ], + { + "title_aux": "comfyui_live_input_stream" + } + ], + "https://github.com/wouterverweirder/comfyui_sam3": [ + [ + "MaskOutline", + "SAM3Segmentation", + "SEGSToRectangle" + ], + { + "title_aux": "ComfyUI SAM3" + } + ], "https://github.com/wqjuser/ComfyUI-Chat-Image": [ [ "LLMImageDescription" @@ -40810,6 +59451,17 @@ "title_aux": "ComfyUI-Chat-Image" } ], + "https://github.com/writer-in-fancy-pants/octo_json_presets": [ + [ + "Anything into string", + "Load Experiment Presets Json", + "Model Presets", + "Save Experiment Presets Json" + ], + { + "title_aux": "Octo Json Presets" + } + ], "https://github.com/wu12023/ComfyUI-Image-Evaluation": [ [ "Clip_Score-\ud83d\udd2c", @@ -40852,6 +59504,14 @@ "title_aux": "ComfyUI-Simple-Aspect-Ratio" } ], + "https://github.com/wwzhifeng/comfyui-jsonprompt": [ + [ + "JSONPromptBuilder" + ], + { + "title_aux": "comfyui-jsonprompt" + } + ], "https://github.com/wywywywy/ComfyUI-pause": [ [ "PauseWorkflowNode" @@ -40860,6 +59520,56 @@ "title_aux": "ComfyUI Pause Workflow Node" } ], + "https://github.com/wzken/ComfyUI-Steganos-Node": [ + [ + "SteganosNode" + ], + { + "title_aux": "Steganos Node for ComfyUI" + } + ], + "https://github.com/wzyfromhust/ComfyUI_SAM2UltraV2": [ + [ + "SAM2UltraV2: Crop", + "SAM2UltraV2: LoadModel", + "SAM2UltraV2: MaskKeepLargestN", + "SAM2UltraV2: UpperBody" + ], + { + "author": "chflame", + "description": "A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.", + "nickname": "LayerStyle", + "title": "LayerStyle", + "title_aux": "ComfyUI_SAM2UltraV2" + } + ], + "https://github.com/x0x0b/ComfyUI-PromptHistoryGallery": [ + [ + "PromptHistoryInput" + ], + { + "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", @@ -40903,6 +59613,14 @@ "title_aux": "NodeGPT" } ], + "https://github.com/xelavi9966-cell/ComfyUI-TagTable": [ + [ + "TagTableNode" + ], + { + "title_aux": "ComfyUI-TagTable" + } + ], "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": [ [ "ComfyUI_EXO_Clip_Text_Encode", @@ -40922,6 +59640,15 @@ "title_aux": "EXO Custom ComfyUI Nodes" } ], + "https://github.com/xhh522/ComfyUI-preview-monitor": [ + [ + "HybridPreviewImageMonitor", + "PreviewImageMonitor" + ], + { + "title_aux": "ComfyUI Preview Monitor" + } + ], "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": [ [ "DownloadAndLoadFramePackModel", @@ -40942,6 +59669,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" @@ -40950,6 +59686,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" @@ -40981,6 +59725,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", @@ -41020,6 +59772,69 @@ "title_aux": "ComfyUI_SendDiscord" } ], + "https://github.com/xmarre/ComfyUI-AutoGuidance": [ + [ + "AutoGuidanceCFGGuider", + "AutoGuidanceImpactDetailerHookProvider" + ], + { + "title_aux": "ComfyUI-AutoGuidance" + } + ], + "https://github.com/xmarre/ComfyUI-ScaleLockedResidualDiffusion": [ + [ + "ScaleLockedCFGGuider", + "ScaleLockedDetailerHookProvider", + "ScaleLockedNestedNoisePreview", + "ScaleLockedResidualKSampler", + "ScaleLockedResidualSamplerCustomAdvanced", + "ScaleLockedRuntimeContextBuilder" + ], + { + "title_aux": "ComfyUI-ScaleLockedResidualDiffusion" + } + ], + "https://github.com/xmarre/ComfyUI-StableManifoldCompander": [ + [ + "SMCAffineAnchorResize", + "SMCAffineCompand", + "SMCAffineEstimate", + "SMCAffineLowHighSplit", + "SMCAffineProfile", + "SMCAffineRecombine", + "SMCAnchorResolution", + "SMCCompand", + "SMCCompandBlend", + "SMCCompositeCrop", + "SMCConfig", + "SMCDescribe", + "SMCDetailerHookProvider", + "SMCExtractMaskedCrop", + "SMCFrequencySplit", + "SMCMakeAnchor", + "SMCSelfAnchorDetailerHookProvider", + "StableManifoldAnchorResize", + "StableManifoldCompand", + "StableManifoldEstimate", + "StableManifoldLowHighSplit", + "StableManifoldProfile", + "StableManifoldRecombine", + "StableManifoldSelfAnchorDetailerHookProvider" + ], + { + "title_aux": "ComfyUI-StableManifoldCompander" + } + ], + "https://github.com/xmarre/ComfyUI_Monarch_Attention": [ + [ + "MonarchAttentionDisable", + "MonarchAttentionEnable", + "MonarchAttentionStatus" + ], + { + "title_aux": "ComfyUI_Monarch_Attention" + } + ], "https://github.com/xmarre/TorchCompileModel_LoRASafe": [ [ "TorchCompileModel_LoRASafe" @@ -41053,6 +59868,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" @@ -41061,6 +59895,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", @@ -41077,8 +59925,7 @@ "MuseTalkPostprocess", "MuseTalkPreprocess", "MuseTalkTrain", - "MuseTalkTrainPreprocess", - "MuseTalkUncropMask" + "MuseTalkTrainPreprocess" ], { "title_aux": "ComfyUI-MuseTalkUtils" @@ -41101,6 +59948,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", @@ -41126,7 +59981,6 @@ "ForInnerEnd", "ForInnerStart", "ForStart", - "GLM3Prompt", "IdentifyingQR", "IfInnerExecute", "Image2Video", @@ -41167,15 +60021,25 @@ "LamGetPngInfo", "LamHeyGemNode", "LamHeyGemQueryNode", + "LamIndexTTS2AdvancedParams", + "LamIndexTTS2Node0", + "LamIndexTTS2Node1", + "LamIndexTTS2Node2", + "LamIndexTTS2Node3", + "LamIndexTTS2UnloadModel", "LamLoadImageBase64", "LamLoadPathImage", "LamLoadVideo", + "LamPanorama2Spherical", "LamReadFileList", "LamSamplerName", "LamSaveAudio", "LamSaveOnly", "LamSaveVideo", "LamScheduler", + "LamSpherical2Panorama", + "LamSwitchMiddle", + "LamSwitchStart", "LamSwitcherCase", "LamViewVideo", "LamViewVideoOut", @@ -41197,11 +60061,14 @@ "MultiTextSetArea", "MultiTextSetGligen", "MultiTextSetMask", + "OpenAiPrompt", "OutDoWhileEnd", "OutDoWhileStart", "PreviewImageLam", "PromptTranslator", "QRCode", + "QwenImageEditNode", + "QwenImageNode", "SaveImageLam", "SaveImgOutputLam", "SectionEnd", @@ -41220,6 +60087,32 @@ "title_aux": "ComfyUI_Lam" } ], + "https://github.com/yannickcruz/ComfyUI_YSC_HighResFix": [ + [ + "YSC_HighresFix" + ], + { + "title_aux": "ComfyUI YSC HighRes-Fix" + } + ], + "https://github.com/yano/comfyui-fast-mosaic-detector": [ + [ + "MosaicDetectionNode" + ], + { + "title_aux": "ComfyUI Fast Mosaic Detector" + } + ], + "https://github.com/yaofeng/comfyui-agent-adapter": [ + [ + "Base64Decode", + "Base64Encode", + "ImageSizeCalc" + ], + { + "title_aux": "comfyui-agent-adapter" + } + ], "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": [ [ "ColorGradeSampler", @@ -41240,6 +60133,23 @@ "title_aux": "ComfyUI Preview Magnifier" } ], + "https://github.com/ycyy/ComfyUI-YCYY-API": [ + [ + "YCYY_API_Config_Options", + "YCYY_API_Proxy_Options", + "YCYY_Gemini_Image_API", + "YCYY_Gemini_Image_Preset", + "YCYY_Gemini_STT_API", + "YCYY_Gemini_TTS_API", + "YCYY_ModelScope_Image_API", + "YCYY_Ollama_LLM_API", + "YCYY_Ollama_LLM_Advanced_Options", + "YCYY_Ollama_VLM_API" + ], + { + "title_aux": "ComfyUI-YCYY-API" + } + ], "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": [ [ "LoraInfo" @@ -41248,6 +60158,14 @@ "title_aux": "ComfyUI-YCYY-LoraInfo" } ], + "https://github.com/yeeyou/ComfyUI-OpenAI-Compatible-API": [ + [ + "OpenAICompatibleLLM" + ], + { + "title_aux": "ComfyUI OpenAI Compatible API Node" + } + ], "https://github.com/yffyhk/comfyui_auto_danbooru": [ [ "GetDanbooru", @@ -41293,8 +60211,6 @@ ], "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": [ [ - "Preview3DModel", - "Save3DModel", "StabilityControlSketch", "StabilityControlStructure", "StabilityControlStyle", @@ -41305,9 +60221,7 @@ "StabilityImageUltra", "StabilityUpscaleConservative", "StabilityUpscaleCreative", - "StabilityUpscaleFast", - "StableFast3D", - "StablePointAware3D" + "StabilityUpscaleFast" ], { "title_aux": "ComfyUI-Stability-AI-API" @@ -41322,11 +60236,33 @@ "title_aux": "ComfyUI-LinearTransition" } ], + "https://github.com/yichengup/ComfyUI-VideoTransition": [ + [ + "CubeRotationNode", + "VideoBlindsTransitionNode", + "VideoBlinkTransitionNode", + "VideoCheckerboardTransitionNode", + "VideoCrossfadeNode", + "VideoCubeRotationAdvancedNode", + "VideoCubeTransitionNode", + "VideoExplosionTransitionNode", + "VideoFlip3DTransitionNode", + "VideoGlitchArtEnhancedNode", + "VideoGlitchArtTransitionNode", + "VideoPageTurnNode", + "VideoShakeTransitionNode", + "VideoWarpTransitionNode" + ], + { + "title_aux": "ComfyUI-VideoTransition" + } + ], "https://github.com/yichengup/ComfyUI-YCNodes": [ [ "AdvancedImageSelector", "DynamicThreshold", "ImageBatchSelector", + "ImageBlendMaskFitCover", "ImageBlendResize", "ImageIC", "ImageICAdvanced", @@ -41334,14 +60270,14 @@ "ImageMirror", "ImageMosaic", "ImageRotate", + "ImageScaleRestoreV2_YC", "ImageSelector", - "ImageSmartCrop", - "ImageSmartPad", "ImageUpscaleTiled", "IrregularToEllipseMask", "LoadImagesFromFolder", "MaskBatchComposite", "MaskBatchCopy", + "MaskComposite", "MaskContourFillNode", "MaskCropRestore_YC", "MaskCrop_YC", @@ -41349,6 +60285,7 @@ "MaskFromBatch", "MaskPreviewNode", "MaskRepeatBatch", + "MaskResizeToRatio", "MaskSmartValleySplit", "MaskSplitFilter", "MaskTopNFilter", @@ -41360,18 +60297,64 @@ "YC Text Condition Switch", "YC Text Index Switch", "YC Universal Gate", - "YCMaskComposite", + "YCImageAccumulator", + "YCImageSmartCrop", + "YCImageSmartPad", + "YCImageTile", + "YCImageUntile", + "YCMaskBlur", + "YCMaskDirectionExpand", + "YCMaskRatioPadCrop", "YCRemapMaskRange", "YCTextImageGenerator", "YC_FiveTextCombineNode", "YC_Image_Save", + "YC_MaskColorOverlay", "YC_SingleTextNode", - "YC_textReplaceNode" + "YC_textReplaceNode", + "ycImageTilem" ], { "title_aux": "ComfyUI-YCNodes" } ], + "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit": [ + [ + "YCLiveLoadImagesMulti", + "YCSwitch", + "YC_ShowText", + "ycBBoxBridge", + "ycCanvasBBox", + "ycCanvasBBoxMask", + "ycimagebrushmask" + ], + { + "title_aux": "ComfyUI-YCNodes_Toolkit" + } + ], + "https://github.com/yichengup/ComfyUI-gaussian_preview": [ + [ + "SavePLY", + "YCGaussianPreview" + ], + { + "title_aux": "ComfyUI-gaussian_preview" + } + ], + "https://github.com/yichengup/ComfyUI_SwiftCut": [ + [ + "SelectImages", + "SelectImagesAdvanced", + "YCImageBatchBlend", + "YCImageColorTrackBindPro", + "YCImageOverlayBlend", + "YCImagePushPullLens", + "YC_Subtitle" + ], + { + "title_aux": "ComfyUI_SwiftCut" + } + ], "https://github.com/yichengup/ComfyUI_Yc_JanusPro": [ [ "ImageAnalyzer", @@ -41472,6 +60455,31 @@ "title_aux": "florence_dw" } ], + "https://github.com/yogurt7771/ComfyUI-YogurtNodes": [ + [ + "WrappedLLMNode" + ], + { + "title_aux": "ComfyUI-YogurtNodes" + } + ], + "https://github.com/yohji-yohji/comfyui-nanobanana-pro": [ + [ + "Gemini3ProGenerateContent" + ], + { + "title_aux": "comfyui-nanobanana-pro" + } + ], + "https://github.com/yolain/ComfyUI-Easy-DotsOCR": [ + [ + "easy applyDotsOCR", + "easy downloadDotsOCRAndLoadModel" + ], + { + "title_aux": "ComfyUI-Easy-DotsOCR" + } + ], "https://github.com/yolain/ComfyUI-Easy-Use": [ [ "dynamicThresholdingFull", @@ -41542,6 +60550,7 @@ "easy imageCount", "easy imageCropFromMask", "easy imageDetailTransfer", + "easy imageHSVMask", "easy imageIndexSwitch", "easy imageInsetCrop", "easy imageInterrogator", @@ -41610,6 +60619,7 @@ "easy mathInt", "easy mathString", "easy mochiLoader", + "easy multiAngle", "easy negative", "easy outputToList", "easy pipeBatchIndex", @@ -41656,14 +60666,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", @@ -41679,6 +60695,14 @@ "title_aux": "ComfyUI Easy Use" } ], + "https://github.com/yolain/SaveVideoRGBA": [ + [ + "SaveVideoRGBA" + ], + { + "title_aux": "SaveVideoRGBA" + } + ], "https://github.com/yolanother/ComfyUI-Save16bitPng": [ [ "SaveImageARGB16PNG" @@ -41711,6 +60735,7 @@ "DTLoadLatent", "DTLoraLoader", "DTLorasLoader", + "DTPreviewImage", "DTStyleModelLoader", "DTUpscaleModelLoader", "DTVAELoader", @@ -41784,14 +60809,30 @@ [ "KY_AnyByIndex", "KY_AnyToList", + "KY_BBoxPosition", + "KY_BBoxToXYWH", "KY_BBoxesToSAM2", + "KY_CreateMask", + "KY_CreateVideoObjectFromPath", + "KY_CropImageByXYWH", + "KY_DummyOut", + "KY_Eval_Python", + "KY_FFmpegAddAudio", + "KY_FFmpegCustomCmd", + "KY_FFmpegImagesToVideo", + "KY_FFmpegTrimVideo", + "KY_FFmpegVideoToImages", "KY_FilePathAnalyzer-", "KY_FileSequenceAnalyzer", + "KY_First_NOT_EMPTY", + "KY_GetFromPath", + "KY_ImageCompare", "KY_ImageCropByBBox", "KY_JSONToBBox", "KY_JoinToString", "KY_LoadImageFrom", - "KY_LoadImagesFromFolder", + "KY_LoadVideoByPath", + "KY_Load_Images_from_path", "KY_MathExpression", "KY_MergeToJSON", "KY_OpenAICaptionImage", @@ -41800,7 +60841,11 @@ "KY_ReadImage", "KY_RegexExtractor", "KY_RegexReplace", + "KY_SaveImageSequence", "KY_SaveImageToPath", + "KY_SaveVideo", + "KY_ToVideoUrl", + "KY_Uploads", "KY_VideoCompare", "KY_isNone", "KY_restoreBBox", @@ -41843,6 +60888,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" @@ -41859,6 +60912,42 @@ "title_aux": "chinese_clip_encode" } ], + "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin": [ + [ + "HyVidelSrTransformerUpsamplerLoader", + "HyVidelSrVaeDecoder", + "HyVideo15Byt5Loader", + "HyVideo15CFG", + "HyVideo15GlyphByT5", + "HyVideo15I2VSampler", + "HyVideo15LatentsPrepare", + "HyVideo15ModelLoader", + "HyVideo15T2VSampler", + "HyVideo15TextEncode", + "HyVideo15TextEncoderLoader", + "HyVideo15Transformer", + "HyVideo15TransformerLoader", + "HyVideo15VaeDecode", + "HyVideo15VaeEncode", + "HyVideo15VaeLoader", + "HyVideo15VisionEncode", + "HyVideo15VisionEncoderLoader", + "HyVideoSrLatentsPrepare", + "HyVideoSrTransformer", + "HyVideoSrVaeEncode" + ], + { + "title_aux": "HunyuanVideo-1.5 nodes" + } + ], + "https://github.com/yukascomfy/ATI_AudioReactive": [ + [ + "AudioReactivePathAnimator" + ], + { + "title_aux": "ATI_AudioReactive" + } + ], "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": [ [ "Y7_SideBySide", @@ -41872,12 +60961,17 @@ [ "Y7Nodes_CLIP_TokenCounter", "Y7Nodes_CatchEditTextNodeDual", - "Y7Nodes_Grid2Batch", + "Y7Nodes_ColorMatchMasked", + "Y7Nodes_CropToNearestMultiple", "Y7Nodes_ImageRow", "Y7Nodes_ImageSizePresets", + "Y7Nodes_LMStudioText", + "Y7Nodes_LMStudioVision", "Y7Nodes_PromptEnhancerFlux", + "Y7Nodes_PromptEnhancerFlux2", + "Y7Nodes_QwenVL", + "Y7Nodes_SelectLMSModel", "Y7Nodes_ShowAnything", - "Y7Nodes_SmolVLM", "Y7Nodes_T5_TokenCounter", "Y7Nodes_Text" ], @@ -41888,7 +60982,9 @@ "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": [ [ "DepthAnythingEngineBuilder", - "DepthAnythingTensorrt" + "DepthAnythingMapDisplay", + "DepthAnythingTensorrt", + "DepthAnythingTensorrtAdvanced" ], { "title_aux": "ComfyUI Depth Anything TensorRT" @@ -41971,7 +61067,9 @@ "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": [ [ "LoadVideoDepthAnythingModel", - "VideoDepthAnythingProcess" + "VideoDepthAnythingOutput", + "VideoDepthAnythingProcess", + "VideoDepthAnythingSaveEXR" ], { "title_aux": "ComfyUI Video Depth Anything" @@ -41992,7 +61090,8 @@ "Add Subtitles To Background", "Add Subtitles To Frames", "Apply Whisper", - "Resize Cropped Subtitles" + "Resize Cropped Subtitles", + "Save SRT" ], { "title_aux": "ComfyUI Whisper" @@ -42072,6 +61171,28 @@ "title_aux": "ComfyUI-ColorCorrection" } ], + "https://github.com/zaknak/ComfyUi_zaknak_nodes": [ + [ + "CensorBarsByMask", + "ChatOnce", + "CompatibleEndpoint", + "CompatibleModelSelector", + "MosaicByMask", + "PromptPreset", + "VisionChatOnce" + ], + { + "title_aux": "ComfyUi_zaknak_nodes" + } + ], + "https://github.com/zavatmotion/ComfyUI-Workflow-Backup": [ + [ + "WorkflowBackup" + ], + { + "title_aux": "ComfyUI Workflow Backup" + } + ], "https://github.com/zccrs/comfyui-dci": [ [ "Base64Decoder", @@ -42110,7 +61231,6 @@ "https://github.com/zcfrank1st/Comfyui-Toolbox": [ [ "PreviewJson", - "PreviewVideo", "SaveJson", "TestJsonPreview" ], @@ -42129,7 +61249,7 @@ ], "https://github.com/zcfrank1st/comfyui_visual_anagrams": [ [ - "VisualAnagramsAnimate", + "VisialAnagramsSample", "VisualAnagramsSample" ], { @@ -42138,12 +61258,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", @@ -42213,16 +61354,47 @@ [ "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", + "FluxKontextMaxNode", + "FluxKontextProNode", + "GPTImageEditNode", + "GeminiChatNode", + "GeminiSegmentationNode", + "GeminiTTSNode", + "GoogleImagenEditNode", + "GoogleImagenNode", + "NanoBananaNode", + "NanoBananaProNode", + "NanoBananaProVertexNode", + "Veo3VideoGenerator" + ], + { + "title_aux": "Comfyui-geminiapi" + } + ], "https://github.com/zhangp365/ComfyUI-utils-nodes": [ [ + "AspectRatioSizeNodeOfUtils", "BooleanControlOutput", "CheckpointLoaderSimpleWithSwitch", "ColorCorrectOfUtils", @@ -42231,6 +61403,10 @@ "DeepfaceAnalyzeFaceAttributes", "DetectorForNSFW", "EmptyConditioning", + "FalFunControlVideoRequestNode", + "FalImage2VideoRequestNode", + "FalNanoBananaNode", + "FalVideo2VideoRequestNode", "FloatMultipleAddLiteral", "FrameAdjuster", "GeminiPromptEnhance", @@ -42243,6 +61419,7 @@ "ImageConcanateOfUtils", "ImageMaskColorAverage", "ImageResizeTo8x", + "ImageScaleToTotalPixelsSwitch", "ImageTransition", "ImageTransitionBottomToTop", "ImageTransitionLeftToRight", @@ -42250,6 +61427,7 @@ "ImageTransitionTopToBottom", "ImagesConcanateToGrid", "IntMultipleAddLiteral", + "LayerUtility: CropByMask To Specific Size", "LoadImageMaskWithSwitch", "LoadImageMaskWithoutListDir", "LoadImageWithSwitch", @@ -42261,14 +61439,22 @@ "MaskFromFaceModel", "MaskofCenter", "MatchImageRatioToPreset", + "ModelsDownloaderOfUtils", "ModifyTextGender", "NeedImageSizeAndCount", + "NovitaVideoRequestNode", + "QwenEditPlusLoraNode", + "ReferenceLatentSwitch", "ReplicateRequstNode", + "ReplicateVideoRequestNode", + "SegmindVideoRequestNode", "SplitMask", "TextInputAutoSelector", "TextPreview", - "TorchCompileModelAdvanced", + "TorchCompileModelAdvancedOfUtils", "UpscaleImageWithModelIfNeed", + "VAEEncoderSwitch", + "VolcanoArkImageEditNode", "VolcanoImageEditNode", "VolcanoOutpaintingNode" ], @@ -42285,6 +61471,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", @@ -42307,7 +61509,8 @@ [ "EasyCaptureNode", "EasyVideoOutputNode", - "SendImageWebSocket" + "SendImageWebSocket", + "SendImageWebSocketNode" ], { "title_aux": "EasyCaptureNode for ComfyUI" @@ -42324,8 +61527,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", @@ -42337,13 +61551,12 @@ "title_aux": "ComfyUI-Attention-Distillation" } ], - "https://github.com/ziwang-com/comfyui-deepseek-r1": [ + "https://github.com/zisb/comfyui-texture-packer": [ [ - "deep_gen", - "deep_load" + "AlphaEdgeSolidify" ], { - "title_aux": "comfyui-deepseek-r1" + "title_aux": "comfyui-texture-packer" } ], "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": [ @@ -42381,6 +61594,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" @@ -42411,6 +61644,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", @@ -42544,8 +61793,10 @@ [ "fcFloat", "fcFloatMatic", + "fcFloatNode", "fcHex", - "fcInteger" + "fcInteger", + "fcIntegerNode" ], { "title_aux": "fcSuite" @@ -42553,7 +61804,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" @@ -42577,6 +61829,7 @@ ], "https://raw.githubusercontent.com/lrzjason/ComfyUIJasonNode/main/SDXLMixSampler.py": [ [ + "JNode", "SDXLMixSampler" ], { @@ -42646,9 +61899,6 @@ "SDXLAspectRatio" ], { - "preemptions": [ - "SAMLoader" - ], "title_aux": "SDXLCustomAspectRatio" } ], @@ -42661,24 +61911,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 6d2620ac..cbdd71b3 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1,15147 +1,21652 @@ { - "https://github.com/0x-jerry/comfyui-rembg": { + "htps://github.com/GraftingRayman/Border-Distance-Mapper": { "stars": 0, + "last_update": "2025-11-17 17:49:31", + "author_account_age_days": 792 + }, + "https://github.com/0dot77/comfyui-annotations": { + "stars": 0, + "last_update": "2026-01-17 15:19:04", + "author_account_age_days": 2798 + }, + "https://github.com/0nikod/ComfyUI-Metadata-Tools": { + "stars": 0, + "last_update": "2026-01-15 05:33:29", + "author_account_age_days": 1991 + }, + "https://github.com/0nikod/ComfyUI-Simple-Prompt": { + "stars": 1, + "last_update": "2026-01-17 10:47:19", + "author_account_age_days": 1991 + }, + "https://github.com/0x-jerry/comfyui-rembg": { + "stars": 1, "last_update": "2025-04-07 09:23:31", - "author_account_age_days": 3637 + "author_account_age_days": 3838 + }, + "https://github.com/0xBeycan/ComfyUI-ImageQualityGate": { + "stars": 0, + "last_update": "2026-03-02 11:22:46", + "author_account_age_days": 2494 + }, + "https://github.com/0xDELUXA/ComfyUI-DN_PatchFlashAttention": { + "stars": 0, + "last_update": "2026-03-13 08:19:47", + "author_account_age_days": 308 }, "https://github.com/0xRavenBlack/ComfyUI-OOP": { - "stars": 9, + "stars": 13, "last_update": "2025-03-02 11:59:14", - "author_account_age_days": 1808 + "author_account_age_days": 2008 }, "https://github.com/0xbitches/ComfyUI-LCM": { - "stars": 257, + "stars": 262, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 960 + "author_account_age_days": 1160 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { - "stars": 50, - "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 880 + "stars": 66, + "last_update": "2026-01-25 17:59:27", + "author_account_age_days": 1081 + }, + "https://github.com/1038lab/ComfyUI-FireRedTTS": { + "stars": 41, + "last_update": "2025-09-16 17:02:31", + "author_account_age_days": 1081 + }, + "https://github.com/1038lab/ComfyUI-FlashVSR": { + "stars": 92, + "last_update": "2025-11-17 23:19:10", + "author_account_age_days": 1081 }, "https://github.com/1038lab/ComfyUI-JoyCaption": { - "stars": 64, - "last_update": "2025-08-24 07:31:12", - "author_account_age_days": 880 + "stars": 237, + "last_update": "2025-12-24 18:25:47", + "author_account_age_days": 1081 }, "https://github.com/1038lab/ComfyUI-LBM": { - "stars": 60, + "stars": 90, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 880 + "author_account_age_days": 1081 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { - "stars": 45, + "stars": 49, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 880 + "author_account_age_days": 1081 }, "https://github.com/1038lab/ComfyUI-MiniCPM": { - "stars": 3, - "last_update": "2025-08-26 18:30:52", - "author_account_age_days": 880 + "stars": 147, + "last_update": "2025-08-28 19:52:08", + "author_account_age_days": 1081 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { - "stars": 55, + "stars": 82, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 880 + "author_account_age_days": 1081 }, "https://github.com/1038lab/ComfyUI-Mosaic": { - "stars": 1, + "stars": 2, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 880 + "author_account_age_days": 1081 + }, + "https://github.com/1038lab/ComfyUI-NodeAlign": { + "stars": 34, + "last_update": "2025-12-19 08:03:16", + "author_account_age_days": 1081 }, "https://github.com/1038lab/ComfyUI-OmniGen": { - "stars": 285, + "stars": 298, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 880 + "author_account_age_days": 1081 }, "https://github.com/1038lab/ComfyUI-Pollinations": { - "stars": 43, + "stars": 48, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 880 + "author_account_age_days": 1081 + }, + "https://github.com/1038lab/ComfyUI-QwenASR": { + "stars": 43, + "last_update": "2026-01-31 15:58:07", + "author_account_age_days": 1081 + }, + "https://github.com/1038lab/ComfyUI-QwenVL": { + "stars": 687, + "last_update": "2026-02-10 00:26:58", + "author_account_age_days": 1081 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1287, - "last_update": "2025-08-18 20:50:39", - "author_account_age_days": 880 + "stars": 1803, + "last_update": "2026-02-03 17:58:21", + "author_account_age_days": 1081 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { - "stars": 61, + "stars": 70, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 880 + "author_account_age_days": 1081 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { - "stars": 114, + "stars": 124, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 880 + "author_account_age_days": 1081 + }, + "https://github.com/1038lab/ComfyUI-VoxCPMTTS": { + "stars": 35, + "last_update": "2025-12-11 23:23:52", + "author_account_age_days": 1081 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { - "stars": 42, - "last_update": "2025-07-12 18:50:44", - "author_account_age_days": 880 + "stars": 77, + "last_update": "2025-11-06 00:14:44", + "author_account_age_days": 1081 + }, + "https://github.com/1038lab/ComfyUI-Youtu-VL": { + "stars": 13, + "last_update": "2026-02-03 09:45:40", + "author_account_age_days": 1081 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, "last_update": "2025-08-26 04:55:51", - "author_account_age_days": 2311 + "author_account_age_days": 2512 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1349, + "stars": 1422, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 633 + "author_account_age_days": 834 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { - "stars": 96, + "stars": 160, "last_update": "2025-08-11 17:17:54", - "author_account_age_days": 553 + "author_account_age_days": 754 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { - "stars": 39, + "stars": 40, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 553 + "author_account_age_days": 754 }, "https://github.com/11dogzi/Comfyui-HYPIR": { - "stars": 69, + "stars": 125, "last_update": "2025-08-03 02:14:03", - "author_account_age_days": 553 + "author_account_age_days": 754 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { - "stars": 86, + "stars": 100, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 553 + "author_account_age_days": 754 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { - "stars": 71, + "stars": 78, "last_update": "2025-06-22 14:48:37", - "author_account_age_days": 553 + "author_account_age_days": 754 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { - "stars": 27, + "stars": 28, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 553 + "author_account_age_days": 754 + }, + "https://github.com/18yz153/ComfyUI-Persona-Director": { + "stars": 10, + "last_update": "2026-01-08 20:49:07", + "author_account_age_days": 2012 }, "https://github.com/1hew/ComfyUI-1hewNodes": { - "stars": 5, - "last_update": "2025-08-22 01:20:19", - "author_account_age_days": 876 + "stars": 22, + "last_update": "2026-02-08 14:38:21", + "author_account_age_days": 1077 + }, + "https://github.com/1lch2/ComfyUI-AnimaPromptFormatter": { + "stars": 1, + "last_update": "2026-02-26 14:16:59", + "author_account_age_days": 3726 }, "https://github.com/1mckw/Comfyui-Gelbooru": { - "stars": 4, + "stars": 9, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1118 + "author_account_age_days": 1319 + }, + "https://github.com/1x1r/comfyui-upscale-by-model": { + "stars": 3, + "last_update": "2026-01-13 19:13:28", + "author_account_age_days": 581 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { - "stars": 8, + "stars": 10, "last_update": "2025-03-21 12:25:22", - "author_account_age_days": 887 + "author_account_age_days": 1088 }, "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, - "last_update": "2025-06-08 12:51:07", - "author_account_age_days": 418 + "last_update": "2026-03-10 18:17:03", + "author_account_age_days": 619 }, "https://github.com/2kpr/ComfyUI-PMRF": { - "stars": 229, + "stars": 235, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1347 + "author_account_age_days": 1548 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { - "stars": 225, + "stars": 231, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1347 + "author_account_age_days": 1548 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 3200 + "author_account_age_days": 3401 }, "https://github.com/31702160136/ComfyUI-GrsAI": { - "stars": 11, - "last_update": "2025-07-05 11:35:32", - "author_account_age_days": 2432 + "stars": 69, + "last_update": "2025-12-20 03:49:52", + "author_account_age_days": 2633 }, - "https://github.com/42lux/ComfyUI-42lux": { - "stars": 23, - "last_update": "2025-08-09 03:27:58", - "author_account_age_days": 4127 + "https://github.com/3R3BOS/ComfyUI-3R3BOS-Pack": { + "stars": 4, + "last_update": "2026-02-08 01:47:24", + "author_account_age_days": 231 + }, + "https://github.com/3dgopnik/comfyui-arena-suite": { + "stars": 1, + "last_update": "2025-10-10 12:24:13", + "author_account_age_days": 2655 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 842 + "author_account_age_days": 1043 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { - "stars": 29, - "last_update": "2025-05-12 22:12:06", - "author_account_age_days": 2731 + "stars": 36, + "last_update": "2025-11-22 20:30:01", + "author_account_age_days": 2932 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { - "stars": 93, + "stars": 96, "last_update": "2025-03-27 14:57:35", - "author_account_age_days": 4479 + "author_account_age_days": 4679 + }, + "https://github.com/552023587/comfyui_character_selector": { + "stars": 0, + "last_update": "2026-01-03 14:29:04", + "author_account_age_days": 3712 + }, + "https://github.com/5agado/ComfyUI-Sagado-Nodes": { + "stars": 0, + "last_update": "2026-03-12 13:40:09", + "author_account_age_days": 5097 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1400 + "author_account_age_days": 1600 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { - "stars": 7, + "stars": 8, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1400 + "author_account_age_days": 1600 }, "https://github.com/6174/comflowy-nodes": { - "stars": 14, + "stars": 17, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4547 + "author_account_age_days": 4748 + }, + "https://github.com/7BEII/comfyui-PD_comfy-api-node": { + "stars": 1, + "last_update": "2026-03-08 03:18:38", + "author_account_age_days": 442 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2441 + "author_account_age_days": 2642 }, "https://github.com/807502278/ComfyUI-WJNodes": { - "stars": 12, - "last_update": "2025-08-07 02:09:27", - "author_account_age_days": 2441 + "stars": 15, + "last_update": "2025-09-03 02:31:35", + "author_account_age_days": 2642 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2441 + "author_account_age_days": 2642 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1899 + "author_account_age_days": 2100 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { - "stars": 2, + "stars": 5, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 626 + "author_account_age_days": 827 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 791 + "author_account_age_days": 992 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { - "stars": 51, + "stars": 52, "last_update": "2025-02-01 12:17:38", - "author_account_age_days": 791 + "author_account_age_days": 992 + }, + "https://github.com/9nate-drake/ComfyUI-MaskCenter": { + "stars": 6, + "last_update": "2025-10-02 01:35:08", + "author_account_age_days": 2279 + }, + "https://github.com/9nate-drake/ComfyUI-PanoTools": { + "stars": 0, + "last_update": "2025-12-22 01:36:29", + "author_account_age_days": 2279 + }, + "https://github.com/9nate-drake/Comfyui-SecNodes": { + "stars": 357, + "last_update": "2025-12-19 23:32:49", + "author_account_age_days": 2279 }, "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, "last_update": "2025-06-12 12:51:33", - "author_account_age_days": 1077 + "author_account_age_days": 1278 }, "https://github.com/A043-studios/ComfyUI-OmniSVG": { - "stars": 1, + "stars": 2, "last_update": "2025-08-02 22:44:24", - "author_account_age_days": 1077 + "author_account_age_days": 1278 }, "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { "stars": 1, "last_update": "2025-08-02 15:50:33", - "author_account_age_days": 1077 + "author_account_age_days": 1278 }, "https://github.com/A043-studios/Comfyui-ascii-generator": { "stars": 0, "last_update": "2025-06-25 14:55:32", - "author_account_age_days": 1077 - }, - "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { - "stars": 1, - "last_update": "2025-06-10 14:28:27", - "author_account_age_days": 1077 + "author_account_age_days": 1278 }, "https://github.com/A043-studios/comfyui-pixel3dmm": { - "stars": 5, + "stars": 9, "last_update": "2025-06-10 08:11:51", - "author_account_age_days": 1077 + "author_account_age_days": 1278 }, - "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { - "stars": 1, - "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 901 + "https://github.com/A4P7J1N7M05OT/ComfyUI-InlineVariableWildcards": { + "stars": 0, + "last_update": "2026-02-12 16:33:07", + "author_account_age_days": 1101 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { - "stars": 11, + "stars": 12, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 901 + "author_account_age_days": 1101 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { - "stars": 141, + "stars": 151, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 927 + "author_account_age_days": 1128 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { - "stars": 39, - "last_update": "2025-06-03 13:01:58", - "author_account_age_days": 531 + "stars": 44, + "last_update": "2026-03-15 01:04:14", + "author_account_age_days": 731 }, "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { - "stars": 9, - "last_update": "2025-06-03 13:03:23", - "author_account_age_days": 531 + "stars": 12, + "last_update": "2026-03-15 02:04:31", + "author_account_age_days": 731 }, "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { - "stars": 40, - "last_update": "2025-06-03 13:02:36", - "author_account_age_days": 531 + "stars": 68, + "last_update": "2026-02-10 04:17:25", + "author_account_age_days": 731 }, "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { - "stars": 13, - "last_update": "2025-08-26 11:14:29", - "author_account_age_days": 531 + "stars": 23, + "last_update": "2026-03-15 03:15:37", + "author_account_age_days": 731 }, "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { - "stars": 45, - "last_update": "2025-06-20 08:52:02", - "author_account_age_days": 531 + "stars": 63, + "last_update": "2026-02-14 19:08:59", + "author_account_age_days": 731 + }, + "https://github.com/AHEKOT/ComfyUI_VNCCS": { + "stars": 817, + "last_update": "2026-03-12 16:16:42", + "author_account_age_days": 1204 + }, + "https://github.com/AI-TEC/ComfyUI-AITECCAFE-Toolkit": { + "stars": 0, + "last_update": "2026-01-12 13:56:14", + "author_account_age_days": 1016 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 620 + "author_account_age_days": 821 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 2545, - "last_update": "2025-08-26 09:32:07", - "author_account_age_days": 439 + "stars": 4711, + "last_update": "2026-01-12 03:12:49", + "author_account_age_days": 640 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { - "stars": 17, + "stars": 20, "last_update": "2025-04-05 22:05:47", - "author_account_age_days": 3895 + "author_account_age_days": 4095 }, "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { "stars": 0, - "last_update": "2025-05-18 19:11:40", - "author_account_age_days": 3895 + "last_update": "2025-12-24 20:46:10", + "author_account_age_days": 4095 }, "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { - "stars": 0, - "last_update": "2025-08-15 12:30:28", - "author_account_age_days": 3895 + "stars": 1, + "last_update": "2025-11-17 10:19:20", + "author_account_age_days": 4095 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { - "stars": 14, + "stars": 16, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 90, + "stars": 100, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { - "stars": 39, + "stars": 46, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { - "stars": 245, + "stars": 249, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-Hallo": { - "stars": 305, + "stars": 309, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 34, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { - "stars": 9, + "stars": 10, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { - "stars": 29, + "stars": 28, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { - "stars": 115, + "stars": 117, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 378, + "stars": 387, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { - "stars": 21, + "stars": 22, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-RVC": { - "stars": 25, + "stars": 29, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-UVR5": { - "stars": 99, + "stars": 111, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { - "stars": 39, + "stars": 40, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { - "stars": 51, + "stars": 61, "last_update": "2025-04-01 00:14:44", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI-XTTS": { - "stars": 61, + "stars": 66, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ComfyUI_V-Express": { - "stars": 87, + "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { - "stars": 270, + "stars": 289, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 24, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { - "stars": 16, + "stars": 17, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 0, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 58, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 9, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { - "stars": 36, + "stars": 35, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 36, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 13, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { - "stars": 42, + "stars": 44, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 163, + "stars": 180, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { - "stars": 63, + "stars": 62, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 29, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { - "stars": 210, + "stars": 209, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { - "stars": 14, + "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { - "stars": 51, + "stars": 53, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/SemiChat-ComfyUI": { "stars": 12, "last_update": "2025-02-19 23:21:48", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { - "stars": 13, + "stars": 15, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 6, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 8, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { - "stars": 19, + "stars": 25, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 659 + "author_account_age_days": 860 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 638 + "author_account_age_days": 839 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 2319, + "stars": 2431, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 929 + "author_account_age_days": 1130 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 351, - "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 929 + "stars": 393, + "last_update": "2025-10-27 09:36:36", + "author_account_age_days": 1130 + }, + "https://github.com/AIGODLIKE/Blender-IO": { + "stars": 2, + "last_update": "2025-10-15 08:52:06", + "author_account_age_days": 1130 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { - "stars": 50, - "last_update": "2025-06-29 09:56:53", - "author_account_age_days": 929 + "stars": 55, + "last_update": "2025-10-15 09:39:30", + "author_account_age_days": 1130 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { - "stars": 369, + "stars": 374, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 929 + "author_account_age_days": 1130 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { - "stars": 107, + "stars": 111, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 311 + "author_account_age_days": 511 }, "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { - "stars": 10, - "last_update": "2025-05-29 10:44:45", - "author_account_age_days": 258 + "stars": 15, + "last_update": "2025-09-10 11:03:49", + "author_account_age_days": 459 }, "https://github.com/AIWarper/ComfyUI-DAViD": { - "stars": 3, + "stars": 6, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 306 + "author_account_age_days": 506 }, "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { - "stars": 64, - "last_update": "2025-07-18 20:14:36", - "author_account_age_days": 306 + "stars": 82, + "last_update": "2025-11-05 16:18:45", + "author_account_age_days": 506 }, "https://github.com/AIWarper/ComfyUI-WarperNodes": { - "stars": 11, - "last_update": "2025-07-31 20:12:04", - "author_account_age_days": 306 + "stars": 14, + "last_update": "2026-01-15 23:46:15", + "author_account_age_days": 506 }, "https://github.com/AInseven/ComfyUI-fastblend": { - "stars": 223, + "stars": 230, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2111 + "author_account_age_days": 2312 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 1015, + "stars": 1054, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 871 + "author_account_age_days": 1072 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 278 + "author_account_age_days": 479 + }, + "https://github.com/AJbeckliy/SynVow-Comfyui-Nanoapi": { + "stars": 15, + "last_update": "2025-11-27 03:21:30", + "author_account_age_days": 700 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { - "stars": 0, + "stars": 2, "last_update": "2025-06-23 22:03:39", - "author_account_age_days": 3311 + "author_account_age_days": 3511 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { - "stars": 65, + "stars": 78, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1888 + "author_account_age_days": 2089 }, "https://github.com/ALatentPlace/YANC_LMStudio": { - "stars": 14, + "stars": 22, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1888 + "author_account_age_days": 2089 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2905 + "author_account_age_days": 3106 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { - "stars": 4, + "stars": 5, "last_update": "2025-04-21 19:22:43", - "author_account_age_days": 2905 + "author_account_age_days": 3106 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { - "stars": 7, + "stars": 8, "last_update": "2025-08-11 13:55:09", - "author_account_age_days": 2905 + "author_account_age_days": 3106 + }, + "https://github.com/APZmedia/ComfyUI-Dreamlight": { + "stars": 0, + "last_update": "2025-11-04 16:52:57", + "author_account_age_days": 3106 + }, + "https://github.com/APZmedia/ComfyUI-color-tools": { + "stars": 3, + "last_update": "2025-09-24 12:52:50", + "author_account_age_days": 3106 + }, + "https://github.com/APZmedia/Comfyui-LightDirection-estimation": { + "stars": 0, + "last_update": "2025-10-20 12:32:41", + "author_account_age_days": 3106 + }, + "https://github.com/ARM64-EC/ComfyUI-LongCatPlugin": { + "stars": 0, + "last_update": "2025-12-09 22:27:11", + "author_account_age_days": 719 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, - "last_update": "2025-04-08 08:00:15", - "author_account_age_days": 2195 + "last_update": "2025-10-02 04:10:23", + "author_account_age_days": 2395 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { "stars": 1, - "last_update": "2025-06-04 13:11:52", - "author_account_age_days": 2195 + "last_update": "2025-10-19 10:10:12", + "author_account_age_days": 2395 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2025-06-04 13:10:22", - "author_account_age_days": 2195 + "author_account_age_days": 2395 + }, + "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery": { + "stars": 147, + "last_update": "2026-03-08 03:03:04", + "author_account_age_days": 2123 }, "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": 1954 + "author_account_age_days": 2155 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { - "stars": 296, + "stars": 310, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 4096 + "author_account_age_days": 4296 }, "https://github.com/AbstractEyes/comfyui-lycoris": { - "stars": 8, + "stars": 11, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1807 + "author_account_age_days": 2007 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { - "stars": 8, + "stars": 7, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 917 + "author_account_age_days": 1118 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 5, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 917 + "author_account_age_days": 1118 }, "https://github.com/AcademiaSD/comfyui_AcademiaSD": { - "stars": 6, - "last_update": "2025-08-19 10:27:43", - "author_account_age_days": 461 + "stars": 32, + "last_update": "2026-03-11 02:39:35", + "author_account_age_days": 662 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 1023, - "last_update": "2025-03-31 09:53:40", - "author_account_age_days": 4233 + "stars": 1148, + "last_update": "2026-02-27 22:38:52", + "author_account_age_days": 4433 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 541, - "last_update": "2025-08-20 22:21:45", - "author_account_age_days": 4233 + "stars": 642, + "last_update": "2026-02-21 19:33:34", + "author_account_age_days": 4433 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 10, "last_update": "2025-08-19 18:40:24", - "author_account_age_days": 1909 + "author_account_age_days": 2109 + }, + "https://github.com/Ada123-a/ComfyUI-Kandinsky": { + "stars": 6, + "last_update": "2025-11-22 19:28:30", + "author_account_age_days": 1076 + }, + "https://github.com/AdamShuo/ComfyUI_Switch": { + "stars": 5, + "last_update": "2025-09-23 16:59:46", + "author_account_age_days": 911 }, "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1179 + "author_account_age_days": 1380 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, "last_update": "2025-06-10 08:19:10", - "author_account_age_days": 3806 + "author_account_age_days": 4007 }, "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, "last_update": "2025-06-13 08:15:25", - "author_account_age_days": 288 + "author_account_age_days": 489 }, "https://github.com/AgencyMind/ComfyUI-Satori": { "stars": 1, "last_update": "2025-06-27 01:29:00", - "author_account_age_days": 288 + "author_account_age_days": 489 }, "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, - "last_update": "2025-08-26 10:49:29", - "author_account_age_days": 1237 + "last_update": "2026-02-04 03:13:27", + "author_account_age_days": 1438 + }, + "https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper": { + "stars": 0, + "last_update": "2025-12-16 08:05:11", + "author_account_age_days": 1438 + }, + "https://github.com/AharaOoO/ComfyUI-PerfectPixel": { + "stars": 0, + "last_update": "2026-03-06 05:23:36", + "author_account_age_days": 1573 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1704 + "author_account_age_days": 1904 + }, + "https://github.com/AiSatan/ComfyUI_CSM": { + "stars": 0, + "last_update": "2026-02-15 11:57:33", + "author_account_age_days": 4855 + }, + "https://github.com/Aishor/comfyui-meta-sampler-guiado": { + "stars": 0, + "last_update": "2025-10-28 14:04:44", + "author_account_age_days": 5945 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, "last_update": "2025-08-24 07:19:00", - "author_account_age_days": 2181 + "author_account_age_days": 2382 + }, + "https://github.com/Akkisdiary/ComfyUI-AnyLLM": { + "stars": 0, + "last_update": "2025-12-27 11:32:05", + "author_account_age_days": 2097 }, "https://github.com/Aksaz/comfyui-seamless-clone": { - "stars": 12, - "last_update": "2025-05-20 07:08:24", - "author_account_age_days": 311 + "stars": 20, + "last_update": "2025-09-23 13:10:16", + "author_account_age_days": 512 + }, + "https://github.com/Alatza/ComfyUI-DynamicPromptComposer": { + "stars": 0, + "last_update": "2026-03-01 18:22:32", + "author_account_age_days": 298 + }, + "https://github.com/AlbertJBurton/comfyui-jbnodes": { + "stars": 0, + "last_update": "2026-02-20 20:51:49", + "author_account_age_days": 3634 + }, + "https://github.com/AlcAI-AnimeHaven/AlcAI-nodes": { + "stars": 0, + "last_update": "2025-10-19 20:26:42", + "author_account_age_days": 147 }, "https://github.com/Alectriciti/comfyui-adaptiveprompts": { - "stars": 2, - "last_update": "2025-08-16 08:54:08", - "author_account_age_days": 4894 + "stars": 57, + "last_update": "2026-01-31 18:16:02", + "author_account_age_days": 5094 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 1331, - "last_update": "2025-08-22 14:18:58", - "author_account_age_days": 3128 + "stars": 1470, + "last_update": "2026-03-03 10:47:49", + "author_account_age_days": 3328 + }, + "https://github.com/AlexXia007/AIYang_TripleAPI": { + "stars": 1, + "last_update": "2025-11-10 17:53:55", + "author_account_age_days": 654 }, "https://github.com/Alexankharin/camera-comfyUI": { - "stars": 15, - "last_update": "2025-07-26 16:40:12", - "author_account_age_days": 2549 - }, - "https://github.com/AlfredClark/ComfyUI-ModelSpec": { - "stars": 0, - "last_update": "2025-07-30 04:47:11", - "author_account_age_days": 2313 + "stars": 24, + "last_update": "2025-12-26 16:27:12", + "author_account_age_days": 2750 }, "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { - "stars": 2, - "last_update": "2025-07-14 10:36:50", - "author_account_age_days": 3831 + "stars": 3, + "last_update": "2025-09-10 11:31:33", + "author_account_age_days": 4032 + }, + "https://github.com/Aloukik21/ComfyUI-NovaNoiser": { + "stars": 1, + "last_update": "2026-01-17 15:59:53", + "author_account_age_days": 3154 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, "last_update": "2025-03-23 19:29:25", - "author_account_age_days": 3138 + "author_account_age_days": 3339 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 4130 + "author_account_age_days": 4330 }, "https://github.com/Amorano/Jovi_Capture": { - "stars": 7, + "stars": 10, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5640 + "author_account_age_days": 5841 }, "https://github.com/Amorano/Jovi_Colorizer": { - "stars": 6, + "stars": 12, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5640 + "author_account_age_days": 5841 }, "https://github.com/Amorano/Jovi_GLSL": { - "stars": 17, + "stars": 19, "last_update": "2025-08-25 04:34:38", - "author_account_age_days": 5640 + "author_account_age_days": 5841 }, "https://github.com/Amorano/Jovi_MIDI": { - "stars": 6, + "stars": 5, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5640 + "author_account_age_days": 5841 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, - "last_update": "2025-05-05 04:10:36", - "author_account_age_days": 5640 + "last_update": "2025-08-29 02:31:26", + "author_account_age_days": 5841 }, "https://github.com/Amorano/Jovi_Spout": { - "stars": 7, - "last_update": "2025-07-05 19:22:17", - "author_account_age_days": 5640 + "stars": 9, + "last_update": "2025-08-29 02:29:14", + "author_account_age_days": 5841 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 372, - "last_update": "2025-08-15 20:17:13", - "author_account_age_days": 5640 + "stars": 390, + "last_update": "2025-09-05 03:15:03", + "author_account_age_days": 5841 + }, + "https://github.com/Analaser/ComfyUI-RandomTagWeights": { + "stars": 1, + "last_update": "2025-12-23 01:58:09", + "author_account_age_days": 3022 }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { - "stars": 5, + "stars": 4, "last_update": "2025-03-24 04:27:56", - "author_account_age_days": 700 - }, - "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { - "stars": 0, - "last_update": "2025-06-23 23:56:50", - "author_account_age_days": 1249 + "author_account_age_days": 901 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3805 + "author_account_age_days": 4005 + }, + "https://github.com/AnonBOTpl/ComfyUI-Qwen-Prompt-Expander": { + "stars": 1, + "last_update": "2026-02-24 10:23:03", + "author_account_age_days": 396 + }, + "https://github.com/Antique3e/ComfyUI-ModalCredits": { + "stars": 0, + "last_update": "2025-12-05 16:07:04", + "author_account_age_days": 152 + }, + "https://github.com/Anzhc/Anima-Mod-Guidance-ComfyUI-Node": { + "stars": 10, + "last_update": "2026-02-26 00:21:55", + "author_account_age_days": 1033 + }, + "https://github.com/Anzhc/SDXL-Flux2VAE-ComfyUI-Node": { + "stars": 7, + "last_update": "2026-02-25 20:57:55", + "author_account_age_days": 1033 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { - "stars": 10, + "stars": 11, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4520 + "author_account_age_days": 4720 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4520 + "author_account_age_days": 4720 + }, + "https://github.com/Apache0ne/ComfyUI-DiffiT": { + "stars": 0, + "last_update": "2026-03-10 03:46:43", + "author_account_age_days": 507 + }, + "https://github.com/Apache0ne/ComfyUI_efficient_sam_node": { + "stars": 0, + "last_update": "2025-09-12 02:37:33", + "author_account_age_days": 507 + }, + "https://github.com/ApexArtist/comfyui-apex-artist": { + "stars": 4, + "last_update": "2026-02-27 11:38:37", + "author_account_age_days": 2959 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { - "stars": 44, + "stars": 45, "last_update": "2025-03-17 06:08:17", - "author_account_age_days": 3817 + "author_account_age_days": 4018 + }, + "https://github.com/Arctenox/Arctenoxs-Essentials_ComfyUI": { + "stars": 1, + "last_update": "2026-02-18 21:24:24", + "author_account_age_days": 2042 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 555 + "author_account_age_days": 755 }, "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, "last_update": "2025-02-05 23:06:48", - "author_account_age_days": 3377 + "author_account_age_days": 3578 + }, + "https://github.com/Arroz-11/ComfyUI-Just-Nodes": { + "stars": 0, + "last_update": "2026-02-24 22:22:59", + "author_account_age_days": 1486 + }, + "https://github.com/Arroz-11/ComfyUI-Linear-Theme": { + "stars": 1, + "last_update": "2026-03-05 21:17:26", + "author_account_age_days": 1486 + }, + "https://github.com/Art-xmaster/comfyui-AGSoft": { + "stars": 10, + "last_update": "2026-03-03 09:04:01", + "author_account_age_days": 564 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { - "stars": 90, + "stars": 98, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 721 + "author_account_age_days": 922 }, "https://github.com/ArtHommage/HommageTools": { "stars": 4, "last_update": "2025-05-20 20:40:25", - "author_account_age_days": 961 + "author_account_age_days": 1162 + }, + "https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit": { + "stars": 59, + "last_update": "2025-11-17 01:55:11", + "author_account_age_days": 457 + }, + "https://github.com/ArtifyGames/comfyui-artify": { + "stars": 0, + "last_update": "2026-02-19 19:02:47", + "author_account_age_days": 2602 }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { - "stars": 16, - "last_update": "2025-08-15 12:02:26", - "author_account_age_days": 517 + "stars": 45, + "last_update": "2026-03-05 14:06:58", + "author_account_age_days": 718 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { - "stars": 2, - "last_update": "2025-08-26 10:38:55", - "author_account_age_days": 1600 + "stars": 9, + "last_update": "2026-03-13 13:00:22", + "author_account_age_days": 1801 + }, + "https://github.com/Aryan185/ComfyUI-VertexAPI": { + "stars": 4, + "last_update": "2026-03-13 12:52:54", + "author_account_age_days": 1801 }, "https://github.com/AshMartian/ComfyUI-DirGir": { - "stars": 27, + "stars": 29, "last_update": "2025-05-04 03:34:19", - "author_account_age_days": 5014 + "author_account_age_days": 5215 + }, + "https://github.com/Asidert/ComfyUI_Base64Images": { + "stars": 1, + "last_update": "2025-12-22 12:27:20", + "author_account_age_days": 4001 + }, + "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack": { + "stars": 2, + "last_update": "2026-02-17 19:56:24", + "author_account_age_days": 2042 }, "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, - "last_update": "2025-07-07 22:35:57", - "author_account_age_days": 3269 + "last_update": "2025-12-26 15:29:04", + "author_account_age_days": 3469 + }, + "https://github.com/Atsushi888/easy_prompt_selector_for_comfyui": { + "stars": 0, + "last_update": "2026-01-06 22:36:31", + "author_account_age_days": 1621 + }, + "https://github.com/AugustusLXIII/ComfyUI_CustomResolution_I2V": { + "stars": 0, + "last_update": "2025-12-25 18:30:31", + "author_account_age_days": 83 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 818 + "author_account_age_days": 1019 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { - "stars": 466, + "stars": 472, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 818 + "author_account_age_days": 1019 + }, + "https://github.com/Austat/ComfyUI-DownsampleFPS": { + "stars": 0, + "last_update": "2025-12-29 17:34:38", + "author_account_age_days": 87 + }, + "https://github.com/Austat/ComfyUI-RemacriScale": { + "stars": 0, + "last_update": "2026-01-13 17:02:28", + "author_account_age_days": 87 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4502 + "author_account_age_days": 4703 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { - "stars": 2, + "stars": 3, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4502 + "author_account_age_days": 4703 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4502 + "author_account_age_days": 4703 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4502 + "author_account_age_days": 4703 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3077 + "author_account_age_days": 3278 + }, + "https://github.com/AzelusLightvale/ComfyUI-ARG-Toolkit": { + "stars": 0, + "last_update": "2026-03-05 08:42:49", + "author_account_age_days": 2001 }, "https://github.com/Azornes/Comfyui-LayerForge": { - "stars": 169, - "last_update": "2025-08-22 17:11:20", - "author_account_age_days": 3319 + "stars": 295, + "last_update": "2026-02-20 15:28:05", + "author_account_age_days": 3519 }, "https://github.com/Azornes/Comfyui-Resolution-Master": { - "stars": 87, - "last_update": "2025-08-26 14:14:38", - "author_account_age_days": 3319 + "stars": 242, + "last_update": "2026-02-08 15:52:19", + "author_account_age_days": 3519 + }, + "https://github.com/BAIKEMARK/ComfyUI-Civitai-Recipe": { + "stars": 117, + "last_update": "2026-02-19 11:43:48", + "author_account_age_days": 934 + }, + "https://github.com/BAIKEMARK/ComfyUI-Civitai-Toolkit": { + "stars": 117, + "last_update": "2026-02-19 11:43:48", + "author_account_age_days": 934 + }, + "https://github.com/BAIKEMARK/ComfyUI_Civitai_Prompt_Stats": { + "stars": 5, + "last_update": "2025-08-29 11:15:29", + "author_account_age_days": 934 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 917 + "author_account_age_days": 1118 }, "https://github.com/BEIBEI-star661/SJ_sweepEffect_Comfyui": { "stars": 0, "last_update": "2025-08-22 06:10:44", - "author_account_age_days": 4 + "author_account_age_days": 205 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { - "stars": 7, + "stars": 8, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1660 + "author_account_age_days": 1861 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 7, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1660 + "author_account_age_days": 1861 + }, + "https://github.com/BISAM20/ComfyUI-ACES-IO": { + "stars": 3, + "last_update": "2026-03-15 15:11:37", + "author_account_age_days": 7 }, "https://github.com/BNP1111/comfyui_flux_corrector": { "stars": 4, "last_update": "2025-04-25 16:47:45", - "author_account_age_days": 924 + "author_account_age_days": 1125 + }, + "https://github.com/BWDrum/ComfyUI-RandomWildcardLoader": { + "stars": 0, + "last_update": "2026-01-08 01:05:44", + "author_account_age_days": 1090 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2871 + "author_account_age_days": 3072 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3665 + "author_account_age_days": 3865 + }, + "https://github.com/BacoHubo/ComfyUI_SeedVR2_Tiler": { + "stars": 36, + "last_update": "2026-03-03 00:33:16", + "author_account_age_days": 17 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 439, + "stars": 469, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 858 + "author_account_age_days": 1059 }, "https://github.com/BahaC/ComfyUI-ZonosTTS": { - "stars": 20, + "stars": 23, "last_update": "2025-02-19 06:28:38", - "author_account_age_days": 1734 + "author_account_age_days": 1934 + }, + "https://github.com/Baldwinzc/ComfyUI-ProductPromptGenerator": { + "stars": 1, + "last_update": "2026-01-03 16:41:04", + "author_account_age_days": 2345 }, "https://github.com/Baverne/comfyUI-TiledWan": { - "stars": 1, - "last_update": "2025-08-21 10:14:11", - "author_account_age_days": 899 + "stars": 6, + "last_update": "2026-02-17 20:01:49", + "author_account_age_days": 1100 }, "https://github.com/Beinsezii/bsz-cui-extras": { - "stars": 24, + "stars": 26, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2654 + "author_account_age_days": 2855 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3435 + "author_account_age_days": 3636 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3500 + "author_account_age_days": 3701 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3500 + "author_account_age_days": 3701 + }, + "https://github.com/BennyDaBall930/ComfyUI-Z-Engineer": { + "stars": 47, + "last_update": "2026-01-26 22:41:49", + "author_account_age_days": 377 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1400, - "last_update": "2025-08-26 09:44:02", - "author_account_age_days": 3424 + "stars": 1500, + "last_update": "2025-11-13 10:40:04", + "author_account_age_days": 3625 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { - "stars": 37, - "last_update": "2025-05-01 06:24:47", - "author_account_age_days": 1226 + "stars": 39, + "last_update": "2026-03-13 17:00:10", + "author_account_age_days": 1426 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { - "stars": 9, + "stars": 11, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1226 + "author_account_age_days": 1426 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1226 + "author_account_age_days": 1426 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 17, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1226 + "author_account_age_days": 1426 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 1, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1226 + "author_account_age_days": 1426 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { - "stars": 5, + "stars": 6, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1226 + "author_account_age_days": 1426 + }, + "https://github.com/BetaDoggo/comfyui-rtx-simple": { + "stars": 0, + "last_update": "2026-03-11 19:01:22", + "author_account_age_days": 1427 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { - "stars": 29, - "last_update": "2025-04-21 15:40:34", - "author_account_age_days": 1300 + "stars": 35, + "last_update": "2026-01-14 10:59:14", + "author_account_age_days": 1500 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { - "stars": 65, + "stars": 67, "last_update": "2025-04-19 11:58:55", - "author_account_age_days": 1300 + "author_account_age_days": 1500 + }, + "https://github.com/BigStationW/ComfyUi-ConditioningNoiseInjection": { + "stars": 89, + "last_update": "2026-01-23 13:28:10", + "author_account_age_days": 315 + }, + "https://github.com/BigStationW/ComfyUi-ConditioningTimestepSwitch": { + "stars": 1, + "last_update": "2026-01-03 23:39:20", + "author_account_age_days": 315 + }, + "https://github.com/BigStationW/ComfyUi-DisplayAllSteps": { + "stars": 2, + "last_update": "2026-01-04 22:44:21", + "author_account_age_days": 315 }, "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { - "stars": 16, - "last_update": "2025-08-23 17:40:08", - "author_account_age_days": 114 + "stars": 23, + "last_update": "2026-01-01 07:04:16", + "author_account_age_days": 315 }, "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { - "stars": 25, + "stars": 34, "last_update": "2025-05-07 18:10:18", - "author_account_age_days": 114 + "author_account_age_days": 315 }, "https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced": { - "stars": 3, - "last_update": "2025-08-21 07:42:18", - "author_account_age_days": 114 + "stars": 33, + "last_update": "2026-02-12 21:59:56", + "author_account_age_days": 315 + }, + "https://github.com/BigStationW/ComfyUi-TextEncodeQwenImageEditAdvanced": { + "stars": 47, + "last_update": "2026-01-28 10:32:30", + "author_account_age_days": 315 + }, + "https://github.com/BigStationW/Comfyui-AD-Image-Concatenation-Advanced": { + "stars": 2, + "last_update": "2026-01-18 08:22:50", + "author_account_age_days": 315 }, "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { - "stars": 0, + "stars": 1, "last_update": "2025-05-21 01:16:27", - "author_account_age_days": 2768 + "author_account_age_days": 2969 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { - "stars": 18, + "stars": 21, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 563 + "author_account_age_days": 764 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 362 + "author_account_age_days": 563 + }, + "https://github.com/Bio2hazard/ComfyUI-Prompt-Snippets": { + "stars": 11, + "last_update": "2025-11-08 08:42:06", + "author_account_age_days": 4913 + }, + "https://github.com/BizaNator/ComfyUI_PromptIterator": { + "stars": 3, + "last_update": "2025-09-24 16:47:04", + "author_account_age_days": 3686 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 2, - "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1283 + "last_update": "2025-12-08 13:44:46", + "author_account_age_days": 1484 }, - "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { - "stars": 2, - "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 384 + "https://github.com/BlackSnowSkill/wd14_batch_tagger": { + "stars": 3, + "last_update": "2026-02-10 21:23:49", + "author_account_age_days": 536 + }, + "https://github.com/BlackVortexAI/bv_nodepack": { + "stars": 4, + "last_update": "2026-01-29 06:12:28", + "author_account_age_days": 585 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2961 + "author_account_age_days": 3161 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 14, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2961 + "author_account_age_days": 3161 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 3, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2961 + "author_account_age_days": 3161 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2961 + "author_account_age_days": 3161 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { - "stars": 403, + "stars": 433, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 906 + "author_account_age_days": 1106 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { - "stars": 391, + "stars": 399, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 906 + "author_account_age_days": 1106 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { - "stars": 304, + "stars": 323, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 906 + "author_account_age_days": 1106 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { - "stars": 40, + "stars": 42, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 906 + "author_account_age_days": 1106 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { - "stars": 389, + "stars": 411, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 906 - }, - "https://github.com/Blonicx/ComfyUI-X-Rework": { - "stars": 1, - "last_update": "2025-05-07 17:02:20", - "author_account_age_days": 1151 + "author_account_age_days": 1106 }, "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { - "stars": 5, + "stars": 7, "last_update": "2025-07-21 23:11:58", - "author_account_age_days": 873 + "author_account_age_days": 1073 + }, + "https://github.com/BobJohnson24/ComfyUI-Flux2-INT8": { + "stars": 37, + "last_update": "2026-03-02 15:21:38", + "author_account_age_days": 314 + }, + "https://github.com/BobRandomNumber/ComfyUI-BasicOllama": { + "stars": 1, + "last_update": "2026-03-10 20:38:18", + "author_account_age_days": 472 + }, + "https://github.com/BobRandomNumber/ComfyUI-Calculator": { + "stars": 0, + "last_update": "2026-02-14 05:32:17", + "author_account_age_days": 472 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { - "stars": 8, - "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 272 + "stars": 7, + "last_update": "2026-02-16 02:36:31", + "author_account_age_days": 472 }, "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { "stars": 6, "last_update": "2025-07-09 04:52:46", - "author_account_age_days": 272 + "author_account_age_days": 472 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { - "stars": 11, - "last_update": "2025-08-13 06:57:26", - "author_account_age_days": 272 + "stars": 22, + "last_update": "2026-02-18 02:53:02", + "author_account_age_days": 472 + }, + "https://github.com/Boba-svg/ComfyUI-PromptSwitch": { + "stars": 3, + "last_update": "2025-12-07 13:43:53", + "author_account_age_days": 180 + }, + "https://github.com/Boba-svg/ComfyUI_AutoBatchRunner": { + "stars": 0, + "last_update": "2025-11-14 23:12:48", + "author_account_age_days": 180 }, "https://github.com/BobsBlazed/Bobs-Lora-Loader": { - "stars": 5, + "stars": 9, "last_update": "2025-08-13 03:41:38", - "author_account_age_days": 2642 + "author_account_age_days": 2842 }, "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { - "stars": 42, - "last_update": "2025-06-04 03:00:27", - "author_account_age_days": 2642 + "stars": 51, + "last_update": "2025-09-07 18:29:50", + "author_account_age_days": 2842 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { - "stars": 102, + "stars": 107, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3509 + "author_account_age_days": 3710 + }, + "https://github.com/Braeden90000/comfyui-load-image-url": { + "stars": 0, + "last_update": "2025-12-10 23:32:57", + "author_account_age_days": 2307 }, "https://github.com/Brekel/ComfyUI-Brekel": { - "stars": 16, - "last_update": "2025-08-07 14:15:08", - "author_account_age_days": 5253 + "stars": 19, + "last_update": "2025-11-17 19:08:10", + "author_account_age_days": 5454 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { - "stars": 54, - "last_update": "2025-06-16 13:24:17", - "author_account_age_days": 1906 + "stars": 81, + "last_update": "2026-03-01 14:27:09", + "author_account_age_days": 2106 }, "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { - "stars": 2, - "last_update": "2025-07-02 22:33:54", - "author_account_age_days": 3341 + "stars": 6, + "last_update": "2026-03-09 17:22:00", + "author_account_age_days": 3541 }, "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { - "stars": 74, + "stars": 73, "last_update": "2025-04-29 21:48:07", - "author_account_age_days": 3341 + "author_account_age_days": 3541 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { - "stars": 8, - "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 219 + "stars": 7, + "last_update": "2026-03-14 06:32:22", + "author_account_age_days": 420 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { - "stars": 8, - "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 219 + "stars": 7, + "last_update": "2026-03-14 06:32:22", + "author_account_age_days": 420 }, "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { "stars": 0, "last_update": "2025-04-05 07:45:54", - "author_account_age_days": 219 + "author_account_age_days": 420 }, "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": 219 + "author_account_age_days": 420 + }, + "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch": { + "stars": 1, + "last_update": "2025-12-22 04:27:46", + "author_account_age_days": 1084 + }, + "https://github.com/C0untFloyd/comfyui-musicflamingo": { + "stars": 4, + "last_update": "2026-03-01 09:46:54", + "author_account_age_days": 1057 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { - "stars": 23, + "stars": 24, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 913 + "author_account_age_days": 1114 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, "last_update": "2025-02-12 07:58:41", - "author_account_age_days": 797 + "author_account_age_days": 998 }, "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { - "stars": 13, + "stars": 22, "last_update": "2025-03-27 13:34:40", - "author_account_age_days": 394 + "author_account_age_days": 594 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 20, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 626 + "author_account_age_days": 827 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { - "stars": 14, + "stars": 18, "last_update": "2025-02-16 16:30:36", - "author_account_age_days": 626 + "author_account_age_days": 827 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { - "stars": 71, + "stars": 73, "last_update": "2025-04-17 09:51:35", - "author_account_age_days": 626 + "author_account_age_days": 827 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { - "stars": 221, + "stars": 242, "last_update": "2025-05-08 05:52:02", - "author_account_age_days": 626 + "author_account_age_days": 827 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { - "stars": 4, + "stars": 8, "last_update": "2025-08-17 06:56:13", - "author_account_age_days": 626 + "author_account_age_days": 827 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { - "stars": 81, + "stars": 91, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 626 + "author_account_age_days": 827 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { - "stars": 625, + "stars": 649, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 626 + "author_account_age_days": 827 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { - "stars": 24, + "stars": 26, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 626 + "author_account_age_days": 827 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { - "stars": 35, + "stars": 37, "last_update": "2025-02-16 18:52:28", - "author_account_age_days": 626 + "author_account_age_days": 827 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { - "stars": 136, + "stars": 140, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 626 + "author_account_age_days": 827 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 7, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 626 + "author_account_age_days": 827 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { - "stars": 95, + "stars": 102, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 626 + "author_account_age_days": 827 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { - "stars": 10, + "stars": 11, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 677 + "author_account_age_days": 878 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, - "last_update": "2025-07-28 06:18:43", - "author_account_age_days": 168 + "last_update": "2025-11-02 04:46:30", + "author_account_age_days": 369 + }, + "https://github.com/Candlehead/Candlehead-Comfy-Nodez": { + "stars": 0, + "last_update": "2026-01-26 19:27:00", + "author_account_age_days": 48 + }, + "https://github.com/CarlMarkswx/comfyui_workflow_preset_switch": { + "stars": 10, + "last_update": "2026-03-12 13:03:57", + "author_account_age_days": 1136 + }, + "https://github.com/CarlMarkswx/comfyui_workflow_state_presets": { + "stars": 10, + "last_update": "2026-03-12 13:03:57", + "author_account_age_days": 1136 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 251, + "stars": 273, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3154 + "author_account_age_days": 3355 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { - "stars": 11, + "stars": 13, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2294 + "author_account_age_days": 2495 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { - "stars": 74, + "stars": 76, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2294 + "author_account_age_days": 2495 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { - "stars": 34, + "stars": 39, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2294 + "author_account_age_days": 2495 + }, + "https://github.com/ChangeTheConstants/SeedVarianceEnhancer": { + "stars": 178, + "last_update": "2025-12-21 18:07:45", + "author_account_age_days": 101 + }, + "https://github.com/ChaosHL/Marvelous-Box-Comfyui": { + "stars": 0, + "last_update": "2025-09-23 14:22:09", + "author_account_age_days": 992 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { - "stars": 41, - "last_update": "2025-02-08 13:11:30", - "author_account_age_days": 2307 + "stars": 50, + "last_update": "2025-12-05 14:19:43", + "author_account_age_days": 2507 }, "https://github.com/Charlweed/image_transceiver": { - "stars": 2, + "stars": 4, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5525 + "author_account_age_days": 5726 }, "https://github.com/Charonartist/comfyui-auto-lora-v2": { - "stars": 0, + "stars": 1, "last_update": "2025-06-17 15:00:30", - "author_account_age_days": 422 + "author_account_age_days": 623 }, "https://github.com/Charonartist/comfyui-last-frame-extractor": { - "stars": 0, + "stars": 3, "last_update": "2025-08-14 13:42:17", - "author_account_age_days": 422 + "author_account_age_days": 623 + }, + "https://github.com/Charonartist/comfyui-lmstudio-conversation": { + "stars": 0, + "last_update": "2025-09-07 07:57:09", + "author_account_age_days": 623 }, "https://github.com/Charonartist/comfyui-smart-resize-node": { "stars": 0, "last_update": "2025-08-12 13:01:48", - "author_account_age_days": 422 + "author_account_age_days": 623 }, "https://github.com/Charonartist/comfyui-tag-remover": { "stars": 0, "last_update": "2025-08-14 06:12:04", - "author_account_age_days": 422 + "author_account_age_days": 623 }, "https://github.com/CheNing233/ComfyUI_Image_Pin": { - "stars": 4, + "stars": 5, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2874 + "author_account_age_days": 3075 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { - "stars": 250, - "last_update": "2025-07-06 22:39:57", - "author_account_age_days": 2329 + "stars": 305, + "last_update": "2025-11-03 20:44:25", + "author_account_age_days": 2530 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 9, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2329 + "author_account_age_days": 2530 }, "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, "last_update": "2025-04-07 01:09:05", - "author_account_age_days": 828 + "author_account_age_days": 1029 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { - "stars": 14, + "stars": 19, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2840 + "author_account_age_days": 3041 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 2, "last_update": "2025-03-12 00:07:25", - "author_account_age_days": 2840 + "author_account_age_days": 3041 + }, + "https://github.com/ChristopherLuciano/ComfyUI-LucianoTools": { + "stars": 0, + "last_update": "2025-10-21 02:34:23", + "author_account_age_days": 1482 }, "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { - "stars": 0, + "stars": 2, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2157 + "author_account_age_days": 2358 + }, + "https://github.com/ChunkyPanda29/ComfyUI-Pollinations-BYOP": { + "stars": 1, + "last_update": "2026-03-04 18:54:42", + "author_account_age_days": 77 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 558, - "last_update": "2025-08-14 22:18:56", - "author_account_age_days": 458 + "stars": 1012, + "last_update": "2026-01-18 03:03:38", + "author_account_age_days": 658 }, "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { - "stars": 12, + "stars": 13, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2162 + "author_account_age_days": 2363 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { - "stars": 90, + "stars": 100, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2162 + "author_account_age_days": 2363 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { - "stars": 81, + "stars": 88, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2162 + "author_account_age_days": 2363 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { - "stars": 4, + "stars": 6, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2326 + "author_account_age_days": 2527 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { - "stars": 1, + "stars": 2, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2326 + "author_account_age_days": 2527 }, "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { - "stars": 4, - "last_update": "2025-08-01 08:16:18", - "author_account_age_days": 2326 + "stars": 7, + "last_update": "2026-03-06 10:02:37", + "author_account_age_days": 2527 }, "https://github.com/Comfy-Org/NIMnodes": { - "stars": 40, + "stars": 59, "last_update": "2025-08-20 15:31:03", - "author_account_age_days": 503 + "author_account_age_days": 704 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { - "stars": 2, - "last_update": "2025-06-21 15:03:38", - "author_account_age_days": 94 + "stars": 4, + "last_update": "2025-11-28 17:51:18", + "author_account_age_days": 295 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { - "stars": 2, - "last_update": "2025-08-19 18:54:50", - "author_account_age_days": 94 + "stars": 13, + "last_update": "2026-02-10 01:46:52", + "author_account_age_days": 295 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { - "stars": 39, - "last_update": "2025-08-12 13:54:34", - "author_account_age_days": 94 + "stars": 121, + "last_update": "2026-03-06 20:33:48", + "author_account_age_days": 295 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { - "stars": 0, + "stars": 7, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 94 + "author_account_age_days": 295 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 251 + "author_account_age_days": 451 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 251 + "author_account_age_days": 451 }, "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { "stars": 0, "last_update": "2025-03-31 15:37:25", - "author_account_age_days": 4852 + "author_account_age_days": 5052 }, "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { - "stars": 63, - "last_update": "2025-07-25 22:53:28", - "author_account_age_days": 602 + "stars": 99, + "last_update": "2026-03-15 04:55:05", + "author_account_age_days": 803 + }, + "https://github.com/ConstantlyGrowup/ComfyUI_Qwen_chat_models": { + "stars": 2, + "last_update": "2025-12-30 06:34:36", + "author_account_age_days": 202 + }, + "https://github.com/CoreyCorza/ComfyUI-CRZnodes": { + "stars": 40, + "last_update": "2025-09-09 05:29:25", + "author_account_age_days": 2812 + }, + "https://github.com/Cornmeister/ComfyUI-CornmeisterNL-PowerPack": { + "stars": 0, + "last_update": "2025-12-28 12:35:17", + "author_account_age_days": 4112 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { - "stars": 127, - "last_update": "2025-08-24 11:04:52", - "author_account_age_days": 4083 + "stars": 137, + "last_update": "2026-03-14 22:18:25", + "author_account_age_days": 4284 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 381 + "author_account_age_days": 581 + }, + "https://github.com/CraftBlack/ComfyUI-Resolution-Divider": { + "stars": 0, + "last_update": "2025-12-08 04:15:29", + "author_account_age_days": 1836 + }, + "https://github.com/CrateTools/comfyui-preview-video-monitor": { + "stars": 16, + "last_update": "2026-03-06 15:10:07", + "author_account_age_days": 602 + }, + "https://github.com/Creditas-labs/ComfyUI-Adforge": { + "stars": 1, + "last_update": "2025-11-26 19:14:11", + "author_account_age_days": 130 + }, + "https://github.com/Creditas-labs/ComfyUI_Adforge": { + "stars": 1, + "last_update": "2025-11-26 19:14:11", + "author_account_age_days": 130 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1431 + "author_account_age_days": 1632 }, "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { - "stars": 15, - "last_update": "2025-08-18 16:56:27", - "author_account_age_days": 2035 + "stars": 27, + "last_update": "2026-03-07 03:27:55", + "author_account_age_days": 2236 }, "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { - "stars": 5, + "stars": 7, "last_update": "2025-07-03 00:27:01", - "author_account_age_days": 2035 + "author_account_age_days": 2236 }, "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { "stars": 2, "last_update": "2025-07-15 20:30:08", - "author_account_age_days": 2035 + "author_account_age_days": 2236 + }, + "https://github.com/Creepybits/World_weaver": { + "stars": 25, + "last_update": "2026-02-13 22:55:49", + "author_account_age_days": 2236 }, "https://github.com/Cryptyox/anaglyphTool-Comfyui": { - "stars": 7, - "last_update": "2025-05-13 16:12:27", - "author_account_age_days": 1356 + "stars": 8, + "last_update": "2026-03-07 11:50:21", + "author_account_age_days": 1557 }, "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python": { - "stars": 6, + "stars": 9, "last_update": "2025-03-18 00:51:34", - "author_account_age_days": 3614 + "author_account_age_days": 3815 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 3, - "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1530 + "last_update": "2025-09-05 13:21:04", + "author_account_age_days": 1731 }, "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { - "stars": 2, + "stars": 5, "last_update": "2025-04-27 05:40:25", - "author_account_age_days": 843 + "author_account_age_days": 1044 }, "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { - "stars": 11, - "last_update": "2025-06-27 10:04:22", - "author_account_age_days": 843 + "stars": 12, + "last_update": "2025-10-24 07:46:08", + "author_account_age_days": 1044 }, "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { - "stars": 15, - "last_update": "2025-05-29 02:14:55", - "author_account_age_days": 843 + "stars": 17, + "last_update": "2025-10-24 07:49:28", + "author_account_age_days": 1044 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5586 + "author_account_age_days": 5787 + }, + "https://github.com/CypherNaught-0x/ComfyUI_resolution_presets": { + "stars": 0, + "last_update": "2026-01-04 16:03:15", + "author_account_age_days": 4129 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, - "last_update": "2025-08-18 06:04:59", - "author_account_age_days": 3139 + "last_update": "2025-08-30 15:54:04", + "author_account_age_days": 3340 }, "https://github.com/Cyrostar/Artha-Projekt": { "stars": 0, "last_update": "2025-08-25 06:32:51", - "author_account_age_days": 3139 + "author_account_age_days": 3340 }, - "https://github.com/Cyrostar/ComfyUI-Artha-Gemini": { - "stars": 1, - "last_update": "2025-08-18 06:04:59", - "author_account_age_days": 3139 + "https://github.com/Cyrostar/ComfyUI-Artha-Nodes": { + "stars": 0, + "last_update": "2026-01-09 15:33:52", + "author_account_age_days": 3340 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { - "stars": 2, + "stars": 4, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1033 + "author_account_age_days": 1234 + }, + "https://github.com/D-Ogi/ComfyUI-Attention-Optimizer": { + "stars": 27, + "last_update": "2026-02-09 12:56:32", + "author_account_age_days": 4427 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { - "stars": 5, + "stars": 7, "last_update": "2025-02-02 00:46:30", - "author_account_age_days": 217 + "author_account_age_days": 417 + }, + "https://github.com/DN2048/dn_little_helpers": { + "stars": 0, + "last_update": "2026-02-05 23:42:39", + "author_account_age_days": 2060 + }, + "https://github.com/DaLongZhuaZi/ComfyUI-Gemini-Prompt-Studio": { + "stars": 0, + "last_update": "2025-09-24 11:01:50", + "author_account_age_days": 2661 + }, + "https://github.com/DailyMok/ComfyUI-dAIly": { + "stars": 0, + "last_update": "2026-03-03 13:11:41", + "author_account_age_days": 483 + }, + "https://github.com/Damkohler/jlc-comfyui-nodes": { + "stars": 0, + "last_update": "2026-03-15 17:03:40", + "author_account_age_days": 1365 + }, + "https://github.com/DanPli/ComfyUI-Flux2LatentPresets": { + "stars": 0, + "last_update": "2026-01-31 22:10:40", + "author_account_age_days": 4001 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { - "stars": 64, + "stars": 90, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4717 + "author_account_age_days": 4917 + }, + "https://github.com/Dangocan/comfyui_glm_ocr": { + "stars": 0, + "last_update": "2026-03-02 04:28:33", + "author_account_age_days": 2373 + }, + "https://github.com/Dangocan/comfyui_qwenvl_lora": { + "stars": 0, + "last_update": "2026-03-10 22:42:31", + "author_account_age_days": 2373 + }, + "https://github.com/DanielBartolic/ComfyUI-Qwen3.5": { + "stars": 15, + "last_update": "2026-03-13 11:53:47", + "author_account_age_days": 2349 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 4012 + "author_account_age_days": 4212 + }, + "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator": { + "stars": 10, + "last_update": "2025-11-22 01:25:11", + "author_account_age_days": 1495 + }, + "https://github.com/DaniilVdovin/ComfyUI-prompt-templating": { + "stars": 1, + "last_update": "2025-10-15 09:40:29", + "author_account_age_days": 2664 + }, + "https://github.com/DanrisiUA/ComfyUI-ZImage-LoRA-Merger": { + "stars": 14, + "last_update": "2026-01-06 12:38:13", + "author_account_age_days": 860 }, "https://github.com/Danteday/ComfyUI-NoteManager": { - "stars": 12, + "stars": 13, "last_update": "2025-04-20 19:52:58", - "author_account_age_days": 2745 + "author_account_age_days": 2945 + }, + "https://github.com/Daohoi123/ComfyUI-Gemini3": { + "stars": 3, + "last_update": "2025-11-26 01:14:40", + "author_account_age_days": 1039 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 5015 + "author_account_age_days": 5216 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { - "stars": 5, + "stars": 6, "last_update": "2025-03-08 13:58:12", - "author_account_age_days": 3905 + "author_account_age_days": 4106 }, "https://github.com/DataCTE/prompt_injection": { - "stars": 91, + "stars": 97, "last_update": "2025-08-18 13:18:24", - "author_account_age_days": 1206 + "author_account_age_days": 1406 }, "https://github.com/DavidPiazza/network_bending": { "stars": 0, - "last_update": "2025-07-03 18:58:52", - "author_account_age_days": 2307 + "last_update": "2025-11-30 02:04:39", + "author_account_age_days": 2508 }, "https://github.com/Daxamur/DaxNodes": { "stars": 0, - "last_update": "2025-08-24 09:21:23", - "author_account_age_days": 2523 + "last_update": "2025-08-30 19:54:44", + "author_account_age_days": 2723 + }, + "https://github.com/DayMan84/ComfyUI-Usgromana": { + "stars": 12, + "last_update": "2026-02-24 22:18:54", + "author_account_age_days": 1081 + }, + "https://github.com/DayMan84/ComfyUI-Usgromana-Gallery": { + "stars": 1, + "last_update": "2026-02-22 06:43:42", + "author_account_age_days": 1081 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { - "stars": 3, + "stars": 4, "last_update": "2025-08-13 17:48:55", - "author_account_age_days": 4644 + "author_account_age_days": 4844 + }, + "https://github.com/DazzleNodes/ComfyUI-DazzleSwitch": { + "stars": 0, + "last_update": "2026-02-24 17:29:50", + "author_account_age_days": 133 + }, + "https://github.com/DazzleNodes/ComfyUI-Smart-Resolution-Calc": { + "stars": 5, + "last_update": "2026-03-15 01:21:12", + "author_account_age_days": 133 + }, + "https://github.com/DazzleNodes/DazzleNodes": { + "stars": 0, + "last_update": "2026-03-15 01:36:37", + "author_account_age_days": 133 + }, + "https://github.com/DazzleNodes/fit-mask-to-image": { + "stars": 1, + "last_update": "2025-11-16 01:32:44", + "author_account_age_days": 133 }, "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { - "stars": 26, + "stars": 28, "last_update": "2025-06-28 17:36:41", - "author_account_age_days": 1283 + "author_account_age_days": 1483 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { - "stars": 3, + "stars": 4, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3419 + "author_account_age_days": 3620 + }, + "https://github.com/Deathspike/ComfyUI-MyOriginalWaifu": { + "stars": 2, + "last_update": "2026-02-08 13:40:00", + "author_account_age_days": 5880 }, "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { - "stars": 0, + "stars": 1, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 229 + "author_account_age_days": 430 + }, + "https://github.com/DecartAI/Lucy-Edit-ComfyUI": { + "stars": 724, + "last_update": "2025-11-07 18:58:33", + "author_account_age_days": 939 }, "https://github.com/DeemosTech/ComfyUI-Rodin": { - "stars": 30, - "last_update": "2025-05-07 13:29:25", - "author_account_age_days": 1194 + "stars": 52, + "last_update": "2025-10-15 03:36:50", + "author_account_age_days": 1395 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { - "stars": 1, + "stars": 3, "last_update": "2025-02-24 13:07:36", - "author_account_age_days": 183 + "author_account_age_days": 384 + }, + "https://github.com/Dehypnotic/comfyui-aspect-ratio-advanced": { + "stars": 2, + "last_update": "2025-10-02 14:57:02", + "author_account_age_days": 1721 + }, + "https://github.com/Dehypnotic/comfyui-dehypnotic-save-nodes": { + "stars": 1, + "last_update": "2025-10-26 15:41:28", + "author_account_age_days": 1721 }, "https://github.com/Dehypnotic/comfyui-numbered-text": { - "stars": 0, - "last_update": "2025-08-22 14:17:24", - "author_account_age_days": 1520 + "stars": 1, + "last_update": "2025-10-08 15:13:36", + "author_account_age_days": 1721 }, "https://github.com/Dehypnotic/comfyui-range-to-string": { + "stars": 1, + "last_update": "2025-10-02 09:30:29", + "author_account_age_days": 1721 + }, + "https://github.com/DemonAlone/DemonAlone-nodes-ComfyUI": { "stars": 0, - "last_update": "2025-08-22 20:22:44", - "author_account_age_days": 1520 + "last_update": "2026-03-14 22:29:24", + "author_account_age_days": 3339 + }, + "https://github.com/DemonNCoding/PromptGenerator12Columns": { + "stars": 10, + "last_update": "2025-12-08 15:49:32", + "author_account_age_days": 1320 + }, + "https://github.com/DenRakEiw/ComfyUI-nearest-qwen-resolution": { + "stars": 0, + "last_update": "2025-12-20 06:58:05", + "author_account_age_days": 1660 }, "https://github.com/DenRakEiw/Latent_Nodes": { - "stars": 1, + "stars": 32, "last_update": "2025-08-13 14:21:14", - "author_account_age_days": 1459 + "author_account_age_days": 1660 }, "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": { - "stars": 9, + "stars": 19, "last_update": "2025-08-14 18:53:13", - "author_account_age_days": 1459 + "author_account_age_days": 1660 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { - "stars": 421, + "stars": 452, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 2203 + "author_account_age_days": 2403 + }, + "https://github.com/Derryyyyyy/ComfyUI-DNode": { + "stars": 40, + "last_update": "2026-02-28 11:59:25", + "author_account_age_days": 1514 }, "https://github.com/DesertPixelAi/ComfyUI-DP-Ideogram-Character": { - "stars": 0, + "stars": 2, "last_update": "2025-08-26 22:21:45", - "author_account_age_days": 574 + "author_account_age_days": 775 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { - "stars": 19, + "stars": 25, "last_update": "2025-06-22 10:33:31", - "author_account_age_days": 574 + "author_account_age_days": 775 }, "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { "stars": 1, "last_update": "2025-07-10 08:29:21", - "author_account_age_days": 574 + "author_account_age_days": 775 + }, + "https://github.com/DevDuckFace/KsamplerDF": { + "stars": 0, + "last_update": "2026-02-03 00:57:15", + "author_account_age_days": 861 + }, + "https://github.com/Devourer56/ComfyUI-Impact-BIGdetector-BBOX-SEGS": { + "stars": 0, + "last_update": "2026-01-29 00:29:19", + "author_account_age_days": 1194 }, "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { - "stars": 4, - "last_update": "2025-08-17 04:34:40", - "author_account_age_days": 913 + "stars": 6, + "last_update": "2025-10-19 04:29:10", + "author_account_age_days": 1114 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { - "stars": 9, + "stars": 17, "last_update": "2025-07-02 11:04:14", - "author_account_age_days": 629 + "author_account_age_days": 829 }, "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, "last_update": "2025-05-19 23:16:22", - "author_account_age_days": 150 + "author_account_age_days": 350 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { - "stars": 29, - "last_update": "2025-03-17 17:53:33", - "author_account_age_days": 4467 + "stars": 35, + "last_update": "2025-09-15 20:38:26", + "author_account_age_days": 4667 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3501 + "author_account_age_days": 3702 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { - "stars": 1, + "stars": 7, "last_update": "2025-07-15 09:12:54", - "author_account_age_days": 208 + "author_account_age_days": 409 }, "https://github.com/Dobidop/ComfyStereo": { - "stars": 26, - "last_update": "2025-03-23 18:45:54", - "author_account_age_days": 1888 + "stars": 41, + "last_update": "2026-02-26 10:45:54", + "author_account_age_days": 2089 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { - "stars": 41, + "stars": 45, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 770 + "author_account_age_days": 970 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { - "stars": 22, + "stars": 32, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 770 + "author_account_age_days": 970 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { - "stars": 6, + "stars": 9, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 770 + "author_account_age_days": 970 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { - "stars": 5, + "stars": 7, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 770 + "author_account_age_days": 970 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 1, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 770 + "author_account_age_days": 970 + }, + "https://github.com/Dodzilla/ComfyUI-TrellisMeshPostprocess": { + "stars": 0, + "last_update": "2026-02-23 01:34:25", + "author_account_age_days": 4782 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { - "stars": 78, - "last_update": "2025-08-23 11:35:28", - "author_account_age_days": 3332 + "stars": 165, + "last_update": "2026-01-29 05:45:08", + "author_account_age_days": 3533 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 349, - "last_update": "2025-08-23 11:34:14", - "author_account_age_days": 3332 + "stars": 737, + "last_update": "2026-01-31 06:57:19", + "author_account_age_days": 3533 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5423 + "author_account_age_days": 5623 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, - "last_update": "2025-02-04 14:24:46", - "author_account_age_days": 1460 + "last_update": "2025-09-18 05:45:51", + "author_account_age_days": 1661 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { - "stars": 3, + "stars": 4, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1460 + "author_account_age_days": 1661 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { - "stars": 0, + "stars": 3, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 374 + "author_account_age_days": 574 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { - "stars": 4, - "last_update": "2025-08-22 18:51:34", - "author_account_age_days": 1802 + "stars": 8, + "last_update": "2025-12-30 17:21:49", + "author_account_age_days": 2002 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { - "stars": 5, - "last_update": "2025-06-16 18:58:57", - "author_account_age_days": 1802 + "stars": 6, + "last_update": "2026-01-05 01:56:12", + "author_account_age_days": 2002 + }, + "https://github.com/Draek2077/comfyui-draekz-nodez": { + "stars": 1, + "last_update": "2025-09-12 02:32:20", + "author_account_age_days": 231 }, "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { "stars": 4, - "last_update": "2025-06-01 16:44:46", - "author_account_age_days": 240 + "last_update": "2025-09-21 11:58:58", + "author_account_age_days": 441 }, "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { - "stars": 2, - "last_update": "2025-08-12 00:15:12", - "author_account_age_days": 240 + "stars": 9, + "last_update": "2026-03-08 19:27:57", + "author_account_age_days": 441 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2284 + "author_account_age_days": 2485 + }, + "https://github.com/Duanyll/comfyui_functional": { + "stars": 0, + "last_update": "2025-12-16 07:14:38", + "author_account_age_days": 3362 }, "https://github.com/Duanyll/duanyll_nodepack": { - "stars": 0, - "last_update": "2025-08-18 12:20:10", - "author_account_age_days": 3161 + "stars": 2, + "last_update": "2026-01-19 10:58:12", + "author_account_age_days": 3362 + }, + "https://github.com/EMkrtchyan/ComfyUI-NormalsToDepth": { + "stars": 1, + "last_update": "2026-02-10 22:16:51", + "author_account_age_days": 522 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { - "stars": 53, + "stars": 75, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3055 + "author_account_age_days": 3256 }, "https://github.com/Easymode-ai/ComfyUI-BPT": { - "stars": 9, + "stars": 12, "last_update": "2025-07-25 20:05:55", - "author_account_age_days": 1701 + "author_account_age_days": 1902 + }, + "https://github.com/Easymode-ai/ComfyUI-FlexPainter": { + "stars": 2, + "last_update": "2025-09-10 20:45:19", + "author_account_age_days": 1902 }, "https://github.com/Easymode-ai/ComfyUI-ShadowR": { - "stars": 11, + "stars": 15, "last_update": "2025-02-21 20:53:27", - "author_account_age_days": 1701 + "author_account_age_days": 1902 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { - "stars": 72, + "stars": 73, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5145 + "author_account_age_days": 5346 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1571 + "author_account_age_days": 1772 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { - "stars": 28, + "stars": 29, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3048 + "author_account_age_days": 3249 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { - "stars": 231, + "stars": 247, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 3206 + "author_account_age_days": 3407 }, "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { - "stars": 1, - "last_update": "2025-07-11 18:25:15", - "author_account_age_days": 2017 + "stars": 2, + "last_update": "2026-03-12 06:07:35", + "author_account_age_days": 2217 + }, + "https://github.com/Enashka/ComfyUI-nhknodes": { + "stars": 22, + "last_update": "2026-02-09 09:16:08", + "author_account_age_days": 3600 + }, + "https://github.com/Enemyx-net/VibeVoice-ComfyUI": { + "stars": 1386, + "last_update": "2026-02-18 07:40:52", + "author_account_age_days": 200 + }, + "https://github.com/Enferlain/ComfyUI-A1111-cond": { + "stars": 3, + "last_update": "2026-02-02 23:40:42", + "author_account_age_days": 3772 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { - "stars": 5, - "last_update": "2025-07-26 11:58:16", - "author_account_age_days": 397 - }, - "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { - "stars": 11, - "last_update": "2025-03-30 13:06:28", - "author_account_age_days": 397 + "stars": 9, + "last_update": "2025-11-09 01:25:14", + "author_account_age_days": 598 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { - "stars": 6, - "last_update": "2025-08-25 17:58:28", - "author_account_age_days": 397 + "stars": 9, + "last_update": "2026-03-15 03:04:02", + "author_account_age_days": 598 + }, + "https://github.com/EnragedAntelope/ComfyUI_EasyRegion": { + "stars": 0, + "last_update": "2025-11-23 15:21:21", + "author_account_age_days": 598 + }, + "https://github.com/EnragedAntelope/comfy-modelopt": { + "stars": 0, + "last_update": "2025-11-10 21:11:04", + "author_account_age_days": 598 }, "https://github.com/EnragedAntelope/comfyui-relight": { - "stars": 77, - "last_update": "2025-05-16 16:06:28", - "author_account_age_days": 397 + "stars": 90, + "last_update": "2025-11-09 02:16:20", + "author_account_age_days": 598 + }, + "https://github.com/EnragedAntelope/comfyui-sdnq": { + "stars": 74, + "last_update": "2026-02-06 13:39:36", + "author_account_age_days": 598 + }, + "https://github.com/Eonizer/ComfyUI-bby-nodes": { + "stars": 0, + "last_update": "2026-03-05 09:02:04", + "author_account_age_days": 4037 }, "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { - "stars": 4, + "stars": 6, "last_update": "2025-07-17 07:05:26", - "author_account_age_days": 3699 + "author_account_age_days": 3899 }, "https://github.com/Erehr/ComfyUI-EreNodes": { - "stars": 39, + "stars": 60, "last_update": "2025-08-11 10:10:28", - "author_account_age_days": 3699 + "author_account_age_days": 3899 + }, + "https://github.com/EricRollei/AAA_Metadata_System": { + "stars": 7, + "last_update": "2025-12-19 21:17:11", + "author_account_age_days": 1523 + }, + "https://github.com/EricRollei/Comfy_HunyuanImage3": { + "stars": 42, + "last_update": "2026-02-21 19:46:14", + "author_account_age_days": 1523 + }, + "https://github.com/EricRollei/Download_Tools": { + "stars": 5, + "last_update": "2026-02-10 01:21:26", + "author_account_age_days": 1523 + }, + "https://github.com/EricRollei/Emu35-Comfyui-Nodes": { + "stars": 4, + "last_update": "2025-12-19 20:31:48", + "author_account_age_days": 1523 + }, + "https://github.com/EricRollei/Eric_Image_Processing_Nodes": { + "stars": 6, + "last_update": "2025-12-20 01:05:48", + "author_account_age_days": 1523 + }, + "https://github.com/EricRollei/HYPIR-ComfyUI": { + "stars": 9, + "last_update": "2025-11-18 18:34:15", + "author_account_age_days": 1523 + }, + "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer": { + "stars": 19, + "last_update": "2025-12-20 01:44:21", + "author_account_age_days": 1523 + }, + "https://github.com/EricRollei/PDF-Tools": { + "stars": 5, + "last_update": "2025-12-20 01:13:41", + "author_account_age_days": 1523 + }, + "https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui": { + "stars": 2, + "last_update": "2025-12-23 20:51:58", + "author_account_age_days": 1523 + }, + "https://github.com/EricRollei/comfyui-refocus": { + "stars": 14, + "last_update": "2026-01-13 03:51:46", + "author_account_age_days": 1523 + }, + "https://github.com/EricRorich/ComfyUI-face-shaper": { + "stars": 4, + "last_update": "2026-03-07 10:36:31", + "author_account_age_days": 1730 + }, + "https://github.com/EuphoricPenguin/resemble-enhance-comfyui": { + "stars": 3, + "last_update": "2025-11-01 08:28:38", + "author_account_age_days": 3545 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 623, + "stars": 714, "last_update": "2025-06-18 23:00:26", - "author_account_age_days": 4027 + "author_account_age_days": 4228 }, "https://github.com/Excidos/ComfyUI-Documents": { - "stars": 55, + "stars": 59, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 435 + "author_account_age_days": 636 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 435 + "author_account_age_days": 636 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, - "last_update": "2025-08-19 08:09:42", - "author_account_age_days": 16 + "last_update": "2025-11-10 03:24:25", + "author_account_age_days": 217 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 2052 + "author_account_age_days": 2252 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { - "stars": 112, + "stars": 114, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 2052 + "author_account_age_days": 2252 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { - "stars": 300, + "stars": 306, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 2052 + "author_account_age_days": 2252 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3636 + "author_account_age_days": 3837 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { - "stars": 420, + "stars": 428, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3578 + "author_account_age_days": 3779 }, "https://github.com/Extraltodeus/DistanceSampler": { - "stars": 39, + "stars": 42, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3578 + "author_account_age_days": 3779 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { - "stars": 79, + "stars": 86, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3578 + "author_account_age_days": 3779 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3578 + "author_account_age_days": 3779 }, "https://github.com/Extraltodeus/Skimmed_CFG": { - "stars": 208, - "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3578 + "stars": 231, + "last_update": "2026-01-05 18:52:02", + "author_account_age_days": 3779 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { - "stars": 43, + "stars": 44, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3578 + "author_account_age_days": 3779 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { - "stars": 50, + "stars": 51, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3578 + "author_account_age_days": 3779 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { - "stars": 121, + "stars": 126, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3578 + "author_account_age_days": 3779 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3578 + "author_account_age_days": 3779 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { - "stars": 52, + "stars": 63, "last_update": "2025-05-24 07:36:22", - "author_account_age_days": 3578 + "author_account_age_days": 3779 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { - "stars": 87, + "stars": 93, "last_update": "2025-08-21 18:17:03", - "author_account_age_days": 3578 + "author_account_age_days": 3779 + }, + "https://github.com/FNGarvin/ComfyUI-AutoModelDownloader": { + "stars": 1, + "last_update": "2026-01-13 04:04:09", + "author_account_age_days": 522 }, "https://github.com/FaberVS/MultiModel": { - "stars": 1, + "stars": 3, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2199 + "author_account_age_days": 2400 + }, + "https://github.com/Faildes/ComfyUI-NegativeFold": { + "stars": 1, + "last_update": "2025-12-25 01:08:46", + "author_account_age_days": 1103 + }, + "https://github.com/Faildes/ComfyUI-TC_ADV_ZPrompt": { + "stars": 0, + "last_update": "2026-01-15 01:40:47", + "author_account_age_days": 1103 + }, + "https://github.com/FallenIncursio/arcenciel-link-comfyui": { + "stars": 1, + "last_update": "2026-02-16 21:42:28", + "author_account_age_days": 1233 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 785, - "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3560 + "stars": 991, + "last_update": "2026-03-15 03:39:58", + "author_account_age_days": 3761 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { - "stars": 115, - "last_update": "2025-03-31 10:26:14", - "author_account_age_days": 3560 + "stars": 134, + "last_update": "2025-11-09 02:34:01", + "author_account_age_days": 3761 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { - "stars": 205, + "stars": 213, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3560 + "author_account_age_days": 3761 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { - "stars": 212, + "stars": 224, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3560 + "author_account_age_days": 3761 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3315, - "last_update": "2025-06-20 08:57:29", - "author_account_age_days": 3560 + "stars": 3849, + "last_update": "2026-02-16 05:53:04", + "author_account_age_days": 3761 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { - "stars": 4, + "stars": 5, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 964 + "author_account_age_days": 1165 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1268 + "author_account_age_days": 1469 + }, + "https://github.com/FearL0rd/ComfyUI-AnyDeviceOffload": { + "stars": 24, + "last_update": "2026-02-06 15:16:28", + "author_account_age_days": 3513 + }, + "https://github.com/FearL0rd/ComfyUI-ComfyUI-Flash-Attention_v100": { + "stars": 2, + "last_update": "2026-02-09 16:20:06", + "author_account_age_days": 3513 }, "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": { "stars": 0, "last_update": "2025-08-15 13:52:56", - "author_account_age_days": 3312 + "author_account_age_days": 3513 + }, + "https://github.com/FearL0rd/ComfyUI-ParallelAnything": { + "stars": 42, + "last_update": "2026-02-24 01:05:17", + "author_account_age_days": 3513 + }, + "https://github.com/FeiMao-326/Comfyui-General-API-Node": { + "stars": 0, + "last_update": "2026-02-15 03:40:27", + "author_account_age_days": 2187 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, - "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3183 + "last_update": "2026-01-26 03:07:46", + "author_account_age_days": 3384 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, "last_update": "2025-08-08 21:50:00", - "author_account_age_days": 4594 + "author_account_age_days": 4795 }, "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, "last_update": "2025-07-30 02:03:58", - "author_account_age_days": 3043 + "author_account_age_days": 3244 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { - "stars": 17, - "last_update": "2025-08-22 04:50:44", - "author_account_age_days": 1100 + "stars": 21, + "last_update": "2026-02-12 06:05:58", + "author_account_age_days": 1301 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { - "stars": 8, + "stars": 10, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 3175 + "author_account_age_days": 3376 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 449 + "author_account_age_days": 650 + }, + "https://github.com/Firetheft/ComfyUI-Animate-Progress": { + "stars": 3, + "last_update": "2025-09-09 13:21:52", + "author_account_age_days": 1530 }, "https://github.com/Firetheft/ComfyUI_Civitai_Gallery": { - "stars": 11, - "last_update": "2025-08-23 09:16:41", - "author_account_age_days": 1329 + "stars": 98, + "last_update": "2026-02-10 02:47:31", + "author_account_age_days": 1530 + }, + "https://github.com/Firetheft/ComfyUI_Local_Lora_Gallery": { + "stars": 58, + "last_update": "2026-01-30 14:07:20", + "author_account_age_days": 1530 + }, + "https://github.com/Firetheft/ComfyUI_Pixabay_Gallery": { + "stars": 6, + "last_update": "2025-12-03 00:57:24", + "author_account_age_days": 1530 + }, + "https://github.com/Firetheft/ComfyUI_Simple_Web_Browser": { + "stars": 10, + "last_update": "2025-12-02 15:25:45", + "author_account_age_days": 1530 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { - "stars": 52, + "stars": 51, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2408 + "author_account_age_days": 2608 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 456, + "stars": 473, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2408 + "author_account_age_days": 2608 + }, + "https://github.com/Flibens/comfyui-image-browser": { + "stars": 0, + "last_update": "2026-03-03 20:13:13", + "author_account_age_days": 417 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { - "stars": 79, + "stars": 82, "last_update": "2025-03-28 04:58:45", - "author_account_age_days": 1936 + "author_account_age_days": 2137 + }, + "https://github.com/FloyoAI/ComfyUI-Seed-API": { + "stars": 1, + "last_update": "2026-01-16 13:14:25", + "author_account_age_days": 525 }, "https://github.com/FlyingFireCo/tiled_ksampler": { - "stars": 90, + "stars": 103, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 1061 + "author_account_age_days": 1261 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { - "stars": 236, + "stars": 246, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1672 + "author_account_age_days": 1873 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { - "stars": 6, - "last_update": "2025-08-26 21:49:00", - "author_account_age_days": 1931 + "stars": 23, + "last_update": "2026-03-14 23:32:05", + "author_account_age_days": 2132 + }, + "https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": { + "stars": 1, + "last_update": "2026-02-26 01:29:07", + "author_account_age_days": 3402 + }, + "https://github.com/Fossiel/ComfyUI-Fossiel-WAN-Additional-Tilers": { + "stars": 2, + "last_update": "2025-12-02 03:41:53", + "author_account_age_days": 3402 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2199 + "author_account_age_days": 2400 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2199 + "author_account_age_days": 2400 }, "https://github.com/Franck-Demongin/NX_Translator": { - "stars": 2, + "stars": 3, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2199 + "author_account_age_days": 2400 + }, + "https://github.com/FranckyB/ComfyUI-Prompt-Manager": { + "stars": 68, + "last_update": "2026-03-10 06:07:53", + "author_account_age_days": 4116 }, "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { - "stars": 6, - "last_update": "2025-07-30 23:08:42", - "author_account_age_days": 1105 + "stars": 7, + "last_update": "2025-09-19 03:22:12", + "author_account_age_days": 1306 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2745 + "author_account_age_days": 2946 + }, + "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY": { + "stars": 0, + "last_update": "2025-09-02 09:22:34", + "author_account_age_days": 4055 + }, + "https://github.com/FugitiveExpert01/ComfyUI-FEnodes": { + "stars": 1, + "last_update": "2026-03-14 10:36:18", + "author_account_age_days": 60 }, "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { - "stars": 1, + "stars": 2, "last_update": "2025-04-22 09:12:55", - "author_account_age_days": 1004 + "author_account_age_days": 1205 }, "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { - "stars": 3, + "stars": 4, "last_update": "2025-04-22 10:00:31", - "author_account_age_days": 1004 + "author_account_age_days": 1205 }, "https://github.com/FuouM/ComfyUI-EbSynth": { - "stars": 94, + "stars": 110, "last_update": "2025-03-30 06:30:52", - "author_account_age_days": 2109 + "author_account_age_days": 2310 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { - "stars": 5, + "stars": 9, "last_update": "2025-03-27 12:22:31", - "author_account_age_days": 2109 + "author_account_age_days": 2310 }, "https://github.com/FuouM/ComfyUI-MatAnyone": { - "stars": 10, - "last_update": "2025-03-24 03:43:48", - "author_account_age_days": 2109 + "stars": 25, + "last_update": "2026-03-15 05:20:32", + "author_account_age_days": 2310 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { - "stars": 11, + "stars": 14, "last_update": "2025-03-27 12:15:58", - "author_account_age_days": 2109 + "author_account_age_days": 2310 }, "https://github.com/FuouM/FM_nodes": { - "stars": 5, + "stars": 8, "last_update": "2025-03-27 12:16:55", - "author_account_age_days": 2109 + "author_account_age_days": 2310 + }, + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": { + "stars": 1, + "last_update": "2025-11-30 00:35:31", + "author_account_age_days": 3233 + }, + "https://github.com/FuryNocturn/ComfyUI-Studio-Fury": { + "stars": 0, + "last_update": "2026-02-12 20:06:18", + "author_account_age_days": 3233 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { - "stars": 73, + "stars": 77, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1591 + "author_account_age_days": 1791 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1947 + "author_account_age_days": 2148 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { - "stars": 36, - "last_update": "2025-08-15 03:25:07", - "author_account_age_days": 1838 + "stars": 79, + "last_update": "2026-03-13 12:40:46", + "author_account_age_days": 2039 }, "https://github.com/GACLove/ComfyUI-VFI": { - "stars": 4, - "last_update": "2025-07-25 13:37:04", - "author_account_age_days": 4045 + "stars": 32, + "last_update": "2025-09-30 09:55:40", + "author_account_age_days": 4246 + }, + "https://github.com/GENKAIx/PixelArt-Processing-Nodes-for-ComfyUI": { + "stars": 11, + "last_update": "2024-09-06 11:37:05", + "author_account_age_days": 3039 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { - "stars": 10, + "stars": 11, "last_update": "2025-02-20 12:58:43", - "author_account_age_days": 2597 + "author_account_age_days": 2798 + }, + "https://github.com/GHOSTLXH/ComfyUI_Danbooru_Formatter": { + "stars": 1, + "last_update": "2026-02-28 13:50:54", + "author_account_age_days": 2798 + }, + "https://github.com/GIlinQ/ComfyUI-Image-Latent-": { + "stars": 0, + "last_update": "2026-03-03 03:23:04", + "author_account_age_days": 1349 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { - "stars": 12, - "last_update": "2025-08-24 20:09:43", - "author_account_age_days": 2984 + "stars": 13, + "last_update": "2025-11-09 20:11:28", + "author_account_age_days": 3185 + }, + "https://github.com/GZK1108/Comfyui-QwenLoraLoaderSelective": { + "stars": 2, + "last_update": "2025-10-28 02:32:13", + "author_account_age_days": 1351 }, "https://github.com/GadzoinksOfficial/comfyui_gprompts": { - "stars": 0, - "last_update": "2025-05-16 05:25:09", - "author_account_age_days": 584 + "stars": 1, + "last_update": "2026-03-05 06:13:46", + "author_account_age_days": 785 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 0, "last_update": "2025-05-12 09:51:17", - "author_account_age_days": 584 + "author_account_age_days": 785 + }, + "https://github.com/GalactusX31/ComfyUI-drag-ghost": { + "stars": 7, + "last_update": "2026-01-04 01:27:21", + "author_account_age_days": 2956 }, "https://github.com/GamingDaveUk/daves_nodes": { "stars": 0, "last_update": "2025-02-22 06:22:19", - "author_account_age_days": 860 + "author_account_age_days": 1061 }, "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, "last_update": "2025-06-26 08:24:16", - "author_account_age_days": 915 + "author_account_age_days": 1116 }, "https://github.com/Gary-yeh/comfyui-super-captioner": { "stars": 1, "last_update": "2025-07-07 15:32:34", - "author_account_age_days": 915 + "author_account_age_days": 1116 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { - "stars": 14, - "last_update": "2025-07-16 15:39:00", - "author_account_age_days": 4996 + "stars": 15, + "last_update": "2026-01-20 11:21:27", + "author_account_age_days": 5197 + }, + "https://github.com/GavChap/ComfyUI_ExtractLora": { + "stars": 1, + "last_update": "2025-12-06 12:32:45", + "author_account_age_days": 5197 + }, + "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": { + "stars": 2, + "last_update": "2026-01-18 16:38:02", + "author_account_age_days": 4219 + }, + "https://github.com/GeekatplayStudio/comfyui-hitem3d": { + "stars": 16, + "last_update": "2026-01-18 16:44:50", + "author_account_age_days": 4219 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { - "stars": 34, - "last_update": "2025-03-21 11:44:13", - "author_account_age_days": 1098 + "stars": 47, + "last_update": "2025-11-29 15:08:39", + "author_account_age_days": 1299 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 8, - "last_update": "2025-08-08 19:56:04", - "author_account_age_days": 1098 + "last_update": "2025-09-13 11:00:11", + "author_account_age_days": 1299 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { - "stars": 48, + "stars": 49, "last_update": "2025-08-08 22:25:29", - "author_account_age_days": 1098 + "author_account_age_days": 1299 }, "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader": { - "stars": 0, + "stars": 1, "last_update": "2025-08-21 13:06:03", - "author_account_age_days": 1098 + "author_account_age_days": 1299 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { - "stars": 1, + "stars": 3, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1098 + "author_account_age_days": 1299 + }, + "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node": { + "stars": 17, + "last_update": "2025-09-16 19:56:49", + "author_account_age_days": 500 + }, + "https://github.com/GeneralShan/comfyui-zimage-sdnq": { + "stars": 1, + "last_update": "2026-01-04 03:20:18", + "author_account_age_days": 1013 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { - "stars": 19, + "stars": 21, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2811 + "author_account_age_days": 3012 + }, + "https://github.com/Geo1230/ComfyUI-DeepseekOCR": { + "stars": 2, + "last_update": "2025-11-18 03:42:53", + "author_account_age_days": 128 + }, + "https://github.com/GeorgeJiang/comfyui-save-image-no-meta": { + "stars": 0, + "last_update": "2026-03-10 11:53:11", + "author_account_age_days": 4142 }, "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, "last_update": "2025-07-24 05:51:33", - "author_account_age_days": 125 + "author_account_age_days": 326 + }, + "https://github.com/Gipphe/comfyui-metadata-statistics": { + "stars": 0, + "last_update": "2025-08-28 20:43:50", + "author_account_age_days": 4941 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { - "stars": 89, + "stars": 91, "last_update": "2025-07-07 10:31:15", - "author_account_age_days": 1094 + "author_account_age_days": 1294 + }, + "https://github.com/GiusTex/ComfyUI-MoreEfficientSamplers": { + "stars": 2, + "last_update": "2026-01-29 15:59:26", + "author_account_age_days": 1294 + }, + "https://github.com/GiusTex/ComfyUI-Wan-TimeToMove": { + "stars": 5, + "last_update": "2026-01-29 15:37:02", + "author_account_age_days": 1294 + }, + "https://github.com/GizmoR13/PG-Nodes": { + "stars": 16, + "last_update": "2025-10-10 12:52:07", + "author_account_age_days": 5453 + }, + "https://github.com/Glidias/mask2sam": { + "stars": 1, + "last_update": "2026-02-11 04:48:52", + "author_account_age_days": 5892 }, "https://github.com/Goktug/comfyui-saveimage-plus": { - "stars": 12, + "stars": 14, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5360 + "author_account_age_days": 5561 + }, + "https://github.com/GonDesign/ComfyUI-HaoranWanxImageEdit": { + "stars": 0, + "last_update": "2026-01-14 09:13:56", + "author_account_age_days": 1129 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { - "stars": 17, - "last_update": "2025-07-27 06:40:37", - "author_account_age_days": 165 + "stars": 28, + "last_update": "2025-10-17 08:20:56", + "author_account_age_days": 365 + }, + "https://github.com/GoogleCloudPlatform/comfyui-google-genmedia-custom-nodes": { + "stars": 30, + "last_update": "2026-02-21 21:36:00", + "author_account_age_days": 4867 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { - "stars": 3, + "stars": 8, "last_update": "2025-05-14 20:52:22", - "author_account_age_days": 1089 + "author_account_age_days": 1289 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 753, - "last_update": "2025-08-03 19:14:47", - "author_account_age_days": 1548 + "stars": 1117, + "last_update": "2025-12-08 08:24:57", + "author_account_age_days": 1748 + }, + "https://github.com/GraftingRayman/Border-Distance-Mapper": { + "stars": 0, + "last_update": "2025-11-17 17:49:31", + "author_account_age_days": 792 + }, + "https://github.com/GraftingRayman/ComfyUI-Dimension-Selector": { + "stars": 0, + "last_update": "2025-11-17 16:27:54", + "author_account_age_days": 792 + }, + "https://github.com/GraftingRayman/ComfyUI-Games": { + "stars": 0, + "last_update": "2026-01-31 17:06:30", + "author_account_age_days": 792 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { - "stars": 56, + "stars": 58, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 591 + "author_account_age_days": 792 + }, + "https://github.com/GraftingRayman/ComfyUI-ZImage-Bake-Extract": { + "stars": 3, + "last_update": "2026-02-09 12:36:43", + "author_account_age_days": 792 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { - "stars": 61, - "last_update": "2025-04-22 06:50:24", - "author_account_age_days": 591 + "stars": 73, + "last_update": "2026-03-14 23:35:37", + "author_account_age_days": 792 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 591 + "author_account_age_days": 792 + }, + "https://github.com/GraftingRayman/Unified-Vision-Prompt-Generator": { + "stars": 1, + "last_update": "2025-11-20 17:47:15", + "author_account_age_days": 792 }, "https://github.com/GrailGreg/images_base64": { - "stars": 1, + "stars": 2, "last_update": "2025-05-13 07:12:00", - "author_account_age_days": 174 + "author_account_age_days": 375 + }, + "https://github.com/Granddyser/wan-video-extender": { + "stars": 25, + "last_update": "2025-11-29 04:24:25", + "author_account_age_days": 2011 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { - "stars": 194, - "last_update": "2025-07-03 02:26:19", - "author_account_age_days": 1625 + "stars": 204, + "last_update": "2025-09-25 21:20:31", + "author_account_age_days": 1826 + }, + "https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": { + "stars": 1, + "last_update": "2026-02-27 04:30:31", + "author_account_age_days": 1826 + }, + "https://github.com/GreenLandisaLie/ComfyUI-RichText_BasicDynamicPrompts": { + "stars": 8, + "last_update": "2026-01-04 01:50:35", + "author_account_age_days": 1826 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { - "stars": 8, + "stars": 11, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2838 + "author_account_age_days": 3039 }, "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, "last_update": "2025-07-01 15:25:45", - "author_account_age_days": 3373 + "author_account_age_days": 3574 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 301 + "author_account_age_days": 501 + }, + "https://github.com/GuardSkill/ComfyUI-VoiceSep": { + "stars": 1, + "last_update": "2025-11-05 06:11:30", + "author_account_age_days": 3662 }, "https://github.com/Gue-e/ComfyUI-PanoCard": { - "stars": 14, + "stars": 16, "last_update": "2025-06-23 08:57:03", - "author_account_age_days": 2512 + "author_account_age_days": 2713 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1908 + "author_account_age_days": 2109 + }, + "https://github.com/GuillaumeBonvin/ComfyUI-projectorz-helper": { + "stars": 0, + "last_update": "2026-03-10 22:31:15", + "author_account_age_days": 2100 + }, + "https://github.com/HAL-XP/halxp-comfy": { + "stars": 3, + "last_update": "2026-01-22 16:33:10", + "author_account_age_days": 3154 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { - "stars": 5, + "stars": 6, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3274 + "author_account_age_days": 3475 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { - "stars": 8, - "last_update": "2025-04-17 16:32:12", - "author_account_age_days": 3408 + "stars": 14, + "last_update": "2026-03-13 15:17:29", + "author_account_age_days": 3609 }, "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, "last_update": "2025-05-21 08:36:14", - "author_account_age_days": 197 + "author_account_age_days": 398 }, "https://github.com/HJH-AILab/ComfyUI_Facefusion": { - "stars": 6, + "stars": 11, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 197 + "author_account_age_days": 398 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { - "stars": 16, + "stars": 17, "last_update": "2025-04-24 02:45:32", - "author_account_age_days": 197 + "author_account_age_days": 398 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { - "stars": 94, - "last_update": "2025-07-23 18:53:37", - "author_account_age_days": 257 + "stars": 235, + "last_update": "2025-10-18 20:06:12", + "author_account_age_days": 458 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { "stars": 12, "last_update": "2025-08-12 20:03:12", - "author_account_age_days": 257 + "author_account_age_days": 458 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_DreamOmni2": { + "stars": 78, + "last_update": "2025-10-11 18:24:55", + "author_account_age_days": 458 }, "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { - "stars": 188, + "stars": 192, "last_update": "2025-05-05 18:32:28", - "author_account_age_days": 257 + "author_account_age_days": 458 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom": { + "stars": 36, + "last_update": "2025-09-03 17:40:53", + "author_account_age_days": 458 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_LLM_API": { + "stars": 106, + "last_update": "2025-12-12 16:14:36", + "author_account_age_days": 458 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { - "stars": 140, + "stars": 143, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 257 + "author_account_age_days": 458 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_OneReward": { + "stars": 13, + "last_update": "2025-09-11 17:17:22", + "author_account_age_days": 458 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_Ovi": { + "stars": 46, + "last_update": "2025-10-06 18:35:59", + "author_account_age_days": 458 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { - "stars": 85, + "stars": 92, "last_update": "2025-08-05 00:38:59", - "author_account_age_days": 257 + "author_account_age_days": 458 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_QwenImageI2L": { + "stars": 76, + "last_update": "2025-12-12 22:04:13", + "author_account_age_days": 458 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { - "stars": 60, + "stars": 64, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 257 + "author_account_age_days": 458 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { - "stars": 23, + "stars": 25, "last_update": "2025-04-30 17:12:58", - "author_account_age_days": 257 + "author_account_age_days": 458 }, "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { - "stars": 51, + "stars": 55, "last_update": "2025-04-15 17:12:25", - "author_account_age_days": 257 + "author_account_age_days": 458 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_USO": { + "stars": 55, + "last_update": "2025-09-01 19:32:02", + "author_account_age_days": 458 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_VideoAsPrompt": { + "stars": 20, + "last_update": "2025-10-30 10:25:36", + "author_account_age_days": 458 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_mammothmoda": { + "stars": 7, + "last_update": "2025-10-15 16:19:44", + "author_account_age_days": 458 }, "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 155 + "author_account_age_days": 356 }, "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { - "stars": 10, - "last_update": "2025-08-19 06:30:10", - "author_account_age_days": 203 - }, - "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { - "stars": 2, - "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 50 + "stars": 27, + "last_update": "2026-02-26 11:01:59", + "author_account_age_days": 404 }, "https://github.com/HWDigi/Factory-Prompts_comfyui": { - "stars": 0, + "stars": 1, "last_update": "2025-08-06 08:31:02", - "author_account_age_days": 50 + "author_account_age_days": 251 + }, + "https://github.com/Hahihula/ComfyUI-batching-nodes": { + "stars": 5, + "last_update": "2025-12-25 20:14:25", + "author_account_age_days": 4727 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1428 + "author_account_age_days": 1629 + }, + "https://github.com/HallettVisual/ComfyUI-Qwen-Camera-Selector": { + "stars": 7, + "last_update": "2025-11-10 02:39:24", + "author_account_age_days": 530 }, "https://github.com/Hangover3832/ComfyUI_Hangover-Utils": { - "stars": 0, - "last_update": "2025-08-20 11:05:30", - "author_account_age_days": 1038 + "stars": 1, + "last_update": "2026-01-08 15:19:32", + "author_account_age_days": 1239 }, "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, "last_update": "2025-03-11 23:36:33", - "author_account_age_days": 3033 + "author_account_age_days": 3233 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, - "last_update": "2025-03-14 06:47:03", - "author_account_age_days": 1759 + "last_update": "2025-11-19 07:54:55", + "author_account_age_days": 1960 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { - "stars": 101, - "last_update": "2025-08-12 06:56:30", - "author_account_age_days": 1759 + "stars": 104, + "last_update": "2025-11-19 08:58:40", + "author_account_age_days": 1960 }, "https://github.com/Haoming02/comfyui-floodgate": { - "stars": 33, + "stars": 35, "last_update": "2025-08-12 06:56:07", - "author_account_age_days": 1759 + "author_account_age_days": 1960 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, - "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1759 + "last_update": "2025-11-25 08:41:38", + "author_account_age_days": 1960 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, - "last_update": "2025-03-14 06:46:56", - "author_account_age_days": 1759 + "last_update": "2025-11-19 07:30:34", + "author_account_age_days": 1960 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { - "stars": 53, + "stars": 61, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1759 + "author_account_age_days": 1960 }, "https://github.com/Haoming02/comfyui-prompt-format": { - "stars": 34, - "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1759 + "stars": 35, + "last_update": "2025-11-19 07:31:58", + "author_account_age_days": 1960 }, "https://github.com/Haoming02/comfyui-resharpen": { - "stars": 50, - "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1759 + "stars": 54, + "last_update": "2025-12-09 01:57:07", + "author_account_age_days": 1960 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, - "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1759 + "last_update": "2025-11-19 07:46:47", + "author_account_age_days": 1960 + }, + "https://github.com/HappyOnigiri/ComfyUI-Meld": { + "stars": 2, + "last_update": "2026-03-11 21:14:22", + "author_account_age_days": 65 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, "last_update": "2025-08-08 06:14:53", - "author_account_age_days": 2666 + "author_account_age_days": 2867 + }, + "https://github.com/Hasasasa/ComfyUI_DashuaiTools": { + "stars": 6, + "last_update": "2026-01-29 07:45:49", + "author_account_age_days": 533 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, - "last_update": "2025-06-07 18:56:34", - "author_account_age_days": 2342 + "last_update": "2025-12-15 20:47:13", + "author_account_age_days": 2543 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2670 + "author_account_age_days": 2871 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { - "stars": 2, + "stars": 13, "last_update": "2025-07-02 13:28:53", - "author_account_age_days": 4403 + "author_account_age_days": 4604 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 782 + "author_account_age_days": 983 + }, + "https://github.com/Hearmeman24/ComfyUI-LoRAPlotNode": { + "stars": 33, + "last_update": "2026-01-06 13:42:45", + "author_account_age_days": 1430 + }, + "https://github.com/Hearmeman24/ComfyUI-Pinecone": { + "stars": 0, + "last_update": "2025-10-05 15:52:58", + "author_account_age_days": 1430 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2752 + "author_account_age_days": 2953 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { - "stars": 2, + "stars": 3, "last_update": "2025-03-28 14:51:23", - "author_account_age_days": 4756 + "author_account_age_days": 4957 + }, + "https://github.com/HellerCommaA/ComfyUI-ZImageLatent": { + "stars": 35, + "last_update": "2025-12-03 23:23:29", + "author_account_age_days": 4957 }, "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, "last_update": "2025-02-17 23:25:53", - "author_account_age_days": 2163 + "author_account_age_days": 2364 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 370, + "stars": 373, "last_update": "2025-06-27 09:47:01", - "author_account_age_days": 341 + "author_account_age_days": 542 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2025-05-21 02:17:36", - "author_account_age_days": 3513 + "author_account_age_days": 3713 }, - "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { - "stars": 6, - "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 2126 + "https://github.com/HenkDz/nd-super-nodes": { + "stars": 32, + "last_update": "2026-01-27 16:42:32", + "author_account_age_days": 3678 }, "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, "last_update": "2025-07-02 13:28:45", - "author_account_age_days": 2598 + "author_account_age_days": 2799 }, "https://github.com/HoangYell/comfyui-hoangyell-video": { "stars": 0, "last_update": "2025-08-21 13:34:55", - "author_account_age_days": 4171 + "author_account_age_days": 4372 }, "https://github.com/Holasyb918/Ghost2_Comfyui": { - "stars": 4, + "stars": 7, "last_update": "2025-03-14 02:41:21", - "author_account_age_days": 1063 + "author_account_age_days": 1264 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { - "stars": 6, - "last_update": "2025-06-25 23:22:58", - "author_account_age_days": 617 + "stars": 7, + "last_update": "2025-09-30 20:29:12", + "author_account_age_days": 817 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { - "stars": 18, + "stars": 19, "last_update": "2025-06-11 04:28:54", - "author_account_age_days": 603 + "author_account_age_days": 804 }, "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { "stars": 6, "last_update": "2025-06-11 04:48:46", - "author_account_age_days": 603 + "author_account_age_days": 804 + }, + "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": { + "stars": 16, + "last_update": "2026-03-08 10:24:43", + "author_account_age_days": 693 }, "https://github.com/Hullabalo/ComfyUI-Loop": { - "stars": 9, - "last_update": "2025-05-01 15:26:44", - "author_account_age_days": 1039 + "stars": 14, + "last_update": "2026-01-16 12:22:56", + "author_account_age_days": 1239 + }, + "https://github.com/Hyunsigikim/comfyui-grid-cutscene": { + "stars": 0, + "last_update": "2026-03-09 14:10:45", + "author_account_age_days": 1411 + }, + "https://github.com/I-ShadowStar/L2UC": { + "stars": 1, + "last_update": "2026-01-19 19:05:05", + "author_account_age_days": 1143 + }, + "https://github.com/IAMCCS/IAMCCS-nodes": { + "stars": 69, + "last_update": "2026-03-08 19:50:29", + "author_account_age_days": 2184 + }, + "https://github.com/IAMCCS/IAMCCS_annotate": { + "stars": 6, + "last_update": "2026-01-20 22:36:54", + "author_account_age_days": 2184 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { - "stars": 39, + "stars": 41, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5909 + "author_account_age_days": 6110 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 5909 + "author_account_age_days": 6110 }, "https://github.com/IDGallagher/MotionVideoSearch": { - "stars": 12, + "stars": 13, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5909 + "author_account_age_days": 6110 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { - "stars": 2, + "stars": 4, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2157 + "author_account_age_days": 2357 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, "last_update": "2025-06-04 09:43:26", - "author_account_age_days": 752 + "author_account_age_days": 953 }, "https://github.com/INuBq8/ComfyUI-NotificationBridge": { - "stars": 0, + "stars": 1, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 310 + "author_account_age_days": 511 + }, + "https://github.com/IRCSS/comfyUI-blender-wrapper": { + "stars": 9, + "last_update": "2025-11-26 11:10:18", + "author_account_age_days": 3614 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4137 + "author_account_age_days": 4338 + }, + "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": { + "stars": 1, + "last_update": "2026-03-15 03:30:51", + "author_account_age_days": 2952 + }, + "https://github.com/IamCreateAI/ComfyUI-Animon": { + "stars": 1, + "last_update": "2025-11-20 11:43:41", + "author_account_age_days": 461 }, "https://github.com/IamCreateAI/Ruyi-Models": { - "stars": 522, + "stars": 523, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 260 + "author_account_age_days": 461 + }, + "https://github.com/Ian2073/ComfyUI-MyLLMnode": { + "stars": 0, + "last_update": "2025-09-15 12:47:01", + "author_account_age_days": 1870 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { - "stars": 7, - "last_update": "2025-07-23 10:19:10", - "author_account_age_days": 457 + "stars": 9, + "last_update": "2025-10-28 14:17:15", + "author_account_age_days": 658 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { - "stars": 2, - "last_update": "2025-07-21 10:14:53", - "author_account_age_days": 71 + "stars": 5, + "last_update": "2025-09-10 17:27:59", + "author_account_age_days": 272 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { - "stars": 3, - "last_update": "2025-02-03 00:25:14", - "author_account_age_days": 1926 + "stars": 4, + "last_update": "2025-12-21 06:43:05", + "author_account_age_days": 2126 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2025-02-03 00:21:47", - "author_account_age_days": 1926 + "author_account_age_days": 2126 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2658 + "author_account_age_days": 2859 }, "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { - "stars": 1, - "last_update": "2025-05-05 21:36:48", - "author_account_age_days": 1981 + "stars": 8, + "last_update": "2026-02-28 17:19:56", + "author_account_age_days": 2182 }, "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { - "stars": 15, + "stars": 23, "last_update": "2025-05-08 21:56:04", - "author_account_age_days": 1981 + "author_account_age_days": 2182 }, "https://github.com/Immac/ComfyUI-CoreVideoMocks": { - "stars": 1, + "stars": 2, "last_update": "2025-03-17 20:21:25", - "author_account_age_days": 4607 + "author_account_age_days": 4808 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2025-03-27 12:49:04", - "author_account_age_days": 4251 + "author_account_age_days": 4451 }, "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, - "last_update": "2025-07-25 04:31:55", - "author_account_age_days": 958 + "last_update": "2025-12-07 15:39:57", + "author_account_age_days": 1159 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 4, "last_update": "2025-03-25 06:19:54", - "author_account_age_days": 258 + "author_account_age_days": 459 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3058 + "author_account_age_days": 3259 }, "https://github.com/Inzaniak/comfyui-ranbooru": { - "stars": 19, + "stars": 23, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4338 + "author_account_age_days": 4538 }, "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, "last_update": "2025-05-13 11:10:44", - "author_account_age_days": 748 + "author_account_age_days": 949 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, "last_update": "2025-07-08 01:45:22", - "author_account_age_days": 540 + "author_account_age_days": 740 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { - "stars": 6, + "stars": 8, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 540 + "author_account_age_days": 740 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { - "stars": 28, - "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1520 + "stars": 33, + "last_update": "2025-10-21 17:29:45", + "author_account_age_days": 1721 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { - "stars": 20, - "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1520 + "stars": 21, + "last_update": "2025-10-02 08:11:32", + "author_account_age_days": 1721 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { - "stars": 12, - "last_update": "2025-07-01 09:18:51", - "author_account_age_days": 1520 + "stars": 13, + "last_update": "2025-10-02 08:08:42", + "author_account_age_days": 1721 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { - "stars": 178, - "last_update": "2025-03-11 10:32:39", - "author_account_age_days": 1520 + "stars": 187, + "last_update": "2025-10-02 08:17:02", + "author_account_age_days": 1721 }, - "https://github.com/Isi-dev/ComfyUI_Animation_Nodes_and_Workflows": { - "stars": 28, - "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1520 + "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough": { + "stars": 4, + "last_update": "2026-01-12 22:21:50", + "author_account_age_days": 1721 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 38, "last_update": "2025-05-03 12:21:05", - "author_account_age_days": 785 + "author_account_age_days": 986 }, - "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 192, - "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 839 - }, - "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { - "stars": 192, - "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 839 + "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5": { + "stars": 260, + "last_update": "2025-08-29 00:23:20", + "author_account_age_days": 1040 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { - "stars": 12, + "stars": 16, "last_update": "2025-04-02 16:35:52", - "author_account_age_days": 839 - }, - "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { - "stars": 117, - "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 839 + "author_account_age_days": 1040 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { - "stars": 117, - "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 839 + "stars": 530, + "last_update": "2025-10-23 04:10:00", + "author_account_age_days": 1040 + }, + "https://github.com/IuvenisSapiens/ComfyUI_Qwen3-VL-Instruct": { + "stars": 529, + "last_update": "2025-10-23 04:10:00", + "author_account_age_days": 1040 + }, + "https://github.com/J-ChenX/ComfyUI-NIX": { + "stars": 2, + "last_update": "2025-09-29 03:08:12", + "author_account_age_days": 1958 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, - "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 2995 + "last_update": "2026-01-12 12:29:32", + "author_account_age_days": 3196 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { - "stars": 81, + "stars": 96, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 744 + "author_account_age_days": 945 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, "last_update": "2025-02-21 11:36:11", - "author_account_age_days": 987 + "author_account_age_days": 1188 }, "https://github.com/JTriggerFish/ComfyLatentTools": { - "stars": 2, + "stars": 4, "last_update": "2025-05-06 21:07:17", - "author_account_age_days": 4427 + "author_account_age_days": 4628 + }, + "https://github.com/JVsup/ComfyUI-SettingsToText": { + "stars": 0, + "last_update": "2026-01-03 14:58:19", + "author_account_age_days": 1656 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 999 + "author_account_age_days": 1200 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, "last_update": "2025-05-10 12:26:38", - "author_account_age_days": 771 + "author_account_age_days": 972 }, "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { - "stars": 2, + "stars": 3, "last_update": "2025-04-28 02:05:19", - "author_account_age_days": 771 + "author_account_age_days": 972 + }, + "https://github.com/Jairodaniel-17/ComfyUI-translate-offline": { + "stars": 3, + "last_update": "2025-12-28 12:28:37", + "author_account_age_days": 1830 + }, + "https://github.com/JamesDanielDoss/JamesDossAI-EnhancedLinks": { + "stars": 0, + "last_update": "2026-01-27 02:56:50", + "author_account_age_days": 763 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 0, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1990 + "author_account_age_days": 2191 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, "last_update": "2025-04-07 09:03:24", - "author_account_age_days": 2981 + "author_account_age_days": 3182 }, "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4107 + "author_account_age_days": 4308 + }, + "https://github.com/Jarcis-cy/ComfyUI-HunyuanVideoFoley": { + "stars": 6, + "last_update": "2025-08-29 16:44:45", + "author_account_age_days": 2855 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { - "stars": 72, - "last_update": "2025-07-29 16:31:23", - "author_account_age_days": 4000 + "stars": 82, + "last_update": "2026-02-26 21:18:33", + "author_account_age_days": 4201 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 839 + "author_account_age_days": 1039 + }, + "https://github.com/JasonHoku/ComfyUI-Ultimate-Auto-Sampler-Config-Grid-Testing-Suite": { + "stars": 77, + "last_update": "2026-03-09 22:37:34", + "author_account_age_days": 4408 + }, + "https://github.com/JasonHoku/comfyui-lite-text-to-file-tools": { + "stars": 1, + "last_update": "2026-03-02 21:25:05", + "author_account_age_days": 4408 }, "https://github.com/JayLyu/blender-in-comfyui": { - "stars": 2, + "stars": 4, "last_update": "2025-07-20 07:39:06", - "author_account_age_days": 3696 + "author_account_age_days": 3897 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { - "stars": 29, + "stars": 31, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1118 + "author_account_age_days": 1319 }, "https://github.com/Jcd1230/rembg-comfyui-node": { - "stars": 175, + "stars": 183, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5314 + "author_account_age_days": 5515 }, "https://github.com/Jelosus2/comfyui-vae-reflection": { - "stars": 3, - "last_update": "2025-08-25 20:21:08", - "author_account_age_days": 1732 + "stars": 12, + "last_update": "2025-11-11 18:27:58", + "author_account_age_days": 1933 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { - "stars": 5, + "stars": 8, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 584 + "author_account_age_days": 784 }, "https://github.com/JettHu/ComfyUI-TCD": { - "stars": 136, - "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2786 + "stars": 140, + "last_update": "2026-01-06 02:24:08", + "author_account_age_days": 2987 }, "https://github.com/JettHu/ComfyUI_TGate": { - "stars": 96, - "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2786 + "stars": 101, + "last_update": "2026-01-06 02:23:54", + "author_account_age_days": 2987 }, "https://github.com/JiSenHua/ComfyUI-TD": { - "stars": 76, - "last_update": "2025-07-09 09:31:23", - "author_account_age_days": 1172 + "stars": 134, + "last_update": "2026-03-13 09:24:36", + "author_account_age_days": 1373 }, "https://github.com/Jint8888/Comfyui_JTnodes": { "stars": 1, "last_update": "2025-04-22 16:23:53", - "author_account_age_days": 479 + "author_account_age_days": 679 }, "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { - "stars": 14, + "stars": 29, "last_update": "2025-08-22 22:31:12", - "author_account_age_days": 1277 + "author_account_age_days": 1477 }, "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, "last_update": "2025-03-10 19:38:53", - "author_account_age_days": 179 + "author_account_age_days": 379 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 212 + "author_account_age_days": 413 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { - "stars": 18, - "last_update": "2025-08-16 20:20:30", - "author_account_age_days": 4809 + "stars": 28, + "last_update": "2025-12-07 20:30:30", + "author_account_age_days": 5010 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 778, - "last_update": "2025-03-14 16:47:41", - "author_account_age_days": 2608 + "stars": 940, + "last_update": "2025-12-21 19:02:05", + "author_account_age_days": 2808 }, "https://github.com/Jordach/comfy-plasma": { - "stars": 75, + "stars": 80, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4941 + "author_account_age_days": 5142 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3783 + "author_account_age_days": 3983 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { - "stars": 36, + "stars": 46, "last_update": "2025-02-04 21:14:38", - "author_account_age_days": 3598 + "author_account_age_days": 3799 + }, + "https://github.com/JuanBerta/comfyui_ollama_vl_prompt": { + "stars": 1, + "last_update": "2026-02-08 16:58:18", + "author_account_age_days": 2763 }, "https://github.com/Julian-adv/WildDivide": { - "stars": 17, + "stars": 18, "last_update": "2025-07-24 15:43:12", - "author_account_age_days": 766 + "author_account_age_days": 967 + }, + "https://github.com/Junst/ComfyUI-Concept-Diffusion": { + "stars": 3, + "last_update": "2025-09-24 10:23:07", + "author_account_age_days": 3167 }, "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, "last_update": "2025-05-07 17:25:44", - "author_account_age_days": 309 + "author_account_age_days": 509 + }, + "https://github.com/Juste-Leo2/Canary-ComfyUI": { + "stars": 13, + "last_update": "2025-10-29 15:53:49", + "author_account_age_days": 500 + }, + "https://github.com/Juste-Leo2/USO_ComfyUI": { + "stars": 6, + "last_update": "2025-08-30 20:21:25", + "author_account_age_days": 500 + }, + "https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps": { + "stars": 7, + "last_update": "2026-01-30 09:33:01", + "author_account_age_days": 4076 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 3199 + "author_account_age_days": 3400 + }, + "https://github.com/K3NK3/ComfyUI-K3NKImageGrab": { + "stars": 5, + "last_update": "2026-02-28 16:26:32", + "author_account_age_days": 3076 + }, + "https://github.com/K3nt3L/ComfyUI-S1Z35": { + "stars": 0, + "last_update": "2026-01-26 21:00:30", + "author_account_age_days": 1574 }, "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { "stars": 1, - "last_update": "2025-08-04 10:30:12", - "author_account_age_days": 4559 + "last_update": "2025-09-27 17:38:05", + "author_account_age_days": 4760 }, "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { - "stars": 2, + "stars": 3, "last_update": "2025-05-23 19:32:04", - "author_account_age_days": 4559 + "author_account_age_days": 4760 + }, + "https://github.com/KAVVATARE/ComfyUI_SimpleGoogleTranslate": { + "stars": 1, + "last_update": "2025-11-29 13:36:44", + "author_account_age_days": 4760 }, "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, "last_update": "2025-06-16 06:49:23", - "author_account_age_days": 1682 + "author_account_age_days": 1883 }, "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { "stars": 2, "last_update": "2025-04-09 03:25:32", - "author_account_age_days": 1682 + "author_account_age_days": 1883 }, "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { - "stars": 2, + "stars": 4, "last_update": "2025-06-10 06:16:34", - "author_account_age_days": 1682 + "author_account_age_days": 1883 }, "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { - "stars": 19, - "last_update": "2025-02-16 13:11:48", - "author_account_age_days": 278 + "stars": 27, + "last_update": "2026-03-14 13:49:28", + "author_account_age_days": 478 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { - "stars": 7, + "stars": 13, "last_update": "2025-08-23 23:14:41", - "author_account_age_days": 278 + "author_account_age_days": 478 + }, + "https://github.com/KLL535/ComfyUI_Simple_Qwen3-VL-gguf": { + "stars": 45, + "last_update": "2026-03-13 19:58:35", + "author_account_age_days": 478 + }, + "https://github.com/KY-2000/ComfyUI_PuLID_Flux_ll_FaceNet": { + "stars": 2, + "last_update": "2025-08-26 15:57:33", + "author_account_age_days": 2362 + }, + "https://github.com/KY-2000/RES4LYF-tester-loop": { + "stars": 9, + "last_update": "2025-08-26 02:18:02", + "author_account_age_days": 2362 }, "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { - "stars": 5, + "stars": 8, "last_update": "2025-08-26 02:18:37", - "author_account_age_days": 2161 + "author_account_age_days": 2362 + }, + "https://github.com/KY-2000/comfyui-save-image-enhanced": { + "stars": 0, + "last_update": "2025-08-31 07:47:45", + "author_account_age_days": 2362 + }, + "https://github.com/KaigorodovTuskul/ComfyUI-DeepSeek-API-connector": { + "stars": 0, + "last_update": "2026-02-12 23:43:12", + "author_account_age_days": 844 + }, + "https://github.com/Kaleidia/KaleidiaNodes": { + "stars": 0, + "last_update": "2026-02-27 14:05:30", + "author_account_age_days": 2301 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1342 + "author_account_age_days": 1543 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { - "stars": 0, + "stars": 1, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 376 + "author_account_age_days": 577 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, "last_update": "2025-06-15 22:39:14", - "author_account_age_days": 482 + "author_account_age_days": 682 + }, + "https://github.com/Kayarte/GeoNodes": { + "stars": 1, + "last_update": "2025-10-08 03:49:26", + "author_account_age_days": 682 + }, + "https://github.com/Kazama-Suichiku/ComfyUI-Meshy": { + "stars": 4, + "last_update": "2025-12-02 09:36:39", + "author_account_age_days": 653 + }, + "https://github.com/Kebolder/ComfyUI-Jax-Nodes": { + "stars": 0, + "last_update": "2025-12-15 23:27:04", + "author_account_age_days": 2134 }, "https://github.com/Kesin11/ComfyUI-list-filter": { - "stars": 0, + "stars": 1, "last_update": "2025-03-28 04:00:03", - "author_account_age_days": 4975 + "author_account_age_days": 5176 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2115 + "author_account_age_days": 2316 + }, + "https://github.com/Kidev/ComfyUI-FaceFilter": { + "stars": 1, + "last_update": "2025-10-04 18:43:44", + "author_account_age_days": 5231 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { - "stars": 19, + "stars": 20, "last_update": "2025-04-03 19:00:30", - "author_account_age_days": 5030 + "author_account_age_days": 5230 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { - "stars": 87, + "stars": 93, "last_update": "2025-04-27 08:48:53", - "author_account_age_days": 5319 + "author_account_age_days": 5519 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { - "stars": 59, + "stars": 73, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5319 + "author_account_age_days": 5519 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { - "stars": 41, + "stars": 45, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5319 + "author_account_age_days": 5519 + }, + "https://github.com/Kishor900/comfyui-wanv2v-video-stitcher": { + "stars": 5, + "last_update": "2025-10-28 14:46:07", + "author_account_age_days": 3901 }, "https://github.com/KohakuBlueleaf/HDM-ext": { - "stars": 25, - "last_update": "2025-08-21 04:47:05", - "author_account_age_days": 2056 + "stars": 41, + "last_update": "2025-12-14 09:11:06", + "author_account_age_days": 2257 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 504, - "last_update": "2025-08-16 15:43:32", - "author_account_age_days": 2056 + "stars": 567, + "last_update": "2026-02-21 22:55:25", + "author_account_age_days": 2257 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { - "stars": 213, + "stars": 226, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1914 + "author_account_age_days": 2115 }, "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": 1914 + "author_account_age_days": 2115 + }, + "https://github.com/Koko-boya/Comfyui-GeminiWeb": { + "stars": 51, + "last_update": "2026-01-18 03:56:05", + "author_account_age_days": 2428 + }, + "https://github.com/Koko-boya/Comfyui-Z-Image-Utilities": { + "stars": 116, + "last_update": "2026-03-11 03:27:13", + "author_account_age_days": 2428 + }, + "https://github.com/Koratahiu/ComfyUI-Diff2Flow": { + "stars": 2, + "last_update": "2025-11-23 11:41:18", + "author_account_age_days": 453 + }, + "https://github.com/Koratahiu/ComfyUI-OFTv2": { + "stars": 3, + "last_update": "2026-03-03 22:12:39", + "author_account_age_days": 453 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { - "stars": 12, + "stars": 14, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3618 + "author_account_age_days": 3819 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { - "stars": 63, + "stars": 64, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3618 + "author_account_age_days": 3819 }, "https://github.com/Koren-cy/FlowCV": { - "stars": 2, - "last_update": "2025-08-12 18:22:52", - "author_account_age_days": 432 + "stars": 3, + "last_update": "2026-02-04 16:40:27", + "author_account_age_days": 633 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 857, + "stars": 952, "last_update": "2025-08-06 20:02:42", - "author_account_age_days": 4145 + "author_account_age_days": 4345 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 3248, + "stars": 3410, "last_update": "2025-08-06 05:23:51", - "author_account_age_days": 4145 + "author_account_age_days": 4345 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1175, - "last_update": "2025-08-07 14:53:50", - "author_account_age_days": 4145 + "stars": 1540, + "last_update": "2026-01-24 19:50:35", + "author_account_age_days": 4345 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 4, "last_update": "2025-03-14 09:52:02", - "author_account_age_days": 1549 + "author_account_age_days": 1749 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5996 + "author_account_age_days": 6197 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 939 + "author_account_age_days": 1140 + }, + "https://github.com/KursatAs/KrsNodes": { + "stars": 0, + "last_update": "2025-11-01 02:54:07", + "author_account_age_days": 1201 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { - "stars": 139, - "last_update": "2025-05-06 06:25:51", - "author_account_age_days": 486 + "stars": 165, + "last_update": "2025-10-24 02:07:14", + "author_account_age_days": 687 }, "https://github.com/Ky11le/draw_tools": { - "stars": 0, + "stars": 1, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 907 - }, - "https://github.com/Ky11le/ygo_tools": { - "stars": 0, - "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 907 + "author_account_age_days": 1108 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 2208 + "author_account_age_days": 2408 }, "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { - "stars": 136, + "stars": 149, "last_update": "2025-03-16 18:58:58", - "author_account_age_days": 2208 + "author_account_age_days": 2408 + }, + "https://github.com/L-Hugh/ComfyUI-Lumina-DiMOO": { + "stars": 2, + "last_update": "2025-10-21 17:53:33", + "author_account_age_days": 3037 + }, + "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search": { + "stars": 3, + "last_update": "2025-09-16 17:54:17", + "author_account_age_days": 2879 + }, + "https://github.com/L33chKing/ComfyUI_Channel_Ops": { + "stars": 1, + "last_update": "2025-10-23 05:44:23", + "author_account_age_days": 2879 }, "https://github.com/L33chKing/comfyui-tag-frequency-weighter": { "stars": 0, "last_update": "2025-08-17 22:37:50", - "author_account_age_days": 2678 + "author_account_age_days": 2879 }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { - "stars": 212, - "last_update": "2025-06-21 16:06:56", - "author_account_age_days": 523 + "stars": 296, + "last_update": "2026-02-06 12:31:40", + "author_account_age_days": 724 + }, + "https://github.com/LAOGOU-666/ComfyUI-LG_SamplingUtils": { + "stars": 182, + "last_update": "2025-12-24 23:54:58", + "author_account_age_days": 724 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 8, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 523 + "author_account_age_days": 724 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { - "stars": 158, - "last_update": "2025-05-31 17:36:04", - "author_account_age_days": 523 + "stars": 219, + "last_update": "2026-02-05 14:25:34", + "author_account_age_days": 724 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { - "stars": 198, + "stars": 213, "last_update": "2025-06-16 13:28:22", - "author_account_age_days": 523 + "author_account_age_days": 724 }, "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { - "stars": 173, - "last_update": "2025-04-09 16:45:10", - "author_account_age_days": 523 + "stars": 322, + "last_update": "2026-01-12 08:22:43", + "author_account_age_days": 724 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { - "stars": 230, - "last_update": "2025-08-15 09:21:10", - "author_account_age_days": 523 + "stars": 344, + "last_update": "2026-01-27 06:52:03", + "author_account_age_days": 724 + }, + "https://github.com/LDNKS094/ComfyUI-Painter-I2V-AIO": { + "stars": 0, + "last_update": "2026-01-21 11:13:19", + "author_account_age_days": 248 }, "https://github.com/LEv145/images-grid-comfy-plugin": { - "stars": 189, + "stars": 203, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2636 + "author_account_age_days": 2836 }, "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 58 + "author_account_age_days": 259 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { - "stars": 26, + "stars": 29, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 2917 + "author_account_age_days": 3118 + }, + "https://github.com/LaVie024/comfyui-lopi999-llm": { + "stars": 0, + "last_update": "2026-01-04 05:11:58", + "author_account_age_days": 2186 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { - "stars": 7, - "last_update": "2025-08-01 04:52:07", - "author_account_age_days": 1985 + "stars": 9, + "last_update": "2025-12-24 18:35:44", + "author_account_age_days": 2186 + }, + "https://github.com/Lakonik/ComfyUI-piFlow": { + "stars": 161, + "last_update": "2026-01-23 19:09:31", + "author_account_age_days": 2411 }, "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, "last_update": "2025-05-18 09:22:38", - "author_account_age_days": 329 + "author_account_age_days": 530 }, "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, - "last_update": "2025-08-20 04:12:45", - "author_account_age_days": 160 - }, - "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { - "stars": 3, - "last_update": "2025-06-12 08:40:31", - "author_account_age_days": 1560 + "last_update": "2025-12-04 10:00:34", + "author_account_age_days": 361 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { - "stars": 69, + "stars": 77, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 592 + "author_account_age_days": 793 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 504, + "stars": 538, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 592 + "author_account_age_days": 793 }, "https://github.com/LatentRat/comfy_remote_run": { - "stars": 8, - "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 1172 + "stars": 9, + "last_update": "2025-12-01 22:21:43", + "author_account_age_days": 1373 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { - "stars": 15, - "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 287 + "stars": 19, + "last_update": "2025-12-15 08:08:49", + "author_account_age_days": 488 }, "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, "last_update": "2025-03-17 13:50:16", - "author_account_age_days": 3296 + "author_account_age_days": 3496 }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 134, + "stars": 150, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 760 + "author_account_age_days": 961 }, "https://github.com/LeanModels/ComfyUI-DFloat11": { - "stars": 1, + "stars": 17, "last_update": "2025-08-26 08:55:44", - "author_account_age_days": 183 + "author_account_age_days": 383 }, "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, "last_update": "2025-03-02 04:59:28", - "author_account_age_days": 3798 + "author_account_age_days": 3998 + }, + "https://github.com/LeonQ8/ComfyUI-Dynamic-Lora-Scheduler": { + "stars": 2, + "last_update": "2025-12-16 09:47:17", + "author_account_age_days": 700 }, "https://github.com/Lerc/canvas_tab": { - "stars": 197, + "stars": 203, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5796 + "author_account_age_days": 5996 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { - "stars": 16, - "last_update": "2025-08-10 19:29:14", - "author_account_age_days": 411 + "stars": 26, + "last_update": "2026-02-24 02:35:15", + "author_account_age_days": 611 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { - "stars": 10, - "last_update": "2025-07-27 16:53:05", - "author_account_age_days": 411 + "stars": 20, + "last_update": "2025-09-24 19:23:21", + "author_account_age_days": 611 }, "https://github.com/Lex-DRL/ComfyUI-BestResolution": { - "stars": 5, - "last_update": "2025-08-23 21:33:52", - "author_account_age_days": 4544 + "stars": 14, + "last_update": "2025-10-03 07:10:43", + "author_account_age_days": 4745 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { - "stars": 1, - "last_update": "2025-08-22 07:08:55", - "author_account_age_days": 4544 + "stars": 4, + "last_update": "2026-03-05 03:20:22", + "author_account_age_days": 4745 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 3030 + "author_account_age_days": 3231 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, - "last_update": "2025-08-25 16:58:37", - "author_account_age_days": 3830 + "last_update": "2026-02-24 07:37:46", + "author_account_age_days": 4031 + }, + "https://github.com/Light-x02/ComfyUI-Civitai-Discovery-Hub": { + "stars": 33, + "last_update": "2025-12-16 18:11:36", + "author_account_age_days": 1407 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { - "stars": 7, + "stars": 8, "last_update": "2025-04-28 21:45:01", - "author_account_age_days": 1206 + "author_account_age_days": 1406 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { - "stars": 7, + "stars": 8, "last_update": "2025-05-01 18:14:59", - "author_account_age_days": 1206 + "author_account_age_days": 1406 + }, + "https://github.com/Light-x02/ComfyUI-Lightx02-Nodes": { + "stars": 11, + "last_update": "2025-12-18 15:13:54", + "author_account_age_days": 1407 + }, + "https://github.com/Light-x02/ComfyUI-checkpoint-Discovery-Hub": { + "stars": 9, + "last_update": "2025-10-11 12:43:37", + "author_account_age_days": 1407 }, "https://github.com/Light-x02/ComfyUI_Crop_Image_By_Lightx02": { "stars": 1, "last_update": "2025-08-24 15:15:23", - "author_account_age_days": 1206 + "author_account_age_days": 1406 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 412 + "author_account_age_days": 613 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2331, - "last_update": "2025-07-16 15:41:42", - "author_account_age_days": 4619 + "stars": 3277, + "last_update": "2026-03-06 16:27:15", + "author_account_age_days": 4819 + }, + "https://github.com/Limbicnation/ComfyUI-PromptGenerator": { + "stars": 5, + "last_update": "2026-03-09 02:32:45", + "author_account_age_days": 4458 + }, + "https://github.com/Limbicnation/ComfyUI-RandomSeedGenerator": { + "stars": 6, + "last_update": "2025-08-28 05:17:39", + "author_account_age_days": 4458 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { - "stars": 6, - "last_update": "2025-08-21 20:18:15", - "author_account_age_days": 4257 + "stars": 15, + "last_update": "2025-11-14 04:36:40", + "author_account_age_days": 4458 }, "https://github.com/Limbicnation/ComfyUIDepthEstimation": { - "stars": 13, - "last_update": "2025-05-14 22:31:24", - "author_account_age_days": 4257 + "stars": 22, + "last_update": "2026-03-10 01:58:16", + "author_account_age_days": 4458 }, "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { "stars": 3, "last_update": "2025-07-22 04:44:07", - "author_account_age_days": 4257 + "author_account_age_days": 4458 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1703 + "author_account_age_days": 1904 }, "https://github.com/Limitex/ComfyUI-Diffusers": { - "stars": 174, - "last_update": "2025-03-10 19:04:32", - "author_account_age_days": 1703 + "stars": 181, + "last_update": "2025-11-28 17:04:22", + "author_account_age_days": 1904 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 815 + "author_account_age_days": 1016 }, "https://github.com/LingSss9/comfyui-merge": { - "stars": 10, + "stars": 15, "last_update": "2025-08-13 04:43:40", - "author_account_age_days": 690 + "author_account_age_days": 890 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { - "stars": 68, + "stars": 72, "last_update": "2025-04-07 09:09:34", - "author_account_age_days": 899 + "author_account_age_days": 1099 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1404 + "author_account_age_days": 1604 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1404 + "author_account_age_days": 1604 }, "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, "last_update": "2025-06-17 05:53:17", - "author_account_age_days": 2869 + "author_account_age_days": 3070 }, "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 1, "last_update": "2025-08-09 06:04:38", - "author_account_age_days": 212 + "author_account_age_days": 413 + }, + "https://github.com/Ltamann/ComfyUI-FastVLM-7B": { + "stars": 4, + "last_update": "2025-08-30 10:49:54", + "author_account_age_days": 4847 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { - "stars": 47, - "last_update": "2025-08-26 14:22:10", - "author_account_age_days": 4647 + "stars": 123, + "last_update": "2026-03-04 18:30:05", + "author_account_age_days": 4847 + }, + "https://github.com/Ltamann/ComfyUI-TBG-SAM3": { + "stars": 155, + "last_update": "2025-11-29 08:30:57", + "author_account_age_days": 4847 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { - "stars": 4, - "last_update": "2025-07-08 21:05:35", - "author_account_age_days": 4647 + "stars": 19, + "last_update": "2026-01-24 15:08:35", + "author_account_age_days": 4847 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { - "stars": 53, + "stars": 56, "last_update": "2025-03-28 18:39:10", - "author_account_age_days": 1925 + "author_account_age_days": 2126 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 23, "last_update": "2025-03-28 18:38:24", - "author_account_age_days": 1925 + "author_account_age_days": 2126 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { - "stars": 98, + "stars": 104, "last_update": "2025-03-28 18:39:16", - "author_account_age_days": 1925 + "author_account_age_days": 2126 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { - "stars": 17, + "stars": 18, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1461 + "author_account_age_days": 1661 + }, + "https://github.com/LukeCoulson1/Comfyui_LoraCombine": { + "stars": 5, + "last_update": "2025-09-18 20:12:57", + "author_account_age_days": 961 + }, + "https://github.com/Lumiyumi/LumyINTP": { + "stars": 0, + "last_update": "2026-01-09 17:01:51", + "author_account_age_days": 765 + }, + "https://github.com/LuqP2/ImageMetaHub-ComfyUI-Save": { + "stars": 11, + "last_update": "2026-01-25 15:58:48", + "author_account_age_days": 411 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3285 + "author_account_age_days": 3486 }, "https://github.com/LyazS/comfyui-nettools": { - "stars": 5, + "stars": 4, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3285 + "author_account_age_days": 3486 + }, + "https://github.com/Lysthan/ComfyUI-LYSTHAN-PPS": { + "stars": 0, + "last_update": "2025-12-21 12:28:20", + "author_account_age_days": 94 }, "https://github.com/M1kep/ComfyLiterals": { - "stars": 60, + "stars": 97, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4686 + "author_account_age_days": 4887 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4686 + "author_account_age_days": 4887 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4686 + "author_account_age_days": 4887 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4686 + "author_account_age_days": 4887 }, "https://github.com/M1kep/Comfy_KepListStuff": { - "stars": 47, + "stars": 53, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4686 + "author_account_age_days": 4887 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4686 + "author_account_age_days": 4887 }, "https://github.com/M1kep/KepPromptLang": { "stars": 7, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4686 + "author_account_age_days": 4887 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { - "stars": 5, - "last_update": "2025-07-31 21:52:27", - "author_account_age_days": 2078 + "stars": 12, + "last_update": "2025-12-05 05:41:57", + "author_account_age_days": 2279 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { - "stars": 69, - "last_update": "2025-08-23 00:06:05", - "author_account_age_days": 2033 + "stars": 95, + "last_update": "2026-03-13 22:55:01", + "author_account_age_days": 2234 + }, + "https://github.com/MONKEYFOREVER2/ComfyUI-CameraForensicRealism": { + "stars": 0, + "last_update": "2026-03-14 08:35:40", + "author_account_age_days": 14 + }, + "https://github.com/MONKEYFOREVER2/ComfyUI-ZenFaceDetailer": { + "stars": 0, + "last_update": "2026-03-11 19:20:21", + "author_account_age_days": 14 + }, + "https://github.com/MONKEYFOREVER2/comfyui-advanced-denoiser": { + "stars": 0, + "last_update": "2026-03-01 09:22:32", + "author_account_age_days": 14 + }, + "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect": { + "stars": 10, + "last_update": "2026-03-13 20:58:39", + "author_account_age_days": 158 + }, + "https://github.com/Maenvaeru/comfyui-vram-overlay": { + "stars": 1, + "last_update": "2025-12-20 18:29:00", + "author_account_age_days": 3207 + }, + "https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager": { + "stars": 52, + "last_update": "2026-03-12 23:57:48", + "author_account_age_days": 1078 + }, + "https://github.com/MajoorWaldi/ComfyUI-Majoor-ImageOps": { + "stars": 1, + "last_update": "2026-03-08 19:04:24", + "author_account_age_days": 1078 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2210 + "author_account_age_days": 2411 + }, + "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { + "stars": 7, + "last_update": "2026-01-29 09:01:56", + "author_account_age_days": 941 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { - "stars": 9, + "stars": 21, "last_update": "2025-08-16 09:04:36", - "author_account_age_days": 741 + "author_account_age_days": 941 }, "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { - "stars": 11, - "last_update": "2025-07-05 12:10:40", - "author_account_age_days": 741 + "stars": 18, + "last_update": "2025-09-22 12:41:25", + "author_account_age_days": 941 + }, + "https://github.com/MakkiShizu/ComfyUI-animetimm": { + "stars": 6, + "last_update": "2026-01-11 08:18:07", + "author_account_age_days": 941 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2025-04-27 15:34:57", - "author_account_age_days": 741 + "author_account_age_days": 941 + }, + "https://github.com/Malkalypse/ComfyUI-MouseCoords": { + "stars": 0, + "last_update": "2026-01-29 16:03:53", + "author_account_age_days": 2515 + }, + "https://github.com/Malte0621/hordeai-comfy": { + "stars": 0, + "last_update": "2025-09-08 16:55:53", + "author_account_age_days": 2508 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { - "stars": 28, + "stars": 29, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 810 + "author_account_age_days": 1011 }, "https://github.com/ManglerFTW/ComfyI2I": { - "stars": 174, + "stars": 177, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 1084 + "author_account_age_days": 1284 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { - "stars": 156, - "last_update": "2025-08-26 15:30:46", - "author_account_age_days": 5398 + "stars": 178, + "last_update": "2025-11-12 21:46:59", + "author_account_age_days": 5599 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1851 + "author_account_age_days": 2051 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { - "stars": 2, - "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2659 + "stars": 3, + "last_update": "2025-11-12 22:57:40", + "author_account_age_days": 2860 }, "https://github.com/MarkoCa1/ComfyUI-Text": { - "stars": 8, + "stars": 9, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 2061 + "author_account_age_days": 2262 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { - "stars": 22, + "stars": 24, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 2061 + "author_account_age_days": 2262 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { - "stars": 8, + "stars": 9, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1136 + "author_account_age_days": 1337 + }, + "https://github.com/Markus-Pasanen/batch_whisper_extension": { + "stars": 0, + "last_update": "2025-11-18 16:28:55", + "author_account_age_days": 2725 }, "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, "last_update": "2025-07-19 23:30:14", - "author_account_age_days": 3822 + "author_account_age_days": 4022 + }, + "https://github.com/MartinDeanMoriarty/ComfyUI-NumberToText": { + "stars": 0, + "last_update": "2025-11-01 13:35:28", + "author_account_age_days": 4022 }, "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { - "stars": 1, + "stars": 2, "last_update": "2025-04-21 20:57:33", - "author_account_age_days": 4009 + "author_account_age_days": 4209 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3633 + "author_account_age_days": 3834 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { - "stars": 1, + "stars": 4, "last_update": "2025-07-19 12:00:54", - "author_account_age_days": 1998 + "author_account_age_days": 2199 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, "last_update": "2025-03-07 23:55:55", - "author_account_age_days": 2035 + "author_account_age_days": 2236 }, "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { - "stars": 6, - "last_update": "2025-08-19 23:45:18", - "author_account_age_days": 108 + "stars": 7, + "last_update": "2026-02-27 16:42:25", + "author_account_age_days": 309 }, "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD": { - "stars": 0, - "last_update": "2025-08-21 05:34:02", - "author_account_age_days": 108 + "stars": 1, + "last_update": "2026-02-27 11:58:08", + "author_account_age_days": 309 }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { - "stars": 2, + "stars": 4, "last_update": "2025-05-31 18:41:13", - "author_account_age_days": 1207 + "author_account_age_days": 1408 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 0, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3324 + "author_account_age_days": 3525 + }, + "https://github.com/Me-gumin/MeComfyuiEncrypt": { + "stars": 5, + "last_update": "2025-12-26 13:35:29", + "author_account_age_days": 1482 + }, + "https://github.com/MechaBabyAi/ComfyUI-MechaBaby-NodeLayout": { + "stars": 3, + "last_update": "2026-02-27 05:24:00", + "author_account_age_days": 131 + }, + "https://github.com/MechaBabyAi/ComfyUI-MechaBaby-WorkflowTracer": { + "stars": 6, + "last_update": "2026-02-27 05:12:56", + "author_account_age_days": 131 + }, + "https://github.com/MechaBabyAi/ComfyUI-MechaBabyNodeSearch": { + "stars": 8, + "last_update": "2026-02-01 06:23:14", + "author_account_age_days": 131 }, "https://github.com/MeeeyoAI/ComfyUI_StringOps": { - "stars": 91, + "stars": 183, "last_update": "2025-06-04 17:47:55", - "author_account_age_days": 185 + "author_account_age_days": 386 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5760 + "author_account_age_days": 5961 + }, + "https://github.com/Meisoftcoltd/ComfyUI-Demucs-AudioSeparator": { + "stars": 0, + "last_update": "2026-03-10 16:14:51", + "author_account_age_days": 2882 + }, + "https://github.com/Meisoftcoltd/comfyui-sequential-batcher": { + "stars": 1, + "last_update": "2026-02-06 13:33:22", + "author_account_age_days": 2882 + }, + "https://github.com/Merserk/ComfyUI-Flow-Assistor": { + "stars": 3, + "last_update": "2026-01-27 17:04:05", + "author_account_age_days": 1200 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { - "stars": 7, + "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 707 + "author_account_age_days": 908 + }, + "https://github.com/Mexes1978/comfyui-comfysketch": { + "stars": 102, + "last_update": "2026-03-13 19:11:11", + "author_account_age_days": 47 + }, + "https://github.com/MichaelMaxAgent/comfyui_ML_nodes": { + "stars": 0, + "last_update": "2025-12-03 06:42:44", + "author_account_age_days": 689 }, "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { - "stars": 6, + "stars": 7, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1677 + "author_account_age_days": 1878 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 958 + "author_account_age_days": 1159 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 4, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 958 + "author_account_age_days": 1159 }, "https://github.com/MiddleKD/ComfyUI-productfix": { - "stars": 12, + "stars": 13, "last_update": "2025-05-12 05:00:24", - "author_account_age_days": 958 + "author_account_age_days": 1159 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { - "stars": 92, - "last_update": "2025-07-04 11:35:57", - "author_account_age_days": 1985 + "stars": 121, + "last_update": "2025-10-09 02:40:02", + "author_account_age_days": 2186 }, "https://github.com/MieMieeeee/ComfyUI-MieNodes": { - "stars": 110, - "last_update": "2025-07-29 09:10:31", - "author_account_age_days": 1985 + "stars": 168, + "last_update": "2026-03-04 14:35:27", + "author_account_age_days": 2186 }, "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { - "stars": 3, + "stars": 4, "last_update": "2025-03-21 09:09:09", - "author_account_age_days": 1985 + "author_account_age_days": 2186 }, "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { "stars": 0, "last_update": "2025-05-31 09:27:10", - "author_account_age_days": 977 + "author_account_age_days": 1178 }, "https://github.com/MijnSpam/UploadToPushOver": { - "stars": 1, + "stars": 2, "last_update": "2025-05-31 09:32:38", - "author_account_age_days": 977 + "author_account_age_days": 1178 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, - "last_update": "2025-08-07 05:27:05", - "author_account_age_days": 488 + "last_update": "2025-10-09 02:55:31", + "author_account_age_days": 689 + }, + "https://github.com/MilleN2ium/ComfyUI-CutomizableSave": { + "stars": 0, + "last_update": "2025-09-09 14:09:43", + "author_account_age_days": 192 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 4, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3605 + "author_account_age_days": 3806 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { - "stars": 106, + "stars": 109, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 494 + "author_account_age_days": 694 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { - "stars": 12, + "stars": 11, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 494 + "author_account_age_days": 694 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 338, + "stars": 344, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 494 + "author_account_age_days": 694 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { - "stars": 590, + "stars": 589, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 494 + "author_account_age_days": 694 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { - "stars": 118, + "stars": 129, "last_update": "2025-08-14 07:01:19", - "author_account_age_days": 494 + "author_account_age_days": 694 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 494 + "author_account_age_days": 694 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { - "stars": 60, + "stars": 63, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 494 + "author_account_age_days": 694 }, "https://github.com/Miosp/ComfyUI-FBCNN": { - "stars": 30, + "stars": 36, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 2944 + "author_account_age_days": 3145 + }, + "https://github.com/Mister-Link/link-comfy-nodes": { + "stars": 0, + "last_update": "2026-03-14 16:11:34", + "author_account_age_days": 1311 }, "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4412 + "author_account_age_days": 4613 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4396 + "author_account_age_days": 4597 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4396 + "author_account_age_days": 4597 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3353 + "author_account_age_days": 3553 + }, + "https://github.com/ModelTC/ComfyUI-LightVAE": { + "stars": 47, + "last_update": "2025-11-03 08:47:45", + "author_account_age_days": 2039 + }, + "https://github.com/ModelTC/ComfyUI-Lightx2vWrapper": { + "stars": 79, + "last_update": "2026-03-13 12:40:46", + "author_account_age_days": 2039 + }, + "https://github.com/Moeblack/ComfyUI-SimpleChat": { + "stars": 8, + "last_update": "2026-02-02 12:13:21", + "author_account_age_days": 3220 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { - "stars": 174, - "last_update": "2025-08-05 21:27:05", - "author_account_age_days": 1455 + "stars": 214, + "last_update": "2026-03-14 20:53:01", + "author_account_age_days": 1655 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, - "last_update": "2025-06-08 11:06:37", - "author_account_age_days": 807 + "last_update": "2026-01-24 14:28:36", + "author_account_age_days": 1008 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { - "stars": 21, + "stars": 28, "last_update": "2025-05-29 10:43:37", - "author_account_age_days": 258 + "author_account_age_days": 459 }, "https://github.com/MoonGoblinDev/Civicomfy": { - "stars": 52, - "last_update": "2025-08-13 05:30:44", - "author_account_age_days": 3231 + "stars": 94, + "last_update": "2026-02-14 05:57:16", + "author_account_age_days": 3432 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, "last_update": "2025-06-04 08:48:11", - "author_account_age_days": 357 + "author_account_age_days": 558 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 327, + "stars": 366, "last_update": "2025-05-25 15:37:49", - "author_account_age_days": 357 + "author_account_age_days": 558 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { - "stars": 98, + "stars": 138, "last_update": "2025-08-15 02:03:41", - "author_account_age_days": 357 + "author_account_age_days": 558 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { - "stars": 27, + "stars": 30, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 357 + "author_account_age_days": 558 + }, + "https://github.com/MoonMoon82/ClipVision_Tools": { + "stars": 9, + "last_update": "2025-10-29 10:14:16", + "author_account_age_days": 2796 }, "https://github.com/Moooonet/ComfyUI-Align": { - "stars": 161, - "last_update": "2025-05-12 09:40:03", - "author_account_age_days": 415 + "stars": 262, + "last_update": "2025-12-16 15:14:55", + "author_account_age_days": 616 + }, + "https://github.com/Moser9815/ComfyUI-RMAutomation": { + "stars": 0, + "last_update": "2026-03-12 21:08:48", + "author_account_age_days": 576 }, "https://github.com/MovieLabs/comfyui-movielabs-util": { - "stars": 1, + "stars": 2, "last_update": "2025-07-12 01:02:15", - "author_account_age_days": 4823 + "author_account_age_days": 5023 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3333, - "last_update": "2025-08-07 10:48:28", - "author_account_age_days": 1989 + "stars": 3670, + "last_update": "2025-12-29 08:06:02", + "author_account_age_days": 2190 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 554, + "stars": 559, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1989 + "author_account_age_days": 2190 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { - "stars": 1, - "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4019 + "stars": 2, + "last_update": "2026-01-05 20:25:00", + "author_account_age_days": 4220 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { - "stars": 31, - "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4019 + "stars": 48, + "last_update": "2026-03-02 09:52:02", + "author_account_age_days": 4220 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { - "stars": 39, + "stars": 55, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3473 + "author_account_age_days": 3674 + }, + "https://github.com/MushroomFleet/ComfyUI-DJZ-Offsquare": { + "stars": 0, + "last_update": "2026-02-06 14:24:52", + "author_account_age_days": 4350 + }, + "https://github.com/MushroomFleet/ComfyUI-DJZ-POML": { + "stars": 0, + "last_update": "2025-08-31 19:23:11", + "author_account_age_days": 4350 + }, + "https://github.com/MushroomFleet/ComfyUI-FLUX2-JSON": { + "stars": 13, + "last_update": "2026-01-13 15:05:51", + "author_account_age_days": 4350 + }, + "https://github.com/MushroomFleet/ComfyUI-Variationator": { + "stars": 2, + "last_update": "2025-12-01 13:51:30", + "author_account_age_days": 4350 + }, + "https://github.com/MushroomFleet/ComfyUI-Zero2JSON": { + "stars": 1, + "last_update": "2026-02-01 02:46:27", + "author_account_age_days": 4350 + }, + "https://github.com/MushroomFleet/ComfyUI_PromptExtractor_nodes": { + "stars": 1, + "last_update": "2026-02-04 20:14:35", + "author_account_age_days": 4350 + }, + "https://github.com/MushroomFleet/DJZ-Pedalboard": { + "stars": 2, + "last_update": "2025-11-15 04:19:19", + "author_account_age_days": 4350 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { - "stars": 50, + "stars": 60, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 400 + "author_account_age_days": 601 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { - "stars": 12, + "stars": 15, "last_update": "2025-06-01 16:34:55", - "author_account_age_days": 2167 + "author_account_age_days": 2367 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { - "stars": 70, + "stars": 73, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 505 + "author_account_age_days": 706 }, "https://github.com/NHLStenden/ComfyUI-ImageBag": { "stars": 0, - "last_update": "2025-08-18 11:07:43", - "author_account_age_days": 2682 + "last_update": "2025-12-20 12:10:06", + "author_account_age_days": 2883 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 4, - "last_update": "2025-04-09 01:07:33", - "author_account_age_days": 1007 + "last_update": "2026-02-17 00:12:12", + "author_account_age_days": 1207 + }, + "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": { + "stars": 0, + "last_update": "2026-03-13 13:20:26", + "author_account_age_days": 396 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { - "stars": 46, - "last_update": "2025-07-25 21:02:15", - "author_account_age_days": 4109 + "stars": 58, + "last_update": "2026-02-24 22:16:06", + "author_account_age_days": 4309 + }, + "https://github.com/Nakamura2828/ComfyUI-JK-TextTools": { + "stars": 0, + "last_update": "2026-01-18 16:12:22", + "author_account_age_days": 4005 + }, + "https://github.com/Nakamura2828/ComfyUI-JK-ToRetro": { + "stars": 0, + "last_update": "2026-01-20 02:17:07", + "author_account_age_days": 4005 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { - "stars": 6, - "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 790 + "stars": 8, + "last_update": "2026-03-10 18:28:51", + "author_account_age_days": 991 }, "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { - "stars": 8, - "last_update": "2025-08-01 04:07:09", - "author_account_age_days": 790 + "stars": 9, + "last_update": "2026-03-09 11:29:55", + "author_account_age_days": 991 }, "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, - "last_update": "2025-08-16 12:10:47", - "author_account_age_days": 790 + "last_update": "2026-03-12 01:24:30", + "author_account_age_days": 991 }, - "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": { - "stars": 0, - "last_update": "2025-06-11 16:54:15", - "author_account_age_days": 552 + "https://github.com/Nekodificador/ComfyUI-NKD-Sigmas-Curve": { + "stars": 24, + "last_update": "2026-03-02 09:08:57", + "author_account_age_days": 2473 + }, + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes": { + "stars": 13, + "last_update": "2025-12-04 20:52:40", + "author_account_age_days": 752 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4717 + "author_account_age_days": 4918 }, "https://github.com/NeonLightning/neonllama": { - "stars": 1, + "stars": 2, "last_update": "2025-06-20 22:49:39", - "author_account_age_days": 4644 + "author_account_age_days": 4845 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { - "stars": 2, + "stars": 4, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1753 + "author_account_age_days": 1953 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 522 + "author_account_age_days": 722 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { - "stars": 7, + "stars": 8, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 522 + "author_account_age_days": 722 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { - "stars": 3, + "stars": 5, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 522 + "author_account_age_days": 722 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { - "stars": 68, + "stars": 69, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 522 + "author_account_age_days": 722 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { - "stars": 25, - "last_update": "2025-08-16 20:42:00", - "author_account_age_days": 1035 + "stars": 63, + "last_update": "2025-11-10 22:28:10", + "author_account_age_days": 1236 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 955 + "author_account_age_days": 1155 + }, + "https://github.com/NewBieAI-Lab/ComfyUI-MltoXml": { + "stars": 1, + "last_update": "2025-12-07 04:44:54", + "author_account_age_days": 323 + }, + "https://github.com/NewLouwa/ComfyUI-Model_preset_Pilot": { + "stars": 0, + "last_update": "2025-10-19 14:03:25", + "author_account_age_days": 2930 + }, + "https://github.com/NewNoviceChen/ComfyUI-Simple-IndexTTs": { + "stars": 11, + "last_update": "2025-12-05 06:39:43", + "author_account_age_days": 1574 }, "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { - "stars": 2, - "last_update": "2025-08-07 08:34:08", - "author_account_age_days": 1373 + "stars": 5, + "last_update": "2025-10-24 09:33:20", + "author_account_age_days": 1574 + }, + "https://github.com/NexusEast/ComfyUI_ContactSheet_Auto": { + "stars": 0, + "last_update": "2025-12-30 07:12:33", + "author_account_age_days": 5052 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { - "stars": 8, + "stars": 9, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 1086 + "author_account_age_days": 1287 + }, + "https://github.com/Ni-zav/ComfyUI-Checkpoint-Iterator": { + "stars": 0, + "last_update": "2026-02-27 10:21:59", + "author_account_age_days": 1383 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { - "stars": 15, + "stars": 16, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5578 + "author_account_age_days": 5778 + }, + "https://github.com/NickPittas/ComfyUI_CameraAngleSelector": { + "stars": 98, + "last_update": "2026-01-10 10:09:39", + "author_account_age_days": 1370 + }, + "https://github.com/NidAll/ComfyUI_PromptStyler": { + "stars": 16, + "last_update": "2026-03-07 12:33:00", + "author_account_age_days": 3309 + }, + "https://github.com/Night1099/COMFYUI-PBRFusion4": { + "stars": 1, + "last_update": "2026-03-13 02:33:18", + "author_account_age_days": 1652 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { - "stars": 1, + "stars": 2, "last_update": "2025-04-10 00:32:13", - "author_account_age_days": 2704 + "author_account_age_days": 2905 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { "stars": 2, "last_update": "2025-04-08 12:28:17", - "author_account_age_days": 2704 + "author_account_age_days": 2905 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 1209, - "last_update": "2025-05-17 18:02:00", - "author_account_age_days": 673 + "stars": 1543, + "last_update": "2026-02-10 15:45:59", + "author_account_age_days": 873 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { - "stars": 36, + "stars": 37, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 673 + "author_account_age_days": 873 + }, + "https://github.com/NineKey1028/ComfyUI_Dynamic_TagLoader": { + "stars": 4, + "last_update": "2026-01-29 08:03:41", + "author_account_age_days": 1680 + }, + "https://github.com/Niutonian/ComfyUI-Niutonian-Themes": { + "stars": 39, + "last_update": "2026-01-20 10:28:11", + "author_account_age_days": 1671 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { - "stars": 31, + "stars": 30, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1470 + "author_account_age_days": 1671 + }, + "https://github.com/Niutonian/comfyui-niutonian-smart-image": { + "stars": 0, + "last_update": "2026-01-27 13:58:47", + "author_account_age_days": 1671 + }, + "https://github.com/Niutonian/comfyui_Niutonian_GLM_4_6V": { + "stars": 0, + "last_update": "2026-01-05 11:49:33", + "author_account_age_days": 1671 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { - "stars": 8, + "stars": 7, "last_update": "2025-05-07 18:47:45", - "author_account_age_days": 1632 + "author_account_age_days": 1832 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { - "stars": 16, + "stars": 17, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4259 + "author_account_age_days": 4460 + }, + "https://github.com/No-22-Github/ComfyUI_RWKV_Studio": { + "stars": 0, + "last_update": "2025-09-26 13:42:27", + "author_account_age_days": 1049 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { - "stars": 23, + "stars": 30, "last_update": "2025-07-20 12:17:01", - "author_account_age_days": 3248 + "author_account_age_days": 3449 + }, + "https://github.com/Noma-Machiko/ComfyUI-ToDevice": { + "stars": 1, + "last_update": "2025-09-18 16:11:53", + "author_account_age_days": 1157 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2412 + "author_account_age_days": 2612 }, "https://github.com/Nourepide/ComfyUI-Allor": { - "stars": 268, + "stars": 295, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3274 + "author_account_age_days": 3475 + }, + "https://github.com/NudeJS-dev/ComfyUI-NudeJS-Image2Prompt": { + "stars": 0, + "last_update": "2025-12-06 17:39:43", + "author_account_age_days": 646 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { - "stars": 227, + "stars": 237, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4908 + "author_account_age_days": 5108 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { - "stars": 559, + "stars": 582, "last_update": "2025-07-06 11:37:45", - "author_account_age_days": 4908 + "author_account_age_days": 5108 }, "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { - "stars": 1, + "stars": 2, "last_update": "2025-08-06 06:08:46", - "author_account_age_days": 1741 + "author_account_age_days": 1942 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { - "stars": 7, - "last_update": "2025-06-27 12:15:32", - "author_account_age_days": 2545 + "stars": 11, + "last_update": "2025-09-05 04:20:22", + "author_account_age_days": 2746 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { - "stars": 31, - "last_update": "2025-06-29 03:22:25", - "author_account_age_days": 2545 + "stars": 44, + "last_update": "2025-11-19 06:12:14", + "author_account_age_days": 2746 + }, + "https://github.com/Nynxz/ComfyUI-NynxzNodes": { + "stars": 1, + "last_update": "2025-12-11 09:16:16", + "author_account_age_days": 2225 + }, + "https://github.com/OKIE5/ComfyUI-CN-Pre": { + "stars": 0, + "last_update": "2025-10-18 23:45:21", + "author_account_age_days": 272 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1600 + "author_account_age_days": 1801 + }, + "https://github.com/OhSeongHyeon/comfyui-watdafox-nodes": { + "stars": 0, + "last_update": "2025-12-31 19:27:45", + "author_account_age_days": 1840 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { - "stars": 98, + "stars": 99, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2554 + "author_account_age_days": 2755 }, "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 1, "last_update": "2025-07-25 03:17:16", - "author_account_age_days": 383 + "author_account_age_days": 584 }, "https://github.com/OneThingAI/ComfyUI_Onething_Image": { - "stars": 1, - "last_update": "2025-08-08 02:56:39", - "author_account_age_days": 383 + "stars": 2, + "last_update": "2026-02-28 11:35:32", + "author_account_age_days": 584 }, "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext": { - "stars": 3, - "last_update": "2025-08-21 02:43:15", - "author_account_age_days": 457 + "stars": 7, + "last_update": "2025-11-28 08:21:35", + "author_account_age_days": 658 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 2164 + "author_account_age_days": 2364 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1203 + "author_account_age_days": 1404 + }, + "https://github.com/OpenAssetIO/OpenAssetIO-ComfyUI": { + "stars": 2, + "last_update": "2025-09-30 09:49:18", + "author_account_age_days": 1398 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2961 + "author_account_age_days": 3162 + }, + "https://github.com/OwlvChirotha/ComfyUI-MultiTranslator": { + "stars": 0, + "last_update": "2025-11-11 09:09:25", + "author_account_age_days": 152 + }, + "https://github.com/OwlvChirotha/ComfyUI-Owlv_Nodes": { + "stars": 1, + "last_update": "2025-11-19 03:25:46", + "author_account_age_days": 152 + }, + "https://github.com/OwlvChirotha/ComfyUI-Translator": { + "stars": 0, + "last_update": "2025-11-11 09:09:25", + "author_account_age_days": 152 + }, + "https://github.com/PBandDev/comfyui-node-organizer": { + "stars": 41, + "last_update": "2026-01-23 18:47:11", + "author_account_age_days": 372 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { - "stars": 16, + "stars": 18, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2093 + "author_account_age_days": 2294 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, "last_update": "2025-08-05 06:27:09", - "author_account_age_days": 2316 + "author_account_age_days": 2517 + }, + "https://github.com/PROJECTMAD/PROJECT-MAD-NODES": { + "stars": 4, + "last_update": "2026-01-27 06:06:16", + "author_account_age_days": 2962 }, "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { - "stars": 3, + "stars": 4, "last_update": "2025-03-22 01:25:55", - "author_account_age_days": 3229 + "author_account_age_days": 3429 }, "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { "stars": 1, "last_update": "2025-03-29 00:39:01", - "author_account_age_days": 3229 + "author_account_age_days": 3429 }, "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { - "stars": 1, + "stars": 2, "last_update": "2025-04-19 09:40:38", - "author_account_age_days": 3229 + "author_account_age_days": 3429 }, "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { "stars": 1, "last_update": "2025-03-21 17:42:55", - "author_account_age_days": 3229 + "author_account_age_days": 3429 + }, + "https://github.com/Paddel87/ComfyUI_fal_image": { + "stars": 2, + "last_update": "2025-12-23 22:45:12", + "author_account_age_days": 707 }, "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { - "stars": 11, + "stars": 14, "last_update": "2025-05-09 22:51:17", - "author_account_age_days": 1914 + "author_account_age_days": 2114 }, "https://github.com/PanicTitan/ComfyUI-Gallery": { - "stars": 59, - "last_update": "2025-07-10 23:49:50", - "author_account_age_days": 1914 + "stars": 88, + "last_update": "2025-12-09 21:44:09", + "author_account_age_days": 2114 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3256 + "author_account_age_days": 3457 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2025-03-12 07:36:41", - "author_account_age_days": 5198 + "author_account_age_days": 5398 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4071 + "author_account_age_days": 4272 + }, + "https://github.com/PatrickBorkowicz/ComfyUI-ImmichUploader": { + "stars": 0, + "last_update": "2025-10-12 01:48:13", + "author_account_age_days": 4157 + }, + "https://github.com/PauldeLavallaz/ComfyUI-CartesiaTTS": { + "stars": 1, + "last_update": "2026-02-12 03:47:05", + "author_account_age_days": 2472 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, "last_update": "2025-03-18 17:38:28", - "author_account_age_days": 2271 + "author_account_age_days": 2472 + }, + "https://github.com/PavonicAI/ForgeAI-HeartMuLa": { + "stars": 0, + "last_update": "2026-02-24 11:56:58", + "author_account_age_days": 19 + }, + "https://github.com/Pedreiro-Digital-Studio-Ltda/ComfyUI-PromptPerfect": { + "stars": 0, + "last_update": "2026-01-22 15:28:55", + "author_account_age_days": 1068 + }, + "https://github.com/PenguinTeo/Comfyui-GeminiBanana": { + "stars": 46, + "last_update": "2025-11-21 05:49:58", + "author_account_age_days": 604 }, "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { - "stars": 1, + "stars": 6, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 403 + "author_account_age_days": 604 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3636 + "author_account_age_days": 3836 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 0, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5654 + "author_account_age_days": 5854 }, "https://github.com/Pheat-AI/Remade_nodes": { - "stars": 4, + "stars": 5, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 462 + "author_account_age_days": 662 + }, + "https://github.com/PiePieDesign/PiePieTweaks": { + "stars": 1, + "last_update": "2025-10-24 15:27:53", + "author_account_age_days": 293 }, "https://github.com/PiggyDance/ComfyUI_OpenCV": { - "stars": 0, + "stars": 1, "last_update": "2025-03-24 10:02:49", - "author_account_age_days": 2815 + "author_account_age_days": 3016 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { - "stars": 0, + "stars": 1, "last_update": "2025-06-01 16:35:20", - "author_account_age_days": 317 + "author_account_age_days": 518 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { "stars": 0, "last_update": "2025-06-05 19:20:04", - "author_account_age_days": 317 + "author_account_age_days": 518 }, "https://github.com/Pirog17000/Pirogs-Nodes": { "stars": 3, - "last_update": "2025-08-14 00:26:09", - "author_account_age_days": 4640 + "last_update": "2025-11-17 00:34:32", + "author_account_age_days": 4841 + }, + "https://github.com/PixWizardry/ComfyUI-LTX-GapFill": { + "stars": 0, + "last_update": "2026-03-11 00:03:04", + "author_account_age_days": 215 + }, + "https://github.com/PixWizardry/ComfyUI_PixQwenImageEditEnhanced": { + "stars": 4, + "last_update": "2025-12-30 06:02:39", + "author_account_age_days": 215 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 218 + "author_account_age_days": 419 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 539 + "author_account_age_days": 740 + }, + "https://github.com/Pixelailabs/Joy_Caption_Two_PixelaiLabs": { + "stars": 11, + "last_update": "2025-11-06 16:43:31", + "author_account_age_days": 558 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, - "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2980 + "last_update": "2025-10-13 07:45:11", + "author_account_age_days": 3180 + }, + "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video": { + "stars": 2, + "last_update": "2025-09-03 18:37:13", + "author_account_age_days": 743 + }, + "https://github.com/Pondowner857/comfy_Pond_Nodes_V2": { + "stars": 5, + "last_update": "2025-12-05 08:14:07", + "author_account_age_days": 719 + }, + "https://github.com/Pondowner857/comfyui-workflow-protector": { + "stars": 2, + "last_update": "2026-02-24 03:03:02", + "author_account_age_days": 719 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 1010 + "author_account_age_days": 1211 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 1, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3820 + "author_account_age_days": 4021 + }, + "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2": { + "stars": 3, + "last_update": "2026-01-27 21:11:41", + "author_account_age_days": 951 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2482, + "stars": 2623, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 391 + "author_account_age_days": 592 + }, + "https://github.com/PozzettiAndrea/ComfyUI-BGPSeg": { + "stars": 0, + "last_update": "2026-02-12 12:20:32", + "author_account_age_days": 2321 + }, + "https://github.com/PozzettiAndrea/ComfyUI-CADabra": { + "stars": 22, + "last_update": "2026-03-01 16:59:47", + "author_account_age_days": 2321 + }, + "https://github.com/PozzettiAndrea/ComfyUI-Cadrille": { + "stars": 1, + "last_update": "2026-02-12 12:20:33", + "author_account_age_days": 2321 + }, + "https://github.com/PozzettiAndrea/ComfyUI-CameraPack": { + "stars": 1, + "last_update": "2026-02-12 12:20:35", + "author_account_age_days": 2321 + }, + "https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3": { + "stars": 357, + "last_update": "2026-03-04 18:18:06", + "author_account_age_days": 2321 + }, + "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack": { + "stars": 158, + "last_update": "2026-03-14 17:59:51", + "author_account_age_days": 2321 + }, + "https://github.com/PozzettiAndrea/ComfyUI-Grounding": { + "stars": 34, + "last_update": "2026-03-09 03:49:03", + "author_account_age_days": 2321 + }, + "https://github.com/PozzettiAndrea/ComfyUI-HunyuanX": { + "stars": 8, + "last_update": "2026-02-12 14:12:32", + "author_account_age_days": 2321 + }, + "https://github.com/PozzettiAndrea/ComfyUI-MIDI3D": { + "stars": 3, + "last_update": "2026-02-12 12:20:37", + "author_account_age_days": 2321 + }, + "https://github.com/PozzettiAndrea/ComfyUI-MeshCraft": { + "stars": 8, + "last_update": "2026-02-12 14:12:32", + "author_account_age_days": 2321 + }, + "https://github.com/PozzettiAndrea/ComfyUI-NeurCADRecon": { + "stars": 0, + "last_update": "2026-02-12 12:20:31", + "author_account_age_days": 2321 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SAM3": { + "stars": 472, + "last_update": "2026-03-14 21:15:19", + "author_account_age_days": 2321 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody": { + "stars": 281, + "last_update": "2026-03-12 00:11:48", + "author_account_age_days": 2321 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SECADNET": { + "stars": 0, + "last_update": "2026-02-12 12:20:34", + "author_account_age_days": 2321 + }, + "https://github.com/PozzettiAndrea/ComfyUI-Sharp": { + "stars": 285, + "last_update": "2026-03-13 00:03:46", + "author_account_age_days": 2321 + }, + "https://github.com/PozzettiAndrea/ComfyUI-UniRig": { + "stars": 363, + "last_update": "2026-03-04 18:18:18", + "author_account_age_days": 2321 + }, + "https://github.com/Praveenhalder/ComfyUI-DeOldify": { + "stars": 0, + "last_update": "2026-02-25 05:27:16", + "author_account_age_days": 724 + }, + "https://github.com/Praveenhalder/praveen-tools": { + "stars": 2, + "last_update": "2026-02-18 06:48:00", + "author_account_age_days": 724 + }, + "https://github.com/Premik/ComfyUI-ImgPatchEditor": { + "stars": 0, + "last_update": "2026-03-12 20:43:13", + "author_account_age_days": 5391 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 3, "last_update": "2025-05-18 12:01:37", - "author_account_age_days": 253 + "author_account_age_days": 454 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { - "stars": 68, + "stars": 87, "last_update": "2025-05-25 19:26:43", - "author_account_age_days": 3870 + "author_account_age_days": 4071 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { - "stars": 16, - "last_update": "2025-08-25 17:29:00", - "author_account_age_days": 3870 + "stars": 27, + "last_update": "2025-09-22 18:50:33", + "author_account_age_days": 4071 + }, + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert_video": { + "stars": 5, + "last_update": "2025-10-29 15:59:02", + "author_account_age_days": 4071 }, "https://github.com/PrunaAI/ComfyUI_pruna": { - "stars": 64, - "last_update": "2025-07-10 11:12:37", - "author_account_age_days": 1077 + "stars": 66, + "last_update": "2025-09-08 12:53:11", + "author_account_age_days": 1278 }, "https://github.com/Pseudotools/Pseudocomfy": { - "stars": 1, - "last_update": "2025-08-22 20:49:41", - "author_account_age_days": 698 + "stars": 3, + "last_update": "2025-10-07 04:01:07", + "author_account_age_days": 899 }, "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, - "last_update": "2025-08-08 15:35:29", - "author_account_age_days": 1471 + "last_update": "2025-11-08 14:43:59", + "author_account_age_days": 1671 + }, + "https://github.com/Pythza/ComfyUI-Pythza": { + "stars": 0, + "last_update": "2026-02-20 20:09:04", + "author_account_age_days": 1300 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { - "stars": 3, + "stars": 5, "last_update": "2025-07-14 11:37:31", - "author_account_age_days": 2362 + "author_account_age_days": 2563 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { - "stars": 6, + "stars": 7, "last_update": "2025-03-27 12:51:03", - "author_account_age_days": 2362 + "author_account_age_days": 2563 }, "https://github.com/Q-Bug4/comfyui-qbug-batch": { "stars": 2, "last_update": "2025-04-13 03:05:36", - "author_account_age_days": 2362 + "author_account_age_days": 2563 + }, + "https://github.com/QL-boy/ComfyUI-Advanced-Tile-Processing": { + "stars": 44, + "last_update": "2026-01-17 12:31:17", + "author_account_age_days": 2610 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, - "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1679 + "last_update": "2026-02-21 11:41:04", + "author_account_age_days": 1879 }, "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 25, "last_update": "2025-04-21 01:07:24", - "author_account_age_days": 892 + "author_account_age_days": 1092 + }, + "https://github.com/QuackPhuc/ComfyUI-FisheyeTransform": { + "stars": 0, + "last_update": "2026-01-14 15:37:48", + "author_account_age_days": 1051 + }, + "https://github.com/QuietNoise/comfyui_queue_manager": { + "stars": 44, + "last_update": "2025-12-21 18:20:17", + "author_account_age_days": 4834 }, "https://github.com/R5-Revo/llm-node-comfyui": { - "stars": 6, + "stars": 7, "last_update": "2025-05-24 03:55:35", - "author_account_age_days": 226 + "author_account_age_days": 427 + }, + "https://github.com/RCAKangle/ComfyUI_LLM_Embeder": { + "stars": 0, + "last_update": "2026-01-30 23:12:12", + "author_account_age_days": 886 }, "https://github.com/RUiNtheExtinct/comfyui-save-file-extended": { - "stars": 0, - "last_update": "2025-08-26 18:28:42", - "author_account_age_days": 2479 + "stars": 9, + "last_update": "2025-11-27 04:45:39", + "author_account_age_days": 721 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4360 + "author_account_age_days": 4561 }, "https://github.com/RainyN0077/ComfyUI-PromptSE": { - "stars": 8, + "stars": 11, "last_update": "2025-08-15 13:12:09", - "author_account_age_days": 218 + "author_account_age_days": 419 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { - "stars": 18, - "last_update": "2025-08-06 08:34:03", - "author_account_age_days": 589 - }, - "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 30, - "last_update": "2025-05-07 13:29:25", - "author_account_age_days": 1194 + "last_update": "2026-01-16 18:43:25", + "author_account_age_days": 790 }, - "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { - "stars": 8, - "last_update": "2025-04-12 10:38:46", - "author_account_age_days": 1808 + "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance": { + "stars": 28, + "last_update": "2026-02-08 14:01:36", + "author_account_age_days": 790 + }, + "https://github.com/Randy420Marsh/ComfyUI-Civitai-API-Url-Resolver": { + "stars": 1, + "last_update": "2025-12-26 16:21:56", + "author_account_age_days": 2633 + }, + "https://github.com/Randy420Marsh/civitai-api-url-resolver": { + "stars": 1, + "last_update": "2025-12-26 16:21:56", + "author_account_age_days": 2633 + }, + "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes": { + "stars": 0, + "last_update": "2025-11-28 02:40:18", + "author_account_age_days": 176 }, "https://github.com/Raykosan/ComfyUI_RaykoStudio": { - "stars": 9, - "last_update": "2025-08-12 08:33:06", - "author_account_age_days": 1808 + "stars": 12, + "last_update": "2026-03-12 21:53:14", + "author_account_age_days": 2009 }, "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, "last_update": "2025-03-26 16:10:15", - "author_account_age_days": 3354 + "author_account_age_days": 3555 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-02-10 15:39:41", - "author_account_age_days": 1806 + "author_account_age_days": 2007 }, "https://github.com/RegulusAlpha/ComfyUI-DynPromptSimplified": { - "stars": 0, - "last_update": "2025-08-24 22:06:16", - "author_account_age_days": 3283 + "stars": 4, + "last_update": "2025-10-27 18:44:13", + "author_account_age_days": 3483 }, "https://github.com/ReinerBforartists/comfyui_auto_prompt_schedule": { - "stars": 0, + "stars": 3, "last_update": "2025-08-24 09:00:45", - "author_account_age_days": 3657 + "author_account_age_days": 3858 }, "https://github.com/ReinerBforartists/comfyui_text_line_combine": { - "stars": 0, + "stars": 1, "last_update": "2025-08-23 10:59:19", - "author_account_age_days": 3657 + "author_account_age_days": 3858 }, "https://github.com/Reithan/negative_rejection_steering": { - "stars": 10, - "last_update": "2025-08-01 06:23:09", - "author_account_age_days": 4133 + "stars": 16, + "last_update": "2026-02-14 01:42:32", + "author_account_age_days": 4333 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 7, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 615 + "author_account_age_days": 815 + }, + "https://github.com/Revmagi/DDM_bundle": { + "stars": 0, + "last_update": "2025-10-30 21:03:27", + "author_account_age_days": 3853 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1595 + "author_account_age_days": 1796 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { - "stars": 1, + "stars": 0, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1595 + "author_account_age_days": 1796 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 3, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1595 + "author_account_age_days": 1796 + }, + "https://github.com/Rhovanx/wan_vace_auto_joiner": { + "stars": 3, + "last_update": "2026-01-14 09:58:46", + "author_account_age_days": 2149 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { - "stars": 92, + "stars": 98, "last_update": "2025-06-19 04:14:31", - "author_account_age_days": 332 + "author_account_age_days": 533 }, "https://github.com/RiceRound/ComfyUI_RiceRound": { - "stars": 18, + "stars": 21, "last_update": "2025-03-18 07:31:16", - "author_account_age_days": 332 + "author_account_age_days": 533 + }, + "https://github.com/Rimor-dev/ComfyUI-Diana": { + "stars": 1, + "last_update": "2026-03-14 00:38:56", + "author_account_age_days": 13 + }, + "https://github.com/Rimor-dev/ComfyUI-any_alarm": { + "stars": 0, + "last_update": "2026-03-10 00:19:47", + "author_account_age_days": 13 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 0, "last_update": "2025-06-25 05:42:46", - "author_account_age_days": 579 + "author_account_age_days": 780 }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 1, - "last_update": "2025-08-24 18:38:20", - "author_account_age_days": 1857 - }, - "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { - "stars": 2, - "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 884 + "last_update": "2026-03-11 17:15:18", + "author_account_age_days": 2058 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { - "stars": 7, + "stars": 8, "last_update": "2025-06-09 23:34:07", - "author_account_age_days": 1176 + "author_account_age_days": 1377 }, "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { - "stars": 10, + "stars": 15, "last_update": "2025-08-07 05:37:43", - "author_account_age_days": 1176 + "author_account_age_days": 1377 }, "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { - "stars": 22, + "stars": 23, "last_update": "2025-04-14 03:36:22", - "author_account_age_days": 1176 + "author_account_age_days": 1377 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { - "stars": 22, + "stars": 23, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1810 + "author_account_age_days": 2010 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1357 + "author_account_age_days": 1558 + }, + "https://github.com/RunningOverGlowies/ComfyUI-PromptUtils": { + "stars": 2, + "last_update": "2025-12-08 13:44:46", + "author_account_age_days": 1484 }, "https://github.com/Runware/ComfyUI-Runware": { - "stars": 112, - "last_update": "2025-06-18 12:05:09", - "author_account_age_days": 628 + "stars": 134, + "last_update": "2026-03-15 02:15:33", + "author_account_age_days": 829 + }, + "https://github.com/RyanHolanda/ComfyUI-AudioBridge": { + "stars": 0, + "last_update": "2026-02-20 19:22:17", + "author_account_age_days": 1719 + }, + "https://github.com/RyukoMatoiFan/ComfyUI-STARFlow": { + "stars": 0, + "last_update": "2026-03-01 20:54:45", + "author_account_age_days": 93 + }, + "https://github.com/RyukoMatoiFan/ComfyUI-Switti": { + "stars": 0, + "last_update": "2025-12-21 21:37:47", + "author_account_age_days": 93 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { - "stars": 39, + "stars": 41, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2841 + "author_account_age_days": 3042 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 176, + "stars": 189, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2841 + "author_account_age_days": 3042 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2841 + "author_account_age_days": 3042 + }, + "https://github.com/S4MUEL-404/ComfyUI-Prepack": { + "stars": 1, + "last_update": "2025-11-11 08:19:11", + "author_account_age_days": 3716 + }, + "https://github.com/S4MUEL-404/ComfyUI-PromptsO": { + "stars": 2, + "last_update": "2025-11-19 09:20:58", + "author_account_age_days": 3716 }, "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { - "stars": 1, - "last_update": "2025-08-10 13:40:48", - "author_account_age_days": 3515 + "stars": 3, + "last_update": "2025-10-14 06:06:33", + "author_account_age_days": 3716 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { "stars": 2, - "last_update": "2025-08-10 13:29:01", - "author_account_age_days": 3515 + "last_update": "2025-11-18 03:18:39", + "author_account_age_days": 3716 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { - "stars": 1, + "stars": 2, "last_update": "2025-08-12 15:29:12", - "author_account_age_days": 3515 + "author_account_age_days": 3716 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 1085 + "author_account_age_days": 1286 + }, + "https://github.com/SKBv0/ComfyUI_BlendPack": { + "stars": 33, + "last_update": "2026-01-16 15:21:20", + "author_account_age_days": 2185 + }, + "https://github.com/SKBv0/ComfyUI_LinkFX": { + "stars": 45, + "last_update": "2025-12-21 16:53:51", + "author_account_age_days": 2185 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { - "stars": 80, + "stars": 111, "last_update": "2025-08-14 14:55:48", - "author_account_age_days": 1984 + "author_account_age_days": 2184 + }, + "https://github.com/SKBv0/ComfyUI_SpideyReroute": { + "stars": 13, + "last_update": "2025-12-19 16:10:36", + "author_account_age_days": 2185 + }, + "https://github.com/SKFRMSEHF/comfyui_SK_Loader": { + "stars": 0, + "last_update": "2025-12-15 09:50:34", + "author_account_age_days": 96 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { - "stars": 98, + "stars": 107, "last_update": "2025-03-16 12:13:46", - "author_account_age_days": 4126 + "author_account_age_days": 4326 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 13, "last_update": "2025-03-16 12:13:59", - "author_account_age_days": 4126 + "author_account_age_days": 4326 + }, + "https://github.com/SLVGITHUB/QWEN3_TTS_DVA": { + "stars": 1, + "last_update": "2026-02-24 20:38:31", + "author_account_age_days": 1690 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2025-03-12 00:17:50", - "author_account_age_days": 4512 + "author_account_age_days": 4712 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { - "stars": 30, + "stars": 31, "last_update": "2025-03-28 10:50:35", - "author_account_age_days": 4512 + "author_account_age_days": 4712 }, "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, "last_update": "2025-04-25 04:53:31", - "author_account_age_days": 728 + "author_account_age_days": 929 }, "https://github.com/SS-snap/ComfyUI-LBW_flux": { - "stars": 4, + "stars": 5, "last_update": "2025-04-25 04:47:47", - "author_account_age_days": 728 + "author_account_age_days": 929 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 728 + "author_account_age_days": 929 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { - "stars": 34, + "stars": 50, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 728 + "author_account_age_days": 929 }, "https://github.com/SXQBW/ComfyUI-Qwen": { - "stars": 9, + "stars": 28, "last_update": "2025-05-26 05:01:41", - "author_account_age_days": 3220 + "author_account_age_days": 3421 }, "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { - "stars": 24, + "stars": 41, "last_update": "2025-06-08 07:53:11", - "author_account_age_days": 3220 + "author_account_age_days": 3421 }, "https://github.com/SXQBW/ComfyUI-Qwen-VL": { - "stars": 9, - "last_update": "2025-05-26 06:11:20", - "author_account_age_days": 3220 + "stars": 27, + "last_update": "2025-10-25 02:52:24", + "author_account_age_days": 3421 + }, + "https://github.com/SaTaNoob/ComfyUI-Z-Image-Turbo-Resolutions": { + "stars": 3, + "last_update": "2025-12-04 10:00:45", + "author_account_age_days": 3296 + }, + "https://github.com/Saganaki22/ComfyUI-Maya1_TTS": { + "stars": 59, + "last_update": "2025-11-11 23:36:14", + "author_account_age_days": 1765 + }, + "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": { + "stars": 7, + "last_update": "2025-09-14 00:53:14", + "author_account_age_days": 1765 + }, + "https://github.com/Saganaki22/ComfyUI-Step_Audio_EditX_TTS": { + "stars": 57, + "last_update": "2025-12-04 06:03:03", + "author_account_age_days": 1765 + }, + "https://github.com/Saganaki22/ComfyUI-dotWaveform": { + "stars": 30, + "last_update": "2025-11-12 10:35:07", + "author_account_age_days": 1765 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 426, + "stars": 457, "last_update": "2025-08-15 03:14:39", - "author_account_age_days": 1871 + "author_account_age_days": 2072 + }, + "https://github.com/SamLiu1000/ComfyUI_Rabbit-Camera-Perspective": { + "stars": 1, + "last_update": "2026-01-10 16:28:41", + "author_account_age_days": 74 + }, + "https://github.com/SamLiu1000/ComfyUI_Resolution-and-Ratio": { + "stars": 0, + "last_update": "2025-12-31 13:52:49", + "author_account_age_days": 74 + }, + "https://github.com/SamSeenX/ComfyUI_SSBeforeAfterNode": { + "stars": 2, + "last_update": "2026-01-05 20:25:00", + "author_account_age_days": 4220 + }, + "https://github.com/SamSeenX/ComfyUI_SSStereoscope": { + "stars": 48, + "last_update": "2026-03-02 09:52:02", + "author_account_age_days": 4220 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3390 + "author_account_age_days": 3591 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, - "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3390 + "last_update": "2025-12-30 08:38:47", + "author_account_age_days": 3591 + }, + "https://github.com/Sampkao/ComfyUI-Amage": { + "stars": 1, + "last_update": "2026-01-19 09:42:19", + "author_account_age_days": 988 }, "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { - "stars": 1, - "last_update": "2025-05-18 12:37:15", - "author_account_age_days": 2009 + "stars": 5, + "last_update": "2025-09-06 09:31:44", + "author_account_age_days": 2210 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, "last_update": "2025-05-26 22:46:39", - "author_account_age_days": 1060 + "author_account_age_days": 1260 }, "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { "stars": 8, "last_update": "2025-06-18 16:41:48", - "author_account_age_days": 1060 + "author_account_age_days": 1260 }, "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { - "stars": 3, + "stars": 4, "last_update": "2025-05-07 23:48:49", - "author_account_age_days": 1060 + "author_account_age_days": 1260 + }, + "https://github.com/SanDiegoDude/ComfyUI-Soprano-TTS": { + "stars": 5, + "last_update": "2025-12-30 06:02:36", + "author_account_age_days": 1260 + }, + "https://github.com/SanDiegoDude/SCG_LocalVLM": { + "stars": 5, + "last_update": "2025-12-18 02:11:18", + "author_account_age_days": 1260 + }, + "https://github.com/Santat2023/ComfyUiRagNodes": { + "stars": 0, + "last_update": "2025-09-29 16:14:02", + "author_account_age_days": 917 }, "https://github.com/Santodan/santodan-custom-nodes-comfyui": { - "stars": 2, - "last_update": "2025-07-15 09:17:42", - "author_account_age_days": 3123 + "stars": 24, + "last_update": "2026-02-24 14:59:39", + "author_account_age_days": 3324 }, "https://github.com/Saquib764/omini-kontext": { - "stars": 364, - "last_update": "2025-08-24 22:23:06", - "author_account_age_days": 4904 + "stars": 438, + "last_update": "2025-09-01 16:42:36", + "author_account_age_days": 5105 + }, + "https://github.com/SatadalAI/SATA_UtilityNode": { + "stars": 1, + "last_update": "2025-12-24 16:55:05", + "author_account_age_days": 793 }, "https://github.com/SaturMars/ComfyUI-NVVFR": { "stars": 0, "last_update": "2025-08-05 05:39:42", - "author_account_age_days": 566 + "author_account_age_days": 767 }, "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { - "stars": 22, + "stars": 29, "last_update": "2025-08-09 17:55:04", - "author_account_age_days": 566 + "author_account_age_days": 767 }, "https://github.com/SayanoAI/Comfy-RVC": { - "stars": 23, - "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 3032 + "stars": 37, + "last_update": "2025-10-15 18:30:03", + "author_account_age_days": 3232 }, "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4109 + "author_account_age_days": 4310 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3624 + "author_account_age_days": 3825 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { - "stars": 18, + "stars": 19, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1538 + "author_account_age_days": 1739 + }, + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": { + "stars": 3, + "last_update": "2026-01-28 20:27:57", + "author_account_age_days": 1311 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { - "stars": 14, + "stars": 17, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4934 + "author_account_age_days": 5135 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { - "stars": 160, + "stars": 165, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 505 + "author_account_age_days": 706 + }, + "https://github.com/Sean-Bradley/ComfyUI-Get-Line": { + "stars": 0, + "last_update": "2025-12-15 11:47:02", + "author_account_age_days": 4455 + }, + "https://github.com/Sean-Bradley/ComfyUI-Image-Compare": { + "stars": 7, + "last_update": "2025-12-30 08:10:09", + "author_account_age_days": 4455 + }, + "https://github.com/Sean-Bradley/ComfyUI-Remove-Background": { + "stars": 0, + "last_update": "2025-12-24 15:13:42", + "author_account_age_days": 4455 + }, + "https://github.com/Sean-Bradley/ComfyUI-Sonic": { + "stars": 0, + "last_update": "2026-01-06 10:51:50", + "author_account_age_days": 4455 + }, + "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse": { + "stars": 1, + "last_update": "2025-10-27 20:54:15", + "author_account_age_days": 4455 + }, + "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam": { + "stars": 2, + "last_update": "2025-10-27 20:55:50", + "author_account_age_days": 4455 + }, + "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone": { + "stars": 5, + "last_update": "2026-01-25 13:01:30", + "author_account_age_days": 4455 + }, + "https://github.com/SeanBRVFX/ComfyUI-CorridorKey": { + "stars": 20, + "last_update": "2026-03-02 12:55:47", + "author_account_age_days": 675 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { - "stars": 77, + "stars": 78, "last_update": "2025-01-31 09:01:23", - "author_account_age_days": 1948 + "author_account_age_days": 2149 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { - "stars": 56, + "stars": 92, "last_update": "2025-06-13 04:22:23", - "author_account_age_days": 1948 + "author_account_age_days": 2149 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { - "stars": 116, - "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4600 + "stars": 156, + "last_update": "2025-11-29 01:12:44", + "author_account_age_days": 4800 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 853, + "stars": 872, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4600 + "author_account_age_days": 4800 + }, + "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": 162 + }, + "https://github.com/Seb-Lis/ComfyUI_Node_Pack": { + "stars": 0, + "last_update": "2025-11-30 11:13:27", + "author_account_age_days": 162 + }, + "https://github.com/Seb-Lis/comfyui-image-labeler": { + "stars": 0, + "last_update": "2025-11-02 09:33:21", + "author_account_age_days": 162 }, "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, "last_update": "2025-04-15 12:40:47", - "author_account_age_days": 1900 + "author_account_age_days": 2101 + }, + "https://github.com/Semonxue/Comfyui-flexai": { + "stars": 5, + "last_update": "2025-12-01 11:07:24", + "author_account_age_days": 5684 }, "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { "stars": 2, "last_update": "2025-03-29 17:35:11", - "author_account_age_days": 218 + "author_account_age_days": 418 + }, + "https://github.com/SergPoletaev/ComfyUI-SPoletNodes": { + "stars": 0, + "last_update": "2026-01-13 21:56:22", + "author_account_age_days": 1397 }, "https://github.com/ServiceStack/comfy-asset-downloader": { - "stars": 8, + "stars": 18, "last_update": "2025-05-08 16:21:02", - "author_account_age_days": 5314 + "author_account_age_days": 5514 }, - "https://github.com/Shadetail/ComfyUI_Eagleshadow": { - "stars": 5, - "last_update": "2025-03-08 20:09:28", - "author_account_age_days": 3825 + "https://github.com/SethRobinson/comfyui-workflow-to-api-converter-endpoint": { + "stars": 33, + "last_update": "2026-03-09 04:23:21", + "author_account_age_days": 5665 + }, + "https://github.com/Setmaster/ComfyUI-ModelPulse": { + "stars": 0, + "last_update": "2026-01-15 23:13:02", + "author_account_age_days": 4575 + }, + "https://github.com/Shadowwalker0P/CryptoNoise-Ksampler": { + "stars": 2, + "last_update": "2025-12-24 14:56:42", + "author_account_age_days": 295 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { - "stars": 429, + "stars": 463, "last_update": "2025-06-22 08:50:25", - "author_account_age_days": 277 + "author_account_age_days": 478 + }, + "https://github.com/ShammiG/ComfyUI-Image_Properties_SG": { + "stars": 11, + "last_update": "2026-02-21 05:44:19", + "author_account_age_days": 165 + }, + "https://github.com/ShammiG/ComfyUI-Show-Clock-in-CMD-Console-SG": { + "stars": 11, + "last_update": "2025-11-11 15:25:48", + "author_account_age_days": 165 + }, + "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": 165 + }, + "https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG": { + "stars": 53, + "last_update": "2026-02-21 05:37:38", + "author_account_age_days": 165 + }, + "https://github.com/ShammiG/ComfyUI-VAE-Timestamp-Clock-SG": { + "stars": 0, + "last_update": "2025-11-11 15:41:53", + "author_account_age_days": 165 + }, + "https://github.com/ShammiG/ComfyUI_Text_Tools_SG": { + "stars": 4, + "last_update": "2026-02-21 05:42:48", + "author_account_age_days": 165 + }, + "https://github.com/Shan2L/ComfyUI-Simple-Profiler": { + "stars": 0, + "last_update": "2026-01-28 08:45:40", + "author_account_age_days": 2875 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { - "stars": 3, + "stars": 4, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1725 + "author_account_age_days": 1926 + }, + "https://github.com/Shellishack/comfyui_remote_media_io": { + "stars": 1, + "last_update": "2025-09-04 10:42:26", + "author_account_age_days": 2814 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 543 + "author_account_age_days": 744 + }, + "https://github.com/Shiba-2-shiba/ComfyUI-HSWQ-Quantizer": { + "stars": 3, + "last_update": "2026-02-25 01:20:46", + "author_account_age_days": 1015 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { - "stars": 6, - "last_update": "2025-06-29 14:25:52", - "author_account_age_days": 814 + "stars": 7, + "last_update": "2025-10-05 18:19:27", + "author_account_age_days": 1015 + }, + "https://github.com/Shiba-2-shiba/ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer": { + "stars": 3, + "last_update": "2026-02-25 01:20:46", + "author_account_age_days": 1015 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { - "stars": 25, - "last_update": "2025-02-18 07:36:09", - "author_account_age_days": 814 + "stars": 32, + "last_update": "2026-02-01 05:36:41", + "author_account_age_days": 1015 + }, + "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_advanced": { + "stars": 2, + "last_update": "2025-11-09 14:06:53", + "author_account_age_days": 1015 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { - "stars": 0, - "last_update": "2025-03-02 00:15:45", - "author_account_age_days": 814 + "stars": 2, + "last_update": "2025-11-09 14:06:53", + "author_account_age_days": 1015 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { - "stars": 3, - "last_update": "2025-06-13 08:51:55", - "author_account_age_days": 814 + "stars": 5, + "last_update": "2026-03-12 19:33:23", + "author_account_age_days": 1015 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { - "stars": 10, - "last_update": "2025-04-23 04:49:00", - "author_account_age_days": 830 + "stars": 12, + "last_update": "2025-12-20 00:11:14", + "author_account_age_days": 1031 }, "https://github.com/ShinChven/sc-comfy-nodes": { - "stars": 1, - "last_update": "2025-05-21 03:07:18", - "author_account_age_days": 4598 + "stars": 2, + "last_update": "2026-01-11 11:57:58", + "author_account_age_days": 4799 }, "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": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { - "stars": 13, + "stars": 43, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { - "stars": 21, + "stars": 19, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { - "stars": 9, + "stars": 10, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { - "stars": 104, + "stars": 113, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 112, + "stars": 136, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { - "stars": 64, + "stars": 68, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { - "stars": 314, + "stars": 335, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { - "stars": 15, + "stars": 21, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { - "stars": 23, + "stars": 27, "last_update": "2025-07-26 17:23:13", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { - "stars": 19, + "stars": 20, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { - "stars": 44, + "stars": 47, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { - "stars": 30, + "stars": 31, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 887, - "last_update": "2025-06-14 12:30:27", - "author_account_age_days": 1633 + "stars": 941, + "last_update": "2025-09-04 08:19:07", + "author_account_age_days": 1834 + }, + "https://github.com/ShmuelRonen/ComfyUI-NanoBanano": { + "stars": 74, + "last_update": "2025-08-27 12:38:13", + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { - "stars": 7, + "stars": 10, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 3, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { - "stars": 14, + "stars": 20, "last_update": "2025-07-24 15:03:22", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { - "stars": 28, + "stars": 32, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { - "stars": 88, - "last_update": "2025-05-02 20:13:08", - "author_account_age_days": 1633 + "stars": 117, + "last_update": "2025-09-18 04:06:05", + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { - "stars": 36, + "stars": 38, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { - "stars": 18, + "stars": 22, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1633 - }, - "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { - "stars": 57, - "last_update": "2025-03-20 11:21:27", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { - "stars": 3, + "stars": 4, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { - "stars": 18, + "stars": 21, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { - "stars": 17, + "stars": 18, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { - "stars": 139, + "stars": 158, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { - "stars": 2, + "stars": 3, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { - "stars": 74, + "stars": 82, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1633 + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { - "stars": 2, + "stars": 3, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1633 + "author_account_age_days": 1834 + }, + "https://github.com/ShmuelRonen/flux_pro_integrative": { + "stars": 0, + "last_update": "2025-09-05 18:08:58", + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/google_moogle": { - "stars": 5, - "last_update": "2025-03-27 19:59:35", - "author_account_age_days": 1633 + "stars": 4, + "last_update": "2025-10-16 05:00:58", + "author_account_age_days": 1834 }, "https://github.com/ShmuelRonen/multi-lora-stack": { - "stars": 2, + "stars": 9, "last_update": "2025-08-04 10:42:16", - "author_account_age_days": 1633 + "author_account_age_days": 1834 + }, + "https://github.com/ShootTheSound/comfyUI-Realtime-Lora": { + "stars": 428, + "last_update": "2026-02-10 14:38:00", + "author_account_age_days": 1320 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2745 + "author_account_age_days": 2945 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { - "stars": 2, - "last_update": "2025-05-17 05:43:21", - "author_account_age_days": 2966 + "stars": 17, + "last_update": "2026-02-23 05:56:13", + "author_account_age_days": 3167 }, "https://github.com/Siberpone/lazy-pony-prompter": { - "stars": 44, + "stars": 51, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 881 + "author_account_age_days": 1081 + }, + "https://github.com/SidDays/ComfyUI-YuGiOh": { + "stars": 1, + "last_update": "2026-02-06 15:47:34", + "author_account_age_days": 3634 + }, + "https://github.com/SiegeKeebsOffical/comfyui-lmstudio": { + "stars": 1, + "last_update": "2025-12-14 13:16:58", + "author_account_age_days": 4000 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, "last_update": "2025-05-02 20:04:43", - "author_account_age_days": 1084 + "author_account_age_days": 1285 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2111 + "author_account_age_days": 2312 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { - "stars": 2, + "stars": 4, "last_update": "2025-04-27 15:24:25", - "author_account_age_days": 138 + "author_account_age_days": 338 }, - "https://github.com/SijieMei/ComfyUI-promptHistory": { + "https://github.com/SilentZhang/comfyui-encrypt": { "stars": 0, - "last_update": "2025-03-24 03:32:05", - "author_account_age_days": 2340 + "last_update": "2025-11-15 22:03:32", + "author_account_age_days": 4072 }, "https://github.com/SilverAndJade/comfyui-silver-nodes": { "stars": 0, - "last_update": "2025-08-20 07:46:04", - "author_account_age_days": 3980 + "last_update": "2026-01-23 19:16:22", + "author_account_age_days": 4181 }, "https://github.com/Simlym/comfyui-prompt-helper": { - "stars": 2, + "stars": 4, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2610 + "author_account_age_days": 2811 }, "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, "last_update": "2025-05-10 15:54:59", - "author_account_age_days": 2707 + "author_account_age_days": 2907 }, "https://github.com/SipherAGI/comfyui-animatediff": { - "stars": 740, + "stars": 756, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 833 + "author_account_age_days": 1034 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { - "stars": 2, + "stars": 3, "last_update": "2025-04-15 08:48:46", - "author_account_age_days": 206 + "author_account_age_days": 407 }, - "https://github.com/SlackinJack/asyncdiff_comfyui": { + "https://github.com/Slartibart23/ComfyUI-FixedSeedController": { "stars": 0, - "last_update": "2025-04-03 03:17:56", - "author_account_age_days": 2604 + "last_update": "2026-02-15 09:09:37", + "author_account_age_days": 1036 }, - "https://github.com/SlackinJack/distrifuser_comfyui": { + "https://github.com/Slartibart23/comfyui-sentence-filter": { "stars": 0, - "last_update": "2025-04-03 03:18:17", - "author_account_age_days": 2604 + "last_update": "2026-03-08 08:00:33", + "author_account_age_days": 1036 + }, + "https://github.com/Slartibart23/comfyui-watermark-remover": { + "stars": 0, + "last_update": "2026-03-05 17:06:09", + "author_account_age_days": 1036 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { - "stars": 6, + "stars": 7, "last_update": "2025-03-29 04:35:17", - "author_account_age_days": 1626 + "author_account_age_days": 1826 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 64, - "last_update": "2025-03-27 12:47:27", - "author_account_age_days": 3990 + "last_update": "2025-09-25 09:47:49", + "author_account_age_days": 4191 }, "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { - "stars": 20, - "last_update": "2025-04-07 09:20:23", - "author_account_age_days": 3990 + "stars": 22, + "last_update": "2025-09-23 11:46:41", + "author_account_age_days": 4191 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { - "stars": 251, + "stars": 300, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 1940 + "author_account_age_days": 2141 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 1120 + "author_account_age_days": 1320 + }, + "https://github.com/SnJake/SnJake_Baikal_Swin_Anime": { + "stars": 0, + "last_update": "2026-03-15 10:33:58", + "author_account_age_days": 2108 + }, + "https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner": { + "stars": 3, + "last_update": "2026-01-04 10:22:36", + "author_account_age_days": 2108 + }, + "https://github.com/SnJake/SnJake_Sapsan-VFI": { + "stars": 1, + "last_update": "2026-02-04 07:40:50", + "author_account_age_days": 2108 + }, + "https://github.com/SofianeAlla/ComfyUI-BespokeAI-3D": { + "stars": 1, + "last_update": "2025-12-04 18:28:30", + "author_account_age_days": 533 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { - "stars": 15, + "stars": 16, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3952 + "author_account_age_days": 4152 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3952 + "author_account_age_days": 4152 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { - "stars": 14, + "stars": 16, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3952 + "author_account_age_days": 4152 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { - "stars": 26, + "stars": 27, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3952 + "author_account_age_days": 4152 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3952 + "author_account_age_days": 4152 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, "last_update": "2025-03-18 08:59:39", - "author_account_age_days": 265 + "author_account_age_days": 466 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 31, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4675 + "author_account_age_days": 4876 + }, + "https://github.com/SorenWeile/ComfyUI_MetaSaver": { + "stars": 0, + "last_update": "2026-01-02 17:15:38", + "author_account_age_days": 432 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 508 + "author_account_age_days": 708 }, "https://github.com/SozeInc/ComfyUI_Soze": { - "stars": 6, - "last_update": "2025-08-04 22:23:03", - "author_account_age_days": 508 + "stars": 10, + "last_update": "2026-02-20 17:59:10", + "author_account_age_days": 708 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2025-04-15 20:36:37", - "author_account_age_days": 380 + "author_account_age_days": 581 + }, + "https://github.com/SparknightLLC/ComfyUI-CrosshairGuidelines": { + "stars": 32, + "last_update": "2026-02-07 14:57:17", + "author_account_age_days": 581 }, "https://github.com/SparknightLLC/ComfyUI-GPENO": { - "stars": 68, + "stars": 67, "last_update": "2025-04-15 20:29:05", - "author_account_age_days": 380 + "author_account_age_days": 581 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { "stars": 0, - "last_update": "2025-05-23 19:44:54", - "author_account_age_days": 380 + "last_update": "2025-11-29 00:59:24", + "author_account_age_days": 581 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { - "stars": 17, + "stars": 21, "last_update": "2025-04-15 20:35:55", - "author_account_age_days": 380 + "author_account_age_days": 581 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, "last_update": "2025-04-15 20:36:15", - "author_account_age_days": 380 + "author_account_age_days": 581 + }, + "https://github.com/SparknightLLC/ComfyUI-LatentOrientation": { + "stars": 0, + "last_update": "2025-11-28 23:28:46", + "author_account_age_days": 581 + }, + "https://github.com/SparknightLLC/ComfyUI-MakeSeamlessTexture": { + "stars": 10, + "last_update": "2026-01-30 10:13:37", + "author_account_age_days": 581 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, - "last_update": "2025-04-15 20:35:34", - "author_account_age_days": 380 + "last_update": "2026-02-05 15:31:00", + "author_account_age_days": 581 + }, + "https://github.com/SparknightLLC/ComfyUI-ModelSamplingSD3Advanced": { + "stars": 0, + "last_update": "2025-12-22 17:05:20", + "author_account_age_days": 581 + }, + "https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer": { + "stars": 35, + "last_update": "2025-12-30 21:16:08", + "author_account_age_days": 581 }, "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { "stars": 0, "last_update": "2025-04-22 00:31:50", - "author_account_age_days": 380 + "author_account_age_days": 581 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { - "stars": 85, + "stars": 92, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 3143 + "author_account_age_days": 3344 + }, + "https://github.com/Spin256/spin256-comfyui": { + "stars": 0, + "last_update": "2025-10-24 12:41:13", + "author_account_age_days": 143 + }, + "https://github.com/SquirrelRat/MultiString-Prompts": { + "stars": 1, + "last_update": "2025-10-23 19:44:28", + "author_account_age_days": 2925 + }, + "https://github.com/SquirrelRat/WanVideoLooper": { + "stars": 7, + "last_update": "2026-01-14 04:06:30", + "author_account_age_days": 2925 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { - "stars": 15, + "stars": 18, "last_update": "2025-02-05 23:48:10", - "author_account_age_days": 2370 + "author_account_age_days": 2571 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { - "stars": 61, + "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1271 + "author_account_age_days": 1472 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { - "stars": 230, + "stars": 240, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1271 + "author_account_age_days": 1472 + }, + "https://github.com/StableDiffusionVN/SDVN_Segment_Anything": { + "stars": 0, + "last_update": "2026-02-03 07:03:38", + "author_account_age_days": 587 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { - "stars": 14, - "last_update": "2025-07-17 20:12:49", - "author_account_age_days": 607 + "stars": 39, + "last_update": "2026-02-08 21:08:47", + "author_account_age_days": 807 }, "https://github.com/StarAsh042/ComfyUI_RollingArtist": { + "stars": 1, + "last_update": "2025-12-13 13:19:54", + "author_account_age_days": 3637 + }, + "https://github.com/StarIICraft/ComfyUI-Simple-Selector": { "stars": 0, - "last_update": "2025-05-05 21:26:43", - "author_account_age_days": 3437 + "last_update": "2025-11-19 19:20:30", + "author_account_age_days": 602 }, "https://github.com/StarMagicAI/comfyui_tagger": { - "stars": 5, + "stars": 6, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3974 + "author_account_age_days": 4175 }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { - "stars": 4, - "last_update": "2025-08-26 09:04:18", - "author_account_age_days": 431 + "stars": 18, + "last_update": "2026-01-25 12:38:37", + "author_account_age_days": 631 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { - "stars": 44, - "last_update": "2025-08-10 19:51:23", - "author_account_age_days": 431 + "stars": 76, + "last_update": "2026-03-14 09:15:36", + "author_account_age_days": 631 + }, + "https://github.com/Starnodes2024/comfyui_Starnodes_DyPE": { + "stars": 9, + "last_update": "2025-10-31 09:55:07", + "author_account_age_days": 631 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { - "stars": 125, + "stars": 129, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3263 + "author_account_age_days": 3464 }, "https://github.com/StartHua/ComfyUI_PCDMs": { - "stars": 7, + "stars": 9, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3263 + "author_account_age_days": 3464 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { - "stars": 219, + "stars": 230, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3263 + "author_account_age_days": 3464 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3263 + "author_account_age_days": 3464 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { - "stars": 25, + "stars": 28, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3263 + "author_account_age_days": 3464 }, "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": 3263 + "author_account_age_days": 3464 }, "https://github.com/StartHua/Comfyui_Gemini2": { - "stars": 16, + "stars": 18, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3263 + "author_account_age_days": 3464 }, "https://github.com/StartHua/Comfyui_joytag": { - "stars": 59, + "stars": 66, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3263 + "author_account_age_days": 3464 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { - "stars": 91, + "stars": 108, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3263 + "author_account_age_days": 3464 }, "https://github.com/Steudio/ComfyUI_Steudio": { - "stars": 84, - "last_update": "2025-07-13 18:57:26", - "author_account_age_days": 564 + "stars": 119, + "last_update": "2025-11-17 17:59:12", + "author_account_age_days": 765 + }, + "https://github.com/SteveCastle/comfyui-image-cycler": { + "stars": 0, + "last_update": "2026-03-07 22:50:23", + "author_account_age_days": 5028 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { - "stars": 1, + "stars": 2, "last_update": "2025-01-28 21:40:18", - "author_account_age_days": 296 + "author_account_age_days": 496 + }, + "https://github.com/SuLU-K/comfyui-easy-sam3-tools": { + "stars": 8, + "last_update": "2026-01-25 04:57:41", + "author_account_age_days": 1936 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { - "stars": 199, + "stars": 214, "last_update": "2025-07-28 04:57:56", - "author_account_age_days": 517 + "author_account_age_days": 718 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 4006 + "author_account_age_days": 4207 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 978, + "stars": 1196, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2578 + "author_account_age_days": 2778 + }, + "https://github.com/Suzu008/ComfyUI-CryptIO": { + "stars": 0, + "last_update": "2025-12-16 15:17:57", + "author_account_age_days": 1591 + }, + "https://github.com/SuzumiyaAkizuki/ComfyUI-LLM_Prompt_XML_Formatter": { + "stars": 39, + "last_update": "2026-02-25 14:45:44", + "author_account_age_days": 1811 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { - "stars": 1, - "last_update": "2025-08-22 15:28:40", - "author_account_age_days": 2467 + "stars": 6, + "last_update": "2025-11-21 13:12:02", + "author_account_age_days": 2668 }, "https://github.com/Sxela/ComfyWarp": { - "stars": 47, + "stars": 49, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3800 + "author_account_age_days": 4001 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { - "stars": 12, - "last_update": "2025-08-26 10:07:54", - "author_account_age_days": 824 + "stars": 16, + "last_update": "2025-11-16 12:12:45", + "author_account_age_days": 1025 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1364 + "author_account_age_days": 1565 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { - "stars": 92, + "stars": 121, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 1970 + "author_account_age_days": 2171 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { - "stars": 139, + "stars": 145, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4119 + "author_account_age_days": 4320 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { - "stars": 197, + "stars": 203, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4119 + "author_account_age_days": 4320 + }, + "https://github.com/TJ16th/ComfyUI-TJ-PolkaDot": { + "stars": 2, + "last_update": "2025-11-03 12:39:44", + "author_account_age_days": 3164 + }, + "https://github.com/TJ16th/TJ_ComfyUI_ColorUtility": { + "stars": 0, + "last_update": "2025-11-09 17:51:36", + "author_account_age_days": 3164 + }, + "https://github.com/TJ16th/TJ_ComfyUI_Lineart2Vector": { + "stars": 1, + "last_update": "2025-11-09 02:41:19", + "author_account_age_days": 3164 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2963 + "author_account_age_days": 3164 + }, + "https://github.com/TK3R/ComfyUI_TK3R_Ext": { + "stars": 1, + "last_update": "2026-02-18 22:39:28", + "author_account_age_days": 1099 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { - "stars": 2, + "stars": 3, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 548 + "author_account_age_days": 749 }, "https://github.com/TMElyralab/Comfyui-MusePose": { - "stars": 416, + "stars": 425, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 525 + "author_account_age_days": 726 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 867 + "author_account_age_days": 1068 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 867 + "author_account_age_days": 1068 + }, + "https://github.com/TTPlanetPig/Comfyui_DreamID-V_wrapper": { + "stars": 35, + "last_update": "2026-01-12 03:24:03", + "author_account_age_days": 832 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { - "stars": 28, + "stars": 30, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 631 + "author_account_age_days": 832 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 208, + "stars": 217, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 631 + "author_account_age_days": 832 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { - "stars": 124, - "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 631 + "stars": 143, + "last_update": "2025-12-14 14:27:01", + "author_account_age_days": 832 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 768, + "stars": 787, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 631 + "author_account_age_days": 832 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { - "stars": 29, + "stars": 30, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 631 + "author_account_age_days": 832 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 748, - "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 631 + "stars": 955, + "last_update": "2026-01-08 23:22:02", + "author_account_age_days": 832 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 631 + "author_account_age_days": 832 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 459 + "author_account_age_days": 660 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { - "stars": 3, + "stars": 4, "last_update": "2025-06-04 10:19:49", - "author_account_age_days": 3477 + "author_account_age_days": 3678 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3995 + "author_account_age_days": 4195 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { - "stars": 1, - "last_update": "2025-07-27 22:07:03", - "author_account_age_days": 4934 + "stars": 4, + "last_update": "2026-03-12 22:08:57", + "author_account_age_days": 5135 }, "https://github.com/Taremin/comfyui-keep-multiple-tabs": { - "stars": 5, - "last_update": "2025-02-25 15:53:35", - "author_account_age_days": 2643 + "stars": 6, + "last_update": "2026-02-17 12:15:30", + "author_account_age_days": 2844 }, "https://github.com/Taremin/comfyui-prompt-config": { "stars": 0, "last_update": "2025-02-28 03:53:16", - "author_account_age_days": 2643 + "author_account_age_days": 2844 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { - "stars": 7, - "last_update": "2025-03-04 07:49:21", - "author_account_age_days": 2643 + "stars": 6, + "last_update": "2025-12-07 21:41:24", + "author_account_age_days": 2844 }, "https://github.com/Taremin/comfyui-string-tools": { - "stars": 1, - "last_update": "2025-02-26 13:22:39", - "author_account_age_days": 2643 + "stars": 3, + "last_update": "2025-12-07 23:43:19", + "author_account_age_days": 2844 }, "https://github.com/Taremin/webui-monaco-prompt": { - "stars": 28, - "last_update": "2025-03-06 08:57:58", - "author_account_age_days": 2643 + "stars": 29, + "last_update": "2026-02-22 23:01:09", + "author_account_age_days": 2844 }, "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, "last_update": "2025-06-22 19:16:21", - "author_account_age_days": 3593 + "author_account_age_days": 3793 + }, + "https://github.com/TdogCreations/ComfyUI-NAID-Grid-Position": { + "stars": 1, + "last_update": "2025-12-30 08:35:02", + "author_account_age_days": 1024 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, - "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3646 + "last_update": "2025-11-11 16:22:44", + "author_account_age_days": 3846 + }, + "https://github.com/TechnicalTod/ComfyUI-RotoMask": { + "stars": 0, + "last_update": "2026-01-28 06:40:17", + "author_account_age_days": 414 }, "https://github.com/TemryL/ComfyS3": { - "stars": 50, + "stars": 57, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1297 + "author_account_age_days": 1497 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 545, + "stars": 573, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1297 + "author_account_age_days": 1497 }, "https://github.com/Temult/TWanSigmaGraph": { - "stars": 8, + "stars": 12, "last_update": "2025-04-17 09:39:00", - "author_account_age_days": 694 + "author_account_age_days": 895 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { - "stars": 383, + "stars": 386, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 526 + "author_account_age_days": 727 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { - "stars": 141, - "last_update": "2025-05-09 07:48:08", - "author_account_age_days": 354 + "stars": 167, + "last_update": "2026-01-23 08:09:18", + "author_account_age_days": 555 }, "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { - "stars": 10, + "stars": 17, "last_update": "2025-04-02 08:31:41", - "author_account_age_days": 828 + "author_account_age_days": 1029 }, "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, "last_update": "2025-05-26 01:36:34", - "author_account_age_days": 165 + "author_account_age_days": 365 + }, + "https://github.com/Terpentinas/EasyLoRAMerger": { + "stars": 5, + "last_update": "2026-02-20 16:21:13", + "author_account_age_days": 184 + }, + "https://github.com/TheArtOfficial/ComfyUI-MaskMorph": { + "stars": 0, + "last_update": "2025-12-07 18:45:32", + "author_account_age_days": 337 }, "https://github.com/TheBarret/ZSuite": { "stars": 9, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 3141 - }, - "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { - "stars": 8, - "last_update": "2025-04-04 12:21:18", - "author_account_age_days": 1870 - }, - "https://github.com/TheBill2001/comfyui-upscale-by-model": { - "stars": 10, - "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1870 + "author_account_age_days": 3341 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { - "stars": 2, - "last_update": "2025-06-21 15:09:46", - "author_account_age_days": 1508 + "stars": 9, + "last_update": "2025-10-22 19:08:07", + "author_account_age_days": 1708 + }, + "https://github.com/TheMadDoctor007/ComfyUI-QwenCameraSelector": { + "stars": 1, + "last_update": "2026-01-10 22:37:34", + "author_account_age_days": 1091 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 476, - "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 593 + "stars": 495, + "last_update": "2025-09-05 11:18:56", + "author_account_age_days": 794 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, "last_update": "2025-03-02 22:17:54", - "author_account_age_days": 3745 + "author_account_age_days": 3946 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1989 + "author_account_age_days": 2190 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { - "stars": 10, + "stars": 12, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1363 + "author_account_age_days": 1564 + }, + "https://github.com/This-is-Uncut/Custom-Node-ComfyUI-NBP-Uncut": { + "stars": 0, + "last_update": "2026-02-27 21:06:10", + "author_account_age_days": 320 + }, + "https://github.com/ThunderBolt4931/comfyui_pixel_forge": { + "stars": 5, + "last_update": "2025-12-22 11:52:48", + "author_account_age_days": 692 }, "https://github.com/TiamaTiramisu/risutools": { - "stars": 1, + "stars": 4, "last_update": "2025-04-20 22:51:50", - "author_account_age_days": 429 + "author_account_age_days": 629 + }, + "https://github.com/TianDongL/Blind_watermark_Comfyui": { + "stars": 16, + "last_update": "2025-10-25 02:21:54", + "author_account_age_days": 385 + }, + "https://github.com/Tinuva88/Comfy-UmiAI": { + "stars": 25, + "last_update": "2026-01-24 21:46:43", + "author_account_age_days": 1232 }, "https://github.com/TinyBeeman/ComfyUI-TinyBee": { - "stars": 0, - "last_update": "2025-08-24 02:26:21", - "author_account_age_days": 2210 + "stars": 1, + "last_update": "2025-11-22 03:39:03", + "author_account_age_days": 2410 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 544, - "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1049 + "stars": 590, + "last_update": "2026-02-26 11:31:35", + "author_account_age_days": 1250 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, - "last_update": "2025-07-18 11:45:29", - "author_account_age_days": 3098 + "last_update": "2026-02-21 08:39:48", + "author_account_age_days": 3298 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { - "stars": 170, + "stars": 179, "last_update": "2025-08-22 11:48:28", - "author_account_age_days": 3817 + "author_account_age_days": 4018 + }, + "https://github.com/TobiasGlaubach/ComfyUI-TG_pydocmaker": { + "stars": 0, + "last_update": "2025-12-22 10:40:21", + "author_account_age_days": 3019 }, "https://github.com/Tr1dae/ComfyUI-Dequality": { - "stars": 1, + "stars": 3, "last_update": "2025-02-13 16:41:59", - "author_account_age_days": 967 + "author_account_age_days": 1167 + }, + "https://github.com/Tr1dae/ComfyUI-EasyFilePaths": { + "stars": 0, + "last_update": "2026-02-25 03:44:24", + "author_account_age_days": 1167 + }, + "https://github.com/Transhumai/ComfyUI-LegionPower": { + "stars": 2, + "last_update": "2025-12-09 18:02:40", + "author_account_age_days": 432 + }, + "https://github.com/Travers5/comfyUI_probabilistic_tag_sampler": { + "stars": 0, + "last_update": "2026-02-21 05:02:31", + "author_account_age_days": 1299 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 1000 + "author_account_age_days": 1201 + }, + "https://github.com/TripleHeadedMonkey/ComfyUI-Zlycoris": { + "stars": 2, + "last_update": "2026-02-27 02:53:25", + "author_account_age_days": 1489 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { - "stars": 59, + "stars": 64, "last_update": "2025-06-18 09:32:23", - "author_account_age_days": 1289 + "author_account_age_days": 1489 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { - "stars": 44, - "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4282 + "stars": 47, + "last_update": "2026-02-07 20:39:28", + "author_account_age_days": 4482 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { - "stars": 14, + "stars": 16, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4282 + "author_account_age_days": 4482 }, "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { - "stars": 2, + "stars": 4, "last_update": "2025-05-22 07:41:32", - "author_account_age_days": 1147 + "author_account_age_days": 1347 }, "https://github.com/Trung0246/ComfyUI-0246": { - "stars": 127, + "stars": 137, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3808 + "author_account_age_days": 4009 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { - "stars": 247, + "stars": 264, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5350 + "author_account_age_days": 5551 + }, + "https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script": { + "stars": 0, + "last_update": "2026-01-16 21:16:39", + "author_account_age_days": 307 + }, + "https://github.com/TuonoMindCode/ComfyUI-Resolution-Suggest-Downscale": { + "stars": 0, + "last_update": "2025-12-12 11:10:05", + "author_account_age_days": 307 + }, + "https://github.com/TuriSc/comfyui-text-line-selector": { + "stars": 1, + "last_update": "2025-11-22 12:22:59", + "author_account_age_days": 4366 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1714 + "author_account_age_days": 1914 + }, + "https://github.com/Ugleh/ComfyUI-ugleh-OpenAI": { + "stars": 0, + "last_update": "2026-01-30 19:26:11", + "author_account_age_days": 5786 + }, + "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Sync": { + "stars": 0, + "last_update": "2026-03-15 13:44:05", + "author_account_age_days": 5170 + }, + "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Toolkit": { + "stars": 0, + "last_update": "2026-03-15 13:44:01", + "author_account_age_days": 5170 }, "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": 647 + "author_account_age_days": 848 + }, + "https://github.com/UndefinedUo/DuoUmiWildcards": { + "stars": 0, + "last_update": "2025-11-30 08:24:43", + "author_account_age_days": 971 + }, + "https://github.com/Urabewe/ComfyUI-AudioTools": { + "stars": 10, + "last_update": "2026-01-26 04:50:13", + "author_account_age_days": 5226 + }, + "https://github.com/Urabewe/ComfyUI-CountS2VExtend": { + "stars": 0, + "last_update": "2025-08-31 04:06:50", + "author_account_age_days": 5226 + }, + "https://github.com/Usonaki/ComfyUI-DyPE-Nunchaku": { + "stars": 6, + "last_update": "2025-11-08 18:33:14", + "author_account_age_days": 4057 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 298, - "last_update": "2025-06-26 07:50:36", - "author_account_age_days": 670 + "stars": 322, + "last_update": "2026-02-26 08:45:35", + "author_account_age_days": 871 }, "https://github.com/VK/vk-nodes": { "stars": 0, "last_update": "2025-05-07 19:59:57", - "author_account_age_days": 5774 + "author_account_age_days": 5974 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3409 + "author_account_age_days": 3610 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 707 + "author_account_age_days": 908 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 22, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 707 + "author_account_age_days": 908 }, "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { - "stars": 0, + "stars": 2, "last_update": "2025-05-08 15:04:17", - "author_account_age_days": 5267 + "author_account_age_days": 5468 }, "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": { - "stars": 1, + "stars": 6, "last_update": "2025-08-15 17:37:40", - "author_account_age_days": 1050 + "author_account_age_days": 1251 + }, + "https://github.com/Verolelb/ComfyUI-Video-Workbench": { + "stars": 0, + "last_update": "2025-12-23 11:40:27", + "author_account_age_days": 1251 + }, + "https://github.com/Verolelb/ComfyUI-VideoCompressor": { + "stars": 4, + "last_update": "2025-12-23 09:49:58", + "author_account_age_days": 1251 }, "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { - "stars": 3, - "last_update": "2025-04-04 13:50:16", - "author_account_age_days": 1084 + "stars": 4, + "last_update": "2026-01-13 23:49:10", + "author_account_age_days": 1285 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 0, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3407 + "author_account_age_days": 3607 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 12, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1784 + "author_account_age_days": 1985 }, "https://github.com/Visionatrix/ComfyUI-Gemini": { - "stars": 18, - "last_update": "2025-08-25 20:03:22", - "author_account_age_days": 545 + "stars": 31, + "last_update": "2026-03-09 21:01:19", + "author_account_age_days": 745 }, "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { "stars": 2, "last_update": "2025-07-05 18:20:05", - "author_account_age_days": 545 + "author_account_age_days": 745 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { - "stars": 1, + "stars": 3, "last_update": "2025-07-06 10:53:01", - "author_account_age_days": 545 + "author_account_age_days": 745 }, - "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": { - "stars": 1, - "last_update": "2025-08-15 13:36:21", - "author_account_age_days": 846 + "https://github.com/VraethrDalkr/ComfyUI-TripleKSampler": { + "stars": 94, + "last_update": "2025-11-15 23:22:39", + "author_account_age_days": 1047 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 248, - "last_update": "2025-08-25 12:13:09", - "author_account_age_days": 1348 + "stars": 342, + "last_update": "2026-03-06 19:24:33", + "author_account_age_days": 1549 }, "https://github.com/VykosX/ControlFlowUtils": { - "stars": 126, + "stars": 142, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2338 + "author_account_age_days": 2539 + }, + "https://github.com/WASasquatch/ComfyUI_LMStudio_EasyQuery": { + "stars": 11, + "last_update": "2025-11-17 22:13:31", + "author_account_age_days": 5254 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { - "stars": 33, + "stars": 34, "last_update": "2025-03-27 14:52:46", - "author_account_age_days": 5054 + "author_account_age_days": 5254 + }, + "https://github.com/WASasquatch/ComfyUI_RetroArch_Player": { + "stars": 2, + "last_update": "2025-12-31 03:10:07", + "author_account_age_days": 5254 + }, + "https://github.com/WASasquatch/ComfyUI_Viewer": { + "stars": 13, + "last_update": "2026-02-18 23:14:30", + "author_account_age_days": 5254 }, "https://github.com/WASasquatch/FreeU_Advanced": { - "stars": 119, - "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 5054 + "stars": 121, + "last_update": "2025-09-29 15:46:06", + "author_account_age_days": 5254 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { - "stars": 24, + "stars": 26, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 5054 + "author_account_age_days": 5254 }, "https://github.com/WASasquatch/PowerNoiseSuite": { - "stars": 76, + "stars": 82, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 5054 + "author_account_age_days": 5254 }, "https://github.com/WASasquatch/WAS_Extras": { - "stars": 36, - "last_update": "2025-07-18 17:18:44", - "author_account_age_days": 5054 + "stars": 41, + "last_update": "2025-12-25 00:03:47", + "author_account_age_days": 5254 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { - "stars": 6, - "last_update": "2025-08-15 03:17:39", - "author_account_age_days": 5054 + "stars": 11, + "last_update": "2025-11-08 18:44:40", + "author_account_age_days": 5254 + }, + "https://github.com/WASasquatch/was_affine": { + "stars": 5, + "last_update": "2025-11-09 22:43:51", + "author_account_age_days": 5254 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2640 + "author_account_age_days": 2841 + }, + "https://github.com/WWWEN8/ComfyUI-CCXManager": { + "stars": 5, + "last_update": "2026-02-07 03:17:22", + "author_account_age_days": 937 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 404 + "author_account_age_days": 605 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, - "last_update": "2025-07-03 19:44:52", - "author_account_age_days": 1051 + "last_update": "2025-11-03 22:46:57", + "author_account_age_days": 1251 }, "https://github.com/WainWong/ComfyUI-Loop-image": { - "stars": 36, + "stars": 40, "last_update": "2025-03-28 03:09:27", - "author_account_age_days": 3051 + "author_account_age_days": 3252 + }, + "https://github.com/Wakapedia/ComfyUI-WanVideoWakawave": { + "stars": 1, + "last_update": "2025-12-31 16:20:19", + "author_account_age_days": 4422 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 1, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3388 + "author_account_age_days": 3589 + }, + "https://github.com/WangDianhui/ComfyUI-SA-ODE_Sampler": { + "stars": 1, + "last_update": "2025-10-04 02:48:04", + "author_account_age_days": 1130 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 0, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 755 + "author_account_age_days": 956 }, "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { - "stars": 7, - "last_update": "2025-08-10 19:12:48", - "author_account_age_days": 169 + "stars": 12, + "last_update": "2026-02-16 01:24:08", + "author_account_age_days": 370 }, "https://github.com/WaveSpeedAI/wavespeed-comfyui": { - "stars": 23, - "last_update": "2025-08-08 23:41:55", - "author_account_age_days": 217 + "stars": 53, + "last_update": "2026-03-06 03:25:47", + "author_account_age_days": 418 }, "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": { - "stars": 126, + "stars": 156, "last_update": "2025-08-21 13:52:03", - "author_account_age_days": 1721 + "author_account_age_days": 1922 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 4180 + "author_account_age_days": 4381 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { - "stars": 24, + "stars": 25, "last_update": "2025-01-31 04:28:34", - "author_account_age_days": 966 + "author_account_age_days": 1167 }, "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, "last_update": "2025-07-31 14:35:16", - "author_account_age_days": 2720 + "author_account_age_days": 2921 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, - "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 4072 + "last_update": "2025-10-06 11:03:44", + "author_account_age_days": 4273 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { - "stars": 33, - "last_update": "2025-06-29 13:42:36", - "author_account_age_days": 453 + "stars": 347, + "last_update": "2026-02-05 05:28:42", + "author_account_age_days": 654 }, "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { - "stars": 4, - "last_update": "2025-08-11 16:04:38", - "author_account_age_days": 453 + "stars": 13, + "last_update": "2025-11-20 07:48:43", + "author_account_age_days": 654 + }, + "https://github.com/Windecay/ComfyUI_CheckVprediction": { + "stars": 1, + "last_update": "2025-10-27 01:37:16", + "author_account_age_days": 654 + }, + "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache": { + "stars": 73, + "last_update": "2026-02-04 16:01:31", + "author_account_age_days": 654 + }, + "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption": { + "stars": 30, + "last_update": "2026-03-07 07:39:02", + "author_account_age_days": 1200 }, "https://github.com/X-School-Academy/X-FluxAgent": { - "stars": 27, + "stars": 33, "last_update": "2025-06-05 08:28:11", - "author_account_age_days": 146 + "author_account_age_days": 347 }, "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": 1591 + "author_account_age_days": 1792 + }, + "https://github.com/XIAOTsune/xt-matte-toolbox-comfyui-node": { + "stars": 0, + "last_update": "2026-03-05 03:22:51", + "author_account_age_days": 2657 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1624, + "stars": 1693, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 386 + "author_account_age_days": 587 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, "last_update": "2025-06-04 20:33:17", - "author_account_age_days": 664 + "author_account_age_days": 865 + }, + "https://github.com/XYMikky12138/ComfyUI-MIKKY-Mask-Editor": { + "stars": 1, + "last_update": "2025-12-15 13:00:50", + "author_account_age_days": 91 }, "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 110 + "author_account_age_days": 311 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { - "stars": 29, + "stars": 30, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 365 + "author_account_age_days": 566 + }, + "https://github.com/XelaNull/ComfyUI-MobileFriendly": { + "stars": 3, + "last_update": "2026-01-14 02:30:31", + "author_account_age_days": 2629 }, "https://github.com/Xiangyu-CAS/HandFixer": { - "stars": 196, + "stars": 211, "last_update": "2025-02-10 02:02:01", - "author_account_age_days": 3816 + "author_account_age_days": 4017 }, "https://github.com/XieJunchen/comfyUI_LLM": { "stars": 2, "last_update": "2025-08-03 13:21:08", - "author_account_age_days": 2202 + "author_account_age_days": 2403 }, "https://github.com/Xkipper/ComfyUI_SkipperNodes": { "stars": 0, "last_update": "2025-04-26 20:13:45", - "author_account_age_days": 3907 + "author_account_age_days": 4108 }, "https://github.com/XmYx/ComfyUI-SmolLM3": { - "stars": 3, + "stars": 5, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3034 + "author_account_age_days": 3235 }, "https://github.com/XmYx/deforum-comfy-nodes": { - "stars": 193, + "stars": 199, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3034 + "author_account_age_days": 3235 + }, + "https://github.com/XuanYu-github/comfyui-PlyPreview": { + "stars": 3, + "last_update": "2025-12-29 08:05:27", + "author_account_age_days": 1583 + }, + "https://github.com/Xyc2016/Comfyui_Fd_Nodes": { + "stars": 0, + "last_update": "2026-03-02 03:48:46", + "author_account_age_days": 3388 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4753 + "author_account_age_days": 4953 + }, + "https://github.com/Xz3r0-M/ComfyUI-Xz3r0-Nodes": { + "stars": 6, + "last_update": "2026-03-15 08:05:26", + "author_account_age_days": 2096 }, "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, "last_update": "2025-04-12 15:00:21", - "author_account_age_days": 3123 + "author_account_age_days": 3324 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3123 + "author_account_age_days": 3324 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3123 + "author_account_age_days": 3324 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3123 + "author_account_age_days": 3324 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 4184 + "author_account_age_days": 4384 }, "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { - "stars": 22, + "stars": 23, "last_update": "2025-02-27 21:13:18", - "author_account_age_days": 427 + "author_account_age_days": 628 + }, + "https://github.com/Yahweasel/ComfyUI-HF-Diffusers": { + "stars": 1, + "last_update": "2026-02-02 22:41:04", + "author_account_age_days": 3279 }, "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3078 + "author_account_age_days": 3279 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 225, + "stars": 284, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1242 + "author_account_age_days": 1443 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, "last_update": "2025-06-23 04:10:43", - "author_account_age_days": 2005 + "author_account_age_days": 2206 }, "https://github.com/YarvixPA/ComfyUI-YarvixPA": { - "stars": 0, - "last_update": "2025-08-22 11:59:22", - "author_account_age_days": 635 + "stars": 6, + "last_update": "2026-03-13 04:25:45", + "author_account_age_days": 835 }, "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { - "stars": 0, - "last_update": "2025-08-01 12:35:46", - "author_account_age_days": 3953 + "stars": 8, + "last_update": "2025-10-17 12:29:43", + "author_account_age_days": 4153 }, - "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { - "stars": 16, - "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1214 + "https://github.com/Yeq6X/ComfyUI-image-to-video-inserter": { + "stars": 7, + "last_update": "2025-10-28 08:51:30", + "author_account_age_days": 2277 }, "https://github.com/Yo1up/Diffusion-Model-Detailer": { - "stars": 3, + "stars": 4, "last_update": "2025-08-08 00:32:59", - "author_account_age_days": 968 + "author_account_age_days": 1169 }, "https://github.com/Yuan-ManX/ComfyUI-AniSora": { - "stars": 43, + "stars": 50, "last_update": "2025-05-27 04:11:59", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-AudioX": { "stars": 10, "last_update": "2025-05-27 04:14:59", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-Bagel": { "stars": 29, "last_update": "2025-05-28 03:00:53", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { - "stars": 11, + "stars": 13, "last_update": "2025-05-30 08:13:06", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-Cobra": { - "stars": 5, + "stars": 7, "last_update": "2025-04-18 02:06:26", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-Dia": { - "stars": 4, + "stars": 6, "last_update": "2025-04-24 06:58:05", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { - "stars": 10, + "stars": 17, "last_update": "2025-06-10 03:24:25", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { - "stars": 9, + "stars": 10, "last_update": "2025-04-14 02:56:22", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { - "stars": 20, + "stars": 23, "last_update": "2025-07-26 07:19:35", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { - "stars": 28, + "stars": 41, "last_update": "2025-06-16 07:03:54", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { - "stars": 8, + "stars": 10, "last_update": "2025-05-28 09:47:34", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { "stars": 27, "last_update": "2025-05-29 07:49:15", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { "stars": 1, "last_update": "2025-04-17 06:55:14", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { "stars": 4, "last_update": "2025-04-01 03:16:53", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { "stars": 4, "last_update": "2025-05-27 04:14:30", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { - "stars": 6, + "stars": 8, "last_update": "2025-05-13 08:05:00", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { "stars": 10, "last_update": "2025-05-27 04:12:30", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { "stars": 1, "last_update": "2025-05-09 06:51:35", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { "stars": 2, "last_update": "2025-05-08 08:21:24", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { - "stars": 121, + "stars": 122, "last_update": "2025-06-26 02:46:07", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { - "stars": 6, + "stars": 8, "last_update": "2025-03-24 02:47:23", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { "stars": 3, "last_update": "2025-02-28 03:47:54", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { - "stars": 17, + "stars": 18, "last_update": "2025-06-26 10:00:28", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { - "stars": 30, + "stars": 31, "last_update": "2025-05-27 04:14:03", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { - "stars": 11, + "stars": 13, "last_update": "2025-07-30 06:02:10", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { - "stars": 2, + "stars": 4, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { "stars": 13, "last_update": "2025-05-16 02:36:06", - "author_account_age_days": 1868 - }, - "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { - "stars": 11, - "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { "stars": 4, "last_update": "2025-03-10 09:38:08", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { - "stars": 21, + "stars": 26, "last_update": "2025-07-12 03:48:32", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, "last_update": "2025-04-11 07:37:33", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yuan-ManX/ComfyUI-Vui": { - "stars": 3, + "stars": 4, "last_update": "2025-06-12 03:55:32", - "author_account_age_days": 1868 + "author_account_age_days": 2069 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, - "last_update": "2025-07-15 00:58:42", - "author_account_age_days": 1834 + "last_update": "2025-10-04 06:11:49", + "author_account_age_days": 2035 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { - "stars": 377, + "stars": 384, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { - "stars": 520, + "stars": 556, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 817, + "stars": 834, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { - "stars": 103, + "stars": 106, "last_update": "2025-02-21 09:45:54", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 75, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1429, + "stars": 1444, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { - "stars": 205, + "stars": 207, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { - "stars": 817, + "stars": 818, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { - "stars": 50, + "stars": 51, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { - "stars": 4, + "stars": 5, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { - "stars": 215, + "stars": 220, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { - "stars": 108, + "stars": 110, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { - "stars": 79, + "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { - "stars": 113, + "stars": 120, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { - "stars": 147, + "stars": 148, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 765, + "stars": 815, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 768 + "author_account_age_days": 969 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1761, + "stars": 1800, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 768 + "author_account_age_days": 969 + }, + "https://github.com/ZUENS2020/ComfyUI-Gemini-LiteLLM": { + "stars": 0, + "last_update": "2026-01-28 01:28:44", + "author_account_age_days": 751 + }, + "https://github.com/ZUENS2020/ComfyUI-LLM-Nodes": { + "stars": 0, + "last_update": "2026-01-28 01:28:44", + "author_account_age_days": 751 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { - "stars": 2, - "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1711 + "stars": 4, + "last_update": "2025-12-23 08:23:49", + "author_account_age_days": 1912 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1701 + "author_account_age_days": 1902 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 2, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1789 + "author_account_age_days": 1990 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 5968 + "author_account_age_days": 6169 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { - "stars": 3, - "last_update": "2025-07-03 10:56:16", - "author_account_age_days": 859 + "stars": 9, + "last_update": "2026-02-12 09:22:40", + "author_account_age_days": 1060 }, "https://github.com/Zar4X/ComfyUI-Image-Resizing": { - "stars": 1, - "last_update": "2025-06-25 14:43:35", - "author_account_age_days": 859 + "stars": 3, + "last_update": "2025-12-04 02:41:50", + "author_account_age_days": 1060 }, "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 501 + "author_account_age_days": 702 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1622 + "author_account_age_days": 1823 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { - "stars": 219, - "last_update": "2025-08-06 15:14:29", - "author_account_age_days": 1631 + "stars": 269, + "last_update": "2025-11-27 11:52:49", + "author_account_age_days": 1832 + }, + "https://github.com/Zeknes/Comfyui-LLM-Chat": { + "stars": 0, + "last_update": "2025-12-17 08:04:07", + "author_account_age_days": 1224 + }, + "https://github.com/Zeknes/Comfyui-Nanobanana-API": { + "stars": 0, + "last_update": "2025-12-17 08:35:06", + "author_account_age_days": 1224 }, "https://github.com/Zeks/comfyui-rapidfire": { - "stars": 0, - "last_update": "2025-08-10 07:46:37", - "author_account_age_days": 5049 + "stars": 2, + "last_update": "2025-11-21 08:39:28", + "author_account_age_days": 5250 }, "https://github.com/ZeroSpaceStudios/ComfyUI-ZSNodes": { "stars": 0, "last_update": "2025-08-26 00:26:08", - "author_account_age_days": 152 + "author_account_age_days": 352 + }, + "https://github.com/ZhiHui6/zhihui_nodes_comfyui": { + "stars": 140, + "last_update": "2026-03-14 06:45:06", + "author_account_age_days": 2909 + }, + "https://github.com/Zone-Roam/ComfyUI-Live-Search": { + "stars": 22, + "last_update": "2025-11-26 12:20:52", + "author_account_age_days": 1881 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 951 + "author_account_age_days": 1151 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { - "stars": 120, + "stars": 122, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 951 + "author_account_age_days": 1151 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { - "stars": 38, + "stars": 39, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 951 + "author_account_age_days": 1151 }, "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": 4229 + "author_account_age_days": 4429 + }, + "https://github.com/a-ru2016/ComfyUI-Universal-ABM-LoRA": { + "stars": 0, + "last_update": "2026-01-01 09:32:22", + "author_account_age_days": 1133 + }, + "https://github.com/a-ru2016/ComfyUI_UniversalSubspace": { + "stars": 0, + "last_update": "2025-12-31 12:49:11", + "author_account_age_days": 1133 + }, + "https://github.com/a-und-b/ComfyUI_AB_Wildcard": { + "stars": 2, + "last_update": "2025-12-10 15:06:11", + "author_account_age_days": 1069 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 868 + "author_account_age_days": 1069 }, "https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal": { - "stars": 39, + "stars": 42, "last_update": "2025-05-05 08:34:47", - "author_account_age_days": 868 + "author_account_age_days": 1069 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { - "stars": 4, + "stars": 5, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 868 + "author_account_age_days": 1069 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { - "stars": 3, + "stars": 4, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 868 + "author_account_age_days": 1069 }, "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { - "stars": 4, + "stars": 5, "last_update": "2025-04-28 08:23:36", - "author_account_age_days": 868 + "author_account_age_days": 1069 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { - "stars": 102, + "stars": 108, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5230 + "author_account_age_days": 5431 + }, + "https://github.com/aTanguay/ComfyUI_Detonate": { + "stars": 4, + "last_update": "2025-11-25 04:13:26", + "author_account_age_days": 4078 + }, + "https://github.com/aadityamundhalia/ComfyUI-ollama-aditya": { + "stars": 1, + "last_update": "2026-01-14 01:47:34", + "author_account_age_days": 5384 + }, + "https://github.com/abc-lee/ComfyUI-InpaintRegionEditor": { + "stars": 0, + "last_update": "2026-03-05 03:47:24", + "author_account_age_days": 1022 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { - "stars": 39, + "stars": 45, "last_update": "2025-08-26 02:43:39", - "author_account_age_days": 581 + "author_account_age_days": 781 + }, + "https://github.com/abdozmantar/ComfyUI-DeepExtractV2": { + "stars": 43, + "last_update": "2025-10-12 18:20:58", + "author_account_age_days": 782 + }, + "https://github.com/abdullahceylan/ac-comfyui-image-optimizer": { + "stars": 0, + "last_update": "2026-02-04 01:05:10", + "author_account_age_days": 2934 + }, + "https://github.com/abdullahceylan/ac-comfyui-queue-manager": { + "stars": 6, + "last_update": "2025-09-27 18:12:15", + "author_account_age_days": 2934 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 501 + "author_account_age_days": 702 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 501 + "author_account_age_days": 702 }, "https://github.com/abyz22/image_control": { "stars": 16, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 591 + "author_account_age_days": 791 + }, + "https://github.com/ace-step/ACE-Step-ComfyUI": { + "stars": 44, + "last_update": "2026-03-01 10:35:28", + "author_account_age_days": 321 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { - "stars": 36, - "last_update": "2025-05-31 10:32:11", - "author_account_age_days": 4256 + "stars": 48, + "last_update": "2025-12-09 19:13:15", + "author_account_age_days": 4456 + }, + "https://github.com/adambarbato/ComfyUI-Sa2VA": { + "stars": 94, + "last_update": "2025-12-22 23:32:02", + "author_account_age_days": 4560 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { - "stars": 6, + "stars": 7, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 1132 + "author_account_age_days": 1332 + }, + "https://github.com/adbrasi/booru-helper-mini": { + "stars": 0, + "last_update": "2026-02-14 05:39:54", + "author_account_age_days": 1332 + }, + "https://github.com/adbrasi/comfyui-ksampler-batch": { + "stars": 0, + "last_update": "2026-03-10 15:26:31", + "author_account_age_days": 1332 + }, + "https://github.com/adbrasi/loppiner": { + "stars": 0, + "last_update": "2026-02-24 09:40:41", + "author_account_age_days": 1332 }, "https://github.com/adieyal/comfyui-dynamicprompts": { - "stars": 339, + "stars": 406, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5445 + "author_account_age_days": 5646 }, "https://github.com/adigayung/ComfyUI-Translator": { - "stars": 14, + "stars": 17, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 641 + "author_account_age_days": 842 }, "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3391 + "author_account_age_days": 3592 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2650 + "author_account_age_days": 2851 + }, + "https://github.com/advancedtech-sk/ComfyUI-GROUT": { + "stars": 0, + "last_update": "2026-01-09 10:11:43", + "author_account_age_days": 67 }, "https://github.com/aegis72/aegisflow_utility_nodes": { - "stars": 36, + "stars": 38, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 1012 + "author_account_age_days": 1212 }, "https://github.com/aegis72/comfyui-styles-all": { - "stars": 52, + "stars": 53, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 1012 + "author_account_age_days": 1212 + }, + "https://github.com/aesethtics/ComfyUI-Utilitools": { + "stars": 1, + "last_update": "2025-08-27 21:58:17", + "author_account_age_days": 3475 + }, + "https://github.com/aesethtics/comfyui-3d-model-viewer": { + "stars": 2, + "last_update": "2025-09-24 17:27:58", + "author_account_age_days": 3475 + }, + "https://github.com/agavesunset/AgaveLogicCounter": { + "stars": 0, + "last_update": "2025-12-18 06:34:34", + "author_account_age_days": 375 }, "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, "last_update": "2025-08-03 11:26:11", - "author_account_age_days": 2312 + "author_account_age_days": 2513 + }, + "https://github.com/ah-kun/ComfyUI-FailSafe-Translate-Node": { + "stars": 0, + "last_update": "2025-12-01 23:39:14", + "author_account_age_days": 757 + }, + "https://github.com/ah-kun/ComfyUI-OTP-Auth": { + "stars": 2, + "last_update": "2026-01-17 09:41:46", + "author_account_age_days": 757 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { - "stars": 2, + "stars": 3, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4424 + "author_account_age_days": 4625 + }, + "https://github.com/ahkimkoo/ComfyUI-GetKeyFrames": { + "stars": 0, + "last_update": "2025-11-14 11:02:04", + "author_account_age_days": 5867 + }, + "https://github.com/ahkimkoo/Comfyui-AudioSegment": { + "stars": 5, + "last_update": "2025-09-19 03:20:14", + "author_account_age_days": 5867 + }, + "https://github.com/ai-joe-git/ComfyUI-Metadata-Extractor": { + "stars": 2, + "last_update": "2026-01-22 00:41:29", + "author_account_age_days": 1689 + }, + "https://github.com/ai-joe-git/ComfyUI-Simple-Prompt-Batcher": { + "stars": 26, + "last_update": "2026-02-10 21:06:39", + "author_account_age_days": 1689 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1949 + "author_account_age_days": 2150 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1949 + "author_account_age_days": 2150 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { - "stars": 15, + "stars": 23, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 440 + "author_account_age_days": 3570 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { - "stars": 134, - "last_update": "2025-08-26 08:58:12", - "author_account_age_days": 332 + "stars": 168, + "last_update": "2025-10-27 02:13:49", + "author_account_age_days": 533 }, - "https://github.com/aiaiaikkk/kontext-super-prompt": { - "stars": 119, - "last_update": "2025-08-26 21:42:48", - "author_account_age_days": 332 + "https://github.com/aiaiaikkk/comfyui-api-image-edit": { + "stars": 10, + "last_update": "2025-09-03 17:05:31", + "author_account_age_days": 533 }, "https://github.com/aiaiaikkk/super-prompt-canvas": { - "stars": 119, - "last_update": "2025-08-26 21:42:48", - "author_account_age_days": 332 + "stars": 160, + "last_update": "2025-08-30 06:42:21", + "author_account_age_days": 533 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 702 + "author_account_age_days": 903 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, "last_update": "2025-02-02 04:14:06", - "author_account_age_days": 213 + "author_account_age_days": 413 }, "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 98 + "author_account_age_days": 299 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, "last_update": "2025-02-21 13:31:14", - "author_account_age_days": 771 + "author_account_age_days": 971 + }, + "https://github.com/aicuai/comfyui-save-image-watermark": { + "stars": 2, + "last_update": "2025-12-17 00:47:55", + "author_account_age_days": 972 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { - "stars": 10, - "last_update": "2025-04-09 20:26:38", - "author_account_age_days": 4331 + "stars": 16, + "last_update": "2025-11-12 02:50:17", + "author_account_age_days": 4532 }, "https://github.com/aidenli/ComfyUI_NYJY": { - "stars": 129, - "last_update": "2025-06-16 06:06:12", - "author_account_age_days": 4976 + "stars": 140, + "last_update": "2026-01-24 10:03:53", + "author_account_age_days": 5177 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 2195, + "stars": 2252, "last_update": "2025-03-06 11:41:28", - "author_account_age_days": 746 + "author_account_age_days": 947 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1332, - "last_update": "2025-08-20 10:29:46", - "author_account_age_days": 746 + "stars": 1963, + "last_update": "2026-03-13 08:24:18", + "author_account_age_days": 947 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { - "stars": 2, + "stars": 3, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 3099 + "author_account_age_days": 3300 + }, + "https://github.com/aimoviestudio/comfyui-promptbuilder": { + "stars": 0, + "last_update": "2026-01-26 07:03:51", + "author_account_age_days": 64 }, "https://github.com/ainewsto/Comfyui-chatgpt-api": { - "stars": 52, + "stars": 54, "last_update": "2025-08-12 06:38:37", - "author_account_age_days": 1082 + "author_account_age_days": 1283 }, "https://github.com/ainewsto/Comfyui-google-veo2-api": { - "stars": 5, + "stars": 4, "last_update": "2025-05-06 06:43:48", - "author_account_age_days": 1082 - }, - "https://github.com/ainewsto/Comfyui_Comfly_v2": { - "stars": 54, - "last_update": "2025-08-19 07:51:01", - "author_account_age_days": 1082 + "author_account_age_days": 1283 }, "https://github.com/ainewsto/comfyui-labs-google": { - "stars": 82, + "stars": 90, "last_update": "2025-06-18 02:12:39", - "author_account_age_days": 1082 + "author_account_age_days": 1283 + }, + "https://github.com/aining2022/ComfyUI_Swwan": { + "stars": 10, + "last_update": "2026-03-03 06:31:31", + "author_account_age_days": 661 + }, + "https://github.com/aiolicollective/aioli-nodes": { + "stars": 0, + "last_update": "2026-03-14 23:19:26", + "author_account_age_days": 179 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 417 + "author_account_age_days": 618 + }, + "https://github.com/aistudynow/Comfyui-HunyuanFoley": { + "stars": 63, + "last_update": "2025-09-13 10:17:31", + "author_account_age_days": 198 + }, + "https://github.com/aistudynow/Comfyui-tetestyle-image-video": { + "stars": 5, + "last_update": "2026-02-15 20:26:39", + "author_account_age_days": 198 }, "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, "last_update": "2025-02-28 22:07:11", - "author_account_age_days": 2211 + "author_account_age_days": 2411 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { - "stars": 28, - "last_update": "2025-04-05 00:47:00", - "author_account_age_days": 463 + "stars": 31, + "last_update": "2025-11-30 20:57:15", + "author_account_age_days": 664 }, "https://github.com/akatz-ai/ComfyUI-Basic-Math": { - "stars": 1, - "last_update": "2025-07-05 18:51:55", - "author_account_age_days": 463 + "stars": 16, + "last_update": "2025-09-30 03:58:34", + "author_account_age_days": 664 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { - "stars": 231, + "stars": 248, "last_update": "2025-05-05 04:23:55", - "author_account_age_days": 463 + "author_account_age_days": 664 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 310, - "last_update": "2025-07-09 22:44:36", - "author_account_age_days": 463 + "stars": 347, + "last_update": "2026-02-15 08:37:14", + "author_account_age_days": 664 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 86, "last_update": "2025-04-20 05:29:13", - "author_account_age_days": 463 + "author_account_age_days": 664 + }, + "https://github.com/akaugun/comfyui-lora-hook-trigger": { + "stars": 0, + "last_update": "2025-12-18 04:48:19", + "author_account_age_days": 94 + }, + "https://github.com/akawana/ComfyUI-AK-Pack": { + "stars": 0, + "last_update": "2026-03-07 19:26:46", + "author_account_age_days": 1104 + }, + "https://github.com/akawana/ComfyUI-AK-XZ-Axis": { + "stars": 4, + "last_update": "2026-02-16 19:37:46", + "author_account_age_days": 1104 + }, + "https://github.com/akawana/ComfyUI-Folded-Prompts": { + "stars": 3, + "last_update": "2026-02-12 20:07:23", + "author_account_age_days": 1104 + }, + "https://github.com/akawana/ComfyUI-Keybinding-extra": { + "stars": 3, + "last_update": "2026-02-12 20:07:23", + "author_account_age_days": 1104 + }, + "https://github.com/akawana/ComfyUI-RGBYP-Mask-Editor": { + "stars": 3, + "last_update": "2026-03-08 17:24:31", + "author_account_age_days": 1104 + }, + "https://github.com/akawana/ComfyUI-Utils-extra": { + "stars": 0, + "last_update": "2026-03-07 19:26:46", + "author_account_age_days": 1104 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 0, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2762 + "author_account_age_days": 2963 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2762 + "author_account_age_days": 2963 }, "https://github.com/al-swaiti/All-IN-ONE-style": { - "stars": 5, + "stars": 6, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1358 + "author_account_age_days": 1558 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 6, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1358 + "author_account_age_days": 1558 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { - "stars": 115, - "last_update": "2025-07-07 23:42:51", - "author_account_age_days": 1358 + "stars": 172, + "last_update": "2026-03-01 22:48:59", + "author_account_age_days": 1558 }, "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt": { "stars": 0, - "last_update": "2025-08-04 21:58:40", - "author_account_age_days": 3055 + "last_update": "2025-11-05 16:43:30", + "author_account_age_days": 3255 + }, + "https://github.com/alFrame/ComfyUI-AF-Enhanced-HTML-Note": { + "stars": 2, + "last_update": "2025-12-15 11:52:02", + "author_account_age_days": 3255 + }, + "https://github.com/alFrame/ComfyUI-AF-Find-Nodes": { + "stars": 6, + "last_update": "2026-01-01 18:01:13", + "author_account_age_days": 3255 + }, + "https://github.com/alFrame/ComfyUI-AF-Pack-Prompt-Nodes": { + "stars": 2, + "last_update": "2025-12-15 21:33:50", + "author_account_age_days": 3255 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3918 + "author_account_age_days": 4119 + }, + "https://github.com/alankent/ComfyUI-OA-360-Clip": { + "stars": 0, + "last_update": "2025-11-16 05:39:08", + "author_account_age_days": 4533 }, "https://github.com/alastor-666-1933/caching_to_not_waste": { - "stars": 5, + "stars": 10, "last_update": "2025-07-18 14:34:09", - "author_account_age_days": 4478 + "author_account_age_days": 4678 }, "https://github.com/alchemine/comfyui-alchemine-pack": { - "stars": 0, - "last_update": "2025-08-12 08:42:40", - "author_account_age_days": 2253 + "stars": 1, + "last_update": "2026-01-09 15:10:38", + "author_account_age_days": 2454 + }, + "https://github.com/aledelpho/Arthemy_Live-Tuner-SDXL-ComfyUI": { + "stars": 10, + "last_update": "2026-01-18 17:05:39", + "author_account_age_days": 1180 + }, + "https://github.com/aledelpho/Arthemy_Live-Tuner-ZIT-ComfyUI": { + "stars": 14, + "last_update": "2026-01-28 10:00:25", + "author_account_age_days": 1180 }, "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 3006 - }, - "https://github.com/alessandroperilli/APW_Nodes": { - "stars": 4, - "last_update": "2025-06-19 14:34:41", - "author_account_age_days": 3936 + "author_account_age_days": 3207 }, "https://github.com/alessandroperilli/OCS_Nodes": { - "stars": 0, - "last_update": "2025-08-19 12:00:58", - "author_account_age_days": 3936 + "stars": 4, + "last_update": "2025-11-18 13:01:14", + "author_account_age_days": 4137 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1625 + "author_account_age_days": 1826 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { - "stars": 54, + "stars": 57, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1625 + "author_account_age_days": 1826 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { - "stars": 27, + "stars": 36, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1625 + "author_account_age_days": 1826 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { - "stars": 1, + "stars": 3, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1625 + "author_account_age_days": 1826 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { - "stars": 2, + "stars": 3, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1625 + "author_account_age_days": 1826 + }, + "https://github.com/alexcong/ComfyUI-SwinIR": { + "stars": 4, + "last_update": "2026-01-22 03:14:08", + "author_account_age_days": 4216 }, "https://github.com/alexcong/ComfyUI_QwenVL": { - "stars": 83, - "last_update": "2025-06-07 21:58:57", - "author_account_age_days": 4015 + "stars": 136, + "last_update": "2025-11-29 20:16:15", + "author_account_age_days": 4215 }, "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { - "stars": 0, + "stars": 1, "last_update": "2025-06-16 17:27:27", - "author_account_age_days": 5443 + "author_account_age_days": 5643 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { - "stars": 15, + "stars": 17, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5443 + "author_account_age_days": 5643 }, "https://github.com/alexisrolland/ComfyUI-Blender": { - "stars": 35, - "last_update": "2025-08-25 13:54:59", - "author_account_age_days": 3714 + "stars": 150, + "last_update": "2026-02-17 11:51:34", + "author_account_age_days": 3915 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, - "last_update": "2025-06-02 16:03:13", - "author_account_age_days": 3714 + "last_update": "2025-09-22 14:35:07", + "author_account_age_days": 3915 + }, + "https://github.com/alexjx/ComfyUI-Sa2VA-XJ": { + "stars": 12, + "last_update": "2025-11-25 06:34:18", + "author_account_age_days": 4969 + }, + "https://github.com/alexjx/ComfyUI-XJNodes": { + "stars": 0, + "last_update": "2026-03-04 09:33:13", + "author_account_age_days": 4969 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { - "stars": 118, - "last_update": "2025-08-24 15:39:28", - "author_account_age_days": 3108 + "stars": 159, + "last_update": "2026-02-25 19:38:44", + "author_account_age_days": 3308 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3108 + "author_account_age_days": 3308 }, "https://github.com/ali-vilab/ACE_plus": { - "stars": 1276, + "stars": 1358, "last_update": "2025-04-21 06:36:02", - "author_account_age_days": 917 + "author_account_age_days": 1117 }, "https://github.com/ali1234/comfyui-job-iterator": { - "stars": 115, + "stars": 123, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5288 + "author_account_age_days": 5489 + }, + "https://github.com/alibof96/ComfyUI-DownscaleIRN": { + "stars": 1, + "last_update": "2025-10-30 22:04:34", + "author_account_age_days": 577 + }, + "https://github.com/aligjahed/comfy-flow": { + "stars": 0, + "last_update": "2026-01-29 02:54:21", + "author_account_age_days": 3655 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { - "stars": 84, + "stars": 106, "last_update": "2025-06-09 05:43:18", - "author_account_age_days": 1029 + "author_account_age_days": 1229 + }, + "https://github.com/alludus/ComfyUI-multiGPU-upscaler": { + "stars": 2, + "last_update": "2025-11-14 18:32:26", + "author_account_age_days": 3963 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { - "stars": 10, + "stars": 11, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1701 + "author_account_age_days": 1902 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { - "stars": 104, + "stars": 112, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1701 + "author_account_age_days": 1902 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2422 + "author_account_age_days": 2623 }, "https://github.com/alt-key-project/comfyui-dream-project": { - "stars": 103, + "stars": 111, "last_update": "2025-02-16 14:45:43", - "author_account_age_days": 1088 + "author_account_age_days": 1289 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { - "stars": 75, - "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1088 + "stars": 88, + "last_update": "2026-01-14 15:40:27", + "author_account_age_days": 1289 + }, + "https://github.com/ameyukisora/ComfyUI-Empty-Latent-Advanced": { + "stars": 0, + "last_update": "2025-12-12 15:43:06", + "author_account_age_days": 2149 + }, + "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": { + "stars": 44, + "last_update": "2026-03-11 17:20:38", + "author_account_age_days": 1073 + }, + "https://github.com/amir84ferdos/ComfyUI-GRAG-ArchAi3D": { + "stars": 17, + "last_update": "2025-11-06 22:21:00", + "author_account_age_days": 1073 + }, + "https://github.com/amtarr/ComfyUI-TextureAlchemy": { + "stars": 7, + "last_update": "2026-02-24 02:01:01", + "author_account_age_days": 1282 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 617 + "author_account_age_days": 817 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3381 - }, - "https://github.com/andygill/comfyui-sunflower-nodes": { - "stars": 1, - "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6221 + "author_account_age_days": 3582 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2257 + "author_account_age_days": 2457 }, "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3150 + "author_account_age_days": 3351 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3150 + "author_account_age_days": 3351 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2178 + "author_account_age_days": 2379 + }, + "https://github.com/anhrefnyoiyoi/Placeholder-Replacer-By-ID": { + "stars": 0, + "last_update": "2025-11-12 23:04:25", + "author_account_age_days": 2344 + }, + "https://github.com/annewj023/Comfyui_google_nano": { + "stars": 10, + "last_update": "2025-09-03 21:17:57", + "author_account_age_days": 626 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { - "stars": 24, + "stars": 25, "last_update": "2025-04-02 21:40:49", - "author_account_age_days": 3291 + "author_account_age_days": 3491 + }, + "https://github.com/anveshane/Comfyui_StoryMem": { + "stars": 6, + "last_update": "2025-12-31 13:25:40", + "author_account_age_days": 953 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-15 03:21:01", - "author_account_age_days": 2169 + "author_account_age_days": 2369 + }, + "https://github.com/apenguin24/ComfyUI-WanKeyframing": { + "stars": 0, + "last_update": "2025-10-24 17:43:26", + "author_account_age_days": 146 }, "https://github.com/arcum42/ComfyUI_SageUtils": { - "stars": 11, - "last_update": "2025-08-25 12:31:21", - "author_account_age_days": 6176 + "stars": 26, + "last_update": "2026-03-01 19:33:38", + "author_account_age_days": 6377 + }, + "https://github.com/ardadmrknn/comfyui-history-clip-text-encode-node": { + "stars": 2, + "last_update": "2025-11-29 07:41:11", + "author_account_age_days": 552 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { - "stars": 78, - "last_update": "2025-08-08 20:12:51", - "author_account_age_days": 2773 + "stars": 102, + "last_update": "2026-01-21 07:40:49", + "author_account_age_days": 2974 + }, + "https://github.com/aria1th/ComfyUI-Wildcards-rework": { + "stars": 2, + "last_update": "2026-02-11 16:31:35", + "author_account_age_days": 2974 + }, + "https://github.com/arthurtravers/ComfyUI-VideoOutputBridge": { + "stars": 2, + "last_update": "2025-11-21 04:35:57", + "author_account_age_days": 3070 + }, + "https://github.com/artokun/ComfyUI-Photoreal-Prompt-Builder": { + "stars": 6, + "last_update": "2026-02-14 05:09:24", + "author_account_age_days": 4315 + }, + "https://github.com/artokun/ComfyUI-Photoreal-Prompt-Builder-NSFW": { + "stars": 1, + "last_update": "2026-02-14 04:55:06", + "author_account_age_days": 4315 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { - "stars": 3, - "last_update": "2025-08-09 22:48:38", - "author_account_age_days": 3962 + "stars": 6, + "last_update": "2025-09-25 05:37:51", + "author_account_age_days": 4163 }, "https://github.com/asaddi/YALLM-LlamaVision": { - "stars": 5, + "stars": 7, "last_update": "2025-03-27 14:42:04", - "author_account_age_days": 3962 + "author_account_age_days": 4163 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { - "stars": 61, + "stars": 65, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 869 + "author_account_age_days": 1070 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 869 + "author_account_age_days": 1070 }, "https://github.com/asagi4/ComfyUI-NPNet": { - "stars": 17, + "stars": 18, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 869 + "author_account_age_days": 1070 + }, + "https://github.com/asagi4/comfyui-dynamic-anynode": { + "stars": 1, + "last_update": "2025-12-24 21:28:08", + "author_account_age_days": 1070 }, "https://github.com/asagi4/comfyui-prompt-control": { - "stars": 315, - "last_update": "2025-08-19 16:56:01", - "author_account_age_days": 869 + "stars": 388, + "last_update": "2026-03-12 18:55:46", + "author_account_age_days": 1070 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 869 + "author_account_age_days": 1070 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, "last_update": "2025-02-09 02:50:51", - "author_account_age_days": 442 + "author_account_age_days": 643 + }, + "https://github.com/ashtar1984/ComfyUI-SwitchPathLazy": { + "stars": 0, + "last_update": "2025-12-13 15:55:26", + "author_account_age_days": 147 + }, + "https://github.com/ashtar1984/comfyui-find-perfect-resolution": { + "stars": 16, + "last_update": "2025-12-05 14:45:19", + "author_account_age_days": 147 + }, + "https://github.com/asirihewage/remove_metadata_comfyui": { + "stars": 1, + "last_update": "2026-01-10 06:43:10", + "author_account_age_days": 3979 + }, + "https://github.com/aslanxie/comfyui_qwen_image_edit": { + "stars": 0, + "last_update": "2025-12-18 07:36:29", + "author_account_age_days": 2512 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { - "stars": 45, + "stars": 47, "last_update": "2025-03-10 21:05:14", - "author_account_age_days": 5340 + "author_account_age_days": 5540 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { - "stars": 167, + "stars": 177, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3155 + "author_account_age_days": 3356 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, "last_update": "2025-03-14 01:25:41", - "author_account_age_days": 3455 + "author_account_age_days": 3656 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { - "stars": 148, - "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2777 + "stars": 177, + "last_update": "2025-09-13 07:08:57", + "author_account_age_days": 2977 + }, + "https://github.com/ato-zen/ComfyUI-VIBE": { + "stars": 9, + "last_update": "2026-01-24 18:37:38", + "author_account_age_days": 1273 + }, + "https://github.com/ato321/ComfyUI-LTXVGuideRebase": { + "stars": 0, + "last_update": "2026-01-10 11:02:09", + "author_account_age_days": 2391 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { - "stars": 135, + "stars": 140, "last_update": "2025-03-02 16:37:39", - "author_account_age_days": 4052 + "author_account_age_days": 4253 + }, + "https://github.com/attome-ai/Comfyui_Attome_S3": { + "stars": 2, + "last_update": "2026-01-11 17:45:56", + "author_account_age_days": 1632 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { - "stars": 33, - "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4549 + "stars": 39, + "last_update": "2025-09-02 02:49:43", + "author_account_age_days": 4750 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { - "stars": 109, - "last_update": "2025-08-02 17:26:41", - "author_account_age_days": 4549 + "stars": 134, + "last_update": "2025-09-02 01:48:10", + "author_account_age_days": 4750 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, "last_update": "2025-02-13 14:29:22", - "author_account_age_days": 4526 + "author_account_age_days": 4727 }, "https://github.com/avatechai/avatar-graph-comfyui": { - "stars": 264, + "stars": 263, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1282 + "author_account_age_days": 1483 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { - "stars": 14, + "stars": 19, "last_update": "2025-06-13 05:53:11", - "author_account_age_days": 132 + "author_account_age_days": 333 }, "https://github.com/avenstack/ComfyUI-AV-LatentSync": { "stars": 3, "last_update": "2025-05-28 14:27:42", - "author_account_age_days": 132 + "author_account_age_days": 333 }, "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { "stars": 0, "last_update": "2025-05-25 13:35:03", - "author_account_age_days": 132 + "author_account_age_days": 333 }, "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, "last_update": "2025-06-02 20:35:37", - "author_account_age_days": 501 + "author_account_age_days": 702 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { - "stars": 27, + "stars": 30, "last_update": "2025-03-07 08:09:46", - "author_account_age_days": 3987 + "author_account_age_days": 4187 }, "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, - "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 846 + "last_update": "2026-02-12 18:52:23", + "author_account_age_days": 1047 + }, + "https://github.com/azazeal04/ComfyUI-HybridSamplers": { + "stars": 7, + "last_update": "2025-11-09 17:17:00", + "author_account_age_days": 1047 + }, + "https://github.com/azazeal04/comfyui-switch-samplers": { + "stars": 3, + "last_update": "2025-10-07 17:17:03", + "author_account_age_days": 1047 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 729 + "author_account_age_days": 930 }, "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { - "stars": 7, + "stars": 9, "last_update": "2025-05-11 05:18:07", - "author_account_age_days": 729 + "author_account_age_days": 930 }, "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { - "stars": 4, + "stars": 6, "last_update": "2025-06-23 16:12:19", - "author_account_age_days": 106 + "author_account_age_days": 306 }, "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { - "stars": 0, + "stars": 1, "last_update": "2025-04-23 04:14:55", - "author_account_age_days": 2173 + "author_account_age_days": 2374 }, "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, "last_update": "2025-06-06 09:47:19", - "author_account_age_days": 834 + "author_account_age_days": 1034 }, "https://github.com/babydjac/comfyui-smart-scaler": { - "stars": 0, + "stars": 1, "last_update": "2025-05-16 07:28:19", - "author_account_age_days": 834 + "author_account_age_days": 1034 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { - "stars": 44, - "last_update": "2025-06-20 15:50:56", - "author_account_age_days": 2199 + "stars": 52, + "last_update": "2026-02-23 17:23:09", + "author_account_age_days": 2399 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { - "stars": 85, + "stars": 104, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5791 + "author_account_age_days": 5991 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, "last_update": "2025-04-10 03:47:51", - "author_account_age_days": 700 + "author_account_age_days": 901 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { - "stars": 12, + "stars": 14, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1259 + "author_account_age_days": 1460 + }, + "https://github.com/baijunty/comfyui_image_embeddings": { + "stars": 0, + "last_update": "2026-02-11 09:14:05", + "author_account_age_days": 4183 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { - "stars": 15, - "last_update": "2025-02-22 18:17:31", - "author_account_age_days": 2962 + "stars": 16, + "last_update": "2026-01-31 12:00:14", + "author_account_age_days": 3163 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2962 + "author_account_age_days": 3163 }, "https://github.com/banodoco/steerable-motion": { - "stars": 925, - "last_update": "2025-06-27 15:56:48", - "author_account_age_days": 830 + "stars": 970, + "last_update": "2025-10-03 19:34:07", + "author_account_age_days": 1031 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2727 + "author_account_age_days": 2928 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 6, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4555 + "author_account_age_days": 4756 }, "https://github.com/bash-j/mikey_nodes": { - "stars": 158, - "last_update": "2025-03-22 01:52:20", - "author_account_age_days": 4615 + "stars": 181, + "last_update": "2025-10-03 08:03:29", + "author_account_age_days": 4816 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { - "stars": 112, - "last_update": "2025-08-10 14:10:03", - "author_account_age_days": 53 + "stars": 134, + "last_update": "2025-10-31 14:19:35", + "author_account_age_days": 254 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, "last_update": "2025-02-16 03:01:20", - "author_account_age_days": 882 + "author_account_age_days": 1083 + }, + "https://github.com/bcasadei/ComfyUI-Prompt-Camera-Assistant": { + "stars": 3, + "last_update": "2026-01-08 02:38:33", + "author_account_age_days": 3912 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3393 + "author_account_age_days": 3594 + }, + "https://github.com/bedovyy/ComfyUI-LLM-Helper": { + "stars": 2, + "last_update": "2026-01-21 05:28:19", + "author_account_age_days": 992 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { - "stars": 72, - "last_update": "2025-05-30 14:03:50", - "author_account_age_days": 791 + "stars": 94, + "last_update": "2025-10-11 21:48:05", + "author_account_age_days": 991 + }, + "https://github.com/bemoregt/ComfyUI_3DGaussianSplatting": { + "stars": 0, + "last_update": "2026-02-27 14:27:46", + "author_account_age_days": 3589 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, - "last_update": "2025-03-28 12:13:20", - "author_account_age_days": 3388 + "last_update": "2026-02-12 10:54:37", + "author_account_age_days": 3589 + }, + "https://github.com/bemoregt/ComfyUI_DCT": { + "stars": 1, + "last_update": "2026-03-12 08:32:45", + "author_account_age_days": 3589 + }, + "https://github.com/bemoregt/ComfyUI_PhaseFrameInterpolation": { + "stars": 1, + "last_update": "2026-02-24 15:30:04", + "author_account_age_days": 3589 }, "https://github.com/benda1989/CosyVoice2_ComfyUI": { - "stars": 22, + "stars": 25, "last_update": "2025-04-16 08:39:57", - "author_account_age_days": 2541 + "author_account_age_days": 2742 }, "https://github.com/benda1989/Sonic_ComfyUI": { "stars": 3, "last_update": "2025-02-24 10:04:56", - "author_account_age_days": 2541 + "author_account_age_days": 2742 + }, + "https://github.com/benjamin-bertram/ComfyUI-Recolor": { + "stars": 0, + "last_update": "2026-02-25 08:53:59", + "author_account_age_days": 2395 }, "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { - "stars": 0, + "stars": 2, "last_update": "2025-06-12 22:37:05", - "author_account_age_days": 2195 + "author_account_age_days": 2395 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 541 + "author_account_age_days": 742 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { - "stars": 63, + "stars": 67, "last_update": "2025-03-18 20:13:52", - "author_account_age_days": 541 + "author_account_age_days": 742 + }, + "https://github.com/benjiyaya/ComfyUI-QwenImageLayeredToLength": { + "stars": 9, + "last_update": "2025-12-20 18:45:31", + "author_account_age_days": 742 }, "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, "last_update": "2025-08-02 06:16:57", - "author_account_age_days": 4896 + "author_account_age_days": 5097 }, "https://github.com/benstaniford/comfy-image-switch": { "stars": 0, "last_update": "2025-08-03 06:08:05", - "author_account_age_days": 4896 + "author_account_age_days": 5097 }, "https://github.com/benstaniford/comfy-load-last-image": { - "stars": 0, + "stars": 1, "last_update": "2025-07-08 07:19:46", - "author_account_age_days": 4896 + "author_account_age_days": 5097 }, "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { - "stars": 31, - "last_update": "2025-07-14 19:10:28", - "author_account_age_days": 4896 + "stars": 34, + "last_update": "2025-12-23 23:16:09", + "author_account_age_days": 5097 }, "https://github.com/benstaniford/comfy-prompt-db": { - "stars": 2, + "stars": 8, "last_update": "2025-07-29 07:27:44", - "author_account_age_days": 4896 + "author_account_age_days": 5097 }, "https://github.com/bentoml/comfy-pack": { - "stars": 173, - "last_update": "2025-08-13 07:10:10", - "author_account_age_days": 2338 + "stars": 211, + "last_update": "2025-11-10 02:12:51", + "author_account_age_days": 2539 + }, + "https://github.com/beyondprompting/ComfyUI-Beyond_nodes": { + "stars": 0, + "last_update": "2026-01-24 12:56:38", + "author_account_age_days": 891 + }, + "https://github.com/bghira/ComfyUI-T-LoRA": { + "stars": 1, + "last_update": "2026-02-14 04:07:59", + "author_account_age_days": 2258 + }, + "https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3": { + "stars": 32, + "last_update": "2025-10-15 01:11:05", + "author_account_age_days": 4779 + }, + "https://github.com/bhhtr12/ComfyUI-ollama-stop": { + "stars": 0, + "last_update": "2026-01-17 12:58:39", + "author_account_age_days": 656 }, "https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight": { - "stars": 0, + "stars": 3, "last_update": "2025-08-21 16:54:53", - "author_account_age_days": 3106 + "author_account_age_days": 3307 }, "https://github.com/big-mon/ComfyUI-ResolutionPresets": { - "stars": 1, + "stars": 2, "last_update": "2025-04-12 17:05:21", - "author_account_age_days": 3104 + "author_account_age_days": 3305 }, "https://github.com/bikiam/ComfyUI_WhisperSRT": { - "stars": 1, + "stars": 2, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 578 + "author_account_age_days": 779 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3936 + "author_account_age_days": 4136 }, "https://github.com/billwuhao/ComfyUI_ACE-Step": { - "stars": 167, + "stars": 237, "last_update": "2025-05-28 08:39:13", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_AudioTools": { - "stars": 57, + "stars": 89, "last_update": "2025-07-07 05:08:44", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_CSM": { - "stars": 5, + "stars": 6, "last_update": "2025-06-02 14:00:17", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { - "stars": 126, + "stars": 149, "last_update": "2025-05-30 12:12:57", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { "stars": 14, "last_update": "2025-05-23 09:41:43", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { - "stars": 149, - "last_update": "2025-06-02 13:54:19", - "author_account_age_days": 2364 + "stars": 509, + "last_update": "2025-11-07 09:48:46", + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { - "stars": 27, + "stars": 33, "last_update": "2025-06-02 14:03:36", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_MegaTTS3": { - "stars": 114, + "stars": 209, "last_update": "2025-06-11 01:01:40", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_NotaGen": { - "stars": 50, + "stars": 57, "last_update": "2025-06-06 02:58:28", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { - "stars": 21, + "stars": 24, "last_update": "2025-07-07 10:55:15", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_OuteTTS": { "stars": 10, "last_update": "2025-06-11 06:14:07", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_PortraitTools": { - "stars": 19, + "stars": 20, "last_update": "2025-06-15 13:31:45", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_SOME": { - "stars": 5, + "stars": 8, "last_update": "2025-06-10 08:08:17", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_SparkTTS": { - "stars": 47, + "stars": 51, "last_update": "2025-05-23 09:45:08", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { - "stars": 142, + "stars": 162, "last_update": "2025-05-23 09:45:26", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_gemmax": { - "stars": 26, + "stars": 27, "last_update": "2025-05-30 12:17:42", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { - "stars": 3, + "stars": 4, "last_update": "2025-06-15 13:24:58", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/billwuhao/Comfyui_HeyGem": { - "stars": 114, + "stars": 216, "last_update": "2025-06-02 14:14:35", - "author_account_age_days": 2364 + "author_account_age_days": 2565 }, "https://github.com/birdneststream/ComfyUI-Mircify": { "stars": 0, - "last_update": "2025-08-26 15:04:37", - "author_account_age_days": 1795 + "last_update": "2025-08-31 02:51:11", + "author_account_age_days": 1995 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 485 + "author_account_age_days": 686 + }, + "https://github.com/bkpaine1/Halo-Lipsy": { + "stars": 4, + "last_update": "2026-01-24 15:35:48", + "author_account_age_days": 3832 + }, + "https://github.com/bkpaine1/Halo-TeaCache": { + "stars": 3, + "last_update": "2026-01-24 18:49:00", + "author_account_age_days": 3832 + }, + "https://github.com/bkpaine1/halo_pack": { + "stars": 2, + "last_update": "2026-01-30 16:25:05", + "author_account_age_days": 3832 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { - "stars": 85, + "stars": 92, "last_update": "2025-02-07 22:13:26", - "author_account_age_days": 525 + "author_account_age_days": 725 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { - "stars": 5, + "stars": 11, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3302 + "author_account_age_days": 3502 }, "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 582 + "author_account_age_days": 783 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 115, - "last_update": "2025-08-15 16:55:11", - "author_account_age_days": 582 + "stars": 132, + "last_update": "2026-03-12 12:42:36", + "author_account_age_days": 783 }, "https://github.com/blepping/ComfyUI-sonar": { - "stars": 47, + "stars": 48, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 582 + "author_account_age_days": 783 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 582 + "author_account_age_days": 783 }, "https://github.com/blepping/comfyui_jankhidiffusion": { - "stars": 122, + "stars": 127, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 582 + "author_account_age_days": 783 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { - "stars": 28, + "stars": 29, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 582 + "author_account_age_days": 783 }, "https://github.com/blib-la/blibla-comfyui-extensions": { - "stars": 173, + "stars": 177, "last_update": "2025-04-29 06:49:03", - "author_account_age_days": 702 + "author_account_age_days": 902 }, "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2765 + "author_account_age_days": 2966 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { - "stars": 9, - "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 496 + "stars": 12, + "last_update": "2025-09-09 15:26:36", + "author_account_age_days": 697 + }, + "https://github.com/blob8/ComfyUI_video-image-motion-transfer": { + "stars": 2, + "last_update": "2025-09-14 15:59:02", + "author_account_age_days": 697 }, "https://github.com/blovett80/ComfyUI-PixelDojo": { - "stars": 0, + "stars": 1, "last_update": "2025-03-27 10:30:18", - "author_account_age_days": 631 + "author_account_age_days": 831 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 741 + "author_account_age_days": 941 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 4995 + "author_account_age_days": 5196 + }, + "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI": { + "stars": 3, + "last_update": "2025-09-11 05:06:12", + "author_account_age_days": 2690 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { - "stars": 47, + "stars": 50, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3965 + "author_account_age_days": 4165 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { - "stars": 9, + "stars": 11, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3965 + "author_account_age_days": 4165 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { - "stars": 4, - "last_update": "2025-03-17 14:49:40", - "author_account_age_days": 3965 + "stars": 5, + "last_update": "2025-11-18 23:47:59", + "author_account_age_days": 4165 + }, + "https://github.com/bmad4ever/comfyui_panels": { + "stars": 16, + "last_update": "2025-11-04 12:52:32", + "author_account_age_days": 4165 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2025-03-17 14:50:15", - "author_account_age_days": 3965 + "author_account_age_days": 4165 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2025-03-17 14:51:47", - "author_account_age_days": 3965 + "author_account_age_days": 4165 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 5173 + "author_account_age_days": 5373 + }, + "https://github.com/bobosola/ComfyUI-reboot": { + "stars": 1, + "last_update": "2025-10-12 15:56:09", + "author_account_age_days": 4044 }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { - "stars": 0, - "last_update": "2025-08-24 09:12:34", - "author_account_age_days": 3842 + "stars": 1, + "last_update": "2026-03-15 16:22:48", + "author_account_age_days": 4043 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { - "stars": 4, + "stars": 5, "last_update": "2025-05-13 04:00:11", - "author_account_age_days": 336 + "author_account_age_days": 537 }, "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { "stars": 0, "last_update": "2025-03-03 06:49:40", - "author_account_age_days": 336 + "author_account_age_days": 537 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 2, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 336 + "author_account_age_days": 537 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { - "stars": 1, + "stars": 3, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 336 + "author_account_age_days": 537 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 336 + "author_account_age_days": 537 + }, + "https://github.com/bombdefuser-124/Newbie-Teacache-ComfyUI": { + "stars": 2, + "last_update": "2025-12-19 01:31:10", + "author_account_age_days": 1432 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4987 + "author_account_age_days": 5188 + }, + "https://github.com/bomborant/ComfyUI-ShakaNodes": { + "stars": 0, + "last_update": "2025-12-06 03:30:50", + "author_account_age_days": 2149 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 4031 + "author_account_age_days": 4232 + }, + "https://github.com/boobkake22/ComfyUI-SimpleSwitch": { + "stars": 0, + "last_update": "2026-03-09 16:35:45", + "author_account_age_days": 42 + }, + "https://github.com/boobkake22/ComfyUI-WanResolutions": { + "stars": 0, + "last_update": "2026-03-09 18:30:12", + "author_account_age_days": 42 + }, + "https://github.com/boredcoderyt/ComfyUI-Fibo-Edit": { + "stars": 0, + "last_update": "2026-01-31 11:37:05", + "author_account_age_days": 2320 }, "https://github.com/boredofnames/ComfyUI-ntfy": { - "stars": 0, + "stars": 2, "last_update": "2025-03-28 00:54:54", - "author_account_age_days": 4526 + "author_account_age_days": 4727 }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, "last_update": "2025-08-17 21:49:36", - "author_account_age_days": 1997 + "author_account_age_days": 2198 }, "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { - "stars": 2, + "stars": 5, "last_update": "2025-08-10 07:43:57", - "author_account_age_days": 1997 + "author_account_age_days": 2198 + }, + "https://github.com/bowtiedbluefin/ComfyUI-AI-CustomURL": { + "stars": 0, + "last_update": "2025-11-10 02:13:14", + "author_account_age_days": 1562 + }, + "https://github.com/bozkut/ComfyUI-Prompt-Expander": { + "stars": 7, + "last_update": "2026-01-12 16:56:43", + "author_account_age_days": 4392 + }, + "https://github.com/bpmpnaito/comfyui-imageviewer": { + "stars": 0, + "last_update": "2025-11-28 15:15:50", + "author_account_age_days": 6034 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { - "stars": 14, - "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4084 + "stars": 17, + "last_update": "2025-12-07 10:46:58", + "author_account_age_days": 4285 + }, + "https://github.com/bradsec/ComfyUI_ResolutionSelectorPlus": { + "stars": 17, + "last_update": "2025-12-07 10:46:58", + "author_account_age_days": 4285 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { - "stars": 20, - "last_update": "2025-06-09 06:17:09", - "author_account_age_days": 4084 + "stars": 29, + "last_update": "2026-03-09 06:29:20", + "author_account_age_days": 4285 + }, + "https://github.com/brahianrosswill/ComfyUi-RandomNoiseCustom": { + "stars": 0, + "last_update": "2025-12-07 20:21:12", + "author_account_age_days": 1087 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 859 + "author_account_age_days": 1060 }, "https://github.com/brantje/ComfyUI-api-tools": { - "stars": 5, - "last_update": "2025-05-28 11:37:29", - "author_account_age_days": 4673 + "stars": 8, + "last_update": "2026-01-08 20:23:33", + "author_account_age_days": 4874 }, "https://github.com/brantje/ComfyUI_MagicQuill": { "stars": 3, "last_update": "2025-05-20 19:32:21", - "author_account_age_days": 4673 + "author_account_age_days": 4874 + }, + "https://github.com/brayevalerien/ComfyUI-GroqNodes": { + "stars": 1, + "last_update": "2025-11-08 15:46:01", + "author_account_age_days": 2223 }, "https://github.com/brayevalerien/ComfyUI-SplitString": { - "stars": 1, + "stars": 11, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 2022 + "author_account_age_days": 2223 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { - "stars": 24, + "stars": 30, "last_update": "2025-07-25 10:07:21", - "author_account_age_days": 2022 + "author_account_age_days": 2223 + }, + "https://github.com/brenzel/comfyui-prompt-beautify": { + "stars": 17, + "last_update": "2025-09-10 15:43:18", + "author_account_age_days": 3616 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { - "stars": 306, + "stars": 308, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4668 + "author_account_age_days": 4868 }, "https://github.com/bronkula/comfyui-fitsize": { - "stars": 48, + "stars": 52, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5583 + "author_account_age_days": 5784 + }, + "https://github.com/brucew4yn3rp/ComfyUI_FrontEndCleanup": { + "stars": 0, + "last_update": "2026-01-17 22:06:17", + "author_account_age_days": 1013 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 812 + "author_account_age_days": 1013 + }, + "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect": { + "stars": 0, + "last_update": "2026-01-01 05:28:29", + "author_account_age_days": 1013 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { - "stars": 43, + "stars": 47, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2794 + "author_account_age_days": 2995 + }, + "https://github.com/bryanmcguire/comfyui-flux2fun-controlnet": { + "stars": 13, + "last_update": "2026-01-10 04:42:56", + "author_account_age_days": 4639 + }, + "https://github.com/btitkin/ComfyUI-RandomPromptBuilder": { + "stars": 8, + "last_update": "2025-12-03 10:00:24", + "author_account_age_days": 1611 + }, + "https://github.com/buddy-bytes/ComfyUI-SmartResolutionToolkit": { + "stars": 1, + "last_update": "2025-12-08 06:33:14", + "author_account_age_days": 274 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { - "stars": 2, + "stars": 7, "last_update": "2025-08-26 06:14:34", - "author_account_age_days": 5114 + "author_account_age_days": 5315 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5114 + "author_account_age_days": 5315 }, "https://github.com/bugltd/ComfyLab-Pack": { - "stars": 8, + "stars": 9, "last_update": "2025-05-13 17:35:50", - "author_account_age_days": 228 + "author_account_age_days": 428 + }, + "https://github.com/bulldog68/ComfyUI_FMJ_LLM": { + "stars": 2, + "last_update": "2026-02-19 11:43:09", + "author_account_age_days": 733 + }, + "https://github.com/bulldog68/ComfyUI_FMJ_SP": { + "stars": 1, + "last_update": "2026-03-13 16:53:51", + "author_account_age_days": 733 + }, + "https://github.com/bulldog68/ComfyUI_FMJ_SaveImageVersions": { + "stars": 1, + "last_update": "2026-01-09 16:58:58", + "author_account_age_days": 733 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { - "stars": 18, - "last_update": "2025-07-21 02:21:02", - "author_account_age_days": 5073 + "stars": 36, + "last_update": "2026-02-22 05:33:47", + "author_account_age_days": 5274 }, "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { "stars": 2, - "last_update": "2025-07-21 02:04:36", - "author_account_age_days": 5073 + "last_update": "2025-12-30 20:43:12", + "author_account_age_days": 5274 }, "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { "stars": 0, - "last_update": "2025-07-30 21:35:50", - "author_account_age_days": 5073 + "last_update": "2025-09-13 23:22:31", + "author_account_age_days": 5274 }, "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1603 + "author_account_age_days": 1804 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1603 + "author_account_age_days": 1804 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1603 + "author_account_age_days": 1804 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1603 + "author_account_age_days": 1804 }, "https://github.com/bvhari/ComfyUI_SUNoise": { - "stars": 14, + "stars": 17, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1603 + "author_account_age_days": 1804 + }, + "https://github.com/by-ae/ae-in-workflow": { + "stars": 11, + "last_update": "2026-01-31 19:46:17", + "author_account_age_days": 3319 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { - "stars": 416, + "stars": 487, "last_update": "2025-06-25 08:47:51", - "author_account_age_days": 4516 + "author_account_age_days": 4717 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { - "stars": 260, + "stars": 286, "last_update": "2025-07-25 04:53:32", - "author_account_age_days": 4516 + "author_account_age_days": 4717 }, "https://github.com/bytedance/comfyui-lumi-batcher": { - "stars": 403, - "last_update": "2025-08-11 11:23:43", - "author_account_age_days": 4516 + "stars": 549, + "last_update": "2026-03-10 09:09:43", + "author_account_age_days": 4717 + }, + "https://github.com/c0dezer019/FreezeFrame": { + "stars": 3, + "last_update": "2026-02-23 20:16:08", + "author_account_age_days": 2000 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { - "stars": 8, + "stars": 10, "last_update": "2025-04-03 03:08:15", - "author_account_age_days": 4943 + "author_account_age_days": 5144 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { - "stars": 16, + "stars": 20, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4943 + "author_account_age_days": 5144 + }, + "https://github.com/c1660181647-hash/ComfyUI_MUTOU_SmartAspectRatio": { + "stars": 1, + "last_update": "2026-02-18 05:59:57", + "author_account_age_days": 181 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 2, "last_update": "2025-02-08 00:36:49", - "author_account_age_days": 310 + "author_account_age_days": 511 }, "https://github.com/calcuis/gguf": { - "stars": 109, - "last_update": "2025-08-26 18:51:42", - "author_account_age_days": 1075 + "stars": 209, + "last_update": "2026-01-20 02:20:06", + "author_account_age_days": 1276 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { - "stars": 47, + "stars": 50, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3731 + "author_account_age_days": 3931 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 1, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3731 + "author_account_age_days": 3931 + }, + "https://github.com/calibancode/ComfyUI-bevvy": { + "stars": 0, + "last_update": "2025-12-22 04:49:52", + "author_account_age_days": 3675 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 2197 + "author_account_age_days": 2397 + }, + "https://github.com/capitan01R/Capitan-ConditioningEnhancer": { + "stars": 31, + "last_update": "2026-02-27 01:42:26", + "author_account_age_days": 66 + }, + "https://github.com/capitan01R/ComfyUI-CapitanFlowMatch": { + "stars": 21, + "last_update": "2026-02-27 01:42:53", + "author_account_age_days": 66 + }, + "https://github.com/capitan01R/ComfyUI-CapitanZiT-Scheduler": { + "stars": 114, + "last_update": "2026-03-14 02:54:34", + "author_account_age_days": 66 + }, + "https://github.com/capitan01R/ComfyUI-Flux2Klein-Enhancer": { + "stars": 146, + "last_update": "2026-02-27 01:41:02", + "author_account_age_days": 66 + }, + "https://github.com/capitan01R/ComfyUI-ZImageTurbo-FlowSampler": { + "stars": 6, + "last_update": "2026-01-24 21:51:26", + "author_account_age_days": 66 + }, + "https://github.com/capitan01R/Comfyui-ZiT-Lora-loader": { + "stars": 20, + "last_update": "2026-03-11 02:18:36", + "author_account_age_days": 66 }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { - "stars": 170, - "last_update": "2025-08-26 11:30:57", - "author_account_age_days": 832 + "stars": 267, + "last_update": "2026-03-15 08:50:08", + "author_account_age_days": 1033 + }, + "https://github.com/cardenluo/ComfyUI-Apt_UnitPromptWeight": { + "stars": 7, + "last_update": "2026-02-14 03:40:36", + "author_account_age_days": 1033 + }, + "https://github.com/casc1701/ComfyUI_OverlayFrameNumber": { + "stars": 0, + "last_update": "2025-12-29 03:07:38", + "author_account_age_days": 1284 }, "https://github.com/casterpollux/MiniMax-bmo": { - "stars": 44, + "stars": 60, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 102 + "author_account_age_days": 303 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, "last_update": "2025-04-09 03:39:29", - "author_account_age_days": 959 + "author_account_age_days": 1160 }, "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, "last_update": "2025-04-30 17:03:38", - "author_account_age_days": 897 + "author_account_age_days": 1097 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 476, + "stars": 505, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1633 + "author_account_age_days": 1833 }, "https://github.com/cdb-boop/comfyui-image-round": { - "stars": 10, + "stars": 12, "last_update": "2025-05-10 13:32:13", - "author_account_age_days": 1633 + "author_account_age_days": 1833 }, "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": 3724 + "author_account_age_days": 3925 }, - "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { - "stars": 6, - "last_update": "2025-08-11 02:51:59", - "author_account_age_days": 4724 + "https://github.com/cedarconnor/ComfyUI-DreamCube": { + "stars": 0, + "last_update": "2025-11-24 05:06:34", + "author_account_age_days": 4924 + }, + "https://github.com/cedarconnor/ComfyUI-Skeletonretarget": { + "stars": 10, + "last_update": "2026-03-03 00:08:33", + "author_account_age_days": 4924 }, "https://github.com/cedarconnor/comfyui-BatchNameLoop": { - "stars": 0, + "stars": 1, "last_update": "2025-07-22 04:11:06", - "author_account_age_days": 4724 + "author_account_age_days": 4924 }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, - "last_update": "2025-08-13 03:01:14", - "author_account_age_days": 4724 + "last_update": "2026-02-06 01:33:23", + "author_account_age_days": 4924 }, "https://github.com/cedarconnor/upsampler": { "stars": 2, - "last_update": "2025-07-24 04:54:00", - "author_account_age_days": 4724 + "last_update": "2026-01-27 03:19:45", + "author_account_age_days": 4924 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2025-04-01 20:35:56", - "author_account_age_days": 5440 + "author_account_age_days": 5641 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3827 + "author_account_age_days": 4028 }, "https://github.com/celsojr2013/comfyui_simpletools": { - "stars": 3, + "stars": 4, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3827 + "author_account_age_days": 4028 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1893 + "author_account_age_days": 2094 }, "https://github.com/cerspense/ComfyUI_cspnodes": { - "stars": 33, - "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 3110 + "stars": 36, + "last_update": "2025-12-29 03:27:09", + "author_account_age_days": 3311 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { - "stars": 139, + "stars": 142, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1581 + "author_account_age_days": 1782 }, "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { - "stars": 43, + "stars": 46, "last_update": "2025-04-11 05:29:55", - "author_account_age_days": 1004 + "author_account_age_days": 1205 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4264 + "author_account_age_days": 4465 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4264 + "author_account_age_days": 4465 + }, + "https://github.com/chameleon-ai/comfyui_momo": { + "stars": 0, + "last_update": "2025-12-20 15:24:43", + "author_account_age_days": 465 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 784 + "author_account_age_days": 985 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 784 + "author_account_age_days": 985 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1621 + "author_account_age_days": 1822 + }, + "https://github.com/chanjing-ai/chanjingAI-ComfyUI": { + "stars": 14, + "last_update": "2026-03-04 02:19:31", + "author_account_age_days": 145 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { - "stars": 253, + "stars": 254, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { - "stars": 25, + "stars": 26, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-DragAnything": { - "stars": 70, + "stars": 72, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { - "stars": 410, + "stars": 412, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { - "stars": 130, + "stars": 131, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-LightGlue": { - "stars": 48, + "stars": 49, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { - "stars": 213, + "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { - "stars": 139, + "stars": 140, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { - "stars": 86, + "stars": 85, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 272, + "stars": 288, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-MuseV": { - "stars": 158, + "stars": 159, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { - "stars": 104, + "stars": 105, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-Panda3d": { - "stars": 16, + "stars": 17, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-RAFT": { - "stars": 26, + "stars": 27, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI-dust3r": { - "stars": 22, + "stars": 23, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { - "stars": 37, + "stars": 36, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5262 + "author_account_age_days": 5462 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { - "stars": 109, + "stars": 115, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 762 + "author_account_age_days": 963 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, "last_update": "2025-08-01 20:21:22", - "author_account_age_days": 3044 + "author_account_age_days": 3245 }, "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, - "last_update": "2025-08-18 21:40:21", - "author_account_age_days": 3044 + "last_update": "2025-12-03 15:13:28", + "author_account_age_days": 3245 + }, + "https://github.com/charlyad142/comfyUI_charly_replicate_api": { + "stars": 0, + "last_update": "2025-10-21 19:57:07", + "author_account_age_days": 3245 + }, + "https://github.com/chaserhkj/ComfyUI-Chaser-nodes": { + "stars": 0, + "last_update": "2025-09-21 02:52:56", + "author_account_age_days": 5044 + }, + "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes": { + "stars": 1, + "last_update": "2025-12-09 08:59:21", + "author_account_age_days": 2666 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, "last_update": "2025-01-31 18:05:33", - "author_account_age_days": 312 + "author_account_age_days": 512 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2163 + "author_account_age_days": 2363 }, "https://github.com/chenlongming/ComfyUI_Spectral": { "stars": 1, "last_update": "2025-02-22 17:20:35", - "author_account_age_days": 3606 + "author_account_age_days": 3807 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { - "stars": 306, - "last_update": "2025-06-25 14:30:23", - "author_account_age_days": 715 + "stars": 651, + "last_update": "2026-03-11 02:30:40", + "author_account_age_days": 916 }, "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { - "stars": 2, + "stars": 3, "last_update": "2025-03-20 11:48:28", - "author_account_age_days": 715 + "author_account_age_days": 916 }, - "https://github.com/chenpipi0807/Comfyui-Qwen-image-edit-CharacterConsistency": { - "stars": 17, - "last_update": "2025-08-22 03:47:30", - "author_account_age_days": 715 + "https://github.com/chenpipi0807/Comfyui-CustomizeTextEncoder-Qwen-image": { + "stars": 39, + "last_update": "2025-09-04 10:51:53", + "author_account_age_days": 916 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { - "stars": 28, + "stars": 30, "last_update": "2025-03-21 07:29:20", - "author_account_age_days": 715 + "author_account_age_days": 916 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3843 + "author_account_age_days": 4044 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 525 + "author_account_age_days": 726 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1958 + "author_account_age_days": 2159 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 355, + "stars": 373, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 872 + "author_account_age_days": 1073 }, "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { - "stars": 53, + "stars": 54, "last_update": "2025-03-06 09:27:25", - "author_account_age_days": 872 + "author_account_age_days": 1073 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { - "stars": 33, + "stars": 39, "last_update": "2025-03-31 13:12:01", - "author_account_age_days": 872 + "author_account_age_days": 1073 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { - "stars": 18, + "stars": 17, "last_update": "2025-03-12 02:00:43", - "author_account_age_days": 872 + "author_account_age_days": 1073 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2536, - "last_update": "2025-08-09 12:53:15", - "author_account_age_days": 872 + "stars": 2936, + "last_update": "2026-01-30 06:31:48", + "author_account_age_days": 1073 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 452, - "last_update": "2025-08-13 03:56:46", - "author_account_age_days": 872 + "stars": 625, + "last_update": "2026-02-22 10:32:26", + "author_account_age_days": 1073 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { - "stars": 30, + "stars": 29, "last_update": "2025-03-31 13:11:24", - "author_account_age_days": 872 + "author_account_age_days": 1073 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 145, + "stars": 149, "last_update": "2025-03-12 01:58:47", - "author_account_age_days": 872 + "author_account_age_days": 1073 }, "https://github.com/chflame163/ComfyUI_WordCloud": { - "stars": 111, + "stars": 116, "last_update": "2025-03-31 13:11:39", - "author_account_age_days": 872 + "author_account_age_days": 1073 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { - "stars": 77, - "last_update": "2025-03-18 11:13:16", - "author_account_age_days": 3277 + "stars": 87, + "last_update": "2025-11-03 21:11:57", + "author_account_age_days": 3478 }, "https://github.com/choey/Comfy-Topaz": { - "stars": 195, + "stars": 208, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5951 + "author_account_age_days": 6152 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, "last_update": "2025-05-18 07:55:45", - "author_account_age_days": 654 + "author_account_age_days": 855 }, "https://github.com/chou18194766xx/comfyui_EncryptPreview": { - "stars": 2, + "stars": 3, "last_update": "2025-04-26 12:29:43", - "author_account_age_days": 654 + "author_account_age_days": 855 }, "https://github.com/chri002/ComfyUI_depthMapOperation": { - "stars": 10, + "stars": 14, "last_update": "2025-05-27 06:19:56", - "author_account_age_days": 2148 + "author_account_age_days": 2349 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4401 + "author_account_age_days": 4601 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2225 + "author_account_age_days": 2426 }, "https://github.com/chrisfreilich/virtuoso-nodes": { - "stars": 90, + "stars": 92, "last_update": "2025-04-19 22:57:17", - "author_account_age_days": 1160 + "author_account_age_days": 1361 }, "https://github.com/chrisgoringe/cg-controller": { - "stars": 74, + "stars": 82, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4493 + "author_account_age_days": 4694 }, "https://github.com/chrisgoringe/cg-image-filter": { - "stars": 78, - "last_update": "2025-08-04 22:03:42", - "author_account_age_days": 4493 + "stars": 116, + "last_update": "2026-03-12 01:01:35", + "author_account_age_days": 4694 }, "https://github.com/chrisgoringe/cg-noisetools": { - "stars": 17, + "stars": 20, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4493 + "author_account_age_days": 4694 }, "https://github.com/chrisgoringe/cg-prompt-info": { - "stars": 31, + "stars": 32, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4493 + "author_account_age_days": 4694 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 776, - "last_update": "2025-08-25 22:35:44", - "author_account_age_days": 4493 + "stars": 948, + "last_update": "2026-02-23 04:01:49", + "author_account_age_days": 4694 }, "https://github.com/chrish-slingshot/CrasHUtils": { - "stars": 13, - "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 1029 + "stars": 14, + "last_update": "2025-10-09 23:23:49", + "author_account_age_days": 1230 + }, + "https://github.com/chrishill197724-gif/ComfyUI-Wan22-GGUF-Storyboard": { + "stars": 1, + "last_update": "2025-12-29 06:57:40", + "author_account_age_days": 78 }, "https://github.com/chrissy0/chris-comfyui-nodes": { - "stars": 1, + "stars": 2, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2483 + "author_account_age_days": 2684 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 300, - "last_update": "2025-06-16 04:01:47", - "author_account_age_days": 1777 + "stars": 475, + "last_update": "2025-12-24 01:27:55", + "author_account_age_days": 1977 }, "https://github.com/christian-byrne/claude-code-comfyui-nodes": { - "stars": 7, + "stars": 26, "last_update": "2025-06-17 04:43:43", - "author_account_age_days": 1777 + "author_account_age_days": 1977 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 12, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1777 + "author_account_age_days": 1977 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1777 + "author_account_age_days": 1977 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { - "stars": 13, + "stars": 15, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1777 + "author_account_age_days": 1977 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { - "stars": 93, + "stars": 98, "last_update": "2025-03-14 10:38:33", - "author_account_age_days": 1777 + "author_account_age_days": 1977 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1777 + "author_account_age_days": 1977 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { - "stars": 4, + "stars": 5, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1777 - }, - "https://github.com/chuchu114514/comfyui_proportion_solver": { - "stars": 1, - "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 788 - }, - "https://github.com/chuchu114514/comfyui_text_list_stepper": { - "stars": 1, - "last_update": "2025-08-07 01:52:58", - "author_account_age_days": 788 + "author_account_age_days": 1977 }, "https://github.com/chyer/Chye-ComfyUI-Toolset": { "stars": 0, - "last_update": "2025-08-22 16:53:12", - "author_account_age_days": 4460 + "last_update": "2026-03-10 07:55:23", + "author_account_age_days": 4661 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, "last_update": "2025-02-27 20:16:01", - "author_account_age_days": 4627 + "author_account_age_days": 4828 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { - "stars": 4, + "stars": 5, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4627 + "author_account_age_days": 4828 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { - "stars": 8, + "stars": 10, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4627 + "author_account_age_days": 4828 }, "https://github.com/ciri/comfyui-model-downloader": { - "stars": 80, - "last_update": "2025-03-24 14:53:09", - "author_account_age_days": 5799 + "stars": 113, + "last_update": "2026-02-25 13:59:19", + "author_account_age_days": 5999 }, "https://github.com/citronlegacy/ComfyUI-CitronNodes": { "stars": 0, - "last_update": "2025-08-26 00:14:42", - "author_account_age_days": 4366 + "last_update": "2025-12-28 19:11:30", + "author_account_age_days": 4567 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2442, - "last_update": "2025-08-19 23:36:14", - "author_account_age_days": 926 + "stars": 3376, + "last_update": "2026-01-12 13:02:18", + "author_account_age_days": 1126 }, "https://github.com/city96/ComfyUI_ColorMod": { - "stars": 98, + "stars": 110, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 926 + "author_account_age_days": 1126 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 926 + "author_account_age_days": 1126 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 517, + "stars": 535, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 926 + "author_account_age_days": 1126 }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 479, + "stars": 501, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 926 + "author_account_age_days": 1126 }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 300, + "stars": 320, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 926 + "author_account_age_days": 1126 }, "https://github.com/city96/SD-Latent-Upscaler": { - "stars": 163, + "stars": 168, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 926 + "author_account_age_days": 1126 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { - "stars": 7, + "stars": 8, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2933 + "author_account_age_days": 3134 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { - "stars": 7, + "stars": 9, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2933 + "author_account_age_days": 3134 }, "https://github.com/civitai/civitai_comfy_nodes": { - "stars": 148, + "stars": 169, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 1027 + "author_account_age_days": 1227 }, "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": 785 + "author_account_age_days": 986 + }, + "https://github.com/ckinpdx/ComfyUI-LoadAudioandSplit": { + "stars": 0, + "last_update": "2025-12-08 20:04:37", + "author_account_age_days": 445 + }, + "https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive": { + "stars": 15, + "last_update": "2026-01-02 09:51:11", + "author_account_age_days": 445 + }, + "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": { + "stars": 5, + "last_update": "2025-12-09 01:34:02", + "author_account_age_days": 445 + }, + "https://github.com/ckinpdx/comfyui-humo-audio-motion": { + "stars": 1, + "last_update": "2025-12-15 06:51:02", + "author_account_age_days": 445 }, "https://github.com/claptrap0/ComfyUI_LLM_Hub": { "stars": 1, - "last_update": "2025-07-13 11:51:08", - "author_account_age_days": 44 + "last_update": "2025-11-03 08:37:18", + "author_account_age_days": 245 + }, + "https://github.com/claudia2020shen/ImageCLIPSimilarityPure": { + "stars": 0, + "last_update": "2026-03-07 05:52:11", + "author_account_age_days": 2239 + }, + "https://github.com/claudia2020shen/comfyui-image-metrics": { + "stars": 0, + "last_update": "2026-03-07 08:03:26", + "author_account_age_days": 2239 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 3129 + "author_account_age_days": 3329 + }, + "https://github.com/clayton-grey/ComfyUI-EditRouter": { + "stars": 0, + "last_update": "2025-12-30 11:43:08", + "author_account_age_days": 5634 }, "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, "last_update": "2025-04-02 08:29:56", - "author_account_age_days": 2531 + "author_account_age_days": 2732 }, "https://github.com/clhui/ComfyUi-clh-Tool": { - "stars": 7, - "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3257 + "stars": 8, + "last_update": "2025-09-27 11:32:52", + "author_account_age_days": 3458 }, "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { - "stars": 2, - "last_update": "2025-06-02 16:16:12", - "author_account_age_days": 2021 + "stars": 3, + "last_update": "2026-01-18 09:36:40", + "author_account_age_days": 2222 }, "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, "last_update": "2025-06-06 00:17:19", - "author_account_age_days": 342 + "author_account_age_days": 542 }, "https://github.com/cluny85/ComfyUI-Scripting-Tools": { - "stars": 0, + "stars": 1, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 4974 + "author_account_age_days": 5175 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, "last_update": "2025-06-22 03:20:08", - "author_account_age_days": 5912 + "author_account_age_days": 6113 + }, + "https://github.com/cmeka/ComfyUI-WanMoEScheduler": { + "stars": 8, + "last_update": "2025-11-05 01:59:12", + "author_account_age_days": 4395 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2025-05-10 23:25:19", - "author_account_age_days": 602 + "author_account_age_days": 803 }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, - "last_update": "2025-08-18 16:09:16", - "author_account_age_days": 36 + "last_update": "2026-03-11 11:35:05", + "author_account_age_days": 237 + }, + "https://github.com/co5dt/ComfyUI-Persistent-Queue": { + "stars": 3, + "last_update": "2025-09-28 11:49:26", + "author_account_age_days": 3475 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3226 + "author_account_age_days": 3427 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6277 + "author_account_age_days": 6478 + }, + "https://github.com/colorAi/comfyui-ImageSelectorbyPrompt": { + "stars": 28, + "last_update": "2025-11-09 02:46:25", + "author_account_age_days": 1043 }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { - "stars": 32, - "last_update": "2025-08-26 09:31:10", - "author_account_age_days": 595 + "stars": 88, + "last_update": "2025-10-01 10:55:39", + "author_account_age_days": 796 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 86665, - "last_update": "2025-08-26 23:25:51", - "author_account_age_days": 977 + "stars": 105915, + "last_update": "2026-03-15 11:22:28", + "author_account_age_days": 704 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 643, + "stars": 696, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 977 + "author_account_age_days": 1178 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { - "stars": 189, + "stars": 197, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 977 + "author_account_age_days": 1178 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { - "stars": 3, - "last_update": "2025-08-26 14:55:48", - "author_account_age_days": 247 + "stars": 18, + "last_update": "2025-12-23 14:23:25", + "author_account_age_days": 448 }, "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { - "stars": 0, - "last_update": "2025-07-29 20:43:40", - "author_account_age_days": 277 + "stars": 1, + "last_update": "2025-10-06 23:13:51", + "author_account_age_days": 478 }, "https://github.com/comnote-max/builmenlabo": { - "stars": 1, + "stars": 3, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 201 + "author_account_age_days": 402 + }, + "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini": { + "stars": 4, + "last_update": "2026-03-15 16:22:38", + "author_account_age_days": 980 + }, + "https://github.com/comrender/ComfyUI-NanoSeed": { + "stars": 5, + "last_update": "2026-03-15 16:52:15", + "author_account_age_days": 980 + }, + "https://github.com/comrender/ComfyUI-Topaz-Upscaler": { + "stars": 2, + "last_update": "2025-12-20 13:02:34", + "author_account_age_days": 980 }, "https://github.com/concarne000/ComfyUI-Stacker": { - "stars": 6, + "stars": 9, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2329 + "author_account_age_days": 2530 }, "https://github.com/concarne000/ConCarneNode": { - "stars": 4, + "stars": 5, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2329 + "author_account_age_days": 2530 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { - "stars": 5, + "stars": 6, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 5037 + "author_account_age_days": 5238 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { - "stars": 86, + "stars": 91, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5091 + "author_account_age_days": 5292 }, "https://github.com/coolzilj/ComfyUI-Photopea": { - "stars": 162, + "stars": 194, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5091 + "author_account_age_days": 5292 }, "https://github.com/coreyryanhanson/ComfyQR": { - "stars": 78, + "stars": 85, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3484 + "author_account_age_days": 3685 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3484 + "author_account_age_days": 3685 + }, + "https://github.com/cosmicbuffalo/comfyui-mobile-frontend": { + "stars": 20, + "last_update": "2026-03-15 16:03:04", + "author_account_age_days": 3344 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { - "stars": 0, + "stars": 1, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3370 + "author_account_age_days": 3571 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 494 + "author_account_age_days": 695 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, "last_update": "2025-04-07 09:53:31", - "author_account_age_days": 537 + "author_account_age_days": 737 }, "https://github.com/cozymantis/human-parser-comfyui-node": { - "stars": 111, + "stars": 128, "last_update": "2025-04-19 14:09:03", - "author_account_age_days": 537 + "author_account_age_days": 737 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { - "stars": 83, + "stars": 94, "last_update": "2025-04-07 09:53:17", - "author_account_age_days": 537 + "author_account_age_days": 737 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1553 + "author_account_age_days": 1754 }, "https://github.com/craig-tanaka/comfyui_animeseg": { - "stars": 1, + "stars": 2, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3038 + "author_account_age_days": 3239 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, "last_update": "2025-02-23 15:48:48", - "author_account_age_days": 195 + "author_account_age_days": 396 + }, + "https://github.com/cristian1980/ComfyUI-Caption-Cleaner": { + "stars": 1, + "last_update": "2026-03-05 10:29:04", + "author_account_age_days": 4577 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1394, - "last_update": "2025-08-17 11:39:44", - "author_account_age_days": 4545 + "stars": 1802, + "last_update": "2025-10-26 19:10:29", + "author_account_age_days": 4746 }, "https://github.com/crystian/ComfyUI-Crystools-save": { - "stars": 46, + "stars": 52, "last_update": "2025-08-17 12:29:48", - "author_account_age_days": 4545 + "author_account_age_days": 4746 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { - "stars": 0, + "stars": 3, "last_update": "2025-07-23 11:04:17", - "author_account_age_days": 895 + "author_account_age_days": 1096 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { - "stars": 84, + "stars": 86, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5439 + "author_account_age_days": 5640 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 480, + "stars": 527, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5439 + "author_account_age_days": 5640 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5412, + "stars": 5831, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5439 + "author_account_age_days": 5640 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1704, + "stars": 1804, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5439 + "author_account_age_days": 5640 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 924, + "stars": 1073, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5439 + "author_account_age_days": 5640 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 885, + "stars": 911, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5439 + "author_account_age_days": 5640 }, "https://github.com/cuongloveit/comfy_http_request": { - "stars": 5, + "stars": 6, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3680 + "author_account_age_days": 3881 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { - "stars": 6, + "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2358 + "author_account_age_days": 2559 + }, + "https://github.com/cuzelac/ComfyUI-CLAHE-Preprocessor": { + "stars": 0, + "last_update": "2026-03-12 07:24:52", + "author_account_age_days": 5358 + }, + "https://github.com/cyan9977/ComfyUI_PromptQueue": { + "stars": 1, + "last_update": "2025-12-24 04:41:18", + "author_account_age_days": 556 }, "https://github.com/cyberhirsch/seb_nodes": { + "stars": 4, + "last_update": "2026-01-11 18:21:14", + "author_account_age_days": 2496 + }, + "https://github.com/cyberlightdev/ComfyUI-CyberUtils": { + "stars": 0, + "last_update": "2025-12-22 21:19:05", + "author_account_age_days": 3979 + }, + "https://github.com/cybernaut4/comfyui_arkl1te_toolkit": { "stars": 1, - "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2295 + "last_update": "2025-10-21 13:13:22", + "author_account_age_days": 2070 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4662 + "author_account_age_days": 4863 + }, + "https://github.com/d3cker/comfyui_remove_background": { + "stars": 0, + "last_update": "2026-01-03 12:40:49", + "author_account_age_days": 4946 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { - "stars": 16, + "stars": 19, "last_update": "2025-03-10 14:31:22", - "author_account_age_days": 818 - }, - "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { - "stars": 4, - "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 818 - }, - "https://github.com/da2el-ai/ComfyUI-d2-steps": { - "stars": 5, - "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 818 - }, - "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { - "stars": 5, - "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 818 + "author_account_age_days": 1018 }, "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { - "stars": 3, + "stars": 4, "last_update": "2025-04-05 03:00:34", - "author_account_age_days": 818 + "author_account_age_days": 1018 }, "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { - "stars": 3, + "stars": 6, "last_update": "2025-04-08 15:28:06", - "author_account_age_days": 818 + "author_account_age_days": 1018 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { - "stars": 39, - "last_update": "2025-08-22 14:06:19", - "author_account_age_days": 818 + "stars": 52, + "last_update": "2026-03-09 01:32:23", + "author_account_age_days": 1018 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { - "stars": 2, - "last_update": "2025-06-09 10:35:26", - "author_account_age_days": 2018 + "stars": 9, + "last_update": "2025-11-12 21:16:28", + "author_account_age_days": 2219 + }, + "https://github.com/daehwa00/ComfyUI-NanoBananaAPI": { + "stars": 4, + "last_update": "2025-09-03 08:41:00", + "author_account_age_days": 2184 }, "https://github.com/dafeng012/comfyui-imgmake": { - "stars": 15, + "stars": 16, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 1104 + "author_account_age_days": 1305 }, "https://github.com/dagthomas/comfyui_dagthomas": { - "stars": 261, - "last_update": "2025-04-23 14:00:14", - "author_account_age_days": 4500 + "stars": 276, + "last_update": "2025-12-13 21:44:35", + "author_account_age_days": 4701 }, "https://github.com/danTheMonk/comfyui-int-and-float": { - "stars": 0, + "stars": 7, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3815 + "author_account_age_days": 4016 + }, + "https://github.com/dandancow874/ComfyUI-LMStudio-Controller": { + "stars": 0, + "last_update": "2025-12-09 15:17:10", + "author_account_age_days": 2305 }, "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { - "stars": 0, + "stars": 1, "last_update": "2025-04-15 10:31:38", - "author_account_age_days": 818 + "author_account_age_days": 1019 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 326, + "stars": 370, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2833 + "author_account_age_days": 3033 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { - "stars": 61, + "stars": 70, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3780 + "author_account_age_days": 3981 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3780 + "author_account_age_days": 3981 + }, + "https://github.com/danieljanata/ComfyUI-Prompting-System": { + "stars": 0, + "last_update": "2026-01-15 08:41:13", + "author_account_age_days": 424 + }, + "https://github.com/danielvw/ComfyUI-WanMove-Adapter": { + "stars": 2, + "last_update": "2026-01-13 12:29:33", + "author_account_age_days": 4951 + }, + "https://github.com/danielwolber-wood/ComfyUI-FString": { + "stars": 0, + "last_update": "2026-01-05 17:29:31", + "author_account_age_days": 2701 + }, + "https://github.com/danielwolber-wood/ComfyUI-Inspector": { + "stars": 1, + "last_update": "2026-01-05 19:15:17", + "author_account_age_days": 2701 + }, + "https://github.com/danielwolber-wood/ComfyUI-QuickResolutionSelector": { + "stars": 0, + "last_update": "2026-01-05 19:51:03", + "author_account_age_days": 2701 + }, + "https://github.com/darkamenosa/comfy_inpaint_blend": { + "stars": 3, + "last_update": "2025-09-15 16:26:29", + "author_account_age_days": 4413 + }, + "https://github.com/darkamenosa/comfy_nanobanana": { + "stars": 46, + "last_update": "2026-03-06 10:04:20", + "author_account_age_days": 4413 }, "https://github.com/darkpixel/darkprompts": { - "stars": 8, + "stars": 11, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5752 + "author_account_age_days": 5953 + }, + "https://github.com/darrell-goh/ComfyUI-NanoBanana_node": { + "stars": 1, + "last_update": "2026-02-04 07:50:58", + "author_account_age_days": 3136 }, "https://github.com/darth-veitcher/comfydv": { + "stars": 2, + "last_update": "2025-11-05 15:49:02", + "author_account_age_days": 5057 + }, + "https://github.com/darth-veitcher/comfyui-ollama-model-manager": { "stars": 1, - "last_update": "2025-05-13 07:24:56", - "author_account_age_days": 4857 + "last_update": "2025-11-05 17:05:44", + "author_account_age_days": 5058 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { - "stars": 2, + "stars": 3, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4893 + "author_account_age_days": 5093 }, "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, "last_update": "2025-02-22 04:49:59", - "author_account_age_days": 5141 + "author_account_age_days": 5342 + }, + "https://github.com/dasilva333/ComfyUI_HunyuanVideo-Foley": { + "stars": 7, + "last_update": "2025-09-02 14:44:32", + "author_account_age_days": 5342 }, "https://github.com/dasilva333/ComfyUI_MarkdownImage": { "stars": 0, "last_update": "2025-04-12 03:11:13", - "author_account_age_days": 5141 + "author_account_age_days": 5342 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 586 + "author_account_age_days": 787 + }, + "https://github.com/daveand/ComfyUI-daveand-nodes": { + "stars": 0, + "last_update": "2026-01-13 20:54:51", + "author_account_age_days": 3622 }, "https://github.com/davidgressett/comfyui-systemlevel": { - "stars": 0, + "stars": 4, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 3059 + "author_account_age_days": 3259 }, "https://github.com/daxcay/ComfyUI-DataSet": { - "stars": 55, + "stars": 58, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 523 + "author_account_age_days": 724 }, "https://github.com/daxcay/ComfyUI-JDCN": { - "stars": 124, + "stars": 147, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 523 + "author_account_age_days": 724 }, "https://github.com/daxcay/ComfyUI-NODEJS": { - "stars": 14, + "stars": 16, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 523 + "author_account_age_days": 724 }, "https://github.com/daxcay/ComfyUI-Nexus": { - "stars": 87, + "stars": 94, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 523 + "author_account_age_days": 724 }, "https://github.com/daxcay/ComfyUI-TG": { - "stars": 21, + "stars": 30, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 523 + "author_account_age_days": 724 }, "https://github.com/daxcay/ComfyUI-WA": { - "stars": 49, + "stars": 50, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 523 + "author_account_age_days": 724 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 5, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 523 + "author_account_age_days": 724 }, "https://github.com/dchatel/comfyui_davcha": { - "stars": 1, - "last_update": "2025-08-02 11:35:06", - "author_account_age_days": 4964 + "stars": 2, + "last_update": "2026-03-06 19:22:44", + "author_account_age_days": 5164 }, "https://github.com/dchatel/comfyui_facetools": { - "stars": 147, - "last_update": "2025-05-18 12:30:50", - "author_account_age_days": 4964 + "stars": 170, + "last_update": "2025-10-08 11:49:00", + "author_account_age_days": 5164 + }, + "https://github.com/dcyd-lun/ComfyUI_text_diff": { + "stars": 0, + "last_update": "2025-12-09 14:31:18", + "author_account_age_days": 97 + }, + "https://github.com/ddontsov93/ComfyUI-AudioSeparator": { + "stars": 0, + "last_update": "2025-12-22 15:11:58", + "author_account_age_days": 3077 + }, + "https://github.com/deepme987/comfyui-workflow-prettier": { + "stars": 1, + "last_update": "2026-03-07 20:03:25", + "author_account_age_days": 2754 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 3925 + "author_account_age_days": 4126 + }, + "https://github.com/deng-wei/ComfyUI-MiVolo-V2": { + "stars": 23, + "last_update": "2025-11-20 09:00:07", + "author_account_age_days": 4266 + }, + "https://github.com/dennisvink/comfyui-outline": { + "stars": 0, + "last_update": "2026-02-06 00:25:56", + "author_account_age_days": 4043 }, "https://github.com/deroberon/StableZero123-comfyui": { - "stars": 174, + "stars": 182, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5724 + "author_account_age_days": 5925 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5724 + "author_account_age_days": 5925 + }, + "https://github.com/dev-hitem/hitems3D-comfyUI": { + "stars": 0, + "last_update": "2026-03-05 06:51:18", + "author_account_age_days": 10 + }, + "https://github.com/develephant/comfyui-node-template": { + "stars": 0, + "last_update": "2026-03-10 00:13:58", + "author_account_age_days": 5824 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { - "stars": 13, + "stars": 18, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 338 + "author_account_age_days": 538 }, "https://github.com/dfl/comfyui-clip-with-break": { - "stars": 14, + "stars": 17, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6403 + "author_account_age_days": 6603 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 84, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6403 + "author_account_age_days": 6603 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 556, + "stars": 580, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4632 + "author_account_age_days": 4833 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4632 + "author_account_age_days": 4833 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, "last_update": "2025-05-03 22:22:55", - "author_account_age_days": 1063 + "author_account_age_days": 1264 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { - "stars": 10, + "stars": 11, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4419 + "author_account_age_days": 4620 + }, + "https://github.com/diffussy69/comfyui-curved_weight_schedule": { + "stars": 2, + "last_update": "2025-11-23 04:21:13", + "author_account_age_days": 641 + }, + "https://github.com/digital-divas-admin/ComfyUI_DD_Nodes": { + "stars": 0, + "last_update": "2026-02-16 04:18:08", + "author_account_age_days": 169 + }, + "https://github.com/digital-divas-admin/ComfyUI_NBP_Unleashed": { + "stars": 0, + "last_update": "2026-02-12 02:04:57", + "author_account_age_days": 169 }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 182, + "stars": 204, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 4946 + "author_account_age_days": 5147 }, "https://github.com/dimtion/comfyui-raw-image": { - "stars": 2, + "stars": 5, "last_update": "2025-07-19 22:22:37", - "author_account_age_days": 4793 + "author_account_age_days": 4993 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 319, - "last_update": "2025-08-12 11:15:30", - "author_account_age_days": 3843 + "stars": 377, + "last_update": "2025-10-31 00:44:32", + "author_account_age_days": 4043 }, "https://github.com/dimtoneff/ComfyUI-VL-Nodes": { - "stars": 2, - "last_update": "2025-08-24 23:39:57", - "author_account_age_days": 3843 + "stars": 10, + "last_update": "2025-08-29 01:10:55", + "author_account_age_days": 4043 }, "https://github.com/diodiogod/TTS-Audio-Suite": { - "stars": 21, - "last_update": "2025-08-26 22:48:53", - "author_account_age_days": 556 + "stars": 760, + "last_update": "2026-03-13 15:35:06", + "author_account_age_days": 757 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { - "stars": 79, + "stars": 84, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5199 + "author_account_age_days": 5400 }, "https://github.com/discopixel-studio/comfyui-discopixel": { - "stars": 12, + "stars": 13, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 774 + "author_account_age_days": 974 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { - "stars": 13, + "stars": 18, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1898 + "author_account_age_days": 2099 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1898 + "author_account_age_days": 2099 }, "https://github.com/discus0434/comfyui-flux-accelerator": { - "stars": 138, + "stars": 140, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1898 + "author_account_age_days": 2099 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 370, - "last_update": "2025-07-07 19:02:24", - "author_account_age_days": 4712 + "stars": 394, + "last_update": "2026-02-10 19:46:03", + "author_account_age_days": 4913 }, "https://github.com/dmMaze/sketch2manga": { - "stars": 41, + "stars": 45, "last_update": "2025-03-31 08:51:09", - "author_account_age_days": 2278 + "author_account_age_days": 2478 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 11, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4933 + "author_account_age_days": 5133 }, "https://github.com/dmarx/ComfyUI-Keyframed": { - "stars": 89, + "stars": 90, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4933 + "author_account_age_days": 5133 }, - "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { + "https://github.com/domprosys/ComfyUI-LTXVideo-Extra": { "stars": 2, - "last_update": "2025-05-29 06:33:54", - "author_account_age_days": 688 + "last_update": "2026-02-01 16:48:15", + "author_account_age_days": 1237 }, - "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { - "stars": 17, - "last_update": "2025-05-10 16:42:44", - "author_account_age_days": 688 + "https://github.com/dothings/comfyui_placeholder_prompting": { + "stars": 0, + "last_update": "2025-10-03 12:06:27", + "author_account_age_days": 1706 }, "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { - "stars": 11, - "last_update": "2025-08-24 17:01:54", - "author_account_age_days": 1019 + "stars": 28, + "last_update": "2026-01-14 12:57:13", + "author_account_age_days": 1220 + }, + "https://github.com/downlifted/ComfyUI_GROQ-PromptWizard": { + "stars": 0, + "last_update": "2025-09-22 00:10:40", + "author_account_age_days": 2876 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4198 + "author_account_age_days": 4399 + }, + "https://github.com/drawthingsai/draw-things-comfyui": { + "stars": 5, + "last_update": "2026-03-05 08:20:55", + "author_account_age_days": 1035 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { - "stars": 2, + "stars": 3, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 912 + "author_account_age_days": 1113 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { - "stars": 4, - "last_update": "2025-06-23 04:17:05", - "author_account_age_days": 4206 + "stars": 5, + "last_update": "2026-01-30 06:01:50", + "author_account_age_days": 4406 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { - "stars": 19, - "last_update": "2025-08-25 16:40:50", - "author_account_age_days": 3479 + "stars": 79, + "last_update": "2026-02-10 15:54:33", + "author_account_age_days": 3680 }, "https://github.com/drphero/comfyui_prompttester": { "stars": 1, "last_update": "2025-06-19 01:06:51", - "author_account_age_days": 3640 + "author_account_age_days": 3841 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 717 + "author_account_age_days": 918 + }, + "https://github.com/dseditor/Comfy-MCP": { + "stars": 4, + "last_update": "2025-12-14 04:47:06", + "author_account_age_days": 1633 }, "https://github.com/dseditor/ComfyUI-ListHelper": { - "stars": 2, - "last_update": "2025-08-15 06:13:46", - "author_account_age_days": 1432 + "stars": 63, + "last_update": "2026-02-08 16:11:47", + "author_account_age_days": 1633 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { - "stars": 7, + "stars": 8, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1432 + "author_account_age_days": 1633 }, "https://github.com/dseditor/ComfyUI-Thread": { - "stars": 3, + "stars": 6, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1432 + "author_account_age_days": 1633 + }, + "https://github.com/dskjal/comfyui-yolov8-dsuksampler": { + "stars": 0, + "last_update": "2026-02-06 17:19:19", + "author_account_age_days": 3707 + }, + "https://github.com/dskjal/comfyui-yolov8-simple": { + "stars": 0, + "last_update": "2025-11-07 04:54:26", + "author_account_age_days": 3707 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 1050 + "author_account_age_days": 1250 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, "last_update": "2025-05-02 08:31:46", - "author_account_age_days": 957 + "author_account_age_days": 1158 + }, + "https://github.com/duldduld/ComfyUI_md5": { + "stars": 1, + "last_update": "2025-12-12 15:38:26", + "author_account_age_days": 3356 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 1, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 1000 + "author_account_age_days": 1201 }, "https://github.com/dzqdzq/ComfyUI-crop-alpha": { - "stars": 2, + "stars": 4, "last_update": "2025-02-17 14:46:11", - "author_account_age_days": 3443 + "author_account_age_days": 3644 + }, + "https://github.com/dzy1128/ComfyUI-Vector-Engine": { + "stars": 0, + "last_update": "2026-03-10 03:30:36", + "author_account_age_days": 1799 + }, + "https://github.com/dzy1128/ComfyUI-VertexAI": { + "stars": 1, + "last_update": "2025-11-25 08:18:07", + "author_account_age_days": 1799 + }, + "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI": { + "stars": 5, + "last_update": "2026-03-03 05:40:19", + "author_account_age_days": 1799 }, "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, "last_update": "2025-06-06 21:59:50", - "author_account_age_days": 110 + "author_account_age_days": 310 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { - "stars": 4, + "stars": 5, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5232 + "author_account_age_days": 5432 + }, + "https://github.com/eRepublik-Labs/comfyui-nodes-erpk": { + "stars": 0, + "last_update": "2026-03-05 08:22:27", + "author_account_age_days": 1935 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2891 + "author_account_age_days": 3092 + }, + "https://github.com/eastmoe/ComfyUI-CMP-Extention": { + "stars": 2, + "last_update": "2026-02-12 11:14:39", + "author_account_age_days": 3113 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3146 + "author_account_age_days": 3347 + }, + "https://github.com/easygoing0114/ComfyUI-easygoing-nodes": { + "stars": 4, + "last_update": "2026-03-13 07:10:08", + "author_account_age_days": 474 }, "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { - "stars": 3, - "last_update": "2025-07-29 05:12:10", - "author_account_age_days": 2486 + "stars": 7, + "last_update": "2025-11-18 00:58:02", + "author_account_age_days": 2686 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-EddySevenResonance": { + "stars": 11, + "last_update": "2025-11-02 17:17:30", + "author_account_age_days": 377 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-LLM-GGUF": { + "stars": 8, + "last_update": "2025-12-07 17:56:07", + "author_account_age_days": 377 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-MemoryCleaner": { + "stars": 28, + "last_update": "2025-11-10 15:36:42", + "author_account_age_days": 377 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-PreviewImageNode": { + "stars": 9, + "last_update": "2025-11-11 07:39:18", + "author_account_age_days": 377 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenFrameSelector": { + "stars": 10, + "last_update": "2025-11-11 07:40:58", + "author_account_age_days": 377 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenVideo": { + "stars": 17, + "last_update": "2025-11-10 09:59:51", + "author_account_age_days": 377 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-TorchCompileSpeed": { + "stars": 24, + "last_update": "2025-10-11 15:26:20", + "author_account_age_days": 377 + }, + "https://github.com/eddyhhlure1Eddy/ode-ComfyUI-WanVideoWrapper": { + "stars": 227, + "last_update": "2025-10-28 02:46:54", + "author_account_age_days": 377 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { - "stars": 0, + "stars": 1, "last_update": "2025-05-25 23:02:40", - "author_account_age_days": 2561 + "author_account_age_days": 2762 }, "https://github.com/edelvarden/comfyui_image_metadata_extension": { - "stars": 56, - "last_update": "2025-08-24 18:42:25", - "author_account_age_days": 2561 + "stars": 83, + "last_update": "2025-11-05 10:03:15", + "author_account_age_days": 2762 }, "https://github.com/edenartlab/eden_comfy_pipelines": { - "stars": 97, - "last_update": "2025-07-11 13:20:33", - "author_account_age_days": 701 + "stars": 109, + "last_update": "2026-03-10 08:42:21", + "author_account_age_days": 901 }, "https://github.com/edenartlab/sd-lora-trainer": { - "stars": 57, + "stars": 66, "last_update": "2025-08-04 21:16:39", - "author_account_age_days": 701 + "author_account_age_days": 901 }, "https://github.com/edoardocarmignani/extralinks": { + "stars": 11, + "last_update": "2026-03-01 00:59:45", + "author_account_age_days": 3082 + }, + "https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE": { "stars": 1, - "last_update": "2025-07-19 22:01:09", - "author_account_age_days": 2881 + "last_update": "2025-11-04 08:08:46", + "author_account_age_days": 2478 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { - "stars": 3, + "stars": 4, "last_update": "2025-04-22 08:51:32", - "author_account_age_days": 630 + "author_account_age_days": 830 }, "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { - "stars": 0, + "stars": 1, "last_update": "2025-08-11 17:57:55", - "author_account_age_days": 630 + "author_account_age_days": 830 + }, + "https://github.com/efortin/ComfyUI-Ollama-Enhancer": { + "stars": 3, + "last_update": "2025-09-22 07:06:44", + "author_account_age_days": 4765 + }, + "https://github.com/efuentesamin/mewins_node_pack": { + "stars": 0, + "last_update": "2026-02-10 12:59:32", + "author_account_age_days": 4366 }, "https://github.com/eg0pr0xy/comfyui_noisegen": { - "stars": 0, + "stars": 1, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2502 + "author_account_age_days": 2703 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { - "stars": 0, + "stars": 1, "last_update": "2025-07-22 15:23:02", - "author_account_age_days": 3260 + "author_account_age_days": 3461 + }, + "https://github.com/elgalardi/comfyui-clip-prompt-splitter": { + "stars": 0, + "last_update": "2025-12-29 07:59:45", + "author_account_age_days": 1261 + }, + "https://github.com/elgalardi/comfyui-prompt-splitter": { + "stars": 0, + "last_update": "2025-12-30 22:38:25", + "author_account_age_days": 1261 + }, + "https://github.com/elyetis/Comfyui-ColorMatchNodes": { + "stars": 5, + "last_update": "2025-11-23 11:23:09", + "author_account_age_days": 3633 + }, + "https://github.com/emniko/ComfyUI-CLIPScore": { + "stars": 0, + "last_update": "2026-02-22 00:01:30", + "author_account_age_days": 2530 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2951 + "author_account_age_days": 3152 + }, + "https://github.com/engineer6980/ComfyUI-Image-Cipher": { + "stars": 0, + "last_update": "2026-02-04 03:48:21", + "author_account_age_days": 2375 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { - "stars": 206, - "last_update": "2025-04-24 00:16:02", - "author_account_age_days": 384 + "stars": 208, + "last_update": "2025-09-03 00:40:23", + "author_account_age_days": 584 }, "https://github.com/eric183/ComfyUI-Only": { - "stars": 46, + "stars": 72, "last_update": "2025-08-23 07:48:17", - "author_account_age_days": 3861 + "author_account_age_days": 4062 + }, + "https://github.com/erosDiffusion/ComfyUI-EulerDiscreteScheduler": { + "stars": 354, + "last_update": "2025-12-11 11:46:09", + "author_account_age_days": 626 + }, + "https://github.com/erosDiffusion/ComfyUI-ZImageDit": { + "stars": 5, + "last_update": "2025-12-03 21:54:01", + "author_account_age_days": 626 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 516, - "last_update": "2025-05-05 22:53:42", - "author_account_age_days": 425 + "stars": 602, + "last_update": "2025-11-18 23:55:24", + "author_account_age_days": 626 + }, + "https://github.com/errew/ComfyUI-Wireless": { + "stars": 1, + "last_update": "2026-02-01 20:37:16", + "author_account_age_days": 1009 + }, + "https://github.com/esp-dev/comfyui-loadheicimage": { + "stars": 0, + "last_update": "2025-12-29 20:34:12", + "author_account_age_days": 2336 + }, + "https://github.com/esp-dev/comfyui-videoframenode": { + "stars": 1, + "last_update": "2026-01-24 21:23:17", + "author_account_age_days": 2336 + }, + "https://github.com/ethanfel/ComfyUI-Sharp-Selector": { + "stars": 2, + "last_update": "2026-02-26 15:11:53", + "author_account_age_days": 3227 + }, + "https://github.com/ethanfel/ComfyUI_UltimateSGUpscale": { + "stars": 0, + "last_update": "2026-02-25 16:01:51", + "author_account_age_days": 3227 + }, + "https://github.com/ethanfel/Comfyui-JSON-Manager": { + "stars": 1, + "last_update": "2026-03-02 09:23:19", + "author_account_age_days": 3227 + }, + "https://github.com/euan-gwd/comfyui-character-prompt-builder": { + "stars": 1, + "last_update": "2026-03-07 12:01:14", + "author_account_age_days": 3910 + }, + "https://github.com/evandcoleman/comfyui-comparison-grid": { + "stars": 0, + "last_update": "2026-02-09 19:11:03", + "author_account_age_days": 5460 }, "https://github.com/evanspearman/ComfyMath": { - "stars": 131, + "stars": 172, "last_update": "2025-03-08 18:14:34", - "author_account_age_days": 4667 + "author_account_age_days": 4867 + }, + "https://github.com/evrardt/ComfyUI-Spectrum": { + "stars": 0, + "last_update": "2026-03-08 18:48:50", + "author_account_age_days": 3836 }, "https://github.com/excelwong/ComfyUI-PromptComposer": { - "stars": 0, + "stars": 1, "last_update": "2025-04-30 10:33:43", - "author_account_age_days": 3794 + "author_account_age_days": 3995 }, "https://github.com/exdysa/comfyui-selector": { - "stars": 4, + "stars": 5, "last_update": "2025-03-14 12:21:29", - "author_account_age_days": 1424 + "author_account_age_days": 1624 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { - "stars": 5, + "stars": 7, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4346 + "author_account_age_days": 4547 }, "https://github.com/exectails/comfyui-et_infoutils": { - "stars": 2, + "stars": 3, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4346 + "author_account_age_days": 4547 }, "https://github.com/exectails/comfyui-et_stringutils": { - "stars": 1, - "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4346 + "stars": 3, + "last_update": "2026-01-29 11:30:27", + "author_account_age_days": 4547 + }, + "https://github.com/exedesign/Hunyuan-3D-v3": { + "stars": 7, + "last_update": "2026-02-23 11:49:37", + "author_account_age_days": 1963 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { - "stars": 20, - "last_update": "2025-07-28 14:40:53", - "author_account_age_days": 362 + "stars": 27, + "last_update": "2025-09-23 05:43:28", + "author_account_age_days": 563 + }, + "https://github.com/fabbarix/comfyui-promptstore": { + "stars": 3, + "last_update": "2025-12-07 19:02:28", + "author_account_age_days": 2510 + }, + "https://github.com/fabwaseem/ComfyUI-Civitai-Gallery-Explorer": { + "stars": 0, + "last_update": "2026-03-04 05:42:25", + "author_account_age_days": 2101 }, "https://github.com/facefusion/facefusion-comfyui": { - "stars": 6, - "last_update": "2025-07-03 14:54:43", - "author_account_age_days": 740 + "stars": 17, + "last_update": "2025-11-02 20:00:17", + "author_account_age_days": 940 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { - "stars": 117, + "stars": 119, "last_update": "2025-05-13 18:35:00", - "author_account_age_days": 886 + "author_account_age_days": 1087 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { - "stars": 93, + "stars": 95, "last_update": "2025-04-05 05:24:59", - "author_account_age_days": 886 + "author_account_age_days": 1087 + }, + "https://github.com/facok/comfyui-meancache-z": { + "stars": 31, + "last_update": "2026-02-08 16:39:56", + "author_account_age_days": 1087 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2025-04-03 13:47:20", - "author_account_age_days": 2362 + "author_account_age_days": 2563 }, "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { - "stars": 33, + "stars": 49, "last_update": "2025-05-09 00:12:06", - "author_account_age_days": 2362 + "author_account_age_days": 2563 }, "https://github.com/fairy-root/ComfyUI-Show-Text": { - "stars": 15, - "last_update": "2025-04-08 14:21:57", - "author_account_age_days": 2362 + "stars": 24, + "last_update": "2026-02-17 12:51:04", + "author_account_age_days": 2563 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 222, - "last_update": "2025-04-22 02:20:47", - "author_account_age_days": 2362 + "stars": 246, + "last_update": "2025-11-22 01:14:46", + "author_account_age_days": 2563 }, "https://github.com/fairy-root/comfyui-ollama-llms": { - "stars": 16, + "stars": 18, "last_update": "2025-03-27 20:47:17", - "author_account_age_days": 2362 + "author_account_age_days": 2563 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { - "stars": 8, - "last_update": "2025-06-02 03:59:25", - "author_account_age_days": 1517 + "stars": 9, + "last_update": "2026-01-20 04:49:07", + "author_account_age_days": 1717 + }, + "https://github.com/fangcun010/ComfyUI-LTX2-R2V": { + "stars": 1, + "last_update": "2026-02-13 10:01:12", + "author_account_age_days": 4224 + }, + "https://github.com/fangzhengyu0704-dotcom/ComfyUI-ArchTone-Extractor": { + "stars": 0, + "last_update": "2026-03-09 08:46:53", + "author_account_age_days": 109 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { - "stars": 26, + "stars": 33, "last_update": "2025-06-30 12:16:05", - "author_account_age_days": 784 + "author_account_age_days": 984 }, "https://github.com/fat-tire/comfyui-unified-media-suite": { - "stars": 4, + "stars": 6, "last_update": "2025-07-07 08:57:09", - "author_account_age_days": 5365 + "author_account_age_days": 5566 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3793 + "author_account_age_days": 3993 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { - "stars": 2, + "stars": 3, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3793 + "author_account_age_days": 3993 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { - "stars": 12, - "last_update": "2025-08-25 21:31:13", - "author_account_age_days": 3793 + "stars": 176, + "last_update": "2025-12-15 20:50:26", + "author_account_age_days": 3993 }, "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { - "stars": 5, + "stars": 9, "last_update": "2025-07-27 00:03:24", - "author_account_age_days": 3793 + "author_account_age_days": 3993 }, "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { - "stars": 4, + "stars": 5, "last_update": "2025-03-17 22:36:22", - "author_account_age_days": 3793 + "author_account_age_days": 3993 }, "https://github.com/fblissjr/shrug-prompter": { - "stars": 14, - "last_update": "2025-08-24 17:45:42", - "author_account_age_days": 3793 + "stars": 23, + "last_update": "2025-09-30 21:58:22", + "author_account_age_days": 3993 }, - "https://github.com/fcanfora/comfyui-camera-tools": { - "stars": 1, - "last_update": "2025-07-28 12:32:59", - "author_account_age_days": 875 + "https://github.com/fchangjun/Baidu_Meux_ComfyTools": { + "stars": 3, + "last_update": "2026-03-10 07:41:29", + "author_account_age_days": 4153 }, "https://github.com/fchangjun/Comfyui_MultiSaveImage": { - "stars": 1, - "last_update": "2025-07-03 07:23:45", - "author_account_age_days": 3952 + "stars": 3, + "last_update": "2026-03-10 07:41:29", + "author_account_age_days": 4153 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { - "stars": 18, + "stars": 20, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 990 + "author_account_age_days": 1191 + }, + "https://github.com/febogallo/ComfyUI-Freepik": { + "stars": 0, + "last_update": "2026-02-09 09:54:42", + "author_account_age_days": 304 }, "https://github.com/feffy380/comfyui-chroma-cache": { - "stars": 9, + "stars": 18, "last_update": "2025-08-15 12:29:59", - "author_account_age_days": 1058 + "author_account_age_days": 1259 }, "https://github.com/feixuetuba/Spleeter": { "stars": 0, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4391 + "author_account_age_days": 4591 }, "https://github.com/felixszeto/ComfyUI-RequestNodes": { - "stars": 90, + "stars": 109, "last_update": "2025-08-25 05:11:01", - "author_account_age_days": 1477 + "author_account_age_days": 1678 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 1987 + "author_account_age_days": 2188 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { - "stars": 7, + "stars": 11, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5472 + "author_account_age_days": 5673 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { - "stars": 4, + "stars": 6, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5472 + "author_account_age_days": 5673 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5472 + "author_account_age_days": 5673 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { - "stars": 2, + "stars": 3, "last_update": "2025-08-05 06:09:32", - "author_account_age_days": 3422 + "author_account_age_days": 3623 }, "https://github.com/filipemeneses/comfy_pixelization": { - "stars": 71, - "last_update": "2025-08-19 21:29:55", - "author_account_age_days": 3905 + "stars": 99, + "last_update": "2026-02-14 10:39:17", + "author_account_age_days": 4105 + }, + "https://github.com/filliptm/ComfyUI-FL-DiffVSR": { + "stars": 20, + "last_update": "2026-01-24 02:15:14", + "author_account_age_days": 2365 + }, + "https://github.com/filliptm/ComfyUI_FL-ClearVoice": { + "stars": 18, + "last_update": "2026-01-13 06:40:05", + "author_account_age_days": 2365 + }, + "https://github.com/filliptm/ComfyUI_FL-CosyVoice3": { + "stars": 107, + "last_update": "2026-01-24 14:44:11", + "author_account_age_days": 2365 + }, + "https://github.com/filliptm/ComfyUI_FL-Path-Animator": { + "stars": 7, + "last_update": "2025-11-05 04:44:02", + "author_account_age_days": 2365 + }, + "https://github.com/filliptm/ComfyUI_FL-SongGen": { + "stars": 59, + "last_update": "2026-01-24 10:37:52", + "author_account_age_days": 2365 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { - "stars": 170, + "stars": 173, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 2164 + "author_account_age_days": 2365 }, "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { - "stars": 156, - "last_update": "2025-08-16 16:44:41", - "author_account_age_days": 2164 + "stars": 221, + "last_update": "2026-01-24 02:15:17", + "author_account_age_days": 2365 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 436, - "last_update": "2025-08-20 05:02:12", - "author_account_age_days": 2164 + "stars": 576, + "last_update": "2026-03-13 22:03:17", + "author_account_age_days": 2365 }, "https://github.com/finegrain-ai/comfyui-finegrain": { - "stars": 12, - "last_update": "2025-05-16 07:44:57", - "author_account_age_days": 931 + "stars": 13, + "last_update": "2025-09-17 16:39:03", + "author_account_age_days": 1131 + }, + "https://github.com/fkxianzhou/ComfyUI-Jimeng-API": { + "stars": 29, + "last_update": "2026-03-12 10:14:30", + "author_account_age_days": 2348 }, "https://github.com/flamacore/ComfyUI-YouTubeUploader": { - "stars": 3, + "stars": 5, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3737 + "author_account_age_days": 3938 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { - "stars": 1, + "stars": 2, "last_update": "2025-04-09 12:40:05", - "author_account_age_days": 622 + "author_account_age_days": 822 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 15, "last_update": "2025-04-09 12:39:53", - "author_account_age_days": 622 + "author_account_age_days": 822 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { - "stars": 141, + "stars": 140, "last_update": "2025-04-09 12:40:58", - "author_account_age_days": 622 + "author_account_age_days": 822 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 5, "last_update": "2025-04-09 12:40:36", - "author_account_age_days": 622 + "author_account_age_days": 822 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 1107, - "last_update": "2025-08-13 11:05:26", - "author_account_age_days": 622 + "stars": 1189, + "last_update": "2026-02-09 08:25:52", + "author_account_age_days": 822 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 283, - "last_update": "2025-04-27 15:00:00", - "author_account_age_days": 622 + "stars": 301, + "last_update": "2026-01-31 10:14:05", + "author_account_age_days": 822 + }, + "https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2": { + "stars": 1, + "last_update": "2025-12-16 21:09:59", + "author_account_age_days": 392 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 156, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 702 + "author_account_age_days": 902 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { - "stars": 250, + "stars": 269, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 702 + "author_account_age_days": 902 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 511, + "stars": 539, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 702 + "author_account_age_days": 902 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 9, "last_update": "2025-03-30 03:30:40", - "author_account_age_days": 261 + "author_account_age_days": 462 + }, + "https://github.com/flybirdxx/ComfyUI-Prompt_Helper": { + "stars": 24, + "last_update": "2025-12-31 11:16:15", + "author_account_age_days": 3276 + }, + "https://github.com/flybirdxx/ComfyUI-RexOmni": { + "stars": 9, + "last_update": "2025-10-23 07:12:56", + "author_account_age_days": 3276 }, "https://github.com/flybirdxx/ComfyUI-SDMatte": { - "stars": 121, - "last_update": "2025-08-17 06:24:00", - "author_account_age_days": 3075 + "stars": 163, + "last_update": "2026-01-19 09:10:54", + "author_account_age_days": 3276 + }, + "https://github.com/flybirdxx/ComfyUI-SoulX-Podcast": { + "stars": 89, + "last_update": "2025-10-31 13:16:53", + "author_account_age_days": 3276 }, "https://github.com/flycarl/ComfyUI-Pixelate": { - "stars": 1, + "stars": 4, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5288 + "author_account_age_days": 5489 + }, + "https://github.com/flyghtxmz/ComfyUI-CFG-Ctrl": { + "stars": 1, + "last_update": "2026-03-06 19:17:18", + "author_account_age_days": 2901 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { - "stars": 7, + "stars": 8, "last_update": "2025-05-23 17:29:13", - "author_account_age_days": 3923 + "author_account_age_days": 4124 + }, + "https://github.com/fmartinellidev/ComfyUI-Prompt_util_pack": { + "stars": 0, + "last_update": "2026-01-07 21:32:50", + "author_account_age_days": 1171 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4050 + "author_account_age_days": 4251 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { - "stars": 10, + "stars": 11, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5536 + "author_account_age_days": 5736 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { - "stars": 75, + "stars": 80, "last_update": "2025-02-10 16:39:49", - "author_account_age_days": 5536 + "author_account_age_days": 5736 }, "https://github.com/fofr/comfyui-basic-auth": { - "stars": 1, + "stars": 3, "last_update": "2025-03-17 09:38:05", - "author_account_age_days": 5536 + "author_account_age_days": 5736 }, "https://github.com/fofr/comfyui-fofr-toolkit": { - "stars": 4, + "stars": 6, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5536 + "author_account_age_days": 5736 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 753 + "author_account_age_days": 954 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, "last_update": "2025-06-25 19:54:59", - "author_account_age_days": 284 + "author_account_age_days": 485 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2749 + "author_account_age_days": 2950 }, "https://github.com/fpgaminer/joycaption_comfyui": { - "stars": 94, - "last_update": "2025-05-15 23:30:13", - "author_account_age_days": 4898 + "stars": 119, + "last_update": "2026-02-25 19:46:16", + "author_account_age_days": 5099 }, "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, "last_update": "2025-06-22 16:38:15", - "author_account_age_days": 2512 + "author_account_age_days": 2712 + }, + "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator": { + "stars": 16, + "last_update": "2025-09-15 13:41:36", + "author_account_age_days": 3897 + }, + "https://github.com/fr0nky0ng/ComfyUI-JSON-Prompt": { + "stars": 4, + "last_update": "2025-11-28 14:51:10", + "author_account_age_days": 3897 + }, + "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana": { + "stars": 2, + "last_update": "2025-09-18 09:11:07", + "author_account_age_days": 3897 + }, + "https://github.com/francarl/ComfyUI-OnDemand-Loaders": { + "stars": 5, + "last_update": "2025-12-20 18:01:33", + "author_account_age_days": 5177 + }, + "https://github.com/franciscotorrado/ComfyUI-Automation": { + "stars": 0, + "last_update": "2026-02-04 20:53:31", + "author_account_age_days": 3998 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 869 + "author_account_age_days": 1070 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 583, + "stars": 598, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 869 + "author_account_age_days": 1070 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { - "stars": 12, + "stars": 13, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 869 + "author_account_age_days": 1070 }, - "https://github.com/fredconex/ComfyUI-SongBloom": { - "stars": 59, - "last_update": "2025-07-10 14:05:14", - "author_account_age_days": 1130 + "https://github.com/frankluise5220/ComfyUI-Lorahelper": { + "stars": 11, + "last_update": "2026-03-05 16:19:01", + "author_account_age_days": 64 }, - "https://github.com/fredconex/ComfyUI-SoundFlow": { - "stars": 53, - "last_update": "2025-06-16 14:18:04", - "author_account_age_days": 1130 - }, - "https://github.com/fredconex/ComfyUI-SyncEdit": { + "https://github.com/fredhopp/comfyui-flipflopnodes": { "stars": 0, - "last_update": "2025-06-16 21:52:36", - "author_account_age_days": 1130 + "last_update": "2025-09-02 04:42:06", + "author_account_age_days": 2064 + }, + "https://github.com/fredlef/Comfyui_FSL_Nodes": { + "stars": 11, + "last_update": "2025-12-06 01:29:05", + "author_account_age_days": 2818 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2586 + "author_account_age_days": 2787 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { - "stars": 9, + "stars": 12, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2634 + "author_account_age_days": 2835 }, "https://github.com/fssorc/ComfyUI_FFT": { - "stars": 13, + "stars": 14, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 5015 + "author_account_age_days": 5216 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { - "stars": 175, + "stars": 189, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 5015 + "author_account_age_days": 5216 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { - "stars": 17, + "stars": 24, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 5015 + "author_account_age_days": 5216 }, "https://github.com/fssorc/ComfyUI_pose_inter": { - "stars": 81, + "stars": 90, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 5015 + "author_account_age_days": 5216 + }, + "https://github.com/fudosanit/ComfyUI-Random-Resolution": { + "stars": 0, + "last_update": "2025-12-10 06:57:24", + "author_account_age_days": 133 + }, + "https://github.com/fuselayer/comfyui-lite-tracker": { + "stars": 0, + "last_update": "2025-11-17 09:53:32", + "author_account_age_days": 906 + }, + "https://github.com/fuselayer/comfyui-minimal-workflow-image": { + "stars": 2, + "last_update": "2025-11-09 06:16:48", + "author_account_age_days": 906 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-04-05 00:57:07", - "author_account_age_days": 706 + "author_account_age_days": 906 + }, + "https://github.com/fuselayer/comfyui-noise-match": { + "stars": 0, + "last_update": "2025-11-10 06:37:09", + "author_account_age_days": 906 + }, + "https://github.com/fuyouawa/comfyui-easytoolkit": { + "stars": 0, + "last_update": "2025-11-26 04:25:12", + "author_account_age_days": 1197 }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 1, "last_update": "2025-08-05 10:16:15", - "author_account_age_days": 797 + "author_account_age_days": 998 + }, + "https://github.com/g7b2/ComfyUI-Artist-Tester": { + "stars": 0, + "last_update": "2025-12-20 06:53:21", + "author_account_age_days": 642 + }, + "https://github.com/g7b2/ComfyUI-MultiCheckpoint-Tester": { + "stars": 0, + "last_update": "2025-12-27 02:57:11", + "author_account_age_days": 642 }, "https://github.com/gabe-init/ComfyUI-11labs": { - "stars": 4, + "stars": 6, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 93 + "author_account_age_days": 294 }, "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { - "stars": 3, + "stars": 4, "last_update": "2025-05-27 00:54:00", - "author_account_age_days": 93 + "author_account_age_days": 294 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { - "stars": 14, - "last_update": "2025-06-13 01:42:28", - "author_account_age_days": 93 + "stars": 43, + "last_update": "2025-09-06 18:35:08", + "author_account_age_days": 294 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { - "stars": 0, + "stars": 1, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 93 + "author_account_age_days": 294 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, "last_update": "2025-04-01 03:12:04", - "author_account_age_days": 4132 + "author_account_age_days": 4333 + }, + "https://github.com/garg-aayush/ComfyUI-Svg2Raster": { + "stars": 0, + "last_update": "2025-09-10 10:09:14", + "author_account_age_days": 3676 + }, + "https://github.com/gasdyueer/comfyui-yolo-mask-process": { + "stars": 0, + "last_update": "2025-09-27 02:57:46", + "author_account_age_days": 682 }, "https://github.com/gasparuff/CustomSelector": { "stars": 1, "last_update": "2025-05-09 06:17:31", - "author_account_age_days": 4422 + "author_account_age_days": 4623 + }, + "https://github.com/gateway/ComfyUI-Kie-API": { + "stars": 21, + "last_update": "2026-03-12 15:32:57", + "author_account_age_days": 5572 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { - "stars": 45, - "last_update": "2025-06-08 01:01:01", - "author_account_age_days": 2409 + "stars": 47, + "last_update": "2026-02-21 22:25:08", + "author_account_age_days": 2610 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 9, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2385 + "author_account_age_days": 2586 + }, + "https://github.com/gen1nya/ComfyUI-Remote-Upscale": { + "stars": 0, + "last_update": "2026-01-15 06:39:00", + "author_account_age_days": 3425 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, "last_update": "2025-03-08 15:46:56", - "author_account_age_days": 5380 + "author_account_age_days": 5581 }, "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, "last_update": "2025-07-03 11:51:13", - "author_account_age_days": 3976 + "author_account_age_days": 4177 + }, + "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner": { + "stars": 139, + "last_update": "2026-01-30 16:29:24", + "author_account_age_days": 1296 }, "https://github.com/ggarra13/ComfyUI-mrv2": { - "stars": 4, + "stars": 5, "last_update": "2025-03-27 17:24:38", - "author_account_age_days": 4287 + "author_account_age_days": 4488 }, "https://github.com/giriss/comfy-image-saver": { - "stars": 291, + "stars": 333, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4666 + "author_account_age_days": 4867 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5427 + "author_account_age_days": 5628 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { - "stars": 15, - "last_update": "2025-08-23 01:06:12", - "author_account_age_days": 3470 + "stars": 86, + "last_update": "2025-12-04 07:06:50", + "author_account_age_days": 3671 + }, + "https://github.com/gitcapoom/comfyui_fovestimator": { + "stars": 1, + "last_update": "2025-11-06 17:12:20", + "author_account_age_days": 348 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4331 + "author_account_age_days": 4532 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4331 + "author_account_age_days": 4532 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4331 + "author_account_age_days": 4532 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4331 + "author_account_age_days": 4532 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4331 + "author_account_age_days": 4532 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { - "stars": 9, + "stars": 12, "last_update": "2025-04-07 07:24:06", - "author_account_age_days": 2736 + "author_account_age_days": 2936 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { - "stars": 180, + "stars": 194, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 2926 + "author_account_age_days": 3126 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { - "stars": 57, + "stars": 63, "last_update": "2025-08-18 08:00:38", - "author_account_age_days": 1002 + "author_account_age_days": 1202 }, "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 399 + "author_account_age_days": 600 + }, + "https://github.com/glonlas/ComfyUI-image-profile": { + "stars": 0, + "last_update": "2026-03-06 12:24:19", + "author_account_age_days": 5261 }, "https://github.com/glowcone/comfyui-base64-to-image": { - "stars": 16, + "stars": 19, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4174 + "author_account_age_days": 4375 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4174 + "author_account_age_days": 4375 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { - "stars": 12, + "stars": 15, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2723 + "author_account_age_days": 2924 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, - "last_update": "2025-07-14 03:00:24", - "author_account_age_days": 2723 + "last_update": "2026-03-06 03:37:00", + "author_account_age_days": 2924 + }, + "https://github.com/gmorks/ComfyUI-WatchPoint": { + "stars": 1, + "last_update": "2026-01-30 06:54:01", + "author_account_age_days": 2924 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 382 + "author_account_age_days": 583 }, "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, "last_update": "2025-05-18 09:52:01", - "author_account_age_days": 2158 + "author_account_age_days": 2358 }, "https://github.com/godmt/ComfyUI-List-Utils": { - "stars": 10, + "stars": 14, "last_update": "2025-05-26 21:41:06", - "author_account_age_days": 2158 + "author_account_age_days": 2358 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2025-03-27 15:33:12", - "author_account_age_days": 3541 + "author_account_age_days": 3742 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { - "stars": 65, - "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1486 + "stars": 67, + "last_update": "2026-01-11 19:04:11", + "author_account_age_days": 1687 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { - "stars": 81, - "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1486 + "stars": 82, + "last_update": "2026-01-11 19:05:03", + "author_account_age_days": 1687 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { - "stars": 50, - "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1486 + "stars": 54, + "last_update": "2026-01-11 19:05:47", + "author_account_age_days": 1687 }, "https://github.com/gokayfem/ComfyUI-fal-API": { - "stars": 145, - "last_update": "2025-07-20 15:40:57", - "author_account_age_days": 1486 + "stars": 178, + "last_update": "2025-12-19 19:54:54", + "author_account_age_days": 1687 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 521, - "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1486 + "stars": 565, + "last_update": "2026-01-11 19:03:21", + "author_account_age_days": 1687 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { - "stars": 0, + "stars": 1, "last_update": "2025-05-25 06:15:38", - "author_account_age_days": 2004 + "author_account_age_days": 2205 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, - "last_update": "2025-05-03 20:30:02", - "author_account_age_days": 2889 + "last_update": "2025-12-31 01:27:36", + "author_account_age_days": 3090 }, "https://github.com/googincheng/ComfyUX": { - "stars": 149, + "stars": 150, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3217 + "author_account_age_days": 3418 }, "https://github.com/gorillaframeai/GF_nodes": { - "stars": 32, + "stars": 39, "last_update": "2025-04-19 15:49:54", - "author_account_age_days": 662 + "author_account_age_days": 862 }, "https://github.com/gorillaframeai/GF_translate": { - "stars": 5, + "stars": 7, "last_update": "2025-02-04 19:26:53", - "author_account_age_days": 662 + "author_account_age_days": 862 + }, + "https://github.com/gpdev-Pilcothink/comfyui_pilcothink_VisionSLM": { + "stars": 1, + "last_update": "2026-02-18 02:34:57", + "author_account_age_days": 1137 }, "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, "last_update": "2025-02-08 03:32:59", - "author_account_age_days": 4697 + "author_account_age_days": 4898 }, - "https://github.com/greengerong/ComfyUI-Lumina-Video": { - "stars": 7, - "last_update": "2025-02-23 03:01:18", - "author_account_age_days": 4697 + "https://github.com/gregory-richard/ComfyUI-WarpPipe": { + "stars": 1, + "last_update": "2026-02-15 21:36:14", + "author_account_age_days": 2732 + }, + "https://github.com/gregtee2/ComfyUI_VideoChunkTools": { + "stars": 1, + "last_update": "2026-02-23 19:56:12", + "author_account_age_days": 1060 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { - "stars": 5, + "stars": 6, "last_update": "2025-04-03 09:49:57", - "author_account_age_days": 251 + "author_account_age_days": 452 }, "https://github.com/gremlation/ComfyUI-JMESPath": { - "stars": 1, + "stars": 2, "last_update": "2025-04-03 09:50:11", - "author_account_age_days": 251 + "author_account_age_days": 452 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-04-03 09:50:20", - "author_account_age_days": 251 + "author_account_age_days": 452 }, "https://github.com/gremlation/ComfyUI-ViewData": { - "stars": 1, + "stars": 2, "last_update": "2025-04-03 09:50:28", - "author_account_age_days": 251 + "author_account_age_days": 452 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 1, "last_update": "2025-04-03 09:50:39", - "author_account_age_days": 251 + "author_account_age_days": 452 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 204, + "stars": 230, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 949 + "author_account_age_days": 1149 + }, + "https://github.com/grmchn/ComfyUI-ProportionChanger": { + "stars": 82, + "last_update": "2025-12-13 06:58:50", + "author_account_age_days": 288 + }, + "https://github.com/grovergol/comfyui-grover-nodes": { + "stars": 0, + "last_update": "2025-09-02 11:18:16", + "author_account_age_days": 2729 }, "https://github.com/gseth/ControlAltAI-Nodes": { - "stars": 152, + "stars": 190, "last_update": "2025-06-05 04:21:56", - "author_account_age_days": 4275 + "author_account_age_days": 4475 + }, + "https://github.com/gsusgg/ComfyUI_CozyGen": { + "stars": 22, + "last_update": "2025-10-17 22:36:41", + "author_account_age_days": 1248 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { - "stars": 2, + "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1584 + "author_account_age_days": 1784 }, "https://github.com/guerreiro/comfyg-switch": { - "stars": 3, - "last_update": "2025-08-24 19:23:06", - "author_account_age_days": 5469 + "stars": 5, + "last_update": "2025-08-28 22:13:10", + "author_account_age_days": 5670 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4621 + "author_account_age_days": 4822 }, "https://github.com/guill/comfyui-droopy-noodles": { - "stars": 6, - "last_update": "2025-07-26 05:48:32", - "author_account_age_days": 4621 + "stars": 15, + "last_update": "2026-03-02 08:54:21", + "author_account_age_days": 4822 + }, + "https://github.com/guill/comfyui-stegaflow": { + "stars": 0, + "last_update": "2025-09-30 06:39:36", + "author_account_age_days": 4822 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 330 + "author_account_age_days": 531 + }, + "https://github.com/guyouyue/ComfyUI_VideoAutoSplit": { + "stars": 0, + "last_update": "2025-10-20 16:08:40", + "author_account_age_days": 1071 }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, - "last_update": "2025-07-30 21:33:13", - "author_account_age_days": 4535 + "last_update": "2025-12-03 19:53:27", + "author_account_age_days": 4735 + }, + "https://github.com/hackafterdark/ComfyUI-HackAfterDark-Nodes": { + "stars": 1, + "last_update": "2025-12-14 01:34:47", + "author_account_age_days": 847 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2279 + "author_account_age_days": 2480 + }, + "https://github.com/hal-xp/halxp-comfy": { + "stars": 3, + "last_update": "2026-01-22 16:33:10", + "author_account_age_days": 3154 + }, + "https://github.com/hanL34/ComfyUI-Power-Artist-Loader": { + "stars": 11, + "last_update": "2025-11-04 08:57:24", + "author_account_age_days": 1103 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5265 + "author_account_age_days": 5466 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 2092, - "last_update": "2025-08-26 23:33:25", - "author_account_age_days": 670 + "stars": 3180, + "last_update": "2026-03-14 09:18:10", + "author_account_age_days": 871 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 534 + "author_account_age_days": 734 + }, + "https://github.com/hardik-uppal/ComfyUI-QwenVL-MultiImage": { + "stars": 3, + "last_update": "2025-10-30 23:34:18", + "author_account_age_days": 3883 + }, + "https://github.com/harishcmgit/comfyui_ds": { + "stars": 0, + "last_update": "2026-01-31 11:17:49", + "author_account_age_days": 396 }, "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 3, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 998 + "author_account_age_days": 1199 }, "https://github.com/havvk/ComfyUI_AIIA": { - "stars": 8, - "last_update": "2025-07-07 14:53:42", - "author_account_age_days": 4066 + "stars": 10, + "last_update": "2026-02-24 15:13:10", + "author_account_age_days": 4267 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5095 + "author_account_age_days": 5296 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5095 + "author_account_age_days": 5296 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5095 + "author_account_age_days": 5296 }, "https://github.com/hay86/ComfyUI_LatentSync": { - "stars": 16, + "stars": 17, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5095 + "author_account_age_days": 5296 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { - "stars": 40, + "stars": 42, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5095 + "author_account_age_days": 5296 }, "https://github.com/hay86/ComfyUI_OpenVoice": { - "stars": 18, + "stars": 20, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5095 + "author_account_age_days": 5296 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { - "stars": 199, + "stars": 206, "last_update": "2025-07-11 01:56:09", - "author_account_age_days": 2345 + "author_account_age_days": 2546 }, "https://github.com/hayde0096/Comfyui-EasySettingpipes": { - "stars": 0, - "last_update": "2025-05-31 03:51:08", - "author_account_age_days": 3155 + "stars": 2, + "last_update": "2026-01-11 16:34:55", + "author_account_age_days": 3355 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 145, - "last_update": "2025-08-22 01:20:47", - "author_account_age_days": 2365 + "stars": 185, + "last_update": "2026-02-26 07:23:45", + "author_account_age_days": 2566 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { - "stars": 5, + "stars": 7, "last_update": "2025-08-09 15:07:29", - "author_account_age_days": 776 - }, - "https://github.com/hben35096/ComfyUI-ToolBox": { - "stars": 6, - "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 776 + "author_account_age_days": 976 }, "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { - "stars": 1, + "stars": 2, "last_update": "2025-07-01 16:10:19", - "author_account_age_days": 4359 + "author_account_age_days": 4560 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, "last_update": "2025-03-31 13:30:54", - "author_account_age_days": 4592 + "author_account_age_days": 4792 }, "https://github.com/hekmon/comfyui-openai-api": { - "stars": 5, - "last_update": "2025-04-08 09:40:51", - "author_account_age_days": 4592 + "stars": 31, + "last_update": "2025-11-26 08:45:23", + "author_account_age_days": 4792 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1873, - "last_update": "2025-08-26 16:57:44", - "author_account_age_days": 3323 + "stars": 2133, + "last_update": "2026-03-08 17:40:45", + "author_account_age_days": 3524 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3323 + "author_account_age_days": 3524 + }, + "https://github.com/hetima/ComfyUI-SingleLinePicker": { + "stars": 5, + "last_update": "2026-03-14 06:11:12", + "author_account_age_days": 6333 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { - "stars": 4, - "last_update": "2025-07-07 04:30:07", - "author_account_age_days": 96 + "stars": 7, + "last_update": "2025-10-12 02:28:44", + "author_account_age_days": 297 + }, + "https://github.com/heyburns/PortraitUtils": { + "stars": 1, + "last_update": "2025-10-27 02:00:26", + "author_account_age_days": 2853 + }, + "https://github.com/heyburns/image-chooser-classic": { + "stars": 8, + "last_update": "2025-12-21 18:43:00", + "author_account_age_days": 2853 }, "https://github.com/hgabha/WWAA-CustomNodes": { - "stars": 23, - "last_update": "2025-08-09 03:46:18", - "author_account_age_days": 583 + "stars": 34, + "last_update": "2026-03-15 10:20:17", + "author_account_age_days": 784 }, "https://github.com/hhhzzyang/Comfyui_Lama": { - "stars": 55, + "stars": 56, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 935 + "author_account_age_days": 1136 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 944 + "author_account_age_days": 1145 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { - "stars": 2, + "stars": 5, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2953 + "author_account_age_days": 3154 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { - "stars": 10, + "stars": 11, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2230 + "author_account_age_days": 2431 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { - "stars": 206, + "stars": 236, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5540 + "author_account_age_days": 5741 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { - "stars": 6, + "stars": 9, "last_update": "2025-05-25 15:41:14", - "author_account_age_days": 3042 + "author_account_age_days": 3243 }, "https://github.com/hmwl/ComfyUI_zip": { - "stars": 2, + "stars": 7, "last_update": "2025-05-25 16:21:35", - "author_account_age_days": 3042 + "author_account_age_days": 3243 }, "https://github.com/hnmr293/ComfyUI-latent-ops": { "stars": 2, "last_update": "2025-04-16 08:04:59", - "author_account_age_days": 983 + "author_account_age_days": 1184 }, "https://github.com/hnmr293/comfyui-savemem": { "stars": 1, "last_update": "2025-04-15 02:10:14", - "author_account_age_days": 983 + "author_account_age_days": 1184 + }, + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe": { + "stars": 7, + "last_update": "2025-12-21 16:08:04", + "author_account_age_days": 1585 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 1, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2757 + "author_account_age_days": 2958 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 7, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 5071 + "author_account_age_days": 5272 + }, + "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm": { + "stars": 1, + "last_update": "2025-11-20 10:20:50", + "author_account_age_days": 3980 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5060 + "author_account_age_days": 5261 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5060 + "author_account_age_days": 5261 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { - "stars": 436, + "stars": 464, "last_update": "2025-06-26 07:01:15", - "author_account_age_days": 1666 + "author_account_age_days": 1867 }, "https://github.com/hubentu/ComfyUI-loras-loader": { "stars": 3, - "last_update": "2025-06-04 19:02:35", - "author_account_age_days": 3932 + "last_update": "2025-09-04 17:15:58", + "author_account_age_days": 4133 + }, + "https://github.com/hubo502/ComfyUI-Env-Loader": { + "stars": 0, + "last_update": "2025-12-07 03:39:23", + "author_account_age_days": 4527 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 628, + "stars": 646, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3304 + "author_account_age_days": 3505 + }, + "https://github.com/huchenlei/ComfyUI-execution-glow": { + "stars": 7, + "last_update": "2025-12-18 21:57:51", + "author_account_age_days": 3505 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1718, + "stars": 1766, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3304 + "author_account_age_days": 3505 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { - "stars": 109, + "stars": 146, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3304 + "author_account_age_days": 3505 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { - "stars": 69, + "stars": 80, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3304 + "author_account_age_days": 3505 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { - "stars": 140, + "stars": 154, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3304 + "author_account_age_days": 3505 }, "https://github.com/huchenlei/ComfyUI_omost": { - "stars": 450, + "stars": 446, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3304 + "author_account_age_days": 3505 + }, + "https://github.com/huchukato/ComfyUI-HuggingFace": { + "stars": 3, + "last_update": "2026-03-04 04:07:42", + "author_account_age_days": 622 + }, + "https://github.com/huchukato/ComfyUI-QwenVL-Mod": { + "stars": 28, + "last_update": "2026-03-14 01:41:25", + "author_account_age_days": 622 + }, + "https://github.com/huchukato/ComfyUI-RIFE-TensorRT-Auto": { + "stars": 2, + "last_update": "2026-03-05 06:21:53", + "author_account_age_days": 622 + }, + "https://github.com/huchukato/ComfyUI-Upscaler-TensorRT-Auto": { + "stars": 2, + "last_update": "2026-03-04 04:54:50", + "author_account_age_days": 622 + }, + "https://github.com/huchukato/comfy-tagcomplete": { + "stars": 4, + "last_update": "2026-03-05 06:06:35", + "author_account_age_days": 622 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { - "stars": 34, + "stars": 35, "last_update": "2025-07-30 15:44:50", - "author_account_age_days": 6069 + "author_account_age_days": 6269 }, "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, - "last_update": "2025-04-25 20:24:20", - "author_account_age_days": 3264 + "last_update": "2025-11-17 22:24:25", + "author_account_age_days": 3465 + }, + "https://github.com/huihuihuiz/lora_downloader": { + "stars": 1, + "last_update": "2025-12-10 04:57:14", + "author_account_age_days": 2177 + }, + "https://github.com/huihuihuiz/plugin_downloader": { + "stars": 0, + "last_update": "2025-12-24 12:09:29", + "author_account_age_days": 2177 + }, + "https://github.com/huihuihuiz/unet_downloader": { + "stars": 0, + "last_update": "2025-12-24 12:09:21", + "author_account_age_days": 2177 + }, + "https://github.com/huihuihuiz/upscaler_downloader": { + "stars": 1, + "last_update": "2025-12-24 12:09:39", + "author_account_age_days": 2177 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 0, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 263 + "author_account_age_days": 464 }, - "https://github.com/huixingyun/ComfyUI-HX-Pimg": { + "https://github.com/hujuying/ComfyUI-ModelScope-API": { + "stars": 60, + "last_update": "2025-12-31 19:32:35", + "author_account_age_days": 1406 + }, + "https://github.com/hum-ma/ComfyUI-GPUCLIP": { "stars": 0, - "last_update": "2025-08-06 01:49:49", - "author_account_age_days": 263 + "last_update": "2026-02-06 09:28:49", + "author_account_age_days": 411 + }, + "https://github.com/hum-ma/ComfyUI-TiledVaeLite": { + "stars": 4, + "last_update": "2026-02-20 17:23:29", + "author_account_age_days": 411 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1794 + "author_account_age_days": 1995 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { - "stars": 32, + "stars": 37, "last_update": "2025-05-09 10:46:42", - "author_account_age_days": 156 + "author_account_age_days": 357 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { - "stars": 64, + "stars": 66, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 868 + "author_account_age_days": 1069 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 868 + "author_account_age_days": 1069 + }, + "https://github.com/huwenkai26/comfyui-remove-text": { + "stars": 0, + "last_update": "2025-08-28 07:03:52", + "author_account_age_days": 3656 + }, + "https://github.com/huygiatrng/Facefusion_comfyui": { + "stars": 61, + "last_update": "2025-11-30 22:08:41", + "author_account_age_days": 2090 + }, + "https://github.com/huyl3-cpu/ComfyUI-PyTorch210Patcher": { + "stars": 0, + "last_update": "2026-02-01 15:04:08", + "author_account_age_days": 2262 + }, + "https://github.com/huyl3-cpu/comfyui-sortlist": { + "stars": 0, + "last_update": "2026-03-14 02:59:28", + "author_account_age_days": 2262 }, "https://github.com/hvppycoding/comfyui-json-prompt-renderer": { "stars": 0, "last_update": "2025-08-26 15:49:55", - "author_account_age_days": 1034 + "author_account_age_days": 1235 }, "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1034 + "author_account_age_days": 1235 + }, + "https://github.com/hw5511/comfyui_hf_upscaler_loader": { + "stars": 1, + "last_update": "2025-12-24 21:22:27", + "author_account_age_days": 1718 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3316 + "author_account_age_days": 3517 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { - "stars": 1, - "last_update": "2025-05-28 07:15:21", - "author_account_age_days": 1355 + "stars": 3, + "last_update": "2026-03-03 03:17:14", + "author_account_age_days": 1556 + }, + "https://github.com/hyukudan/comfyui-video-resolution": { + "stars": 0, + "last_update": "2026-01-23 20:57:19", + "author_account_age_days": 3586 }, "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": 3539 + "author_account_age_days": 3739 }, "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { - "stars": 3, + "stars": 10, "last_update": "2025-03-13 18:16:21", - "author_account_age_days": 168 + "author_account_age_days": 369 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1985 + "author_account_age_days": 2186 + }, + "https://github.com/iGavroche/ComfyUI-Ninode-Utils": { + "stars": 1, + "last_update": "2025-10-06 15:37:39", + "author_account_age_days": 1566 + }, + "https://github.com/iGavroche/rocm-ninodes": { + "stars": 26, + "last_update": "2026-03-08 15:35:10", + "author_account_age_days": 1566 }, "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { - "stars": 1, - "last_update": "2025-04-06 03:53:13", - "author_account_age_days": 4600 + "stars": 2, + "last_update": "2025-12-19 06:12:25", + "author_account_age_days": 4801 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 3, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4582 + "author_account_age_days": 4783 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, - "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4582 + "last_update": "2025-11-30 19:02:30", + "author_account_age_days": 4783 + }, + "https://github.com/ialhabbal/ComfyUI-Prompt-Verify": { + "stars": 6, + "last_update": "2025-09-17 18:53:24", + "author_account_age_days": 3649 }, "https://github.com/ialhabbal/OcclusionMask": { - "stars": 21, + "stars": 34, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3448 + "author_account_age_days": 3649 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { - "stars": 10, + "stars": 11, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2634 + "author_account_age_days": 2835 + }, + "https://github.com/icekiub-ai/ComfyUI-IcyHider": { + "stars": 29, + "last_update": "2025-12-03 23:37:30", + "author_account_age_days": 169 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4534 + "author_account_age_days": 4735 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, - "last_update": "2025-04-20 08:05:27", - "author_account_age_days": 4824 + "last_update": "2025-09-21 06:08:00", + "author_account_age_days": 5024 + }, + "https://github.com/id7238/ComfyUI-PackedPipes": { + "stars": 3, + "last_update": "2026-02-04 05:08:41", + "author_account_age_days": 81 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 222, + "stars": 258, "last_update": "2025-07-26 17:43:22", - "author_account_age_days": 3478 + "author_account_age_days": 3678 + }, + "https://github.com/idvdii/ComfyUI-DvD-LoraTriggerwordsManager": { + "stars": 7, + "last_update": "2025-11-27 06:58:09", + "author_account_age_days": 332 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 1, "last_update": "2025-03-27 13:28:10", - "author_account_age_days": 5720 + "author_account_age_days": 5920 }, "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, "last_update": "2025-03-14 13:19:03", - "author_account_age_days": 3290 + "author_account_age_days": 3491 }, "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": 3290 + "author_account_age_days": 3491 }, "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { "stars": 17, "last_update": "2025-03-14 13:27:47", - "author_account_age_days": 3290 + "author_account_age_days": 3491 }, "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": 3290 - }, - "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 673, - "last_update": "2025-08-11 13:03:16", - "author_account_age_days": 3290 + "author_account_age_days": 3491 }, "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { - "stars": 20, + "stars": 23, "last_update": "2025-03-17 08:14:01", - "author_account_age_days": 3290 + "author_account_age_days": 3491 }, "https://github.com/if-ai/ComfyUI-IF_Gemini": { - "stars": 31, - "last_update": "2025-07-06 02:33:34", - "author_account_age_days": 3290 + "stars": 67, + "last_update": "2025-09-03 12:31:44", + "author_account_age_days": 3491 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { - "stars": 137, + "stars": 150, "last_update": "2025-04-09 09:23:21", - "author_account_age_days": 3290 + "author_account_age_days": 3491 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { - "stars": 170, + "stars": 173, "last_update": "2025-03-09 09:28:07", - "author_account_age_days": 3290 + "author_account_age_days": 3491 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { - "stars": 430, + "stars": 449, "last_update": "2025-03-09 09:31:12", - "author_account_age_days": 3290 + "author_account_age_days": 3491 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { - "stars": 52, + "stars": 54, "last_update": "2025-04-02 17:19:28", - "author_account_age_days": 3290 + "author_account_age_days": 3491 }, "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { - "stars": 4, + "stars": 9, "last_update": "2025-08-25 14:42:19", - "author_account_age_days": 3290 + "author_account_age_days": 3491 }, "https://github.com/if-ai/ComfyUI-yt_dl": { "stars": 2, "last_update": "2025-08-13 14:47:44", - "author_account_age_days": 3290 + "author_account_age_days": 3491 + }, + "https://github.com/if-ai/ComfyUI_HunyuanVideoFoley": { + "stars": 164, + "last_update": "2025-09-08 20:24:15", + "author_account_age_days": 3491 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { - "stars": 9, + "stars": 15, "last_update": "2025-03-14 13:24:31", - "author_account_age_days": 3290 + "author_account_age_days": 3491 }, "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, - "last_update": "2025-04-10 09:15:08", - "author_account_age_days": 3599 + "last_update": "2025-11-01 09:00:24", + "author_account_age_days": 3800 + }, + "https://github.com/iguanesolutions/comfyui-flux-resolution": { + "stars": 4, + "last_update": "2025-11-27 14:42:19", + "author_account_age_days": 3140 + }, + "https://github.com/iguanesolutions/comfyui-ig1-tools": { + "stars": 4, + "last_update": "2025-11-27 14:42:19", + "author_account_age_days": 3140 + }, + "https://github.com/ihmily/ComfyUI-FitDiTx": { + "stars": 0, + "last_update": "2026-02-05 05:50:21", + "author_account_age_days": 1258 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { - "stars": 12, - "last_update": "2025-07-10 10:32:23", - "author_account_age_days": 1057 + "stars": 15, + "last_update": "2025-12-03 14:13:35", + "author_account_age_days": 1258 + }, + "https://github.com/ihmily/comfy-deploy": { + "stars": 1, + "last_update": "2026-03-02 10:31:24", + "author_account_age_days": 1258 + }, + "https://github.com/ihorpankin/comfyui-colorfix-v3": { + "stars": 3, + "last_update": "2026-03-13 21:53:01", + "author_account_age_days": 45 + }, + "https://github.com/ihorpankin/comfyui-ihor-resize": { + "stars": 0, + "last_update": "2026-02-28 17:37:38", + "author_account_age_days": 45 + }, + "https://github.com/ijoy222333/ComfyUI-MatAnyone2": { + "stars": 2, + "last_update": "2026-03-11 14:43:45", + "author_account_age_days": 846 }, "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, "last_update": "2025-05-02 21:45:53", - "author_account_age_days": 172 + "author_account_age_days": 372 + }, + "https://github.com/illuminatianon/comfyui-lumi-tools": { + "stars": 0, + "last_update": "2026-02-28 21:15:30", + "author_account_age_days": 372 }, "https://github.com/imb101/ComfyUI-FaceSwap": { - "stars": 35, + "stars": 39, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1317 + "author_account_age_days": 1517 }, "https://github.com/infinigence/ComfyUI-Infinigence-Nodes": { - "stars": 1, + "stars": 2, "last_update": "2025-08-25 03:41:44", - "author_account_age_days": 572 + "author_account_age_days": 773 }, "https://github.com/infinigence/ComfyUI_Model_Cache": { - "stars": 8, + "stars": 9, "last_update": "2025-03-28 02:35:14", - "author_account_age_days": 572 - }, - "https://github.com/inflamously/comfyui-prompt-enhancer": { - "stars": 0, - "last_update": "2025-06-02 22:49:50", - "author_account_age_days": 4208 + "author_account_age_days": 773 }, "https://github.com/injet-zhou/comfyui_extra_api": { - "stars": 11, + "stars": 14, "last_update": "2025-06-06 02:35:34", - "author_account_age_days": 2655 + "author_account_age_days": 2856 }, "https://github.com/inventorado/ComfyUI_NNT": { - "stars": 69, + "stars": 68, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3314 + "author_account_age_days": 3515 }, "https://github.com/irreveloper/ComfyUI-DSD": { - "stars": 41, + "stars": 42, "last_update": "2025-03-15 16:55:07", - "author_account_age_days": 4146 + "author_account_age_days": 4346 }, - "https://github.com/isaac-mcfadyen/ComfyUI-QwenClip": { - "stars": 0, - "last_update": "2025-08-27 02:22:44", - "author_account_age_days": 4265 + "https://github.com/isala404/comfy-workflow-api": { + "stars": 1, + "last_update": "2026-01-21 15:11:59", + "author_account_age_days": 3202 + }, + "https://github.com/isekai-sh/isekai-comfy-node": { + "stars": 2, + "last_update": "2026-01-09 17:58:02", + "author_account_age_days": 95 }, "https://github.com/iwanders/ComfyUI_nodes": { - "stars": 1, - "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4854 + "stars": 2, + "last_update": "2026-02-15 20:12:13", + "author_account_age_days": 5055 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2025-08-11 07:59:47", - "author_account_age_days": 411 + "author_account_age_days": 612 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { - "stars": 82, + "stars": 100, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4299 + "author_account_age_days": 4500 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { - "stars": 81, + "stars": 86, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4299 + "author_account_age_days": 4500 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 1315, - "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4299 + "stars": 1435, + "last_update": "2026-02-03 23:14:33", + "author_account_age_days": 4500 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { - "stars": 52, + "stars": 60, "last_update": "2025-08-25 12:58:44", - "author_account_age_days": 4188 + "author_account_age_days": 4389 + }, + "https://github.com/jajos12/Comfyui-WanVideo-Context": { + "stars": 2, + "last_update": "2026-01-26 00:23:11", + "author_account_age_days": 1271 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { - "stars": 105, - "last_update": "2025-08-24 14:44:01", - "author_account_age_days": 2000 + "stars": 140, + "last_update": "2026-03-10 10:27:20", + "author_account_age_days": 2201 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1405 + "author_account_age_days": 1606 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2955 + "author_account_age_days": 3156 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 125, + "stars": 183, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 2955 + "author_account_age_days": 3156 + }, + "https://github.com/jamesk9526/NoxPrompter-ComfyUI-CustomNode": { + "stars": 1, + "last_update": "2025-10-04 06:23:15", + "author_account_age_days": 1592 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { - "stars": 13, + "stars": 16, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4906 + "author_account_age_days": 5107 + }, + "https://github.com/jandan520/ComfyUI-AdvancedCameraPrompts": { + "stars": 33, + "last_update": "2025-11-12 19:23:07", + "author_account_age_days": 529 }, "https://github.com/jasonjgardner/comfui-substance-designer-integration": { - "stars": 1, + "stars": 2, "last_update": "2025-06-08 20:40:11", - "author_account_age_days": 4807 + "author_account_age_days": 5007 + }, + "https://github.com/jasonjgardner/comfyui-pixel-art-scalers": { + "stars": 0, + "last_update": "2026-01-19 15:43:23", + "author_account_age_days": 5007 + }, + "https://github.com/jav12z/ComfyUI-ToyShaders": { + "stars": 5, + "last_update": "2025-12-20 13:02:51", + "author_account_age_days": 1326 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { - "stars": 187, + "stars": 188, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 1005 + "author_account_age_days": 1206 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { - "stars": 18, + "stars": 19, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 1005 + "author_account_age_days": 1206 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 1005 + "author_account_age_days": 1206 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { - "stars": 188, + "stars": 186, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 1005 + "author_account_age_days": 1206 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 1005 + "author_account_age_days": 1206 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 1005 + "author_account_age_days": 1206 + }, + "https://github.com/jchiotaka/comfyui-tile-calculator": { + "stars": 0, + "last_update": "2026-01-08 18:35:49", + "author_account_age_days": 5245 + }, + "https://github.com/jeankassio/ComfyUI_MusicTools": { + "stars": 125, + "last_update": "2025-12-09 11:04:57", + "author_account_age_days": 3275 + }, + "https://github.com/jeankassio/JK-AceStep-Nodes": { + "stars": 19, + "last_update": "2025-12-12 22:23:08", + "author_account_age_days": 3275 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4899 + "author_account_age_days": 5100 }, "https://github.com/jeffy5/comfyui-faceless-node": { - "stars": 53, + "stars": 58, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3359 + "author_account_age_days": 3560 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { - "stars": 4, + "stars": 3, "last_update": "2025-03-10 16:33:16", - "author_account_age_days": 195 + "author_account_age_days": 396 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { - "stars": 2, + "stars": 4, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4360 + "author_account_age_days": 4561 }, "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { "stars": 1, "last_update": "2025-04-09 19:31:50", - "author_account_age_days": 2762 + "author_account_age_days": 2962 }, "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { "stars": 1, "last_update": "2025-04-07 15:01:04", - "author_account_age_days": 2762 + "author_account_age_days": 2962 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { - "stars": 150, + "stars": 153, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4080 + "author_account_age_days": 4281 + }, + "https://github.com/jessesep/SimpleVariables": { + "stars": 0, + "last_update": "2025-12-05 01:30:24", + "author_account_age_days": 2875 + }, + "https://github.com/jfcantu/ComfyUI-AutoNotes": { + "stars": 11, + "last_update": "2025-12-16 06:12:41", + "author_account_age_days": 2616 + }, + "https://github.com/jfcantu/ComfyUI-Prompt-Companion": { + "stars": 8, + "last_update": "2025-09-28 22:27:53", + "author_account_age_days": 2616 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { - "stars": 55, + "stars": 56, "last_update": "2025-02-03 04:53:25", - "author_account_age_days": 1327 + "author_account_age_days": 1528 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { - "stars": 4, + "stars": 5, "last_update": "2025-02-04 14:15:08", - "author_account_age_days": 1327 + "author_account_age_days": 1528 }, "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, "last_update": "2025-08-01 08:05:58", - "author_account_age_days": 2641 + "author_account_age_days": 2842 }, "https://github.com/jialuw0830/flux_api_comfyui_plugin": { "stars": 0, - "last_update": "2025-08-26 13:07:26", - "author_account_age_days": 269 + "last_update": "2025-09-04 12:42:43", + "author_account_age_days": 470 + }, + "https://github.com/jianglinbin/ComfyUI-AnglesSelect": { + "stars": 1, + "last_update": "2026-01-12 01:33:50", + "author_account_age_days": 185 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { - "stars": 22, + "stars": 23, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3465 + "author_account_age_days": 3666 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { - "stars": 14, - "last_update": "2025-07-03 08:39:45", - "author_account_age_days": 3558 + "stars": 17, + "last_update": "2026-01-23 13:22:02", + "author_account_age_days": 3758 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { - "stars": 287, + "stars": 283, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1714 + "author_account_age_days": 1915 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { - "stars": 0, + "stars": 2, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 5005 + "author_account_age_days": 5206 }, "https://github.com/jinchanz/ComfyUI-ADIC": { - "stars": 2, - "last_update": "2025-07-01 11:35:14", - "author_account_age_days": 2493 + "stars": 5, + "last_update": "2026-02-05 03:30:18", + "author_account_age_days": 2694 }, "https://github.com/jitcoder/lora-info": { - "stars": 106, + "stars": 114, "last_update": "2025-05-15 07:25:46", - "author_account_age_days": 4469 + "author_account_age_days": 4669 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { - "stars": 28, + "stars": 42, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4077 + "author_account_age_days": 4278 }, "https://github.com/jkrauss82/ultools-comfyui": { - "stars": 8, - "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4640 + "stars": 9, + "last_update": "2026-02-01 18:11:02", + "author_account_age_days": 4841 + }, + "https://github.com/jluo-github/comfyui-auto-size": { + "stars": 0, + "last_update": "2026-02-27 04:52:00", + "author_account_age_days": 1904 + }, + "https://github.com/jluo-github/comfyui-ollama-image-to-prompt": { + "stars": 0, + "last_update": "2026-03-06 05:35:23", + "author_account_age_days": 1904 }, "https://github.com/jmkl/ComfyUI-ricing": { - "stars": 10, + "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5025 + "author_account_age_days": 5226 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4412 + "author_account_age_days": 4613 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { - "stars": 4, - "last_update": "2025-04-27 12:08:27", - "author_account_age_days": 767 + "stars": 18, + "last_update": "2026-03-15 10:40:54", + "author_account_age_days": 967 + }, + "https://github.com/jo-nike/ComfyUI-SopranoTTS": { + "stars": 1, + "last_update": "2025-12-30 05:43:42", + "author_account_age_days": 4171 }, "https://github.com/joanna910225/comfyui-housekeeper": { - "stars": 0, - "last_update": "2025-08-26 16:48:32", - "author_account_age_days": 4047 + "stars": 22, + "last_update": "2025-12-02 06:51:44", + "author_account_age_days": 4248 + }, + "https://github.com/joe002/comfyui-conduit-optimizer": { + "stars": 1, + "last_update": "2026-01-14 19:19:39", + "author_account_age_days": 4494 + }, + "https://github.com/joe002/comfyui-deterministic-nodes": { + "stars": 1, + "last_update": "2026-01-14 21:12:09", + "author_account_age_days": 4494 + }, + "https://github.com/joe002/comfyui-rtx4090-nodes": { + "stars": 2, + "last_update": "2026-01-14 19:17:15", + "author_account_age_days": 4494 }, "https://github.com/joeriben/ai4artsed_comfyui_nodes": { - "stars": 0, - "last_update": "2025-07-16 22:22:32", - "author_account_age_days": 4175 + "stars": 1, + "last_update": "2026-01-20 17:12:40", + "author_account_age_days": 4376 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 620, + "stars": 717, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 636 + "author_account_age_days": 837 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { - "stars": 138, + "stars": 142, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5226 + "author_account_age_days": 5427 + }, + "https://github.com/jomakaze/ComfyUI_JomaNodes": { + "stars": 2, + "last_update": "2025-12-05 07:33:50", + "author_account_age_days": 2890 + }, + "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization": { + "stars": 15, + "last_update": "2025-11-21 15:27:33", + "author_account_age_days": 1231 + }, + "https://github.com/jonstreeter/comfyui-Lora-Tag-Power-Loader": { + "stars": 0, + "last_update": "2025-12-18 13:55:23", + "author_account_age_days": 1231 + }, + "https://github.com/jonstreeter/comfyui-compressed-metadata": { + "stars": 0, + "last_update": "2025-10-12 19:25:48", + "author_account_age_days": 1231 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { - "stars": 2, + "stars": 6, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 694 + "author_account_age_days": 895 }, "https://github.com/jordoh/ComfyUI-Deepface": { - "stars": 30, - "last_update": "2025-05-27 18:09:06", - "author_account_age_days": 5422 + "stars": 36, + "last_update": "2026-02-01 17:16:52", + "author_account_age_days": 5622 }, "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { - "stars": 0, + "stars": 1, "last_update": "2025-03-09 18:58:09", - "author_account_age_days": 4542 + "author_account_age_days": 4742 }, "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { "stars": 0, "last_update": "2025-03-18 03:15:42", - "author_account_age_days": 4542 + "author_account_age_days": 4742 + }, + "https://github.com/joyboy123456/-ComfyUI-GoogleAIStudio": { + "stars": 0, + "last_update": "2025-09-18 16:37:02", + "author_account_age_days": 894 }, "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, "last_update": "2025-05-19 02:28:44", - "author_account_age_days": 469 + "author_account_age_days": 670 }, "https://github.com/jqy-yo/comfyui-gemini-nodes": { + "stars": 6, + "last_update": "2025-10-10 09:41:20", + "author_account_age_days": 670 + }, + "https://github.com/jrabek/BokehDiffusionComfyUI": { "stars": 1, - "last_update": "2025-08-25 07:24:47", - "author_account_age_days": 469 + "last_update": "2025-11-27 18:58:43", + "author_account_age_days": 5183 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { - "stars": 10, + "stars": 14, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 1117 + "author_account_age_days": 1318 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2292 + "author_account_age_days": 2493 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4358 + "author_account_age_days": 4559 }, "https://github.com/jtrue/ComfyUI-Rect": { - "stars": 0, + "stars": 3, "last_update": "2025-08-24 04:20:24", - "author_account_age_days": 4358 + "author_account_age_days": 4559 }, "https://github.com/jtrue/ComfyUI-WordEmbeddings": { - "stars": 0, + "stars": 1, "last_update": "2025-08-22 05:30:24", - "author_account_age_days": 4358 + "author_account_age_days": 4559 + }, + "https://github.com/jtydhr88/ComfyUI-AudioMass": { + "stars": 29, + "last_update": "2026-02-06 18:35:10", + "author_account_age_days": 5382 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { - "stars": 29, + "stars": 33, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5181 + "author_account_age_days": 5382 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { - "stars": 100, + "stars": 110, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5181 + "author_account_age_days": 5382 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { - "stars": 79, - "last_update": "2025-08-18 12:23:20", - "author_account_age_days": 5181 + "stars": 153, + "last_update": "2025-12-01 18:41:51", + "author_account_age_days": 5382 + }, + "https://github.com/jtydhr88/ComfyUI-StableStudio": { + "stars": 22, + "last_update": "2025-08-15 00:06:43", + "author_account_age_days": 5382 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { - "stars": 34, + "stars": 48, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5181 + "author_account_age_days": 5382 + }, + "https://github.com/jtydhr88/ComfyUI-qwenmultiangle": { + "stars": 1000, + "last_update": "2026-03-04 14:41:45", + "author_account_age_days": 5382 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { - "stars": 5, - "last_update": "2025-08-02 09:30:48", - "author_account_age_days": 1539 + "stars": 7, + "last_update": "2026-01-06 00:31:29", + "author_account_age_days": 1739 }, "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { - "stars": 19, + "stars": 20, "last_update": "2025-05-05 02:46:31", - "author_account_age_days": 2274 + "author_account_age_days": 2474 }, "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": 2274 + "author_account_age_days": 2475 + }, + "https://github.com/judian17/ComfyUI-SRT-subtitles-VoxCPM": { + "stars": 5, + "last_update": "2025-11-19 17:19:47", + "author_account_age_days": 2475 }, "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, "last_update": "2025-06-10 14:12:16", - "author_account_age_days": 2274 + "author_account_age_days": 2474 }, "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { - "stars": 50, - "last_update": "2025-08-02 00:58:09", - "author_account_age_days": 2274 + "stars": 58, + "last_update": "2025-10-26 21:23:07", + "author_account_age_days": 2474 + }, + "https://github.com/judian17/ComfyUI-multiple-inputs": { + "stars": 5, + "last_update": "2025-11-26 17:17:01", + "author_account_age_days": 2475 }, "https://github.com/judian17/ComfyUI_ZIM": { - "stars": 8, + "stars": 9, "last_update": "2025-05-14 11:32:06", - "author_account_age_days": 2274 - }, - "https://github.com/juehackr/comfyui_fk_server": { - "stars": 454, - "last_update": "2025-07-18 01:11:54", - "author_account_age_days": 1540 + "author_account_age_days": 2474 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { - "stars": 1, - "last_update": "2025-08-26 15:01:59", - "author_account_age_days": 178 + "stars": 2, + "last_update": "2025-10-01 02:59:34", + "author_account_age_days": 379 }, "https://github.com/jupo-ai/comfy-ex-tagcomplete": { - "stars": 15, - "last_update": "2025-08-19 02:40:30", - "author_account_age_days": 178 + "stars": 31, + "last_update": "2025-09-21 06:59:59", + "author_account_age_days": 379 }, "https://github.com/jupo-ai/comfy-join-prompt": { - "stars": 1, - "last_update": "2025-08-26 15:12:40", - "author_account_age_days": 178 + "stars": 2, + "last_update": "2025-10-01 03:36:40", + "author_account_age_days": 379 }, "https://github.com/jupo-ai/comfy-linear-move": { "stars": 1, "last_update": "2025-08-21 16:31:49", - "author_account_age_days": 178 + "author_account_age_days": 379 }, "https://github.com/jupo-ai/comfy-preview-model": { - "stars": 0, + "stars": 1, "last_update": "2025-08-21 16:38:28", - "author_account_age_days": 178 + "author_account_age_days": 379 }, "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 95 + "author_account_age_days": 295 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 95 + "author_account_age_days": 295 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 340 + "author_account_age_days": 540 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 422, + "stars": 516, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3217 + "author_account_age_days": 3418 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, "last_update": "2025-03-05 18:27:37", - "author_account_age_days": 3135 + "author_account_age_days": 3335 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3903 + "author_account_age_days": 4104 }, "https://github.com/ka-puna/comfyui-yanc": { - "stars": 10, - "last_update": "2025-05-25 20:41:57", - "author_account_age_days": 2635 + "stars": 12, + "last_update": "2025-09-07 18:29:10", + "author_account_age_days": 2836 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { - "stars": 5, + "stars": 6, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1695 + "author_account_age_days": 1896 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { - "stars": 4, + "stars": 6, "last_update": "2025-07-03 21:07:05", - "author_account_age_days": 155 + "author_account_age_days": 355 + }, + "https://github.com/kadevin/ComfyUI-Active-Node-Highlighter": { + "stars": 0, + "last_update": "2026-02-03 23:54:04", + "author_account_age_days": 5061 + }, + "https://github.com/kadima-tech/comfyui-draggen": { + "stars": 0, + "last_update": "2026-02-17 03:03:07", + "author_account_age_days": 3439 }, "https://github.com/kadirnar/ComfyUI-Transformers": { - "stars": 21, - "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2758 + "stars": 24, + "last_update": "2026-02-08 18:26:13", + "author_account_age_days": 2958 }, "https://github.com/kadirnar/ComfyUI-YOLO": { - "stars": 94, - "last_update": "2025-07-10 23:18:08", - "author_account_age_days": 2758 + "stars": 118, + "last_update": "2026-02-10 14:34:27", + "author_account_age_days": 2958 }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { - "stars": 3, + "stars": 9, "last_update": "2025-08-20 00:08:16", - "author_account_age_days": 3076 + "author_account_age_days": 3276 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { - "stars": 627, + "stars": 652, "last_update": "2025-04-19 10:24:42", - "author_account_age_days": 5110 + "author_account_age_days": 5310 }, "https://github.com/kaipard/comfyui-auto-latent-size": { - "stars": 0, + "stars": 1, "last_update": "2025-07-04 10:06:08", - "author_account_age_days": 2857 + "author_account_age_days": 3058 + }, + "https://github.com/kakachiex2/comfyui-ltx2-efficient": { + "stars": 8, + "last_update": "2026-01-29 16:14:12", + "author_account_age_days": 5045 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2040 + "author_account_age_days": 2241 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { - "stars": 19, + "stars": 21, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2040 + "author_account_age_days": 2241 }, "https://github.com/kale4eat/ComfyUI-string-util": { - "stars": 4, + "stars": 6, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2040 + "author_account_age_days": 2241 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2040 + "author_account_age_days": 2241 }, "https://github.com/kambara/ComfyUI-PromptPalette": { - "stars": 6, - "last_update": "2025-06-27 14:20:13", - "author_account_age_days": 5963 + "stars": 24, + "last_update": "2026-01-25 09:40:58", + "author_account_age_days": 6164 + }, + "https://github.com/kana112233/ComfyUI-kaola-ace-step": { + "stars": 15, + "last_update": "2026-02-22 08:13:22", + "author_account_age_days": 3951 }, "https://github.com/kanibus/kanibus": { - "stars": 3, + "stars": 5, "last_update": "2025-08-04 04:27:56", - "author_account_age_days": 965 + "author_account_age_days": 1166 + }, + "https://github.com/kantan-kanto/ComfyUI-LLM-Session": { + "stars": 6, + "last_update": "2026-03-12 16:58:39", + "author_account_age_days": 2611 + }, + "https://github.com/kantan-kanto/ComfyUI-MultiModal-Prompt-Nodes": { + "stars": 4, + "last_update": "2026-03-15 07:55:29", + "author_account_age_days": 2611 }, "https://github.com/kantsche/ComfyUI-MixMod": { - "stars": 26, - "last_update": "2025-07-17 17:24:19", - "author_account_age_days": 4314 + "stars": 30, + "last_update": "2025-10-05 05:29:47", + "author_account_age_days": 4514 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1939 + "author_account_age_days": 2140 }, "https://github.com/karas17/ComfyUI-Camera-Watermark": { - "stars": 9, - "last_update": "2025-08-13 04:54:56", - "author_account_age_days": 3085 + "stars": 12, + "last_update": "2025-11-07 17:29:28", + "author_account_age_days": 3286 + }, + "https://github.com/karas17/comfyui_GLM_TTS": { + "stars": 3, + "last_update": "2025-12-24 03:07:01", + "author_account_age_days": 3286 }, "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 1, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 624 + "author_account_age_days": 825 + }, + "https://github.com/karthikg-09/ComfyUI-WanVideoAutoResize": { + "stars": 3, + "last_update": "2025-11-02 13:46:51", + "author_account_age_days": 825 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 3090 + "author_account_age_days": 3290 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { - "stars": 3, + "stars": 5, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 1182 + "author_account_age_days": 1382 + }, + "https://github.com/kaushiknishchay/ComfyUI-Qwen3-ASR": { + "stars": 11, + "last_update": "2026-03-05 19:00:05", + "author_account_age_days": 3778 + }, + "https://github.com/kayorlian/ComfyuiSmartColorMatch": { + "stars": 1, + "last_update": "2026-03-15 02:26:39", + "author_account_age_days": 1119 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 1, "last_update": "2025-04-05 12:52:40", - "author_account_age_days": 1156 + "author_account_age_days": 1357 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4556 + "author_account_age_days": 4757 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4556 + "author_account_age_days": 4757 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { - "stars": 175, + "stars": 179, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4556 + "author_account_age_days": 4757 + }, + "https://github.com/keghoang/ComfyUI-Charon": { + "stars": 0, + "last_update": "2025-11-24 19:00:49", + "author_account_age_days": 3673 }, "https://github.com/keit0728/ComfyUI-Image-Toolkit": { - "stars": 1, + "stars": 3, "last_update": "2025-05-30 06:46:47", - "author_account_age_days": 3417 + "author_account_age_days": 3617 }, "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3417 + "author_account_age_days": 3617 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 1, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3417 + "author_account_age_days": 3617 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { - "stars": 51, + "stars": 70, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5317 + "author_account_age_days": 5518 }, - "https://github.com/kevin314/ComfyUI-FastVideo": { - "stars": 4, - "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2561 + "https://github.com/ketle-man/comfyui-2dpose-editor": { + "stars": 0, + "last_update": "2026-03-15 07:11:26", + "author_account_age_days": 840 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, "last_update": "2025-02-19 06:55:25", - "author_account_age_days": 1182 + "author_account_age_days": 1382 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 2, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 1182 + "author_account_age_days": 1382 }, "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1387 + "author_account_age_days": 1588 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { - "stars": 1, - "last_update": "2025-08-07 02:53:48", - "author_account_age_days": 4374 + "stars": 5, + "last_update": "2025-08-31 18:49:44", + "author_account_age_days": 4575 + }, + "https://github.com/kianthos/Earthbound---All-in-one-ComfyUI-Node": { + "stars": 0, + "last_update": "2026-01-21 14:48:25", + "author_account_age_days": 452 + }, + "https://github.com/kianxyzw/comfyui-model-linker": { + "stars": 61, + "last_update": "2026-01-19 00:35:34", + "author_account_age_days": 1502 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { - "stars": 177, + "stars": 188, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { - "stars": 72, + "stars": 77, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { - "stars": 147, + "stars": 150, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-CCSR": { - "stars": 238, + "stars": 241, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1519, + "stars": 1544, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { - "stars": 188, + "stars": 190, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-DDColor": { - "stars": 155, + "stars": 162, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 348, - "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2611 + "stars": 397, + "last_update": "2026-03-06 16:38:50", + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { - "stars": 73, + "stars": 72, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 677, + "stars": 681, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { - "stars": 116, + "stars": 113, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 1400, - "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2611 + "stars": 1635, + "last_update": "2026-03-12 16:23:06", + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 1013, + "stars": 1119, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 355, + "stars": 454, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-Geowizard": { - "stars": 124, + "stars": 126, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2525, + "stars": 2588, "last_update": "2025-08-20 08:38:14", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 1089, + "stars": 1140, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1674, - "last_update": "2025-08-23 13:21:33", - "author_account_age_days": 2611 + "stars": 2404, + "last_update": "2026-03-14 15:50:36", + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { - "stars": 598, + "stars": 597, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { - "stars": 235, + "stars": 248, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { - "stars": 85, - "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2611 + "stars": 101, + "last_update": "2026-01-12 19:20:52", + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { - "stars": 62, + "stars": 61, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 2053, + "stars": 2136, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-Lotus": { - "stars": 143, - "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2611 + "stars": 162, + "last_update": "2025-11-04 16:36:47", + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 195, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 551, + "stars": 569, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-MelBandRoFormer": { - "stars": 30, - "last_update": "2025-08-26 08:29:25", - "author_account_age_days": 2611 + "stars": 162, + "last_update": "2026-01-30 22:11:18", + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 504, + "stars": 518, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-MoGe": { - "stars": 51, + "stars": 52, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { - "stars": 43, + "stars": 44, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 367, + "stars": 368, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2611 + "author_account_age_days": 2812 + }, + "https://github.com/kijai/ComfyUI-SCAIL-Pose": { + "stars": 289, + "last_update": "2025-12-24 16:55:33", + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 2067, - "last_update": "2025-06-07 09:17:40", - "author_account_age_days": 2611 + "stars": 2236, + "last_update": "2026-02-04 14:55:15", + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-SVD": { - "stars": 163, + "stars": 167, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { - "stars": 59, + "stars": 64, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 4183, - "last_update": "2025-08-26 23:25:41", - "author_account_age_days": 2611 + "stars": 6172, + "last_update": "2026-02-22 13:18:05", + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-depth-fm": { - "stars": 83, + "stars": 88, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-moondream": { - "stars": 107, + "stars": 110, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2611 + "author_account_age_days": 2812 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 1023, - "last_update": "2025-03-19 09:40:37", - "author_account_age_days": 2611 + "stars": 1181, + "last_update": "2025-09-28 08:35:30", + "author_account_age_days": 2812 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { - "stars": 18, - "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 285 + "stars": 23, + "last_update": "2026-02-20 14:00:32", + "author_account_age_days": 485 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { - "stars": 28, + "stars": 30, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 897 + "author_account_age_days": 1097 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { - "stars": 30, + "stars": 28, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 897 + "author_account_age_days": 1097 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 8, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 897 + "author_account_age_days": 1097 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { - "stars": 58, + "stars": 60, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 897 + "author_account_age_days": 1097 + }, + "https://github.com/kishida/comfyui-text-renderer": { + "stars": 1, + "last_update": "2026-01-09 06:23:01", + "author_account_age_days": 5241 + }, + "https://github.com/kj863257/ComfyUI_RC_Image_Compositor": { + "stars": 14, + "last_update": "2025-11-16 06:39:09", + "author_account_age_days": 3772 + }, + "https://github.com/kjqwer/SmartSaveImage": { + "stars": 1, + "last_update": "2025-11-21 07:32:18", + "author_account_age_days": 824 }, "https://github.com/kk8bit/KayTool": { - "stars": 202, + "stars": 334, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 785 + "author_account_age_days": 986 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, - "last_update": "2025-07-23 07:13:16", - "author_account_age_days": 854 + "last_update": "2025-12-07 05:28:22", + "author_account_age_days": 1054 }, "https://github.com/kmlbdh/ComfyUI-kmlbdh-VideoCombine": { - "stars": 0, - "last_update": "2025-08-25 22:55:23", - "author_account_age_days": 3606 + "stars": 3, + "last_update": "2025-09-13 14:47:17", + "author_account_age_days": 3807 }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { - "stars": 2, + "stars": 8, "last_update": "2025-08-07 12:47:42", - "author_account_age_days": 3606 + "author_account_age_days": 3807 + }, + "https://github.com/knishika62/ComfyUI-DualLoraStack": { + "stars": 0, + "last_update": "2026-02-01 23:08:58", + "author_account_age_days": 1399 + }, + "https://github.com/knishika62/ComfyUI-LyricForge": { + "stars": 13, + "last_update": "2026-02-04 04:46:20", + "author_account_age_days": 1399 + }, + "https://github.com/knishika62/ComfyUI-TextGenerateGemma3Prompt": { + "stars": 6, + "last_update": "2026-03-11 00:06:11", + "author_account_age_days": 1399 + }, + "https://github.com/knishika62/ComfyUI-TextGenerateQwen3Prompt": { + "stars": 3, + "last_update": "2026-03-12 07:43:25", + "author_account_age_days": 1399 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 628 + "author_account_age_days": 829 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, - "last_update": "2025-06-26 15:37:57", - "author_account_age_days": 3320 + "last_update": "2025-09-19 10:01:44", + "author_account_age_days": 3520 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { - "stars": 199, + "stars": 210, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2237 + "author_account_age_days": 2438 + }, + "https://github.com/koirpraw/ComfyUI-GCP-storage-decouple": { + "stars": 1, + "last_update": "2025-10-27 19:59:19", + "author_account_age_days": 4354 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 1011 + "author_account_age_days": 1212 }, "https://github.com/komojini/komojini-comfyui-nodes": { - "stars": 76, + "stars": 78, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 1011 + "author_account_age_days": 1212 }, "https://github.com/kostenickj/jk-comfyui-helpers": { - "stars": 6, + "stars": 8, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3477 + "author_account_age_days": 3678 + }, + "https://github.com/kplkasteel/ComfyUI-SubstringExtractor": { + "stars": 0, + "last_update": "2026-01-02 18:57:10", + "author_account_age_days": 3080 }, "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, "last_update": "2025-08-06 07:23:01", - "author_account_age_days": 71 + "author_account_age_days": 272 }, "https://github.com/kraglik/prompt_collapse": { "stars": 5, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2886 + "author_account_age_days": 3086 }, "https://github.com/krakenunbound/ComfyUI-KrakenTools": { + "stars": 3, + "last_update": "2025-12-07 18:32:43", + "author_account_age_days": 207 + }, + "https://github.com/krakenunbound/comfyui-kraken-tools": { + "stars": 1, + "last_update": "2026-01-06 21:06:17", + "author_account_age_days": 207 + }, + "https://github.com/krakenunbound/kraken-discord-bot": { + "stars": 1, + "last_update": "2025-12-10 20:36:38", + "author_account_age_days": 207 + }, + "https://github.com/kreonxv/ComfyUI-ForgeAPI": { "stars": 0, - "last_update": "2025-08-25 21:17:49", - "author_account_age_days": 7 + "last_update": "2026-02-03 09:44:07", + "author_account_age_days": 67 + }, + "https://github.com/kreonxv/ComfyUI-GroupBypasser": { + "stars": 0, + "last_update": "2026-02-03 11:00:11", + "author_account_age_days": 67 + }, + "https://github.com/kreonxv/ComfyUI-Infinity-Canvas": { + "stars": 0, + "last_update": "2026-02-03 11:03:29", + "author_account_age_days": 67 + }, + "https://github.com/kreonxv/ComfyUI-LoraControls": { + "stars": 0, + "last_update": "2026-02-03 09:38:58", + "author_account_age_days": 67 + }, + "https://github.com/kreonxv/ComfyUI-T2I_StyleApply": { + "stars": 0, + "last_update": "2026-02-03 10:59:42", + "author_account_age_days": 67 + }, + "https://github.com/kreonxv/ComfyUI-Whiteboard": { + "stars": 0, + "last_update": "2026-02-03 10:58:38", + "author_account_age_days": 67 }, "https://github.com/krigeta/qwen-image-controlnets-comfyui": { "stars": 2, "last_update": "2025-08-17 11:09:39", - "author_account_age_days": 1729 + "author_account_age_days": 1930 }, "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", - "author_account_age_days": 2707 + "author_account_age_days": 2908 }, "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, "last_update": "2025-03-29 18:28:47", - "author_account_age_days": 1995 + "author_account_age_days": 2196 }, "https://github.com/kungful/ComfyUI_to_webui": { - "stars": 16, - "last_update": "2025-07-02 09:38:43", - "author_account_age_days": 1551 + "stars": 24, + "last_update": "2026-01-09 09:39:55", + "author_account_age_days": 1752 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2948 + "author_account_age_days": 3149 + }, + "https://github.com/kursopiko/jan-prompt-presets": { + "stars": 0, + "last_update": "2026-03-08 02:53:52", + "author_account_age_days": 2126 }, "https://github.com/kusurin/ComfyUI-chronophotography": { "stars": 0, "last_update": "2025-08-16 15:11:58", - "author_account_age_days": 1046 + "author_account_age_days": 1247 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1036 + "author_account_age_days": 1236 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { - "stars": 1, - "last_update": "2025-08-26 20:48:59", - "author_account_age_days": 1369 + "stars": 2, + "last_update": "2025-08-27 13:47:53", + "author_account_age_days": 1569 }, "https://github.com/l-comm/WatermarkRemoval": { - "stars": 4, + "stars": 6, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 239 + "author_account_age_days": 440 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1595 + "author_account_age_days": 1796 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { - "stars": 2, - "last_update": "2025-08-22 09:19:43", - "author_account_age_days": 2085 + "stars": 3, + "last_update": "2026-03-10 03:55:11", + "author_account_age_days": 2286 + }, + "https://github.com/lakkiy/ComfyUI-RWImageS3": { + "stars": 1, + "last_update": "2026-03-06 02:48:33", + "author_account_age_days": 3373 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { - "stars": 7, + "stars": 9, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3259 + "author_account_age_days": 3460 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { "stars": 6, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3259 + "author_account_age_days": 3460 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3259 + "author_account_age_days": 3460 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3259 + "author_account_age_days": 3460 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3259 + "author_account_age_days": 3460 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { - "stars": 79, + "stars": 92, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3259 + "author_account_age_days": 3460 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3259 + "author_account_age_days": 3460 + }, + "https://github.com/laolaoruqin/ComfyUI-SimpleWatermarkRemover": { + "stars": 0, + "last_update": "2026-03-05 06:59:15", + "author_account_age_days": 3376 + }, + "https://github.com/laolaoruqin/ComfyUI-free-drag-crop": { + "stars": 0, + "last_update": "2026-02-27 12:29:13", + "author_account_age_days": 3376 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { - "stars": 52, - "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3504 + "stars": 70, + "last_update": "2026-01-01 18:51:41", + "author_account_age_days": 3705 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, - "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 579 + "last_update": "2026-03-15 00:08:39", + "author_account_age_days": 779 + }, + "https://github.com/latentastronaut/comfyui-latent-astronaut-suite": { + "stars": 1, + "last_update": "2026-01-19 03:58:23", + "author_account_age_days": 71 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { - "stars": 10, - "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2710 + "stars": 12, + "last_update": "2025-10-30 23:21:11", + "author_account_age_days": 2910 }, "https://github.com/lazniak/LiquidTime-Interpolation": { - "stars": 12, + "stars": 13, "last_update": "2025-04-03 11:42:12", - "author_account_age_days": 2710 + "author_account_age_days": 2910 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 3, "last_update": "2025-04-03 11:46:29", - "author_account_age_days": 2710 + "author_account_age_days": 2910 + }, + "https://github.com/lazyq666/gemini-3-simply-comfyui": { + "stars": 3, + "last_update": "2026-03-13 06:44:00", + "author_account_age_days": 1202 }, "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1404 + "author_account_age_days": 1605 }, "https://github.com/lceric/comfyui-gpt-image": { - "stars": 9, + "stars": 10, "last_update": "2025-05-19 10:49:30", - "author_account_age_days": 3138 + "author_account_age_days": 3339 + }, + "https://github.com/leafiy/comfyui_psd_smart_object": { + "stars": 0, + "last_update": "2025-11-11 02:18:19", + "author_account_age_days": 5379 }, "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { "stars": 2, "last_update": "2025-06-06 04:07:48", - "author_account_age_days": 3945 + "author_account_age_days": 4146 }, "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, "last_update": "2025-03-13 16:11:50", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_ChatGen": { "stars": 2, "last_update": "2025-03-13 16:24:46", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_Cogview4": { "stars": 2, "last_update": "2025-03-13 15:58:44", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 3, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { "stars": 0, "last_update": "2025-03-13 16:32:16", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { "stars": 4, "last_update": "2025-03-15 07:37:50", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { "stars": 3, "last_update": "2025-03-02 07:32:55", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { "stars": 17, "last_update": "2025-03-17 01:07:01", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_Gemma3": { - "stars": 8, - "last_update": "2025-03-25 14:45:01", - "author_account_age_days": 3222 + "stars": 10, + "last_update": "2025-09-06 08:35:54", + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 13, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 12, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 3, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_QWQ32B": { "stars": 2, "last_update": "2025-03-15 17:19:23", - "author_account_age_days": 3222 + "author_account_age_days": 3423 + }, + "https://github.com/leeguandong/ComfyUI_Qwen3Omni": { + "stars": 2, + "last_update": "2025-10-07 15:35:51", + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 5, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 4, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3222 + "author_account_age_days": 3423 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3222 + "author_account_age_days": 3423 + }, + "https://github.com/leeooo001/comfyui-Hunyuan-PromptEnhancer": { + "stars": 13, + "last_update": "2025-10-10 19:01:40", + "author_account_age_days": 2367 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4207 + "author_account_age_days": 4408 + }, + "https://github.com/leewinder/comfyui-crop-to-center": { + "stars": 0, + "last_update": "2025-10-13 16:41:33", + "author_account_age_days": 5080 + }, + "https://github.com/leewinder/comfyui-mureka-api": { + "stars": 1, + "last_update": "2025-10-24 08:50:08", + "author_account_age_days": 5080 + }, + "https://github.com/lenML/comfyui_qwen_image_edit_adv": { + "stars": 34, + "last_update": "2025-12-02 11:12:18", + "author_account_age_days": 813 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { - "stars": 15, + "stars": 16, "last_update": "2025-07-16 21:04:06", - "author_account_age_days": 3925 + "author_account_age_days": 4125 }, "https://github.com/leoleelxh/Comfy-Topaz-Photo": { - "stars": 16, + "stars": 17, "last_update": "2025-05-24 05:47:40", - "author_account_age_days": 4503 + "author_account_age_days": 4704 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { - "stars": 50, + "stars": 54, "last_update": "2025-06-17 13:52:33", - "author_account_age_days": 4503 + "author_account_age_days": 4704 }, "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 848 + "author_account_age_days": 1049 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, "last_update": "2025-05-24 16:11:50", - "author_account_age_days": 2298 + "author_account_age_days": 2499 }, "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, - "last_update": "2025-08-02 02:13:14", - "author_account_age_days": 4733 + "last_update": "2025-10-30 08:08:13", + "author_account_age_days": 4934 }, "https://github.com/lerignoux/ComfyUI-Stable3DGen": { - "stars": 2, - "last_update": "2025-08-05 05:47:02", - "author_account_age_days": 4733 + "stars": 3, + "last_update": "2025-09-23 15:24:40", + "author_account_age_days": 4934 + }, + "https://github.com/levzzz5154/ComfyUI-Sampler-Adaptive": { + "stars": 7, + "last_update": "2026-02-19 21:01:13", + "author_account_age_days": 1732 + }, + "https://github.com/leylahkrell/ComfyUI-Violet-Tools": { + "stars": 13, + "last_update": "2025-11-13 03:06:22", + "author_account_age_days": 903 + }, + "https://github.com/leylahviolet/ComfyUI-Violet-Tools": { + "stars": 13, + "last_update": "2025-11-13 03:06:22", + "author_account_age_days": 903 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { - "stars": 76, + "stars": 81, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 2118 + "author_account_age_days": 2319 }, "https://github.com/lgldlk/ComfyUI-PSD-Replace": { - "stars": 4, + "stars": 5, "last_update": "2025-03-15 07:03:24", - "author_account_age_days": 2118 + "author_account_age_days": 2319 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { - "stars": 3, + "stars": 4, "last_update": "2025-03-27 16:49:42", - "author_account_age_days": 4487 + "author_account_age_days": 4687 + }, + "https://github.com/licanhua/ComfyUI-StrokeReveal": { + "stars": 0, + "last_update": "2026-01-26 04:58:07", + "author_account_age_days": 4457 }, "https://github.com/licyk/ComfyUI-HakuImg": { - "stars": 9, + "stars": 13, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1696 + "author_account_age_days": 1897 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { - "stars": 11, + "stars": 14, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1696 + "author_account_age_days": 1897 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { - "stars": 6, + "stars": 7, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1696 + "author_account_age_days": 1897 + }, + "https://github.com/liewcc/ComfyUI-Qwen-Canvas": { + "stars": 1, + "last_update": "2026-01-28 06:10:34", + "author_account_age_days": 2379 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { - "stars": 5, - "last_update": "2025-06-28 04:35:03", - "author_account_age_days": 3539 + "stars": 15, + "last_update": "2025-09-20 10:42:26", + "author_account_age_days": 3740 }, - "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": { + "https://github.com/lihaoyun6/ComfyUI-FlashVSR_Ultra_Fast": { + "stars": 691, + "last_update": "2025-11-20 07:37:22", + "author_account_age_days": 3740 + }, + "https://github.com/lihaoyun6/ComfyUI-NoCache": { "stars": 1, - "last_update": "2025-05-10 10:41:53", - "author_account_age_days": 3539 + "last_update": "2026-02-24 03:23:13", + "author_account_age_days": 3740 }, "https://github.com/lihaoyun6/ComfyUI-QwenPromptRewriter": { - "stars": 17, - "last_update": "2025-08-22 04:48:51", - "author_account_age_days": 3539 + "stars": 72, + "last_update": "2025-10-07 12:28:21", + "author_account_age_days": 3740 + }, + "https://github.com/lihaoyun6/ComfyUI-Segformer_Ultra_Fast": { + "stars": 38, + "last_update": "2025-10-17 14:58:31", + "author_account_age_days": 3740 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { - "stars": 56, + "stars": 57, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3338 + "author_account_age_days": 3539 + }, + "https://github.com/liming123332/ComfyUI-Ranbooru": { + "stars": 0, + "last_update": "2025-12-17 01:00:44", + "author_account_age_days": 3186 }, "https://github.com/lingha0h/comfyui_kj": { - "stars": 6, + "stars": 7, "last_update": "2025-03-20 13:24:29", - "author_account_age_days": 202 + "author_account_age_days": 403 }, "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { - "stars": 4, + "stars": 5, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 526 + "author_account_age_days": 727 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 526 - }, - "https://github.com/linksluckytime/comfyui_snacknodes": { - "stars": 0, - "last_update": "2025-05-07 01:48:50", - "author_account_age_days": 853 + "author_account_age_days": 727 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4220 + "author_account_age_days": 4421 }, "https://github.com/lisaks/comfyui-panelforge": { - "stars": 1, + "stars": 5, "last_update": "2025-04-29 00:25:00", - "author_account_age_days": 1164 + "author_account_age_days": 1365 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { - "stars": 12, + "stars": 15, "last_update": "2025-06-22 07:58:49", - "author_account_age_days": 615 + "author_account_age_days": 816 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { - "stars": 20, + "stars": 28, "last_update": "2025-06-22 08:32:22", - "author_account_age_days": 615 + "author_account_age_days": 816 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 3, "last_update": "2025-06-22 08:33:17", - "author_account_age_days": 615 + "author_account_age_days": 816 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { - "stars": 8, + "stars": 10, "last_update": "2025-06-22 07:56:48", - "author_account_age_days": 615 + "author_account_age_days": 816 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4475 + "author_account_age_days": 4676 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 103, + "stars": 140, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3636 + "author_account_age_days": 3837 }, "https://github.com/liusida/ComfyUI-B-LoRA": { - "stars": 76, + "stars": 77, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3636 + "author_account_age_days": 3837 }, "https://github.com/liusida/ComfyUI-Debug": { - "stars": 12, + "stars": 14, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3636 + "author_account_age_days": 3837 }, "https://github.com/liusida/ComfyUI-Login": { - "stars": 178, - "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3636 + "stars": 215, + "last_update": "2025-10-31 03:29:37", + "author_account_age_days": 3837 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { - "stars": 6, + "stars": 8, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3636 + "author_account_age_days": 3837 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { - "stars": 12, - "last_update": "2025-08-18 15:17:34", - "author_account_age_days": 3135 + "stars": 20, + "last_update": "2025-09-25 16:22:41", + "author_account_age_days": 3335 }, "https://github.com/ljleb/comfy-mecha": { - "stars": 86, - "last_update": "2025-08-13 15:49:32", - "author_account_age_days": 2892 + "stars": 98, + "last_update": "2026-03-14 18:25:26", + "author_account_age_days": 3092 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { - "stars": 254, + "stars": 267, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 528 + "author_account_age_days": 728 }, "https://github.com/lks-ai/anynode": { - "stars": 537, + "stars": 549, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 528 + "author_account_age_days": 728 }, "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2521 + "author_account_age_days": 2722 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { - "stars": 237, + "stars": 278, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2521 + "author_account_age_days": 2722 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { - "stars": 112, - "last_update": "2025-04-08 06:22:28", - "author_account_age_days": 2521 + "stars": 122, + "last_update": "2026-01-12 04:51:44", + "author_account_age_days": 2722 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 418, - "last_update": "2025-04-08 06:21:55", - "author_account_age_days": 2521 + "stars": 455, + "last_update": "2025-11-07 05:19:50", + "author_account_age_days": 2722 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { - "stars": 12, + "stars": 14, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2521 + "author_account_age_days": 2722 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { - "stars": 70, + "stars": 81, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2521 + "author_account_age_days": 2722 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { - "stars": 84, - "last_update": "2025-08-25 11:50:40", - "author_account_age_days": 2521 + "stars": 94, + "last_update": "2025-12-10 10:58:04", + "author_account_age_days": 2722 + }, + "https://github.com/llikethat/ComfyUI-faceExtracter": { + "stars": 3, + "last_update": "2026-01-14 06:36:45", + "author_account_age_days": 4807 + }, + "https://github.com/llikethat/ComfyUI-faceExtractor": { + "stars": 3, + "last_update": "2026-01-14 06:36:45", + "author_account_age_days": 4807 + }, + "https://github.com/llikethat/ComfyUI-iseebetter": { + "stars": 1, + "last_update": "2025-11-29 10:56:25", + "author_account_age_days": 4807 + }, + "https://github.com/llldmxy99/ComfyUI-SpotEdit-Dev": { + "stars": 3, + "last_update": "2026-03-01 14:12:19", + "author_account_age_days": 1414 }, "https://github.com/lo-th/Comfyui_three_js": { - "stars": 19, + "stars": 21, "last_update": "2025-06-12 08:18:17", - "author_account_age_days": 4908 + "author_account_age_days": 5108 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { - "stars": 115, + "stars": 124, "last_update": "2025-06-22 09:44:09", - "author_account_age_days": 1012 + "author_account_age_days": 1212 + }, + "https://github.com/loficoding/ComfyUI-Node-HUD": { + "stars": 1, + "last_update": "2026-01-24 21:33:16", + "author_account_age_days": 1564 + }, + "https://github.com/logicalor/comfyui_friendly_pipe": { + "stars": 1, + "last_update": "2025-12-28 05:24:10", + "author_account_age_days": 4527 + }, + "https://github.com/logicalor/comfyui_multi_replace": { + "stars": 1, + "last_update": "2025-12-16 00:16:32", + "author_account_age_days": 4527 + }, + "https://github.com/logicalor/comfyui_path_sanitizer": { + "stars": 0, + "last_update": "2025-12-26 19:29:59", + "author_account_age_days": 4527 + }, + "https://github.com/logicalor/comfyui_text_to_pose": { + "stars": 4, + "last_update": "2026-01-13 20:20:46", + "author_account_age_days": 4527 }, "https://github.com/logtd/ComfyUI-4DHumans": { - "stars": 7, + "stars": 8, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 29, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 11, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-FLATTEN": { - "stars": 109, + "stars": 111, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1370, + "stars": 1397, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { - "stars": 179, + "stars": 177, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 16, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-MochiEdit": { - "stars": 295, + "stars": 297, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 41, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 13, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 5, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 45, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-SEGAttention": { - "stars": 39, + "stars": 40, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 1, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 0, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 19, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 550 + "author_account_age_days": 751 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { - "stars": 12, + "stars": 15, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 550 + "author_account_age_days": 751 + }, + "https://github.com/lokinou/comfyui-better-flow": { + "stars": 2, + "last_update": "2025-12-30 00:36:10", + "author_account_age_days": 4783 }, "https://github.com/lokinou/comfyui-offload-models": { - "stars": 1, - "last_update": "2025-08-04 11:00:38", - "author_account_age_days": 4582 + "stars": 2, + "last_update": "2025-10-05 04:33:49", + "author_account_age_days": 4783 }, "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, - "last_update": "2025-08-14 08:20:40", - "author_account_age_days": 317 + "last_update": "2026-01-16 17:04:10", + "author_account_age_days": 518 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4593 + "author_account_age_days": 4794 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4593 + "author_account_age_days": 4794 }, "https://github.com/longgui0318/comfyui-magic-clothing": { - "stars": 80, + "stars": 82, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4593 + "author_account_age_days": 4794 }, "https://github.com/longgui0318/comfyui-mask-util": { - "stars": 7, + "stars": 8, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4593 + "author_account_age_days": 4794 + }, + "https://github.com/loockluo/comfyui-whisperx-pro": { + "stars": 6, + "last_update": "2025-11-04 16:27:20", + "author_account_age_days": 3469 }, "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { - "stars": 1, - "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4852 + "stars": 3, + "last_update": "2025-12-27 15:56:50", + "author_account_age_days": 5053 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 5195 + "author_account_age_days": 5396 }, "https://github.com/lordgasmic/comfyui_wildcards": { - "stars": 11, + "stars": 17, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 5195 + "author_account_age_days": 5396 + }, + "https://github.com/lovelybbq/comfyui-custom-node-color": { + "stars": 17, + "last_update": "2026-01-02 17:21:31", + "author_account_age_days": 1584 + }, + "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": { + "stars": 1, + "last_update": "2025-11-21 14:03:38", + "author_account_age_days": 773 + }, + "https://github.com/loz2754/AUN-ComfyUI-Nodes": { + "stars": 0, + "last_update": "2026-03-15 14:58:46", + "author_account_age_days": 525 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 796, - "last_update": "2025-05-10 07:46:49", - "author_account_age_days": 4479 + "stars": 995, + "last_update": "2026-03-08 20:25:57", + "author_account_age_days": 4680 }, "https://github.com/lquesada/ComfyUI-Interactive": { - "stars": 44, + "stars": 49, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4479 + "author_account_age_days": 4680 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { - "stars": 42, + "stars": 56, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4479 + "author_account_age_days": 4680 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { - "stars": 25, + "stars": 47, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4091 + "author_account_age_days": 4292 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 233, + "stars": 244, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4091 + "author_account_age_days": 4292 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4091 + "author_account_age_days": 4292 + }, + "https://github.com/lrzjason/Comfyui-LatentUtils": { + "stars": 95, + "last_update": "2025-12-06 16:50:41", + "author_account_age_days": 4292 + }, + "https://github.com/lrzjason/Comfyui-LoraUtils": { + "stars": 30, + "last_update": "2026-01-06 08:08:12", + "author_account_age_days": 4292 + }, + "https://github.com/lrzjason/Comfyui-QwenEditUtils": { + "stars": 760, + "last_update": "2026-01-24 18:45:12", + "author_account_age_days": 4292 }, "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4091 + "author_account_age_days": 4292 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2651, - "last_update": "2025-08-19 20:08:39", - "author_account_age_days": 890 + "stars": 3006, + "last_update": "2026-01-02 12:05:18", + "author_account_age_days": 1091 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { - "stars": 244, + "stars": 318, "last_update": "2025-07-22 03:44:20", - "author_account_age_days": 890 + "author_account_age_days": 1091 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 644, - "last_update": "2025-07-15 03:29:35", - "author_account_age_days": 890 + "stars": 763, + "last_update": "2025-11-17 17:03:31", + "author_account_age_days": 1091 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11303, - "last_update": "2025-08-26 10:39:44", - "author_account_age_days": 503 + "stars": 13908, + "last_update": "2026-03-15 00:53:33", + "author_account_age_days": 704 }, "https://github.com/ltdrdata/comfyui-connection-helper": { - "stars": 35, + "stars": 46, "last_update": "2025-04-07 13:49:56", - "author_account_age_days": 890 + "author_account_age_days": 1091 + }, + "https://github.com/ltdrdata/nodepack-test1-do-not-install": { + "stars": 0, + "last_update": "2026-03-10 14:09:24", + "author_account_age_days": 1091 + }, + "https://github.com/ltdrdata/nodepack-test2-do-not-install": { + "stars": 0, + "last_update": "2026-03-10 14:00:13", + "author_account_age_days": 1091 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { - "stars": 71, - "last_update": "2025-08-23 08:36:12", - "author_account_age_days": 890 + "stars": 181, + "last_update": "2025-09-26 22:22:30", + "author_account_age_days": 1091 }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, - "last_update": "2025-03-23 08:18:07", - "author_account_age_days": 1822 + "last_update": "2025-11-11 02:06:03", + "author_account_age_days": 2023 }, "https://github.com/luandev/ComfyUI-CrewAI": { - "stars": 54, + "stars": 60, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4236 + "author_account_age_days": 4436 }, - "https://github.com/lucak5s/comfyui_gfpgan": { - "stars": 0, - "last_update": "2025-06-30 04:42:11", - "author_account_age_days": 576 + "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution": { + "stars": 53, + "last_update": "2026-02-03 19:49:54", + "author_account_age_days": 3062 + }, + "https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes": { + "stars": 2, + "last_update": "2026-02-03 19:51:36", + "author_account_age_days": 3062 + }, + "https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance": { + "stars": 1, + "last_update": "2026-02-04 03:27:00", + "author_account_age_days": 3062 }, "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3544 + "author_account_age_days": 3745 + }, + "https://github.com/luckdvr/comfyui-image-annotator": { + "stars": 6, + "last_update": "2026-02-05 15:02:20", + "author_account_age_days": 1032 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { - "stars": 94, + "stars": 92, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1865 + "author_account_age_days": 2066 }, "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { "stars": 3, "last_update": "2025-08-13 00:14:13", - "author_account_age_days": 3940 + "author_account_age_days": 4140 }, "https://github.com/lum3on/ComfyUI-FrameUtilitys": { - "stars": 9, - "last_update": "2025-08-07 16:00:54", - "author_account_age_days": 203 + "stars": 15, + "last_update": "2025-10-17 20:41:40", + "author_account_age_days": 403 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { - "stars": 54, + "stars": 109, "last_update": "2025-06-14 20:45:21", - "author_account_age_days": 203 + "author_account_age_days": 403 }, "https://github.com/lum3on/ComfyUI-StableAudioX": { - "stars": 27, + "stars": 47, "last_update": "2025-06-24 22:55:28", - "author_account_age_days": 203 + "author_account_age_days": 403 }, "https://github.com/lum3on/ComfyUI_MJ-Scraper": { - "stars": 1, + "stars": 5, "last_update": "2025-07-06 18:35:33", - "author_account_age_days": 203 + "author_account_age_days": 403 + }, + "https://github.com/lum3on/ComfyUI_NativeBlockSwap": { + "stars": 1, + "last_update": "2026-01-05 23:01:37", + "author_account_age_days": 403 + }, + "https://github.com/lum3on/ComfyUI_Reve-API": { + "stars": 12, + "last_update": "2025-09-16 12:41:07", + "author_account_age_days": 403 }, "https://github.com/lum3on/comfyui_EdgeTAM": { "stars": 2, "last_update": "2025-06-27 15:36:58", - "author_account_age_days": 203 + "author_account_age_days": 403 }, "https://github.com/lum3on/comfyui_HiDream-Sampler": { - "stars": 482, + "stars": 483, "last_update": "2025-04-22 07:21:41", - "author_account_age_days": 203 + "author_account_age_days": 403 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { - "stars": 65, - "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 203 + "stars": 72, + "last_update": "2026-02-26 18:40:07", + "author_account_age_days": 403 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { - "stars": 202, + "stars": 208, "last_update": "2025-03-31 22:54:28", - "author_account_age_days": 1539 + "author_account_age_days": 1740 }, "https://github.com/lunarring/bitalino_comfy": { "stars": 0, "last_update": "2025-02-21 09:03:54", - "author_account_age_days": 1671 + "author_account_age_days": 1871 + }, + "https://github.com/luoq24/ydem_nodes": { + "stars": 0, + "last_update": "2026-02-03 15:34:40", + "author_account_age_days": 2423 + }, + "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision": { + "stars": 58, + "last_update": "2026-03-13 08:21:15", + "author_account_age_days": 489 }, "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { - "stars": 0, + "stars": 3, "last_update": "2025-05-28 05:39:55", - "author_account_age_days": 4927 + "author_account_age_days": 5127 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { - "stars": 2, - "last_update": "2025-07-27 13:38:05", - "author_account_age_days": 744 + "stars": 3, + "last_update": "2026-03-08 12:08:55", + "author_account_age_days": 944 + }, + "https://github.com/m3rr/h4_ToolKit": { + "stars": 1, + "last_update": "2026-01-24 16:46:38", + "author_account_age_days": 930 + }, + "https://github.com/maartenharms/comfyui-flowpath": { + "stars": 36, + "last_update": "2026-02-05 08:09:37", + "author_account_age_days": 2689 + }, + "https://github.com/maartenharms/comfyui-promptflow": { + "stars": 12, + "last_update": "2026-02-05 14:22:04", + "author_account_age_days": 2689 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { - "stars": 15, + "stars": 17, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 889 + "author_account_age_days": 1090 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { - "stars": 6, - "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2786 + "stars": 7, + "last_update": "2026-01-17 23:19:29", + "author_account_age_days": 2987 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { - "stars": 2, - "last_update": "2025-02-04 08:29:24", - "author_account_age_days": 1061 + "stars": 3, + "last_update": "2026-02-24 17:09:34", + "author_account_age_days": 1261 }, "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { - "stars": 1, + "stars": 7, "last_update": "2025-05-14 06:50:13", - "author_account_age_days": 105 + "author_account_age_days": 306 + }, + "https://github.com/magicoli/comfyui-oli-prompt-tools": { + "stars": 0, + "last_update": "2026-03-11 02:56:22", + "author_account_age_days": 5170 + }, + "https://github.com/maikgreubel/comfyui-loaddds": { + "stars": 0, + "last_update": "2025-10-12 15:04:26", + "author_account_age_days": 5441 + }, + "https://github.com/malkuthro/ComfyUI-Koolook": { + "stars": 3, + "last_update": "2026-02-15 15:12:34", + "author_account_age_days": 704 }, "https://github.com/maludwig/basix_image_filters": { "stars": 6, "last_update": "2025-05-15 23:29:38", - "author_account_age_days": 3934 + "author_account_age_days": 4135 + }, + "https://github.com/mamorett/ComfyUI-Flux2proReplicate": { + "stars": 1, + "last_update": "2025-11-26 12:06:56", + "author_account_age_days": 1381 }, "https://github.com/mamorett/ComfyUI_minicpmv4": { - "stars": 0, - "last_update": "2025-08-15 21:17:50", - "author_account_age_days": 1180 + "stars": 1, + "last_update": "2025-10-23 14:42:23", + "author_account_age_days": 1381 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, - "last_update": "2025-07-11 17:10:27", - "author_account_age_days": 179 + "last_update": "2025-10-03 15:17:39", + "author_account_age_days": 379 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { - "stars": 1, + "stars": 2, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 832 + "author_account_age_days": 1033 }, "https://github.com/mangobyed/ComfyUI_Detection_List": { - "stars": 0, + "stars": 1, "last_update": "2025-08-22 20:53:01", - "author_account_age_days": 294 + "author_account_age_days": 495 }, "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4582 + "author_account_age_days": 4783 }, - "https://github.com/manifestations/comfyui-outfit": { - "stars": 2, - "last_update": "2025-08-26 15:42:06", - "author_account_age_days": 4582 + "https://github.com/manycore-research/ComfyUI-Lux3D": { + "stars": 99, + "last_update": "2026-03-06 12:02:01", + "author_account_age_days": 1773 }, "https://github.com/mape/ComfyUI-mape-Helpers": { - "stars": 180, + "stars": 184, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6182 + "author_account_age_days": 6383 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { - "stars": 4, + "stars": 3, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1595 + "author_account_age_days": 1796 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, "last_update": "2025-03-07 01:44:44", - "author_account_age_days": 598 + "author_account_age_days": 799 }, "https://github.com/marco-zanella/ComfyUI-BooleanExpression": { "stars": 0, "last_update": "2025-08-17 02:05:40", - "author_account_age_days": 3946 + "author_account_age_days": 4147 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, - "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5612 + "last_update": "2026-03-11 02:10:01", + "author_account_age_days": 5813 }, "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { "stars": 2, "last_update": "2025-03-04 17:43:50", - "author_account_age_days": 5612 + "author_account_age_days": 5813 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { - "stars": 114, + "stars": 119, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4843 + "author_account_age_days": 5044 + }, + "https://github.com/marduk191/ComfyUI-TF32-Enabler": { + "stars": 6, + "last_update": "2026-03-10 15:05:36", + "author_account_age_days": 5044 + }, + "https://github.com/marduk191/ComfyUI-ZImageTurboHQNodes": { + "stars": 3, + "last_update": "2026-02-14 11:43:52", + "author_account_age_days": 5044 + }, + "https://github.com/marduk191/ComfyUI_LFM2-350M": { + "stars": 2, + "last_update": "2026-01-11 03:07:24", + "author_account_age_days": 5044 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4843 + "author_account_age_days": 5044 + }, + "https://github.com/marduk191/comfyui_qwen_runninghub": { + "stars": 1, + "last_update": "2025-11-23 16:45:09", + "author_account_age_days": 5044 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { - "stars": 91, + "stars": 92, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5203 + "author_account_age_days": 5404 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { "stars": 10, "last_update": "2025-08-08 23:15:40", - "author_account_age_days": 4234 + "author_account_age_days": 4434 }, "https://github.com/marklieberman/ComfyUI-Liebs-Title": { "stars": 0, "last_update": "2025-05-12 23:32:28", - "author_account_age_days": 4234 + "author_account_age_days": 4434 }, "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { - "stars": 0, + "stars": 1, "last_update": "2025-05-12 23:34:55", - "author_account_age_days": 4234 + "author_account_age_days": 4434 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { - "stars": 14, + "stars": 16, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3306 + "author_account_age_days": 3507 }, "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { "stars": 3, "last_update": "2025-03-12 18:18:54", - "author_account_age_days": 3306 + "author_account_age_days": 3507 }, "https://github.com/markuryy/ComfyUI-SuperLoader": { "stars": 0, "last_update": "2025-03-12 18:23:22", - "author_account_age_days": 3306 + "author_account_age_days": 3507 }, "https://github.com/martijnat/comfyui-previewlatent": { - "stars": 41, - "last_update": "2025-08-08 17:52:29", - "author_account_age_days": 3260 + "stars": 47, + "last_update": "2025-09-27 05:59:45", + "author_account_age_days": 3460 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { - "stars": 39, - "last_update": "2025-05-04 00:02:02", - "author_account_age_days": 2025 + "stars": 42, + "last_update": "2025-08-29 23:04:42", + "author_account_age_days": 2226 + }, + "https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes": { + "stars": 170, + "last_update": "2026-03-14 22:27:13", + "author_account_age_days": 2226 + }, + "https://github.com/masaosans/ComfyUI_usage_checker": { + "stars": 0, + "last_update": "2026-03-02 15:52:36", + "author_account_age_days": 123 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { - "stars": 10, + "stars": 15, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1835 + "author_account_age_days": 2036 + }, + "https://github.com/masslevel/ComfyUI-masslevel-TextProcessing": { + "stars": 3, + "last_update": "2026-03-07 15:11:57", + "author_account_age_days": 4934 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { - "stars": 68, + "stars": 70, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3168 + "author_account_age_days": 3369 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 1, "last_update": "2025-06-05 16:37:41", - "author_account_age_days": 3081 + "author_account_age_days": 3281 + }, + "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble": { + "stars": 14, + "last_update": "2026-01-15 09:44:08", + "author_account_age_days": 3461 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { - "stars": 24, - "last_update": "2025-08-22 14:25:23", - "author_account_age_days": 4978 + "stars": 45, + "last_update": "2026-03-11 08:44:45", + "author_account_age_days": 5179 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 293, + "stars": 325, "last_update": "2025-06-21 08:02:17", - "author_account_age_days": 3349 + "author_account_age_days": 3549 + }, + "https://github.com/max-dingsda/ComfyUI-AllinOne-LazyNode": { + "stars": 0, + "last_update": "2026-02-13 14:30:09", + "author_account_age_days": 320 }, "https://github.com/max-dingsda/OllamaTools": { - "stars": 2, - "last_update": "2025-08-05 18:12:55", - "author_account_age_days": 120 + "stars": 4, + "last_update": "2026-01-17 10:14:50", + "author_account_age_days": 320 + }, + "https://github.com/maxczc/comfyui-sora-node": { + "stars": 0, + "last_update": "2025-12-13 06:26:26", + "author_account_age_days": 4272 + }, + "https://github.com/maximilianwicen/ComfyUI-MaxTools": { + "stars": 0, + "last_update": "2026-01-14 05:36:04", + "author_account_age_days": 4461 + }, + "https://github.com/maximilianwicen/ComfyUI-Node-for-Adaptive-Spectral-Feature-Forecasting-for-Diffusion-Sampling-Acceleration": { + "stars": 9, + "last_update": "2026-03-08 13:39:23", + "author_account_age_days": 4461 + }, + "https://github.com/maxious/comfyui-dap": { + "stars": 1, + "last_update": "2025-12-29 02:24:36", + "author_account_age_days": 6157 + }, + "https://github.com/maxmad62/ComfyUI-DiscordWebhookWithInput": { + "stars": 0, + "last_update": "2025-10-08 18:29:37", + "author_account_age_days": 1109 + }, + "https://github.com/mayunejie/ComfyUI-Allen-Yinpin": { + "stars": 0, + "last_update": "2025-12-02 03:08:44", + "author_account_age_days": 671 }, "https://github.com/mbrostami/ComfyUI-HF": { - "stars": 19, + "stars": 20, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4750 + "author_account_age_days": 4951 }, "https://github.com/mbrostami/ComfyUI-TITrain": { - "stars": 11, + "stars": 13, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4750 + "author_account_age_days": 4951 }, "https://github.com/mcDandy/more_math": { - "stars": 0, - "last_update": "2025-08-22 10:37:08", - "author_account_age_days": 3414 + "stars": 2, + "last_update": "2026-03-15 14:46:31", + "author_account_age_days": 3615 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1220, + "stars": 1233, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2530 + "author_account_age_days": 2731 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, - "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 1083 + "last_update": "2025-09-10 15:42:57", + "author_account_age_days": 1283 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { - "stars": 62, + "stars": 64, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3631 + "author_account_age_days": 3832 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3631 + "author_account_age_days": 3832 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 79, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3631 + "author_account_age_days": 3832 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, - "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4868 + "last_update": "2025-09-06 00:52:37", + "author_account_age_days": 5069 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { - "stars": 4, + "stars": 3, "last_update": "2025-08-10 00:49:32", - "author_account_age_days": 1630 + "author_account_age_days": 1831 }, "https://github.com/melMass/comfy_mtb": { - "stars": 604, - "last_update": "2025-08-26 10:55:24", - "author_account_age_days": 4173 + "stars": 687, + "last_update": "2026-01-26 12:52:09", + "author_account_age_days": 4374 }, "https://github.com/melMass/comfy_oiio": { - "stars": 5, - "last_update": "2025-08-25 14:30:15", - "author_account_age_days": 4173 + "stars": 12, + "last_update": "2025-09-08 19:18:29", + "author_account_age_days": 4374 + }, + "https://github.com/mengqin/ComfyUI-TwinFlow": { + "stars": 41, + "last_update": "2026-03-06 12:42:07", + "author_account_age_days": 4351 + }, + "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader": { + "stars": 9, + "last_update": "2025-11-29 18:25:47", + "author_account_age_days": 4351 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 4101 + "author_account_age_days": 4301 + }, + "https://github.com/mercu-lore/-Multiple-Angle-Camera-Control": { + "stars": 109, + "last_update": "2025-11-18 16:14:09", + "author_account_age_days": 2104 + }, + "https://github.com/mercu-lore/BoxBox": { + "stars": 2, + "last_update": "2026-02-04 18:54:20", + "author_account_age_days": 2104 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 657 + "author_account_age_days": 857 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 657 + "author_account_age_days": 857 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 657 + "author_account_age_days": 857 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { - "stars": 37, + "stars": 40, "last_update": "2025-03-07 08:14:46", - "author_account_age_days": 5902 + "author_account_age_days": 6102 }, "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { - "stars": 3, + "stars": 2, "last_update": "2025-03-11 12:09:55", - "author_account_age_days": 5902 + "author_account_age_days": 6102 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1051 + "author_account_age_days": 1252 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { - "stars": 5, + "stars": 9, "last_update": "2025-07-02 09:36:48", - "author_account_age_days": 2746 + "author_account_age_days": 2946 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { - "stars": 24, + "stars": 25, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 430 + "author_account_age_days": 631 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 448, + "stars": 515, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 896 + "author_account_age_days": 1097 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { - "stars": 30, + "stars": 37, "last_update": "2025-08-10 09:11:18", - "author_account_age_days": 896 + "author_account_age_days": 1097 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { - "stars": 4, - "last_update": "2025-08-22 03:03:52", - "author_account_age_days": 5785 + "stars": 7, + "last_update": "2026-03-08 21:29:12", + "author_account_age_days": 5985 + }, + "https://github.com/mickmumpitz/ComfyUI-Mickmumpitz-Nodes": { + "stars": 7, + "last_update": "2026-03-11 10:37:29", + "author_account_age_days": 242 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2436 + "author_account_age_days": 2637 + }, + "https://github.com/migero/ComfyUI-Equirectangular-Strip": { + "stars": 0, + "last_update": "2026-01-13 12:10:37", + "author_account_age_days": 4717 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 3090 + "author_account_age_days": 3290 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2992 + "author_account_age_days": 3193 + }, + "https://github.com/mikecaronna/comfyui_c2pa_signer": { + "stars": 2, + "last_update": "2025-10-06 14:27:34", + "author_account_age_days": 2264 + }, + "https://github.com/mikemojen/ComfyUI-HappNodeSet": { + "stars": 0, + "last_update": "2026-02-18 06:55:11", + "author_account_age_days": 77 + }, + "https://github.com/mikemojen/ComfyUI-seamless_latent_tiling": { + "stars": 0, + "last_update": "2026-03-10 10:22:36", + "author_account_age_days": 77 }, "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { - "stars": 0, + "stars": 1, "last_update": "2025-07-31 08:46:16", - "author_account_age_days": 4737 + "author_account_age_days": 4938 + }, + "https://github.com/mikesimone/ComfyUI-LinkModeToggle": { + "stars": 0, + "last_update": "2025-11-09 01:35:16", + "author_account_age_days": 2967 + }, + "https://github.com/mikheys/comfyui-gemini-mikheys": { + "stars": 2, + "last_update": "2025-08-29 15:15:54", + "author_account_age_days": 3030 }, "https://github.com/mikkel/ComfyUI-text-overlay": { - "stars": 58, + "stars": 62, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6345 + "author_account_age_days": 6545 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { - "stars": 30, + "stars": 31, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6345 + "author_account_age_days": 6545 + }, + "https://github.com/mingchoi/ComfyUI-Prompt-Iterator": { + "stars": 1, + "last_update": "2026-01-12 22:08:38", + "author_account_age_days": 4837 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 428, + "stars": 497, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 349 + "author_account_age_days": 550 + }, + "https://github.com/mingyi456/ComfyUI-DFloat11-Extended": { + "stars": 47, + "last_update": "2026-03-11 13:30:48", + "author_account_age_days": 2129 }, "https://github.com/mira-6/comfyui-sasolver": { - "stars": 3, + "stars": 5, "last_update": "2025-02-23 21:44:23", - "author_account_age_days": 821 + "author_account_age_days": 1021 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 142, - "last_update": "2025-08-25 18:52:21", - "author_account_age_days": 1649 + "stars": 180, + "last_update": "2026-01-12 13:11:01", + "author_account_age_days": 1849 + }, + "https://github.com/mirabarukaso/ComfyUI_MiraSubPack": { + "stars": 0, + "last_update": "2026-02-23 14:47:13", + "author_account_age_days": 1850 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { - "stars": 0, + "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1166 + "author_account_age_days": 1367 }, - "https://github.com/mit-han-lab/ComfyUI-nunchaku": { - "stars": 1999, - "last_update": "2025-08-23 18:38:20", - "author_account_age_days": 43 + "https://github.com/mittimi/ComfyUI_mittimiDaisyChainText": { + "stars": 0, + "last_update": "2025-07-09 08:51:24", + "author_account_age_days": 4639 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 4, - "last_update": "2025-06-30 11:17:30", - "author_account_age_days": 4438 + "last_update": "2026-02-26 08:21:01", + "author_account_age_days": 4639 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 0, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4438 + "author_account_age_days": 4639 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 1, - "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4438 + "last_update": "2026-02-27 13:52:03", + "author_account_age_days": 4639 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { - "stars": 23, + "stars": 26, "last_update": "2025-07-16 11:05:05", - "author_account_age_days": 1402 + "author_account_age_days": 1603 + }, + "https://github.com/mobcat40/ComfyUI-PromptChain": { + "stars": 7, + "last_update": "2025-12-04 19:14:47", + "author_account_age_days": 233 }, "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { - "stars": 3, + "stars": 4, "last_update": "2025-04-04 19:45:39", - "author_account_age_days": 4237 + "author_account_age_days": 4437 + }, + "https://github.com/mochidroppot/ComfyUI-ProxyFix": { + "stars": 0, + "last_update": "2025-10-03 02:29:35", + "author_account_age_days": 193 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1128 + "author_account_age_days": 1329 }, "https://github.com/modelscope/scepter": { - "stars": 537, + "stars": 552, "last_update": "2025-04-03 06:00:15", - "author_account_age_days": 1128 + "author_account_age_days": 1329 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5032 + "author_account_age_days": 5233 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, "last_update": "2025-02-17 07:14:46", - "author_account_age_days": 1143 + "author_account_age_days": 1344 }, "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, "last_update": "2025-05-08 02:25:36", - "author_account_age_days": 4281 + "author_account_age_days": 4482 + }, + "https://github.com/molbal/ComfyUI-LLM-CLIP": { + "stars": 5, + "last_update": "2026-01-21 11:59:14", + "author_account_age_days": 4526 }, "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, "last_update": "2025-05-12 03:47:39", - "author_account_age_days": 3707 + "author_account_age_days": 3908 + }, + "https://github.com/monnky/ComfyUI-RT-LTX2-RareTools": { + "stars": 3, + "last_update": "2026-03-15 17:36:19", + "author_account_age_days": 1916 }, "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { - "stars": 19, - "last_update": "2025-02-26 03:01:29", - "author_account_age_days": 836 + "stars": 24, + "last_update": "2025-09-30 06:36:20", + "author_account_age_days": 1036 + }, + "https://github.com/moondive-cinema/comfyui-depth-warp": { + "stars": 0, + "last_update": "2026-03-12 05:31:33", + "author_account_age_days": 2442 + }, + "https://github.com/moonwhaler/comfyui-moonpack": { + "stars": 13, + "last_update": "2025-10-10 09:53:05", + "author_account_age_days": 5053 }, "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": { - "stars": 5, - "last_update": "2025-08-21 15:59:22", - "author_account_age_days": 4852 + "stars": 187, + "last_update": "2025-12-06 16:28:42", + "author_account_age_days": 5053 }, "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, "last_update": "2025-04-12 07:59:29", - "author_account_age_days": 214 + "author_account_age_days": 414 }, "https://github.com/morgan55555/comfyui-lock-mode": { "stars": 0, "last_update": "2025-04-28 16:16:18", - "author_account_age_days": 3613 + "author_account_age_days": 3813 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { - "stars": 0, - "last_update": "2025-08-17 18:14:01", - "author_account_age_days": 1752 + "stars": 1, + "last_update": "2026-03-14 18:36:58", + "author_account_age_days": 1953 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3234 + "author_account_age_days": 3435 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, "last_update": "2025-06-07 08:30:19", - "author_account_age_days": 3899 + "author_account_age_days": 4100 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { - "stars": 18, + "stars": 19, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2729 + "author_account_age_days": 2930 + }, + "https://github.com/mozhaa/ComfyUI-Actual-Denoise": { + "stars": 15, + "last_update": "2026-02-26 12:04:21", + "author_account_age_days": 2151 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4508 + "author_account_age_days": 4709 + }, + "https://github.com/mr-september/comfyui-pad-to-multiple": { + "stars": 0, + "last_update": "2026-02-20 00:11:17", + "author_account_age_days": 2666 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, "last_update": "2025-03-02 19:24:26", - "author_account_age_days": 565 + "author_account_age_days": 765 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2025-04-07 00:27:45", - "author_account_age_days": 2739 + "author_account_age_days": 2940 + }, + "https://github.com/mrf/ComfyPoe": { + "stars": 0, + "last_update": "2025-11-26 22:43:59", + "author_account_age_days": 5806 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { - "stars": 9, + "stars": 10, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2295 + "author_account_age_days": 2496 + }, + "https://github.com/mrlonglegland/ComfyUI-LuminaXStudio": { + "stars": 0, + "last_update": "2026-02-18 01:48:34", + "author_account_age_days": 55 + }, + "https://github.com/mrm987/ComfyUI_Multi_Prompt_Generator": { + "stars": 0, + "last_update": "2025-12-28 14:20:11", + "author_account_age_days": 1496 + }, + "https://github.com/mudknight/comfyui-mudknight-utils": { + "stars": 0, + "last_update": "2026-02-06 04:48:21", + "author_account_age_days": 81 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-05-25 14:11:04", - "author_account_age_days": 2523 + "author_account_age_days": 2724 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4366 + "author_account_age_days": 4567 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { - "stars": 156, + "stars": 168, "last_update": "2025-05-20 13:36:56", - "author_account_age_days": 3389 + "author_account_age_days": 3590 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { - "stars": 11, + "stars": 12, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3374 + "author_account_age_days": 3575 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1808 + "author_account_age_days": 2009 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1808 + "author_account_age_days": 2009 + }, + "https://github.com/myonmu0/ComfyUI-Jumper": { + "stars": 0, + "last_update": "2025-12-03 17:30:16", + "author_account_age_days": 149 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { - "stars": 25, - "last_update": "2025-05-22 06:54:44", - "author_account_age_days": 897 + "stars": 40, + "last_update": "2026-02-04 07:32:25", + "author_account_age_days": 1098 }, "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, "last_update": "2025-04-28 03:54:34", - "author_account_age_days": 1252 + "author_account_age_days": 1453 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 4102 + "author_account_age_days": 4303 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 4102 + "author_account_age_days": 4303 + }, + "https://github.com/nakagawadev/comfyui_nakagawa": { + "stars": 2, + "last_update": "2025-09-14 03:18:07", + "author_account_age_days": 3551 }, "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, "last_update": "2025-04-26 22:48:50", - "author_account_age_days": 144 + "author_account_age_days": 345 + }, + "https://github.com/naku-yh/ComfyUI_Flux2ImageReference": { + "stars": 8, + "last_update": "2026-01-18 06:51:23", + "author_account_age_days": 85 }, "https://github.com/namtb96/OmniGen2-Simple-Node": { - "stars": 2, + "stars": 3, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 74 + "author_account_age_days": 275 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5062 + "author_account_age_days": 5263 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3421 + "author_account_age_days": 3622 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3421 + "author_account_age_days": 3622 }, "https://github.com/nathannlu/ComfyUI-Cloud": { - "stars": 201, + "stars": 208, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 3154 + "author_account_age_days": 3354 }, "https://github.com/nathannlu/ComfyUI-Pets": { - "stars": 48, + "stars": 49, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 3154 + "author_account_age_days": 3354 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 706 + "author_account_age_days": 907 + }, + "https://github.com/navyxiong/ComfyUI-JSON-Prompt-Modifier": { + "stars": 0, + "last_update": "2026-03-04 06:10:50", + "author_account_age_days": 244 + }, + "https://github.com/navyxiong/ComfyUI-Reverse-prompt-node": { + "stars": 0, + "last_update": "2026-03-04 07:36:56", + "author_account_age_days": 244 + }, + "https://github.com/nawka12/ComfyUI-Adept-Sampler": { + "stars": 2, + "last_update": "2026-02-28 05:37:46", + "author_account_age_days": 2384 + }, + "https://github.com/naxci1/ComfyUI-FlashVSR_Stable": { + "stars": 44, + "last_update": "2026-02-13 08:29:52", + "author_account_age_days": 345 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 1078 + "author_account_age_days": 1278 }, "https://github.com/negaga53/comfyui-imgloader": { - "stars": 0, - "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 213 + "stars": 2, + "last_update": "2026-02-16 13:32:10", + "author_account_age_days": 414 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, "last_update": "2025-05-15 01:49:53", - "author_account_age_days": 4363 + "author_account_age_days": 4564 + }, + "https://github.com/neo-editer/ComfyUI-Better-Dimensions-wan-v2": { + "stars": 0, + "last_update": "2025-10-16 19:08:52", + "author_account_age_days": 920 }, "https://github.com/neocrz/comfyui-usetaesd": { + "stars": 4, + "last_update": "2025-10-26 14:56:53", + "author_account_age_days": 1948 + }, + "https://github.com/neonr-0/ComfyUI-PixelConstrainedScaler": { "stars": 1, - "last_update": "2025-06-14 18:58:39", - "author_account_age_days": 1747 + "last_update": "2025-11-18 16:03:25", + "author_account_age_days": 4388 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2025-04-06 10:43:14", - "author_account_age_days": 4080 + "author_account_age_days": 4280 }, - "https://github.com/netroxin/comfyui_netro": { - "stars": 1, - "last_update": "2025-08-26 21:24:04", - "author_account_age_days": 131 + "https://github.com/nestflow/ComfyUI-Booru-Tagger": { + "stars": 0, + "last_update": "2026-02-21 01:44:12", + "author_account_age_days": 3551 + }, + "https://github.com/neurodanzelus-cmd/ComfyUI-TeleStyle": { + "stars": 30, + "last_update": "2026-02-03 16:32:50", + "author_account_age_days": 55 }, "https://github.com/neverbiasu/ComfyUI-BAGEL": { - "stars": 166, - "last_update": "2025-06-19 18:12:50", - "author_account_age_days": 1447 + "stars": 187, + "last_update": "2025-10-13 00:36:22", + "author_account_age_days": 1648 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { - "stars": 3, + "stars": 4, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1447 + "author_account_age_days": 1648 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { - "stars": 2, - "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1447 + "stars": 5, + "last_update": "2025-12-28 11:02:57", + "author_account_age_days": 1648 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { - "stars": 18, + "stars": 27, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1447 + "author_account_age_days": 1648 + }, + "https://github.com/neverbiasu/ComfyUI-ModelScope": { + "stars": 2, + "last_update": "2026-01-05 02:26:23", + "author_account_age_days": 1648 }, "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { - "stars": 2, - "last_update": "2025-08-14 19:05:53", - "author_account_age_days": 1447 + "stars": 4, + "last_update": "2025-12-29 22:40:04", + "author_account_age_days": 1648 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 200, - "last_update": "2025-05-13 12:38:09", - "author_account_age_days": 1447 + "stars": 252, + "last_update": "2025-11-13 00:40:29", + "author_account_age_days": 1648 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { - "stars": 14, + "stars": 16, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1447 + "author_account_age_days": 1648 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { - "stars": 48, - "last_update": "2025-07-29 06:18:40", - "author_account_age_days": 164 + "stars": 122, + "last_update": "2026-02-21 11:18:29", + "author_account_age_days": 364 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { - "stars": 7, + "stars": 9, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4750 + "author_account_age_days": 4950 + }, + "https://github.com/nic-schi/ComfyUI-OpenImage": { + "stars": 0, + "last_update": "2026-02-28 07:03:28", + "author_account_age_days": 2733 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 6, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4438 + "author_account_age_days": 4639 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { - "stars": 8, + "stars": 9, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4457 + "author_account_age_days": 4658 }, "https://github.com/nicofdga/DZ-FaceDetailer": { - "stars": 213, + "stars": 228, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1659 + "author_account_age_days": 1860 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 218, - "last_update": "2025-06-13 12:27:03", - "author_account_age_days": 5148 + "stars": 257, + "last_update": "2026-02-03 04:36:23", + "author_account_age_days": 5349 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { - "stars": 58, - "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5148 + "stars": 67, + "last_update": "2026-01-15 21:50:35", + "author_account_age_days": 5349 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5148 + "author_account_age_days": 5349 }, "https://github.com/niknah/audio-general-ComfyUI": { - "stars": 0, + "stars": 2, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5148 + "author_account_age_days": 5349 + }, + "https://github.com/niknah/presentation-ComfyUI": { + "stars": 1, + "last_update": "2026-02-08 04:25:56", + "author_account_age_days": 5349 }, "https://github.com/niknah/quick-connections": { - "stars": 321, - "last_update": "2025-08-25 23:56:57", - "author_account_age_days": 5148 + "stars": 511, + "last_update": "2026-03-14 02:04:29", + "author_account_age_days": 5349 }, "https://github.com/nilor-corp/nilor-nodes": { - "stars": 4, - "last_update": "2025-08-25 12:45:12", - "author_account_age_days": 643 + "stars": 6, + "last_update": "2026-03-15 01:13:37", + "author_account_age_days": 844 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { - "stars": 59, + "stars": 70, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3416 + "author_account_age_days": 3617 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 764 + "author_account_age_days": 964 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3931 + "author_account_age_days": 4132 }, "https://github.com/nisaruj/comfyui-daam": { - "stars": 24, - "last_update": "2025-06-08 12:41:49", - "author_account_age_days": 3636 + "stars": 46, + "last_update": "2025-10-13 12:54:31", + "author_account_age_days": 3837 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 4, - "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4735 + "last_update": "2025-10-27 19:57:39", + "author_account_age_days": 4936 + }, + "https://github.com/nitingrg/comfyui-ntools": { + "stars": 0, + "last_update": "2025-11-25 15:21:12", + "author_account_age_days": 1146 + }, + "https://github.com/njlent/ComfyUI_performance-report": { + "stars": 2, + "last_update": "2025-10-12 15:00:25", + "author_account_age_days": 4087 }, "https://github.com/njlent/ComfyUI_wavelet-colorfix": { "stars": 4, "last_update": "2025-08-13 13:04:06", - "author_account_age_days": 3886 + "author_account_age_days": 4087 }, "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 588 + "author_account_age_days": 789 }, "https://github.com/nkchocoai/ComfyUI-Dart": { - "stars": 27, + "stars": 29, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 588 + "author_account_age_days": 789 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { - "stars": 22, + "stars": 25, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 588 + "author_account_age_days": 789 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { - "stars": 93, + "stars": 118, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 588 + "author_account_age_days": 789 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { - "stars": 9, + "stars": 14, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 588 + "author_account_age_days": 789 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { - "stars": 12, + "stars": 14, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 588 + "author_account_age_days": 789 + }, + "https://github.com/nobandegani/comfyui_ino_nodes": { + "stars": 2, + "last_update": "2026-03-12 15:56:21", + "author_account_age_days": 1916 }, "https://github.com/nobrainX2/comfyUI-customDia": { - "stars": 13, + "stars": 14, "last_update": "2025-05-29 18:32:25", - "author_account_age_days": 2215 + "author_account_age_days": 2416 + }, + "https://github.com/noelkim12/ComfyUI-NoelTextUtil": { + "stars": 1, + "last_update": "2025-09-01 17:22:53", + "author_account_age_days": 2613 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { - "stars": 24, - "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3171 + "stars": 27, + "last_update": "2026-01-15 10:53:06", + "author_account_age_days": 3372 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { - "stars": 5, - "last_update": "2025-07-12 04:22:58", - "author_account_age_days": 1641 + "stars": 7, + "last_update": "2026-01-25 22:02:34", + "author_account_age_days": 1841 + }, + "https://github.com/nomadoor/ComfyUI-DualPanel-Subgraph-Viewer": { + "stars": 9, + "last_update": "2025-10-19 10:28:59", + "author_account_age_days": 1130 + }, + "https://github.com/nomadoor/ComfyUI-Temporal-Mask-Tools": { + "stars": 1, + "last_update": "2025-10-17 18:15:29", + "author_account_age_days": 1130 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2550 + "author_account_age_days": 2751 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, "last_update": "2025-05-22 18:08:04", - "author_account_age_days": 3487 + "author_account_age_days": 3688 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { - "stars": 248, + "stars": 263, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4333 + "author_account_age_days": 4534 }, "https://github.com/nosiu/comfyui-text-randomizer": { - "stars": 0, + "stars": 1, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4333 + "author_account_age_days": 4534 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { - "stars": 11, + "stars": 12, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2989 + "author_account_age_days": 3189 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { - "stars": 14, + "stars": 19, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 503 + "author_account_age_days": 704 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { - "stars": 34, + "stars": 37, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 2146 + "author_account_age_days": 2346 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1520 + "author_account_age_days": 1721 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { - "stars": 25, + "stars": 26, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1520 + "author_account_age_days": 1721 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 909, + "stars": 940, "last_update": "2025-03-31 08:45:34", - "author_account_age_days": 1605 + "author_account_age_days": 1805 }, "https://github.com/numz/ComfyUI-FlowChain": { - "stars": 157, + "stars": 166, "last_update": "2025-07-28 06:20:20", - "author_account_age_days": 5212 + "author_account_age_days": 5412 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 582, - "last_update": "2025-08-24 16:15:32", - "author_account_age_days": 5212 + "stars": 2200, + "last_update": "2025-12-24 08:52:32", + "author_account_age_days": 5412 }, "https://github.com/numz/Comfyui-Orpheus": { - "stars": 8, + "stars": 10, "last_update": "2025-04-16 19:20:21", - "author_account_age_days": 5212 + "author_account_age_days": 5412 + }, + "https://github.com/nunchaku-tech/ComfyUI-nunchaku": { + "stars": 2803, + "last_update": "2026-02-19 07:29:18", + "author_account_age_days": 244 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { - "stars": 34, + "stars": 38, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 981 + "author_account_age_days": 1181 + }, + "https://github.com/nyueki/ComfyUI-RemoteCLIPLoader": { + "stars": 9, + "last_update": "2026-02-17 01:00:47", + "author_account_age_days": 2087 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { - "stars": 5, + "stars": 6, "last_update": "2025-08-09 18:08:18", - "author_account_age_days": 2901 + "author_account_age_days": 3102 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { - "stars": 11, + "stars": 12, "last_update": "2025-08-09 18:11:21", - "author_account_age_days": 2901 + "author_account_age_days": 3102 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { - "stars": 32, + "stars": 38, "last_update": "2025-08-09 18:15:36", - "author_account_age_days": 2901 + "author_account_age_days": 3102 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { - "stars": 41, - "last_update": "2025-08-13 19:48:22", - "author_account_age_days": 2901 + "stars": 83, + "last_update": "2025-09-02 12:12:23", + "author_account_age_days": 3102 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { - "stars": 3, + "stars": 5, "last_update": "2025-08-09 18:46:59", - "author_account_age_days": 2901 + "author_account_age_days": 3102 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { - "stars": 33, + "stars": 43, "last_update": "2025-08-09 17:58:21", - "author_account_age_days": 2901 + "author_account_age_days": 3102 }, "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { - "stars": 8, + "stars": 11, "last_update": "2025-08-09 18:37:17", - "author_account_age_days": 2901 + "author_account_age_days": 3102 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { - "stars": 14, + "stars": 19, "last_update": "2025-08-08 12:50:29", - "author_account_age_days": 2901 + "author_account_age_days": 3102 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { - "stars": 38, + "stars": 57, "last_update": "2025-08-09 18:42:14", - "author_account_age_days": 2901 + "author_account_age_days": 3102 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { - "stars": 11, + "stars": 19, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2901 + "author_account_age_days": 3102 }, "https://github.com/obisin/ComfyUI-DGLS": { + "stars": 12, + "last_update": "2025-09-26 10:25:10", + "author_account_age_days": 1643 + }, + "https://github.com/obvirm/ComfyUI-WhisperXX": { + "stars": 4, + "last_update": "2025-12-03 22:07:11", + "author_account_age_days": 1147 + }, + "https://github.com/ohmygoobness/ComfyUI-ImageResolutionFixer": { "stars": 0, - "last_update": "2025-08-25 10:42:58", - "author_account_age_days": 1443 + "last_update": "2026-02-04 13:32:28", + "author_account_age_days": 1797 + }, + "https://github.com/okdalto/ComfyUI-Color-Matcher": { + "stars": 1, + "last_update": "2026-03-05 07:36:53", + "author_account_age_days": 3445 + }, + "https://github.com/okdalto/ComfyUI-FlashPortrait": { + "stars": 25, + "last_update": "2025-12-29 06:02:29", + "author_account_age_days": 3445 + }, + "https://github.com/okdalto/ComfyUI-PersonaLive": { + "stars": 103, + "last_update": "2026-01-25 03:47:10", + "author_account_age_days": 3445 + }, + "https://github.com/okdalto/ComfyUI-WithAnyone": { + "stars": 24, + "last_update": "2025-12-18 04:42:30", + "author_account_age_days": 3445 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { - "stars": 6, + "stars": 10, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3115 + "author_account_age_days": 3316 + }, + "https://github.com/olafchou/ComfyUI-ZH-EN-Switcher": { + "stars": 2, + "last_update": "2025-12-31 11:02:47", + "author_account_age_days": 3563 + }, + "https://github.com/olafrv/comfyui_olafrv": { + "stars": 0, + "last_update": "2026-01-04 20:13:25", + "author_account_age_days": 5323 }, "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, - "last_update": "2025-04-15 07:18:38", - "author_account_age_days": 1304 + "last_update": "2026-01-05 11:11:14", + "author_account_age_days": 1505 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1304 + "author_account_age_days": 1505 + }, + "https://github.com/olduvai-jp/ComfyUI-S3-IO": { + "stars": 1, + "last_update": "2026-02-05 07:03:06", + "author_account_age_days": 1505 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 390 + "author_account_age_days": 591 }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { - "stars": 1, - "last_update": "2025-08-12 02:47:24", - "author_account_age_days": 4429 + "stars": 4, + "last_update": "2025-09-23 22:08:30", + "author_account_age_days": 4630 }, "https://github.com/olivv-cs/ComfyUI-FunPack": { - "stars": 3, - "last_update": "2025-07-31 10:05:24", - "author_account_age_days": 840 + "stars": 7, + "last_update": "2026-03-13 15:40:56", + "author_account_age_days": 1041 + }, + "https://github.com/olliethomas1992/comfyui-json-nodes": { + "stars": 0, + "last_update": "2026-03-08 13:13:04", + "author_account_age_days": 3795 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { - "stars": 160, + "stars": 178, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4935 + "author_account_age_days": 5135 + }, + "https://github.com/omixmaxdimo/OmiXDev": { + "stars": 0, + "last_update": "2026-02-20 16:12:31", + "author_account_age_days": 2097 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { - "stars": 22, - "last_update": "2025-07-10 01:18:19", - "author_account_age_days": 1433 + "stars": 35, + "last_update": "2026-03-11 01:49:36", + "author_account_age_days": 1634 + }, + "https://github.com/opparco/ComfyUI-WanLightx2vScheduler": { + "stars": 1, + "last_update": "2025-09-05 18:56:41", + "author_account_age_days": 4309 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1982 + "author_account_age_days": 2183 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, "last_update": "2025-02-26 03:48:27", - "author_account_age_days": 4524 + "author_account_age_days": 4725 }, "https://github.com/orex2121/comfyui-OreX": { - "stars": 9, - "last_update": "2025-08-17 22:51:30", - "author_account_age_days": 1935 + "stars": 14, + "last_update": "2025-12-05 09:45:28", + "author_account_age_days": 2135 }, "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 1010 + "author_account_age_days": 1211 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { - "stars": 22, + "stars": 27, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 1010 + "author_account_age_days": 1211 }, "https://github.com/orion4d/ComfyUI_DAO_master": { - "stars": 6, - "last_update": "2025-08-26 22:40:29", - "author_account_age_days": 1010 + "stars": 10, + "last_update": "2025-09-03 08:56:54", + "author_account_age_days": 1211 + }, + "https://github.com/orion4d/ComfyUI_SharpnessPro": { + "stars": 9, + "last_update": "2025-08-27 09:02:20", + "author_account_age_days": 1211 }, "https://github.com/orion4d/ComfyUI_colormaster": { - "stars": 1, + "stars": 2, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 1010 + "author_account_age_days": 1211 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 1010 + "author_account_age_days": 1211 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 1010 + "author_account_age_days": 1211 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { - "stars": 0, + "stars": 1, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 1010 + "author_account_age_days": 1211 + }, + "https://github.com/orion4d/Comfyui_EncryptMaster": { + "stars": 5, + "last_update": "2025-09-06 14:18:12", + "author_account_age_days": 1211 + }, + "https://github.com/orion4d/Gemini_Banana_by_orion4d": { + "stars": 11, + "last_update": "2025-09-07 22:18:10", + "author_account_age_days": 1211 + }, + "https://github.com/orion4d/Orion4D_pixelshift": { + "stars": 7, + "last_update": "2025-09-09 09:14:31", + "author_account_age_days": 1211 }, "https://github.com/orion4d/illusion_node": { "stars": 3, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 1010 + "author_account_age_days": 1211 + }, + "https://github.com/orpheus-gaze/comfyui-s2-guidance-test": { + "stars": 1, + "last_update": "2025-11-13 17:50:49", + "author_account_age_days": 178 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { - "stars": 82, + "stars": 159, "last_update": "2025-03-19 12:56:23", - "author_account_age_days": 3457 + "author_account_age_days": 3658 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, - "last_update": "2025-05-22 09:55:47", - "author_account_age_days": 854 + "last_update": "2025-11-19 21:03:59", + "author_account_age_days": 1054 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { - "stars": 19, + "stars": 21, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1505 + "author_account_age_days": 1706 }, "https://github.com/ostris/ComfyUI-FlexTools": { - "stars": 71, + "stars": 80, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2831 + "author_account_age_days": 3032 }, "https://github.com/ostris/ostris_nodes_comfyui": { - "stars": 31, + "stars": 44, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2831 + "author_account_age_days": 3032 }, "https://github.com/otacoo/comfyui_otacoo": { - "stars": 5, - "last_update": "2025-07-28 18:49:03", - "author_account_age_days": 124 + "stars": 11, + "last_update": "2026-02-20 11:54:03", + "author_account_age_days": 325 + }, + "https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer": { + "stars": 6, + "last_update": "2026-01-18 06:33:53", + "author_account_age_days": 4744 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3211 + "author_account_age_days": 3412 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, "last_update": "2025-04-09 03:55:00", - "author_account_age_days": 4540 + "author_account_age_days": 4740 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2758 + "author_account_age_days": 2959 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { - "stars": 30, + "stars": 32, "last_update": "2025-04-07 08:30:38", - "author_account_age_days": 1270 + "author_account_age_days": 1470 }, "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-08-22 08:04:50", - "author_account_age_days": 2043 + "author_account_age_days": 2244 }, "https://github.com/p1atdev/comfyui-tkg-chroma-key": { - "stars": 16, + "stars": 19, "last_update": "2025-08-23 16:06:14", - "author_account_age_days": 2043 + "author_account_age_days": 2244 + }, + "https://github.com/pacchikAI/comfyui_pacchik_ImagePromptBatch": { + "stars": 1, + "last_update": "2025-10-22 16:27:05", + "author_account_age_days": 307 }, "https://github.com/palant/image-resize-comfyui": { - "stars": 98, + "stars": 107, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5481 + "author_account_age_days": 5682 }, "https://github.com/palant/integrated-nodes-comfyui": { - "stars": 38, + "stars": 39, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5481 + "author_account_age_days": 5682 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 213, - "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2559 + "stars": 237, + "last_update": "2026-03-04 20:19:00", + "author_account_age_days": 2760 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { - "stars": 18, + "stars": 20, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2559 + "author_account_age_days": 2760 }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 273, - "last_update": "2025-06-24 00:09:09", - "author_account_age_days": 2559 + "stars": 295, + "last_update": "2026-03-09 01:58:20", + "author_account_age_days": 2760 + }, + "https://github.com/pantaleone-ai/Comfy-Firefly": { + "stars": 1, + "last_update": "2025-12-11 21:24:50", + "author_account_age_days": 1548 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2745 + "author_account_age_days": 2946 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, "last_update": "2025-05-26 12:33:08", - "author_account_age_days": 1940 + "author_account_age_days": 2141 }, "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { "stars": 0, "last_update": "2025-08-08 13:16:05", - "author_account_age_days": 1940 + "author_account_age_days": 2141 }, "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, "last_update": "2025-03-03 07:47:31", - "author_account_age_days": 266 + "author_account_age_days": 467 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { - "stars": 224, + "stars": 243, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5508 + "author_account_age_days": 5709 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { - "stars": 28, + "stars": 35, "last_update": "2025-08-08 14:30:19", - "author_account_age_days": 280 + "author_account_age_days": 480 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { - "stars": 29, + "stars": 30, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3115 + "author_account_age_days": 3316 + }, + "https://github.com/pavelchezcin/pcvideomask": { + "stars": 8, + "last_update": "2026-02-20 15:21:43", + "author_account_age_days": 26 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, - "last_update": "2025-06-11 10:36:58", - "author_account_age_days": 1090 + "last_update": "2025-09-04 12:54:34", + "author_account_age_days": 1291 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1658 + "author_account_age_days": 1859 + }, + "https://github.com/pdale-boop/Comfyui-Network-Guardian": { + "stars": 0, + "last_update": "2025-10-14 21:49:38", + "author_account_age_days": 156 }, "https://github.com/penposs/ComfyUI_Gemini_Pro": { - "stars": 8, - "last_update": "2025-08-18 15:45:27", - "author_account_age_days": 2186 + "stars": 11, + "last_update": "2025-11-28 14:26:22", + "author_account_age_days": 2387 + }, + "https://github.com/penposs/Comfyui-banana2": { + "stars": 2, + "last_update": "2025-11-26 03:58:01", + "author_account_age_days": 2387 }, "https://github.com/penposs/Comfyui_wan_api": { - "stars": 1, + "stars": 2, "last_update": "2025-04-02 16:02:44", - "author_account_age_days": 2186 + "author_account_age_days": 2387 + }, + "https://github.com/pentarab/ComfyUI-For-ChatterBox": { + "stars": 0, + "last_update": "2025-12-31 01:04:58", + "author_account_age_days": 2154 + }, + "https://github.com/perckle/comfyui_dpir": { + "stars": 0, + "last_update": "2025-09-27 06:10:01", + "author_account_age_days": 1992 + }, + "https://github.com/perezjoan/ComfyUI-QwenEdit-Urbanism-by-UGA": { + "stars": 1, + "last_update": "2025-12-04 22:11:17", + "author_account_age_days": 2592 + }, + "https://github.com/peter119lee/ComfyUI-BananaForge": { + "stars": 1, + "last_update": "2026-02-14 11:18:29", + "author_account_age_days": 2456 + }, + "https://github.com/petmycat/ComfyUI-gen2": { + "stars": 20, + "last_update": "2026-03-06 10:11:54", + "author_account_age_days": 753 + }, + "https://github.com/petr-pr/ComfyUI-TranslationNode": { + "stars": 1, + "last_update": "2025-11-05 22:42:00", + "author_account_age_days": 1451 }, "https://github.com/pharmapsychotic/comfy-cliption": { - "stars": 58, + "stars": 63, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1343 + "author_account_age_days": 1543 + }, + "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader": { + "stars": 10, + "last_update": "2026-01-21 15:43:20", + "author_account_age_days": 1207 }, "https://github.com/phazei/ComfyUI-OrpheusTTS-LMStudio": { - "stars": 0, - "last_update": "2025-08-24 07:22:39", - "author_account_age_days": 5437 + "stars": 3, + "last_update": "2025-09-10 06:24:20", + "author_account_age_days": 5637 }, "https://github.com/phazei/ComfyUI-Prompt-Stash": { - "stars": 22, - "last_update": "2025-08-23 11:28:09", - "author_account_age_days": 5437 + "stars": 48, + "last_update": "2026-01-18 11:00:17", + "author_account_age_days": 5637 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 1, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3427 + "author_account_age_days": 3627 }, "https://github.com/philipy1219/ComfyUI-CloudStorage": { - "stars": 0, + "stars": 1, "last_update": "2025-07-01 13:40:29", - "author_account_age_days": 3686 + "author_account_age_days": 3887 }, "https://github.com/philipy1219/ComfyUI-TaylorSeer": { - "stars": 44, - "last_update": "2025-08-01 14:04:02", - "author_account_age_days": 3686 + "stars": 59, + "last_update": "2026-01-29 06:37:34", + "author_account_age_days": 3887 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { - "stars": 187, + "stars": 209, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1092 + "author_account_age_days": 1292 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { - "stars": 52, - "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2717 + "stars": 68, + "last_update": "2026-03-13 23:33:32", + "author_account_age_days": 2917 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { - "stars": 26, - "last_update": "2025-05-01 01:46:07", - "author_account_age_days": 2102 + "stars": 45, + "last_update": "2025-09-15 02:17:21", + "author_account_age_days": 2303 + }, + "https://github.com/phyblas/nsfw-shorier_comfyui": { + "stars": 7, + "last_update": "2025-09-16 13:23:13", + "author_account_age_days": 3682 }, "https://github.com/phyblas/paint-by-example_comfyui": { - "stars": 9, - "last_update": "2025-08-26 11:32:09", - "author_account_age_days": 3481 + "stars": 10, + "last_update": "2025-09-10 14:45:01", + "author_account_age_days": 3682 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { - "stars": 0, + "stars": 1, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 104 + "author_account_age_days": 305 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { - "stars": 0, + "stars": 3, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 104 + "author_account_age_days": 305 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { - "stars": 4, + "stars": 6, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 104 + "author_account_age_days": 305 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, - "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 1015 + "last_update": "2026-03-13 12:31:08", + "author_account_age_days": 1216 + }, + "https://github.com/pierreb-mf/ComfyUI-MF-PipoNodes": { + "stars": 1, + "last_update": "2026-02-13 18:50:57", + "author_account_age_days": 3858 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, "last_update": "2025-04-03 13:31:42", - "author_account_age_days": 398 + "author_account_age_days": 599 + }, + "https://github.com/piscesbody/ComfyUI-Upscale-CUDAspeed": { + "stars": 22, + "last_update": "2025-10-26 04:15:42", + "author_account_age_days": 3936 + }, + "https://github.com/pixelpainter/UI-Decorators": { + "stars": 9, + "last_update": "2026-01-21 23:24:17", + "author_account_age_days": 6061 + }, + "https://github.com/pixelpainter/comfyui-mute-bypass-by-ID": { + "stars": 6, + "last_update": "2026-02-24 04:11:09", + "author_account_age_days": 6061 }, "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, "last_update": "2025-03-13 23:07:04", - "author_account_age_days": 399 + "author_account_age_days": 600 }, "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { - "stars": 0, + "stars": 1, "last_update": "2025-08-10 13:42:12", - "author_account_age_days": 399 + "author_account_age_days": 600 + }, + "https://github.com/pixixai/ComfyUI-AlignLayout": { + "stars": 68, + "last_update": "2026-02-03 09:16:08", + "author_account_age_days": 431 + }, + "https://github.com/pizurny/ComfyUI-AV-Handles": { + "stars": 24, + "last_update": "2025-11-08 18:23:12", + "author_account_age_days": 1310 + }, + "https://github.com/pizurny/Comfyui-Latent-Transform-Sampler": { + "stars": 3, + "last_update": "2025-10-28 20:48:57", + "author_account_age_days": 1310 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 1931 + "author_account_age_days": 2132 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { - "stars": 8, + "stars": 9, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1931 + "author_account_age_days": 2132 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1931 + "author_account_age_days": 2132 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1931 + "author_account_age_days": 2132 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-03-25 19:50:08", - "author_account_age_days": 1928 + "author_account_age_days": 2129 }, "https://github.com/plugcrypt/CRT-Nodes": { - "stars": 10, - "last_update": "2025-08-26 21:45:18", - "author_account_age_days": 1490 + "stars": 95, + "last_update": "2026-02-11 09:53:30", + "author_account_age_days": 1691 }, "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { - "stars": 5, - "last_update": "2025-06-30 20:23:13", - "author_account_age_days": 492 + "stars": 11, + "last_update": "2025-11-08 19:39:43", + "author_account_age_days": 693 }, "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { - "stars": 10, - "last_update": "2025-07-14 12:58:10", - "author_account_age_days": 229 + "stars": 17, + "last_update": "2025-11-07 16:41:28", + "author_account_age_days": 430 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 435, - "last_update": "2025-08-26 22:25:14", - "author_account_age_days": 3935 + "stars": 819, + "last_update": "2026-03-11 19:18:23", + "author_account_age_days": 4135 + }, + "https://github.com/polym/ComfyUI-musubi": { + "stars": 1, + "last_update": "2025-10-21 11:45:22", + "author_account_age_days": 4861 + }, + "https://github.com/polymath-wtf/ComfyUI-Polymath-Vibenodes": { + "stars": 0, + "last_update": "2025-12-29 01:00:41", + "author_account_age_days": 887 + }, + "https://github.com/pongjoo/ComfyUI-PJLatent": { + "stars": 0, + "last_update": "2026-02-08 16:18:02", + "author_account_age_days": 900 + }, + "https://github.com/popoimm/comfyui-popo-utility": { + "stars": 0, + "last_update": "2025-08-28 17:56:41", + "author_account_age_days": 3673 }, "https://github.com/portu-sim/comfyui_bmab": { - "stars": 114, - "last_update": "2025-08-23 16:35:18", - "author_account_age_days": 750 + "stars": 122, + "last_update": "2025-12-20 12:27:06", + "author_account_age_days": 951 + }, + "https://github.com/power88/ComfyUI-PDiD-LLM-Nodes": { + "stars": 0, + "last_update": "2025-11-16 12:13:06", + "author_account_age_days": 3360 + }, + "https://github.com/princepainter/ComfyUI-PainterAI2V": { + "stars": 125, + "last_update": "2026-02-03 02:14:11", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/ComfyUI-PainterFrameCount": { + "stars": 2, + "last_update": "2026-01-24 06:31:32", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/ComfyUI-PainterI2V": { + "stars": 581, + "last_update": "2026-02-13 08:10:34", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/ComfyUI-PainterI2Vadvanced": { + "stars": 85, + "last_update": "2026-01-02 06:25:31", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/ComfyUI-PainterI2VforKJ": { + "stars": 97, + "last_update": "2026-02-26 08:50:47", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/ComfyUI-PainterImageFromBatch": { + "stars": 4, + "last_update": "2026-01-02 05:16:33", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/ComfyUI-PainterImageLoad": { + "stars": 4, + "last_update": "2026-01-03 13:25:41", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/ComfyUI-PainterLTXV2": { + "stars": 100, + "last_update": "2026-01-20 12:35:08", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/ComfyUI-PainterLongVideo": { + "stars": 123, + "last_update": "2025-11-18 23:59:04", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/ComfyUI-PainterMultiF2V": { + "stars": 22, + "last_update": "2026-01-25 01:56:26", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/ComfyUI-PainterQwenImageEdit": { + "stars": 57, + "last_update": "2026-02-07 08:36:34", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/ComfyUI-PainterVideoCombine": { + "stars": 23, + "last_update": "2026-02-26 09:01:59", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/ComfyUI-PainterVideoInfo": { + "stars": 1, + "last_update": "2026-01-02 11:43:40", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/ComfyUI-PainterVideoUpscale": { + "stars": 4, + "last_update": "2026-01-24 09:00:51", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/Comfyui-PainterAudioCut": { + "stars": 57, + "last_update": "2026-01-27 00:45:50", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/Comfyui-PainterAudioLength": { + "stars": 2, + "last_update": "2025-12-09 01:50:09", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/Comfyui-PainterFLF2V": { + "stars": 158, + "last_update": "2025-11-28 02:57:39", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/Comfyui-PainterFluxImageEdit": { + "stars": 91, + "last_update": "2026-02-07 08:35:48", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/Comfyui-PainterSampler": { + "stars": 23, + "last_update": "2025-11-17 09:12:16", + "author_account_age_days": 1132 + }, + "https://github.com/princepainter/Comfyui-PainterVRAM": { + "stars": 27, + "last_update": "2026-01-02 01:16:16", + "author_account_age_days": 1132 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { - "stars": 40, + "stars": 48, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1458 + "author_account_age_days": 1659 }, "https://github.com/prodogape/ComfyUI-Minio": { - "stars": 6, + "stars": 7, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1458 + "author_account_age_days": 1659 }, "https://github.com/prodogape/ComfyUI-OmDet": { - "stars": 3, + "stars": 4, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1458 + "author_account_age_days": 1659 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { - "stars": 26, + "stars": 28, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1458 + "author_account_age_days": 1659 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { - "stars": 7, + "stars": 8, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5996 + "author_account_age_days": 6197 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { - "stars": 14, + "stars": 15, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4416 + "author_account_age_days": 4616 + }, + "https://github.com/psdwizzard/Comfyui-XYZ-stitch": { + "stars": 0, + "last_update": "2025-11-11 16:47:27", + "author_account_age_days": 3476 }, "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { - "stars": 21, + "stars": 24, "last_update": "2025-07-06 04:41:46", - "author_account_age_days": 4308 + "author_account_age_days": 4509 }, "https://github.com/ptmaster/comfyui-audio-speed": { "stars": 12, "last_update": "2025-06-24 15:23:03", - "author_account_age_days": 4308 + "author_account_age_days": 4509 }, "https://github.com/puke3615/ComfyUI-OneAPI": { - "stars": 4, + "stars": 9, "last_update": "2025-08-05 17:33:59", - "author_account_age_days": 3943 + "author_account_age_days": 4144 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 3, "last_update": "2025-05-12 07:08:54", - "author_account_age_days": 2229 + "author_account_age_days": 2430 }, "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, "last_update": "2025-05-19 09:59:44", - "author_account_age_days": 4256 + "author_account_age_days": 4457 }, "https://github.com/purpen/ComfyUI-AIRedoon": { - "stars": 3, + "stars": 9, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5366 + "author_account_age_days": 5567 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 2, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5366 + "author_account_age_days": 5567 + }, + "https://github.com/purzbeats/ComfyUI-Purz": { + "stars": 21, + "last_update": "2026-02-06 02:42:11", + "author_account_age_days": 1524 }, "https://github.com/pvlprk/comfyui-pvl-api-nodes": { - "stars": 0, - "last_update": "2025-08-25 14:25:53", - "author_account_age_days": 470 + "stars": 1, + "last_update": "2025-12-28 11:46:07", + "author_account_age_days": 671 }, "https://github.com/pxl-pshr/GlitchNodes": { - "stars": 53, - "last_update": "2025-08-17 19:17:44", - "author_account_age_days": 314 + "stars": 63, + "last_update": "2026-03-14 06:56:16", + "author_account_age_days": 514 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1980, - "last_update": "2025-07-28 00:10:36", - "author_account_age_days": 3125 + "stars": 2278, + "last_update": "2025-09-26 23:53:00", + "author_account_age_days": 3325 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2638, - "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 926 + "stars": 2996, + "last_update": "2026-02-12 11:31:30", + "author_account_age_days": 1126 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 948, + "stars": 1123, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 926 + "author_account_age_days": 1126 + }, + "https://github.com/pytraveler/comfyui-darkil-nodes": { + "stars": 0, + "last_update": "2026-02-08 21:52:26", + "author_account_age_days": 1985 }, "https://github.com/pzc163/Comfyui-CatVTON": { - "stars": 166, + "stars": 170, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 1205 + "author_account_age_days": 1406 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { - "stars": 79, + "stars": 84, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 1205 + "author_account_age_days": 1406 }, "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { "stars": 76, "last_update": "2025-04-30 11:03:51", - "author_account_age_days": 2932 + "author_account_age_days": 3133 }, "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { - "stars": 12, + "stars": 16, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3716 + "author_account_age_days": 3917 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { - "stars": 37, + "stars": 42, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3716 + "author_account_age_days": 3917 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { - "stars": 23, - "last_update": "2025-08-15 20:00:40", - "author_account_age_days": 3716 + "stars": 45, + "last_update": "2026-02-09 16:46:34", + "author_account_age_days": 3917 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { - "stars": 60, + "stars": 66, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3716 + "author_account_age_days": 3917 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { - "stars": 27, + "stars": 36, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3716 + "author_account_age_days": 3917 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { - "stars": 33, + "stars": 41, "last_update": "2025-08-23 12:28:00", - "author_account_age_days": 3716 + "author_account_age_days": 3917 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { - "stars": 20, + "stars": 22, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3716 + "author_account_age_days": 3917 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { - "stars": 6, + "stars": 7, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3716 + "author_account_age_days": 3917 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { - "stars": 38, - "last_update": "2025-07-10 13:00:29", - "author_account_age_days": 3716 + "stars": 46, + "last_update": "2025-10-02 18:14:33", + "author_account_age_days": 3917 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { - "stars": 8, + "stars": 14, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3716 + "author_account_age_days": 3917 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { - "stars": 13, + "stars": 17, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3716 + "author_account_age_days": 3917 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1039 - }, - "https://github.com/r-vage/ComfyUI-RvTools_v2": { - "stars": 7, - "last_update": "2025-08-16 10:19:57", - "author_account_age_days": 100 - }, - "https://github.com/r3dial/redial-discomphy": { - "stars": 1, - "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 860 + "author_account_age_days": 1240 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 569 + "author_account_age_days": 770 + }, + "https://github.com/rafacost/rafacost-comfy": { + "stars": 3, + "last_update": "2025-11-11 14:26:29", + "author_account_age_days": 4317 + }, + "https://github.com/railep/ComfyUI-HunyuanVideo-Foley": { + "stars": 5, + "last_update": "2025-08-29 16:48:04", + "author_account_age_days": 376 }, "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { - "stars": 368, + "stars": 383, "last_update": "2025-03-22 09:59:11", - "author_account_age_days": 1494 + "author_account_age_days": 1695 }, "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { "stars": 6, "last_update": "2025-02-06 19:02:52", - "author_account_age_days": 1494 + "author_account_age_days": 1695 }, "https://github.com/rainlizard/ComfyUI-Raffle": { - "stars": 5, - "last_update": "2025-06-30 02:29:42", - "author_account_age_days": 3591 + "stars": 20, + "last_update": "2025-11-23 16:11:33", + "author_account_age_days": 3792 }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, "last_update": "2025-08-14 13:53:47", - "author_account_age_days": 3591 + "author_account_age_days": 3792 }, - "https://github.com/rakki194/ComfyUI-ImageCompare": { + "https://github.com/rakkarage/ComfyRage": { "stars": 0, - "last_update": "2025-05-05 21:00:58", - "author_account_age_days": 206 + "last_update": "2026-02-08 15:11:46", + "author_account_age_days": 5335 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { - "stars": 3, - "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1750 + "stars": 5, + "last_update": "2025-10-27 11:11:50", + "author_account_age_days": 1951 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { - "stars": 66, + "stars": 70, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3645 + "author_account_age_days": 3846 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1189 + "author_account_age_days": 1390 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { - "stars": 1, - "last_update": "2025-04-07 17:34:06", - "author_account_age_days": 247 + "stars": 3, + "last_update": "2025-12-07 02:37:32", + "author_account_age_days": 448 }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, - "last_update": "2025-08-22 13:50:03", - "author_account_age_days": 5684 + "last_update": "2026-02-16 11:03:46", + "author_account_age_days": 5884 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { - "stars": 88, + "stars": 91, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4922 + "author_account_age_days": 5123 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { - "stars": 48, + "stars": 50, "last_update": "2025-05-06 02:01:37", - "author_account_age_days": 2351 + "author_account_age_days": 2552 }, "https://github.com/raysers/Mflux-ComfyUI": { - "stars": 108, + "stars": 122, "last_update": "2025-03-09 21:14:27", - "author_account_age_days": 2433 + "author_account_age_days": 2633 + }, + "https://github.com/razvanmatei-sf/comfyui-stillfront": { + "stars": 0, + "last_update": "2026-02-16 10:39:17", + "author_account_age_days": 198 + }, + "https://github.com/razvanmatei-sf/razv-llm": { + "stars": 0, + "last_update": "2025-12-02 14:48:54", + "author_account_age_days": 198 + }, + "https://github.com/razvanmatei-sf/razv-wavespeed": { + "stars": 0, + "last_update": "2025-12-02 14:56:41", + "author_account_age_days": 198 + }, + "https://github.com/razvanmatei-sf/serhii-prompt-list": { + "stars": 0, + "last_update": "2025-11-03 10:19:48", + "author_account_age_days": 198 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3853 + "author_account_age_days": 4053 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1939 + "author_account_age_days": 2140 + }, + "https://github.com/rdanalex/ComfyUI-ClownSampler": { + "stars": 0, + "last_update": "2026-02-01 07:51:15", + "author_account_age_days": 2317 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { - "stars": 42, + "stars": 43, "last_update": "2025-06-30 19:02:35", - "author_account_age_days": 6049 + "author_account_age_days": 6250 + }, + "https://github.com/rdawgemfl/rdawg_3D_pack": { + "stars": 0, + "last_update": "2025-10-19 12:31:40", + "author_account_age_days": 2557 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, "last_update": "2025-07-20 04:21:48", - "author_account_age_days": 3751 + "author_account_age_days": 3952 }, "https://github.com/reallusion/ComfyUI-Reallusion": { - "stars": 4, + "stars": 9, "last_update": "2025-08-26 10:09:05", - "author_account_age_days": 2489 + "author_account_age_days": 2690 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 386, + "stars": 444, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3021 + "author_account_age_days": 3222 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { - "stars": 63, + "stars": 66, "last_update": "2025-06-04 11:33:13", - "author_account_age_days": 1151 + "author_account_age_days": 1351 + }, + "https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter": { + "stars": 7, + "last_update": "2025-09-30 16:00:15", + "author_account_age_days": 3933 }, "https://github.com/redhottensors/ComfyUI-Prediction": { - "stars": 14, + "stars": 15, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 567 + "author_account_age_days": 768 + }, + "https://github.com/reeoi/ComfyUI-WebROI": { + "stars": 1, + "last_update": "2025-11-25 08:44:40", + "author_account_age_days": 2389 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { - "stars": 84, - "last_update": "2025-06-30 16:50:28", - "author_account_age_days": 5055 + "stars": 137, + "last_update": "2026-02-02 01:40:50", + "author_account_age_days": 5256 + }, + "https://github.com/regiellis/ComfyUI-EasyIllustrious": { + "stars": 57, + "last_update": "2025-09-23 19:42:28", + "author_account_age_days": 5256 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { - "stars": 35, + "stars": 47, "last_update": "2025-05-12 14:17:10", - "author_account_age_days": 5055 + "author_account_age_days": 5256 }, "https://github.com/regiellis/ComfyUI-EasyPony": { - "stars": 9, + "stars": 12, "last_update": "2025-04-05 15:15:29", - "author_account_age_days": 5055 + "author_account_age_days": 5256 + }, + "https://github.com/regiellis/ComfyUI-SDXL-Adherence": { + "stars": 7, + "last_update": "2025-09-01 01:09:00", + "author_account_age_days": 5256 + }, + "https://github.com/relhamdi/ComfyUI-RE-CustomUtils": { + "stars": 0, + "last_update": "2026-01-25 11:33:31", + "author_account_age_days": 1893 + }, + "https://github.com/remingtonspaz/ComfyUI-ReferenceChain": { + "stars": 11, + "last_update": "2026-02-14 21:28:15", + "author_account_age_days": 4331 }, "https://github.com/replicate/comfyui-replicate": { - "stars": 192, + "stars": 208, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2036 + "author_account_age_days": 2237 + }, + "https://github.com/rethink-studios/comfyui-model-linker-desktop": { + "stars": 4, + "last_update": "2025-12-22 05:02:38", + "author_account_age_days": 2246 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { - "stars": 1, + "stars": 3, "last_update": "2025-04-23 10:49:48", - "author_account_age_days": 4913 + "author_account_age_days": 5114 + }, + "https://github.com/revisionhiep-create/Comfyui-Prompt-Sorter": { + "stars": 1, + "last_update": "2026-01-01 23:45:56", + "author_account_age_days": 92 + }, + "https://github.com/revisionhiep-create/comfyui-standard-trigger-words": { + "stars": 18, + "last_update": "2026-01-16 07:17:57", + "author_account_age_days": 92 + }, + "https://github.com/revisionhiep-create/comfyui-universal-trigger-toggle": { + "stars": 2, + "last_update": "2026-01-01 23:45:57", + "author_account_age_days": 92 + }, + "https://github.com/revisiontony/LoraMangerWebFrame": { + "stars": 3, + "last_update": "2025-12-24 11:56:44", + "author_account_age_days": 90 + }, + "https://github.com/rgamevfx/ComfyUI-RGnodes": { + "stars": 2, + "last_update": "2026-02-09 23:24:29", + "author_account_age_days": 445 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2176, - "last_update": "2025-08-24 20:59:32", - "author_account_age_days": 5403 + "stars": 2873, + "last_update": "2025-12-12 01:53:37", + "author_account_age_days": 5603 }, "https://github.com/rhdunn/comfyui-audio-processing": { - "stars": 10, + "stars": 11, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6065 + "author_account_age_days": 6266 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6065 + "author_account_age_days": 6266 + }, + "https://github.com/rholdorf/comfyui_imgtools": { + "stars": 0, + "last_update": "2026-03-08 21:41:05", + "author_account_age_days": 4999 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, "last_update": "2025-04-12 22:59:21", - "author_account_age_days": 581 + "author_account_age_days": 782 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 3109 + "author_account_age_days": 3309 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5261 + "author_account_age_days": 5462 }, "https://github.com/rickrender/ComfyUI-Vectorizer-API": { - "stars": 0, + "stars": 4, "last_update": "2025-08-20 00:09:26", - "author_account_age_days": 969 + "author_account_age_days": 1169 }, "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", - "author_account_age_days": 4632 + "author_account_age_days": 4833 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { - "stars": 4, + "stars": 6, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1075 + "author_account_age_days": 1276 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1075 + "author_account_age_days": 1276 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { - "stars": 16, - "last_update": "2025-08-04 16:23:03", - "author_account_age_days": 1075 + "stars": 20, + "last_update": "2025-09-25 09:39:29", + "author_account_age_days": 1276 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { - "stars": 36, + "stars": 39, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1075 + "author_account_age_days": 1276 + }, + "https://github.com/ritik-devsecops/ComfyUI-Floyo-Flux2-API-node": { + "stars": 1, + "last_update": "2025-11-26 23:27:36", + "author_account_age_days": 117 + }, + "https://github.com/rjgoif/ComfyUI-Img-Label-Tools": { + "stars": 3, + "last_update": "2026-02-28 06:18:48", + "author_account_age_days": 4517 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, "last_update": "2025-04-27 15:58:21", - "author_account_age_days": 5700 + "author_account_age_days": 5900 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { - "stars": 14, + "stars": 17, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3975 + "author_account_age_days": 4175 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { - "stars": 25, - "last_update": "2025-07-26 07:21:34", - "author_account_age_days": 2241 + "stars": 28, + "last_update": "2025-12-02 13:21:47", + "author_account_age_days": 2442 }, "https://github.com/robertvoy/ComfyUI-Distributed": { - "stars": 255, - "last_update": "2025-08-25 03:38:02", - "author_account_age_days": 4533 + "stars": 512, + "last_update": "2026-03-08 22:05:33", + "author_account_age_days": 4734 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { - "stars": 223, - "last_update": "2025-07-09 21:52:11", - "author_account_age_days": 4533 + "stars": 233, + "last_update": "2025-12-04 06:17:57", + "author_account_age_days": 4734 }, "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1552 + "author_account_age_days": 1753 + }, + "https://github.com/robomello/comfyui-prompt-saver": { + "stars": 0, + "last_update": "2026-01-29 17:59:46", + "author_account_age_days": 2314 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 880 + "author_account_age_days": 1081 + }, + "https://github.com/rockerBOO/pixel-sorting": { + "stars": 0, + "last_update": "2026-01-26 23:20:21", + "author_account_age_days": 6471 + }, + "https://github.com/rohit267/champdev-comfyui-nodes": { + "stars": 0, + "last_update": "2026-03-03 09:12:59", + "author_account_age_days": 3241 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { - "stars": 20, + "stars": 21, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3582 + "author_account_age_days": 3782 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 719 + "author_account_age_days": 919 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { - "stars": 5, + "stars": 6, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2738 + "author_account_age_days": 2939 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 109, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4583 + "author_account_age_days": 4784 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1446 + "author_account_age_days": 1646 }, "https://github.com/rookiepsi/comfypsi_blur_mask": { - "stars": 0, - "last_update": "2025-06-25 15:13:33", - "author_account_age_days": 185 + "stars": 2, + "last_update": "2025-09-08 02:32:36", + "author_account_age_days": 386 }, "https://github.com/rookiepsi/comfyui-extended": { - "stars": 3, - "last_update": "2025-06-22 13:42:26", - "author_account_age_days": 185 + "stars": 5, + "last_update": "2025-10-07 20:14:44", + "author_account_age_days": 386 + }, + "https://github.com/rookiestar28/ComfyUI-Danbooru-Tags-Upsampler": { + "stars": 11, + "last_update": "2025-12-31 04:12:45", + "author_account_age_days": 842 + }, + "https://github.com/rookiestar28/ComfyUI-Doctor": { + "stars": 61, + "last_update": "2026-02-27 09:48:58", + "author_account_age_days": 842 + }, + "https://github.com/rookiestar28/ComfyUI-TranslateGemma": { + "stars": 25, + "last_update": "2026-02-26 17:01:17", + "author_account_age_days": 842 + }, + "https://github.com/rookiestar28/ComfyUI_Text_Processor": { + "stars": 14, + "last_update": "2026-01-29 04:27:17", + "author_account_age_days": 842 + }, + "https://github.com/room3dev/ComfyUI-FrameIO": { + "stars": 0, + "last_update": "2026-01-20 07:19:12", + "author_account_age_days": 3312 + }, + "https://github.com/room3dev/ComfyUI-I2VChainHelper": { + "stars": 0, + "last_update": "2026-01-22 18:25:08", + "author_account_age_days": 3312 + }, + "https://github.com/room3dev/ComfyUI-PixelForge": { + "stars": 0, + "last_update": "2026-01-20 06:33:26", + "author_account_age_days": 3312 }, "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { - "stars": 6, + "stars": 8, "last_update": "2025-03-09 23:39:24", - "author_account_age_days": 1356 + "author_account_age_days": 1556 }, "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI": { - "stars": 2, - "last_update": "2025-08-19 13:53:35", - "author_account_age_days": 799 + "stars": 7, + "last_update": "2025-11-25 19:40:54", + "author_account_age_days": 1000 }, "https://github.com/royceschultz/ComfyUI-Notifications": { - "stars": 16, + "stars": 27, "last_update": "2025-07-07 23:30:54", - "author_account_age_days": 2958 + "author_account_age_days": 3158 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { - "stars": 23, + "stars": 29, "last_update": "2025-04-23 00:52:31", - "author_account_age_days": 2958 + "author_account_age_days": 3158 }, - "https://github.com/rslosch/ComfyUI-EZ_Prompts": { - "stars": 0, - "last_update": "2025-08-26 22:31:44", - "author_account_age_days": 1319 + "https://github.com/rslosch/comfyui-nodesweet": { + "stars": 1, + "last_update": "2026-03-06 22:29:12", + "author_account_age_days": 1519 + }, + "https://github.com/rsxdalv/ComfyUI-TTS-Webui": { + "stars": 3, + "last_update": "2025-10-31 17:42:44", + "author_account_age_days": 4404 + }, + "https://github.com/ru4ls/ComfyUI_Google-Fonts": { + "stars": 1, + "last_update": "2025-10-29 09:24:52", + "author_account_age_days": 1115 + }, + "https://github.com/ru4ls/ComfyUI_Imagen": { + "stars": 3, + "last_update": "2025-10-20 02:29:03", + "author_account_age_days": 1115 + }, + "https://github.com/ru4ls/ComfyUI_Nano_Banana": { + "stars": 41, + "last_update": "2026-03-02 07:15:37", + "author_account_age_days": 1115 + }, + "https://github.com/ru4ls/ComfyUI_StreetView-Loader": { + "stars": 6, + "last_update": "2026-01-11 08:45:22", + "author_account_age_days": 1115 + }, + "https://github.com/ru4ls/ComfyUI_Wan": { + "stars": 3, + "last_update": "2025-10-20 02:32:13", + "author_account_age_days": 1115 + }, + "https://github.com/ruanjianlun/comfyui_maya1_tts_alun": { + "stars": 1, + "last_update": "2025-11-11 03:17:07", + "author_account_age_days": 894 }, "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, "last_update": "2025-08-02 09:35:21", - "author_account_age_days": 3500 + "author_account_age_days": 3701 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { - "stars": 10, + "stars": 13, "last_update": "2025-05-21 02:21:09", - "author_account_age_days": 610 + "author_account_age_days": 811 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { - "stars": 39, + "stars": 45, "last_update": "2025-05-14 06:09:10", - "author_account_age_days": 610 + "author_account_age_days": 811 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2025-05-14 06:10:11", - "author_account_age_days": 610 + "author_account_age_days": 811 }, "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { - "stars": 10, + "stars": 14, "last_update": "2025-07-23 01:54:15", - "author_account_age_days": 610 + "author_account_age_days": 811 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 902 + "author_account_age_days": 1103 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 498 + "author_account_age_days": 699 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 596 + "author_account_age_days": 797 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, - "last_update": "2025-04-21 15:20:57", - "author_account_age_days": 2849 + "last_update": "2026-03-10 02:42:58", + "author_account_age_days": 3049 + }, + "https://github.com/ryan-seungyong-lee/ComfyUI-PromptEnhancer": { + "stars": 6, + "last_update": "2025-10-06 18:43:07", + "author_account_age_days": 1947 + }, + "https://github.com/ryanontheinside/ComfyUI-CalculatorX": { + "stars": 2, + "last_update": "2026-02-13 14:11:09", + "author_account_age_days": 4318 }, "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { - "stars": 10, + "stars": 15, "last_update": "2025-05-26 14:26:57", - "author_account_age_days": 4118 + "author_account_age_days": 4318 }, "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { - "stars": 16, - "last_update": "2025-04-13 23:18:36", - "author_account_age_days": 4118 + "stars": 20, + "last_update": "2026-02-15 15:28:03", + "author_account_age_days": 4318 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { - "stars": 4, + "stars": 5, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 4118 + "author_account_age_days": 4318 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 4118 + "author_account_age_days": 4318 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { - "stars": 66, - "last_update": "2025-05-27 22:10:23", - "author_account_age_days": 4118 + "stars": 76, + "last_update": "2026-02-08 13:17:21", + "author_account_age_days": 4318 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { - "stars": 63, + "stars": 77, "last_update": "2025-06-19 14:20:29", - "author_account_age_days": 4118 + "author_account_age_days": 4318 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 545, - "last_update": "2025-07-26 14:02:11", - "author_account_age_days": 4118 + "stars": 755, + "last_update": "2026-03-02 14:59:49", + "author_account_age_days": 4318 }, "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { "stars": 7, "last_update": "2025-04-07 17:53:16", - "author_account_age_days": 4118 + "author_account_age_days": 4318 + }, + "https://github.com/rzgarespo/ComfyUI-diffusiondb": { + "stars": 26, + "last_update": "2026-01-05 02:03:24", + "author_account_age_days": 4528 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { - "stars": 5, - "last_update": "2025-08-11 08:45:22", - "author_account_age_days": 4328 + "stars": 13, + "last_update": "2026-02-13 16:16:01", + "author_account_age_days": 4528 }, "https://github.com/s9roll7/comfyui_cotracker_node": { - "stars": 16, + "stars": 29, "last_update": "2025-06-24 11:30:06", - "author_account_age_days": 1013 + "author_account_age_days": 1214 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, - "last_update": "2025-08-22 15:14:56", - "author_account_age_days": 5186 + "last_update": "2025-12-29 18:44:55", + "author_account_age_days": 5386 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, - "last_update": "2025-07-05 01:32:50", - "author_account_age_days": 366 + "last_update": "2026-01-17 00:27:38", + "author_account_age_days": 567 + }, + "https://github.com/sal063/Comfy_z-sampling": { + "stars": 1, + "last_update": "2026-02-14 15:17:24", + "author_account_age_days": 1375 + }, + "https://github.com/sammykumar/ComfyUI-SwissArmyKnife": { + "stars": 4, + "last_update": "2026-01-14 23:20:25", + "author_account_age_days": 5129 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { - "stars": 1, + "stars": 3, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1350 + "author_account_age_days": 1551 }, "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, "last_update": "2025-05-04 04:58:56", - "author_account_age_days": 379 + "author_account_age_days": 579 + }, + "https://github.com/scofano/ComfyUI-Advanced-TextOverlay": { + "stars": 20, + "last_update": "2026-02-12 16:46:53", + "author_account_age_days": 3379 + }, + "https://github.com/scofano/ComfyUI-Simple-video-effects": { + "stars": 0, + "last_update": "2026-03-06 12:39:22", + "author_account_age_days": 3379 + }, + "https://github.com/scofano/comfy-audio-duration": { + "stars": 6, + "last_update": "2025-11-25 13:55:11", + "author_account_age_days": 3379 + }, + "https://github.com/scofano/comfy-text-stats": { + "stars": 0, + "last_update": "2025-10-10 20:10:48", + "author_account_age_days": 3379 + }, + "https://github.com/scofano/comfyui-thumb-generator": { + "stars": 0, + "last_update": "2026-03-09 14:38:44", + "author_account_age_days": 3379 }, "https://github.com/scraed/LanPaint": { - "stars": 478, - "last_update": "2025-08-26 04:10:11", - "author_account_age_days": 3891 + "stars": 1055, + "last_update": "2026-03-03 03:46:57", + "author_account_age_days": 4092 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 663 + "author_account_age_days": 864 }, "https://github.com/sdtana/ComfyUI-FDG": { - "stars": 4, + "stars": 6, "last_update": "2025-06-28 06:48:07", - "author_account_age_days": 1633 + "author_account_age_days": 1834 + }, + "https://github.com/seanhan19911990-source/ComfyUI-LTX2-Visual-LoRA": { + "stars": 4, + "last_update": "2026-02-12 17:57:17", + "author_account_age_days": 178 }, "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 762 + "author_account_age_days": 962 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 33, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5733 + "author_account_age_days": 5934 }, "https://github.com/seanlynch/srl-nodes": { - "stars": 9, + "stars": 12, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5733 + "author_account_age_days": 5934 + }, + "https://github.com/sebagallo/comfyui-sg-llama-cpp": { + "stars": 6, + "last_update": "2025-12-23 11:02:03", + "author_account_age_days": 3256 + }, + "https://github.com/sebagallo/comfyui-sg-openai-client": { + "stars": 0, + "last_update": "2026-02-28 16:43:21", + "author_account_age_days": 3256 + }, + "https://github.com/sebagallo/comfyui-sg-text-encode-reference-images": { + "stars": 0, + "last_update": "2026-03-06 10:48:40", + "author_account_age_days": 3256 }, "https://github.com/sebord/ComfyUI-LMCQ": { - "stars": 84, - "last_update": "2025-08-12 13:41:13", - "author_account_age_days": 1215 + "stars": 105, + "last_update": "2026-01-19 09:56:26", + "author_account_age_days": 1416 + }, + "https://github.com/senhaicc/Comfyui-WL-MainImageDesign": { + "stars": 0, + "last_update": "2026-01-13 11:29:31", + "author_account_age_days": 385 + }, + "https://github.com/senjinthedragon/comfyui-gender-tag-filter": { + "stars": 0, + "last_update": "2026-03-15 12:33:06", + "author_account_age_days": 4367 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, - "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3761 + "last_update": "2025-12-26 21:35:52", + "author_account_age_days": 3961 + }, + "https://github.com/serious-factory/ComfyUI-MultiTalkPromptSchedule": { + "stars": 1, + "last_update": "2026-03-03 10:10:57", + "author_account_age_days": 1119 }, "https://github.com/set-soft/AudioSeparation": { - "stars": 9, - "last_update": "2025-07-27 17:52:04", - "author_account_age_days": 3239 + "stars": 22, + "last_update": "2026-02-11 14:06:14", + "author_account_age_days": 3439 }, "https://github.com/set-soft/ComfyUI-AudioBatch": { - "stars": 1, + "stars": 5, "last_update": "2025-07-26 16:59:22", - "author_account_age_days": 3239 + "author_account_age_days": 3439 }, "https://github.com/set-soft/ComfyUI-ImageMisc": { - "stars": 0, - "last_update": "2025-08-22 14:18:07", - "author_account_age_days": 3239 + "stars": 1, + "last_update": "2025-12-30 16:49:04", + "author_account_age_days": 3439 + }, + "https://github.com/sfinktah/comfy-ovum": { + "stars": 6, + "last_update": "2025-11-17 22:15:39", + "author_account_age_days": 4662 + }, + "https://github.com/sfinktah/ovum-spotlight": { + "stars": 4, + "last_update": "2025-11-17 21:35:38", + "author_account_age_days": 4662 + }, + "https://github.com/sgyyao/ComfyUI_LLM_Prompt_Optimizer": { + "stars": 2, + "last_update": "2026-01-16 05:04:10", + "author_account_age_days": 2340 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { - "stars": 155, + "stars": 234, "last_update": "2025-07-30 05:16:48", - "author_account_age_days": 2930 + "author_account_age_days": 3131 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { - "stars": 225, + "stars": 252, "last_update": "2025-04-23 08:54:20", - "author_account_age_days": 2930 + "author_account_age_days": 3131 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 2198 + "author_account_age_days": 2398 }, "https://github.com/shadowcz007/comfyui-Image-reward": { - "stars": 31, + "stars": 32, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3743 + "author_account_age_days": 3944 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { - "stars": 2, + "stars": 3, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3743 + "author_account_age_days": 3944 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3743 + "author_account_age_days": 3944 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 464, + "stars": 473, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2471 + "author_account_age_days": 2672 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1691, + "stars": 1824, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2471 + "author_account_age_days": 2672 }, "https://github.com/shadowcz007/comfyui-sound-lab": { - "stars": 125, + "stars": 135, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2471 + "author_account_age_days": 2672 }, "https://github.com/shadowcz007/comfyui-try-on": { - "stars": 13, + "stars": 16, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2471 + "author_account_age_days": 2672 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { - "stars": 35, + "stars": 37, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3743 + "author_account_age_days": 3944 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { - "stars": 4, + "stars": 7, "last_update": "2025-05-23 17:41:55", - "author_account_age_days": 621 + "author_account_age_days": 822 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { - "stars": 19, + "stars": 28, "last_update": "2025-05-23 17:43:33", - "author_account_age_days": 621 + "author_account_age_days": 822 }, "https://github.com/shenduldh/ComfyUI-Lightning": { - "stars": 212, + "stars": 222, "last_update": "2025-03-13 05:58:04", - "author_account_age_days": 2546 + "author_account_age_days": 2747 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5521 + "author_account_age_days": 5722 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1449 + "author_account_age_days": 1650 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { - "stars": 287, + "stars": 296, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2193 + "author_account_age_days": 2394 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 471, + "stars": 516, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2193 + "author_account_age_days": 2394 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2193 + "author_account_age_days": 2394 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 287, + "stars": 319, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2193 + "author_account_age_days": 2394 + }, + "https://github.com/shin131002/RandomLoRALoader": { + "stars": 1, + "last_update": "2026-01-13 13:20:14", + "author_account_age_days": 390 }, "https://github.com/shinich39/comfyui-break-workflow": { - "stars": 1, - "last_update": "2025-05-25 10:20:20", - "author_account_age_days": 741 + "stars": 2, + "last_update": "2025-09-10 15:02:44", + "author_account_age_days": 941 }, "https://github.com/shinich39/comfyui-civitai-workflow": { - "stars": 0, - "last_update": "2025-06-11 16:47:58", - "author_account_age_days": 741 + "stars": 1, + "last_update": "2025-10-12 10:16:58", + "author_account_age_days": 941 }, "https://github.com/shinich39/comfyui-dynamic-routes": { "stars": 5, - "last_update": "2025-05-25 10:17:05", - "author_account_age_days": 741 + "last_update": "2025-09-10 15:13:41", + "author_account_age_days": 941 }, "https://github.com/shinich39/comfyui-get-meta": { - "stars": 8, - "last_update": "2025-05-25 10:17:48", - "author_account_age_days": 741 + "stars": 9, + "last_update": "2025-09-12 23:21:21", + "author_account_age_days": 941 }, "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, - "last_update": "2025-08-22 08:22:54", - "author_account_age_days": 741 - }, - "https://github.com/shinich39/comfyui-innnnnpaint": { - "stars": 0, - "last_update": "2025-05-25 10:18:06", - "author_account_age_days": 741 + "last_update": "2025-10-16 09:46:49", + "author_account_age_days": 941 }, "https://github.com/shinich39/comfyui-mtga": { "stars": 0, - "last_update": "2025-08-24 10:08:34", - "author_account_age_days": 741 - }, - "https://github.com/shinich39/comfyui-no-one-above-me": { - "stars": 0, - "last_update": "2025-05-25 10:19:33", - "author_account_age_days": 741 + "last_update": "2026-03-13 17:25:33", + "author_account_age_days": 941 }, "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, - "last_update": "2025-05-25 10:18:45", - "author_account_age_days": 741 + "last_update": "2026-01-15 07:11:59", + "author_account_age_days": 941 }, "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, "last_update": "2025-08-14 08:18:47", - "author_account_age_days": 145 + "author_account_age_days": 345 + }, + "https://github.com/shmbatom/Comfyui-Image-Concat": { + "stars": 0, + "last_update": "2026-01-19 15:24:15", + "author_account_age_days": 758 + }, + "https://github.com/shmbatom/Comfyui-ImageAB-Compare": { + "stars": 0, + "last_update": "2026-01-05 12:16:23", + "author_account_age_days": 758 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4736 + "author_account_age_days": 4936 }, "https://github.com/shockz0rz/comfy-easy-grids": { - "stars": 24, + "stars": 25, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 2054 + "author_account_age_days": 2255 + }, + "https://github.com/shootthesound/comfyUI-LongLook": { + "stars": 151, + "last_update": "2025-12-30 22:23:29", + "author_account_age_days": 1320 + }, + "https://github.com/shootthesound/comfyui-wan-i2v-control": { + "stars": 16, + "last_update": "2026-02-01 22:14:13", + "author_account_age_days": 1320 + }, + "https://github.com/shumoLR/Comfyui_SynVow_MultiangleCamera": { + "stars": 10, + "last_update": "2026-01-17 11:12:19", + "author_account_age_days": 674 + }, + "https://github.com/shumoLR/Comfyui_SynVow_TeleStyle": { + "stars": 1, + "last_update": "2026-01-30 18:24:23", + "author_account_age_days": 674 }, "https://github.com/siliconflow/BizyAir": { - "stars": 754, - "last_update": "2025-07-07 07:09:57", - "author_account_age_days": 734 + "stars": 838, + "last_update": "2025-09-24 10:15:54", + "author_account_age_days": 935 }, "https://github.com/siliconflow/onediff_comfy_nodes": { - "stars": 23, + "stars": 24, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 734 + "author_account_age_days": 935 + }, + "https://github.com/silveroxides/ComfyUI-LogicMath": { + "stars": 3, + "last_update": "2026-02-21 07:34:13", + "author_account_age_days": 2130 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { - "stars": 2, - "last_update": "2025-07-22 18:07:41", - "author_account_age_days": 1929 + "stars": 7, + "last_update": "2026-03-07 18:10:13", + "author_account_age_days": 2130 + }, + "https://github.com/silveroxides/ComfyUI-PokeIndex": { + "stars": 0, + "last_update": "2025-12-30 17:54:35", + "author_account_age_days": 2130 }, "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { "stars": 2, - "last_update": "2025-08-20 08:47:24", - "author_account_age_days": 1929 + "last_update": "2026-02-12 18:47:03", + "author_account_age_days": 2130 }, "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { - "stars": 7, - "last_update": "2025-06-16 14:18:31", - "author_account_age_days": 1929 + "stars": 9, + "last_update": "2026-02-23 11:43:24", + "author_account_age_days": 2130 }, "https://github.com/silveroxides/ComfyUI_FDGuidance": { + "stars": 5, + "last_update": "2026-02-07 15:28:15", + "author_account_age_days": 2130 + }, + "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": { "stars": 3, - "last_update": "2025-08-22 23:12:24", - "author_account_age_days": 1929 + "last_update": "2026-02-22 09:33:12", + "author_account_age_days": 2130 }, "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { "stars": 8, - "last_update": "2025-08-01 21:42:06", - "author_account_age_days": 1929 + "last_update": "2026-01-21 14:35:20", + "author_account_age_days": 2130 }, "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { - "stars": 17, + "stars": 25, "last_update": "2025-05-11 19:44:35", - "author_account_age_days": 1929 + "author_account_age_days": 2130 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { - "stars": 37, - "last_update": "2025-04-28 01:08:43", - "author_account_age_days": 1929 + "stars": 43, + "last_update": "2025-11-26 17:06:10", + "author_account_age_days": 2130 + }, + "https://github.com/sinanzoo2nd/ComfyUI-Seed-Wildcard-Pack": { + "stars": 0, + "last_update": "2026-03-05 14:08:18", + "author_account_age_days": 61 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 301, - "last_update": "2025-08-11 14:28:18", - "author_account_age_days": 1535 + "stars": 335, + "last_update": "2026-03-11 08:06:23", + "author_account_age_days": 1736 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 218, - "last_update": "2025-02-07 15:04:47", - "author_account_age_days": 2555 + "stars": 223, + "last_update": "2025-10-07 10:25:26", + "author_account_age_days": 2756 + }, + "https://github.com/siraxe/ComfyUI-WanVideoWrapper_QQ": { + "stars": 57, + "last_update": "2026-03-15 01:36:49", + "author_account_age_days": 3257 + }, + "https://github.com/sirouk/chutes-comfyui-node": { + "stars": 0, + "last_update": "2025-12-01 23:12:03", + "author_account_age_days": 4190 }, "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, "last_update": "2025-03-02 09:10:54", - "author_account_age_days": 1306 + "author_account_age_days": 1507 }, "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { - "stars": 4, + "stars": 5, "last_update": "2025-06-05 15:46:52", - "author_account_age_days": 4191 + "author_account_age_days": 4392 + }, + "https://github.com/sjhddh/ComfyUI-Cyber-Steganography": { + "stars": 0, + "last_update": "2026-01-23 23:24:12", + "author_account_age_days": 4523 + }, + "https://github.com/skatardude10/ComfyUI-Optical-Realism": { + "stars": 15, + "last_update": "2026-03-07 04:53:44", + "author_account_age_days": 3972 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2510 + "author_account_age_days": 2711 }, "https://github.com/skycoder182/comfyui-filename-tools": { - "stars": 0, + "stars": 3, "last_update": "2025-05-20 18:06:04", - "author_account_age_days": 98 + "author_account_age_days": 299 }, "https://github.com/skycoder182/comfyui-skycoder-tools": { "stars": 1, "last_update": "2025-06-08 12:26:41", - "author_account_age_days": 98 + "author_account_age_days": 299 + }, + "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": { + "stars": 51, + "last_update": "2025-12-31 09:05:05", + "author_account_age_days": 5371 + }, + "https://github.com/sln77/ComfyUI-Camie-Tagger": { + "stars": 1, + "last_update": "2026-02-17 14:39:58", + "author_account_age_days": 456 }, "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, - "last_update": "2025-05-06 15:48:22", - "author_account_age_days": 406 + "last_update": "2025-11-06 14:32:52", + "author_account_age_days": 606 }, "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { "stars": 0, - "last_update": "2025-08-20 08:19:36", - "author_account_age_days": 406 + "last_update": "2025-11-06 13:10:07", + "author_account_age_days": 606 }, "https://github.com/slyt/comfyui-ollama-nodes": { - "stars": 0, + "stars": 2, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4368 - }, - "https://github.com/sm079/ComfyUI-Face-Detection": { - "stars": 0, - "last_update": "2025-06-03 14:37:55", - "author_account_age_days": 2113 + "author_account_age_days": 4568 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3143 + "author_account_age_days": 3344 + }, + "https://github.com/smartvain/ComfyUI-FaceKeypointsFilter": { + "stars": 1, + "last_update": "2026-01-12 01:16:45", + "author_account_age_days": 1724 + }, + "https://github.com/smartvain/ComfyUI-PoseKeypointsToImage": { + "stars": 0, + "last_update": "2026-01-12 01:22:02", + "author_account_age_days": 1724 + }, + "https://github.com/smartvain/ComfyUI-PromptComment": { + "stars": 0, + "last_update": "2026-01-20 16:12:24", + "author_account_age_days": 1724 + }, + "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste": { + "stars": 0, + "last_update": "2025-10-25 21:28:35", + "author_account_age_days": 4206 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 3150 + "author_account_age_days": 3350 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { - "stars": 13, + "stars": 16, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 3150 + "author_account_age_days": 3350 }, "https://github.com/smthemex/ComfyUI_AniCrafter": { - "stars": 35, + "stars": 36, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { - "stars": 65, + "stars": 69, "last_update": "2025-02-05 04:01:50", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_CSD_MT": { - "stars": 18, + "stars": 19, "last_update": "2025-02-06 04:30:50", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 17, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { - "stars": 24, + "stars": 25, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 782 + "author_account_age_days": 983 + }, + "https://github.com/smthemex/ComfyUI_ChronoEdit_SM": { + "stars": 3, + "last_update": "2025-11-18 10:43:12", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_DICE_Talk": { "stars": 25, "last_update": "2025-05-07 07:47:06", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 42, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_Demucs": { - "stars": 9, - "last_update": "2025-03-12 05:22:24", - "author_account_age_days": 782 + "stars": 10, + "last_update": "2025-12-12 06:04:30", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_Diffree": { - "stars": 32, + "stars": 31, "last_update": "2025-03-09 01:16:33", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_DiffuEraser": { - "stars": 187, - "last_update": "2025-07-17 13:14:09", - "author_account_age_days": 782 + "stars": 252, + "last_update": "2025-12-02 06:38:39", + "author_account_age_days": 983 + }, + "https://github.com/smthemex/ComfyUI_DyPE": { + "stars": 29, + "last_update": "2026-02-26 10:04:19", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 665, - "last_update": "2025-08-26 00:42:33", - "author_account_age_days": 782 + "stars": 687, + "last_update": "2026-02-28 00:30:14", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { - "stars": 17, + "stars": 16, "last_update": "2025-03-12 05:22:03", - "author_account_age_days": 782 + "author_account_age_days": 983 + }, + "https://github.com/smthemex/ComfyUI_FlashVSR": { + "stars": 331, + "last_update": "2026-02-23 03:28:56", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { - "stars": 61, + "stars": 66, "last_update": "2025-05-29 11:42:48", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { - "stars": 16, + "stars": 17, "last_update": "2025-04-11 13:45:15", - "author_account_age_days": 782 + "author_account_age_days": 983 + }, + "https://github.com/smthemex/ComfyUI_GRAG_Image_Editing": { + "stars": 8, + "last_update": "2025-11-30 07:52:54", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_Hallo2": { - "stars": 74, + "stars": 73, "last_update": "2025-03-12 05:22:46", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { - "stars": 78, + "stars": 80, "last_update": "2025-06-24 13:06:34", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { - "stars": 241, + "stars": 243, "last_update": "2025-03-12 05:22:14", - "author_account_age_days": 782 + "author_account_age_days": 983 + }, + "https://github.com/smthemex/ComfyUI_InteractAvatar": { + "stars": 19, + "last_update": "2026-02-28 07:59:03", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_KV_Edit": { - "stars": 58, - "last_update": "2025-05-24 00:35:59", - "author_account_age_days": 782 + "stars": 61, + "last_update": "2025-09-30 08:22:04", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_Light_A_Video": { - "stars": 86, + "stars": 88, "last_update": "2025-04-10 01:05:56", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { - "stars": 26, + "stars": 27, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 782 + "author_account_age_days": 983 + }, + "https://github.com/smthemex/ComfyUI_LucidFlux": { + "stars": 57, + "last_update": "2026-01-12 04:47:17", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { - "stars": 59, + "stars": 58, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { - "stars": 57, + "stars": 58, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2025-03-09 01:15:38", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_ObjectClear": { - "stars": 22, - "last_update": "2025-07-24 00:59:50", - "author_account_age_days": 782 + "stars": 27, + "last_update": "2025-11-24 10:01:01", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_OmniParser": { - "stars": 40, + "stars": 39, "last_update": "2025-03-12 05:22:34", - "author_account_age_days": 782 + "author_account_age_days": 983 + }, + "https://github.com/smthemex/ComfyUI_OmniPart": { + "stars": 9, + "last_update": "2025-10-15 08:20:42", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_OmniSVG": { - "stars": 14, - "last_update": "2025-07-24 01:25:24", - "author_account_age_days": 782 + "stars": 27, + "last_update": "2025-12-05 09:14:08", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { - "stars": 13, + "stars": 16, "last_update": "2025-03-12 05:21:53", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { - "stars": 46, + "stars": 48, "last_update": "2025-07-02 09:39:48", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_PartPacker": { - "stars": 22, + "stars": 31, "last_update": "2025-06-25 00:44:53", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_Personalize_Anything": { "stars": 44, "last_update": "2025-03-26 00:38:13", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_PhotoDoodle": { - "stars": 98, + "stars": 95, "last_update": "2025-03-20 08:19:21", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_Pops": { - "stars": 23, + "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_SVFR": { - "stars": 96, + "stars": 98, "last_update": "2025-03-12 05:21:23", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_Sapiens": { - "stars": 190, + "stars": 200, "last_update": "2025-03-12 05:22:59", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_SongGeneration": { - "stars": 77, - "last_update": "2025-07-29 10:02:21", - "author_account_age_days": 782 + "stars": 146, + "last_update": "2026-03-04 05:31:15", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1088, - "last_update": "2025-05-22 00:46:49", - "author_account_age_days": 782 + "stars": 1129, + "last_update": "2025-09-27 00:02:18", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { - "stars": 30, + "stars": 34, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_StableAvatar": { - "stars": 33, + "stars": 44, "last_update": "2025-08-21 07:58:39", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { - "stars": 99, + "stars": 103, "last_update": "2025-07-03 00:30:45", - "author_account_age_days": 782 + "author_account_age_days": 983 + }, + "https://github.com/smthemex/ComfyUI_Step_Audio_EditX_SM": { + "stars": 28, + "last_update": "2025-11-15 05:43:39", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 463, - "last_update": "2025-08-26 00:29:19", - "author_account_age_days": 782 + "stars": 496, + "last_update": "2025-10-11 09:57:02", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { - "stars": 10, + "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { - "stars": 171, + "stars": 181, "last_update": "2025-08-17 03:55:34", - "author_account_age_days": 782 + "author_account_age_days": 983 + }, + "https://github.com/smthemex/ComfyUI_UltraFlux": { + "stars": 23, + "last_update": "2025-11-27 04:17:26", + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { "stars": 11, "last_update": "2025-05-21 08:56:45", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/smthemex/ComfyUI_YuE": { - "stars": 153, + "stars": 185, "last_update": "2025-02-24 12:02:41", - "author_account_age_days": 782 + "author_account_age_days": 983 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { - "stars": 12, - "last_update": "2025-08-25 13:13:04", - "author_account_age_days": 1202 + "stars": 16, + "last_update": "2026-03-06 00:39:47", + "author_account_age_days": 1402 }, "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { "stars": 2, - "last_update": "2025-08-06 21:33:59", - "author_account_age_days": 1202 + "last_update": "2026-02-16 19:04:31", + "author_account_age_days": 1402 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, - "last_update": "2025-06-25 14:25:41", - "author_account_age_days": 1996 + "last_update": "2025-09-19 00:26:30", + "author_account_age_days": 2196 + }, + "https://github.com/snicolast/ComfyUI-IndexTTS2": { + "stars": 180, + "last_update": "2025-10-13 07:16:00", + "author_account_age_days": 3003 + }, + "https://github.com/snicolast/ComfyUI-Ovi": { + "stars": 122, + "last_update": "2025-10-16 21:46:54", + "author_account_age_days": 3003 }, "https://github.com/snomiao/ComfyUI-Video-Crop": { - "stars": 2, + "stars": 5, "last_update": "2025-08-05 13:53:52", - "author_account_age_days": 4149 + "author_account_age_days": 4350 + }, + "https://github.com/solidlime/Comfyui-Random_Image_Picker": { + "stars": 0, + "last_update": "2026-01-07 13:39:25", + "author_account_age_days": 3648 }, "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 5, "last_update": "2025-05-31 07:23:03", - "author_account_age_days": 119 + "author_account_age_days": 320 + }, + "https://github.com/sonnybox/ComfyUI-SuperNodes": { + "stars": 5, + "last_update": "2026-03-15 04:26:22", + "author_account_age_days": 1182 + }, + "https://github.com/sooxt98/comfyui_longcat_image": { + "stars": 76, + "last_update": "2025-12-21 02:42:42", + "author_account_age_days": 3894 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, "last_update": "2025-03-03 03:53:26", - "author_account_age_days": 3688 + "author_account_age_days": 3889 + }, + "https://github.com/soulctcher/TetriNode": { + "stars": 4, + "last_update": "2026-02-08 22:35:40", + "author_account_age_days": 3345 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1911 + "author_account_age_days": 2112 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { - "stars": 30, + "stars": 31, "last_update": "2025-03-30 15:07:02", - "author_account_age_days": 836 + "author_account_age_days": 1037 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { - "stars": 56, + "stars": 59, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 3153 + "author_account_age_days": 3353 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { - "stars": 218, + "stars": 241, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 3153 + "author_account_age_days": 3353 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 3153 + "author_account_age_days": 3353 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { - "stars": 190, + "stars": 207, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 723 + "author_account_age_days": 923 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { - "stars": 65, - "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 723 + "stars": 99, + "last_update": "2026-03-09 19:40:11", + "author_account_age_days": 923 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 247, - "last_update": "2025-07-21 05:17:52", - "author_account_age_days": 723 + "stars": 287, + "last_update": "2025-12-15 02:00:51", + "author_account_age_days": 923 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { - "stars": 2, + "stars": 3, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 723 + "author_account_age_days": 923 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 95, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 723 + "author_account_age_days": 923 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 20, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 723 + "author_account_age_days": 923 + }, + "https://github.com/spacepxl/ComfyUI-VAE-Utils": { + "stars": 159, + "last_update": "2026-02-05 04:47:29", + "author_account_age_days": 923 }, "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { - "stars": 13, - "last_update": "2025-07-24 14:53:26", - "author_account_age_days": 366 + "stars": 20, + "last_update": "2026-02-02 14:15:16", + "author_account_age_days": 567 }, "https://github.com/spawner1145/comfyui-aichat": { - "stars": 2, - "last_update": "2025-08-10 13:49:01", - "author_account_age_days": 366 + "stars": 3, + "last_update": "2026-01-17 15:05:19", + "author_account_age_days": 567 + }, + "https://github.com/spawner1145/comfyui-lsnet": { + "stars": 93, + "last_update": "2025-12-19 14:20:40", + "author_account_age_days": 567 + }, + "https://github.com/speige/ComfyUI_Make-It-Animatable": { + "stars": 3, + "last_update": "2026-01-02 01:32:37", + "author_account_age_days": 4987 }, "https://github.com/spinagon/ComfyUI-seam-carving": { - "stars": 24, + "stars": 27, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5169 + "author_account_age_days": 5369 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { - "stars": 224, - "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5169 + "stars": 262, + "last_update": "2026-02-12 15:22:16", + "author_account_age_days": 5369 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5660 + "author_account_age_days": 5860 + }, + "https://github.com/sputnik57/comfyui-prompt-logger": { + "stars": 0, + "last_update": "2025-09-09 22:35:39", + "author_account_age_days": 4378 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { - "stars": 2, - "last_update": "2025-08-10 09:24:22", - "author_account_age_days": 230 + "stars": 8, + "last_update": "2025-12-01 03:45:48", + "author_account_age_days": 431 + }, + "https://github.com/srv1n/ComfyUI-Rebase-LoRA": { + "stars": 0, + "last_update": "2026-03-12 17:04:26", + "author_account_age_days": 1655 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 1291, - "last_update": "2025-07-18 19:54:57", - "author_account_age_days": 2117 + "stars": 1465, + "last_update": "2026-02-27 23:36:54", + "author_account_age_days": 2318 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 93, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 2117 + "author_account_age_days": 2318 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { - "stars": 89, - "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 2117 + "stars": 90, + "last_update": "2025-12-06 03:42:31", + "author_account_age_days": 2318 }, "https://github.com/ssitu/ComfyUI_roop": { - "stars": 78, + "stars": 81, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 2117 + "author_account_age_days": 2318 + }, + "https://github.com/ssspace1/SSpack_ComfyUI": { + "stars": 0, + "last_update": "2025-12-13 08:16:16", + "author_account_age_days": 458 + }, + "https://github.com/sstoye/comfyui-lora-prompt-switch": { + "stars": 0, + "last_update": "2026-02-13 15:54:33", + "author_account_age_days": 2384 }, "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4512 + "author_account_age_days": 4713 }, "https://github.com/stavsap/comfyui-kokoro": { - "stars": 55, - "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4512 + "stars": 67, + "last_update": "2026-02-23 18:58:56", + "author_account_age_days": 4713 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 623, - "last_update": "2025-08-04 19:58:04", - "author_account_age_days": 4512 + "stars": 793, + "last_update": "2025-10-23 17:02:46", + "author_account_age_days": 4713 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { - "stars": 17, + "stars": 33, "last_update": "2025-08-05 12:38:00", - "author_account_age_days": 3040 + "author_account_age_days": 3241 }, "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { - "stars": 4, - "last_update": "2025-08-05 12:38:41", - "author_account_age_days": 3040 + "stars": 15, + "last_update": "2025-10-22 21:10:35", + "author_account_age_days": 3241 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { - "stars": 87, - "last_update": "2025-08-12 16:34:40", - "author_account_age_days": 3040 + "stars": 233, + "last_update": "2025-10-22 21:09:42", + "author_account_age_days": 3241 }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { - "stars": 40, + "stars": 43, "last_update": "2025-03-27 07:52:26", - "author_account_age_days": 381 + "author_account_age_days": 582 }, "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, "last_update": "2025-05-26 06:51:21", - "author_account_age_days": 3727 + "author_account_age_days": 3928 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { - "stars": 33, + "stars": 43, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4556 + "author_account_age_days": 4757 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { - "stars": 29, + "stars": 38, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4556 + "author_account_age_days": 4757 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 11, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4556 + "author_account_age_days": 4757 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2980 + "author_account_age_days": 3181 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 1007, + "stars": 1086, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2980 + "author_account_age_days": 3181 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4900 + "author_account_age_days": 5100 }, "https://github.com/strawberryPunch/vram_optimizer": { - "stars": 7, + "stars": 17, "last_update": "2025-07-18 13:34:28", - "author_account_age_days": 722 + "author_account_age_days": 923 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3055 + "author_account_age_days": 3256 + }, + "https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep": { + "stars": 25, + "last_update": "2026-03-14 00:04:17", + "author_account_age_days": 576 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2274 + "author_account_age_days": 2475 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { - "stars": 38, + "stars": 40, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2274 + "author_account_age_days": 2475 + }, + "https://github.com/styletransfer/ComfyUI-TRELLIS2_Motion": { + "stars": 4, + "last_update": "2025-12-21 17:36:04", + "author_account_age_days": 4493 + }, + "https://github.com/subraoul/ComfyUI_Bit-Depth-Enhancer": { + "stars": 1, + "last_update": "2025-11-10 21:17:53", + "author_account_age_days": 3635 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { - "stars": 42, + "stars": 43, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6359 + "author_account_age_days": 6559 }, "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { + "stars": 3, + "last_update": "2026-02-18 16:05:39", + "author_account_age_days": 1505 + }, + "https://github.com/sugarkwork/comfyui-auto-mosaic": { "stars": 2, - "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1304 + "last_update": "2026-02-28 06:49:34", + "author_account_age_days": 1505 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { - "stars": 1, + "stars": 3, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1304 + "author_account_age_days": 1505 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1304 + "author_account_age_days": 1505 + }, + "https://github.com/sugarkwork/comfyui_smart_character_detailer": { + "stars": 1, + "last_update": "2026-02-13 12:30:19", + "author_account_age_days": 1505 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { - "stars": 62, - "last_update": "2025-07-22 02:35:04", - "author_account_age_days": 1304 + "stars": 79, + "last_update": "2026-02-23 12:30:44", + "author_account_age_days": 1505 + }, + "https://github.com/suhee19/comfyui-orpheus-loader": { + "stars": 0, + "last_update": "2025-09-23 15:14:02", + "author_account_age_days": 1243 + }, + "https://github.com/suito-venus/comfyui-diffusion-model-loader-with-name": { + "stars": 0, + "last_update": "2026-02-11 10:28:12", + "author_account_age_days": 1640 + }, + "https://github.com/sumitchatterjee13/Luminance-Stack-Processor": { + "stars": 40, + "last_update": "2025-10-05 11:40:55", + "author_account_age_days": 2465 + }, + "https://github.com/sumitchatterjee13/nuke-nodes-comfyui": { + "stars": 48, + "last_update": "2026-03-14 05:55:42", + "author_account_age_days": 2465 }, "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 181 + "author_account_age_days": 382 + }, + "https://github.com/supElement/ComfyUI_Element_easy": { + "stars": 1, + "last_update": "2026-03-15 16:00:05", + "author_account_age_days": 675 + }, + "https://github.com/supSugam/ComfyUI-FlowMatch-Advanced": { + "stars": 1, + "last_update": "2026-02-25 06:55:20", + "author_account_age_days": 1361 + }, + "https://github.com/supart/ComfyUI-TY360-Photo-Edit": { + "stars": 8, + "last_update": "2026-03-08 06:33:34", + "author_account_age_days": 2469 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 877 + "author_account_age_days": 1078 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { - "stars": 3, + "stars": 7, "last_update": "2025-05-06 01:30:48", - "author_account_age_days": 4945 + "author_account_age_days": 5146 }, "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, "last_update": "2025-03-23 12:05:43", - "author_account_age_days": 913 + "author_account_age_days": 1114 }, "https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node": { - "stars": 1, - "last_update": "2025-08-21 10:47:25", - "author_account_age_days": 4308 + "stars": 7, + "last_update": "2025-11-08 13:11:55", + "author_account_age_days": 4508 + }, + "https://github.com/swan7-py/ComfyUI-ImageAlphaCrop": { + "stars": 2, + "last_update": "2025-11-21 01:38:12", + "author_account_age_days": 426 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 1160 + "author_account_age_days": 1361 + }, + "https://github.com/sweetndata/ComfyUI-Reflatent": { + "stars": 0, + "last_update": "2025-08-27 16:38:57", + "author_account_age_days": 1361 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 4, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 1160 + "author_account_age_days": 1361 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 1, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 1160 + "author_account_age_days": 1361 + }, + "https://github.com/swfxliyiyu/ComfyUI-FastVideo": { + "stars": 0, + "last_update": "2025-09-15 05:41:45", + "author_account_age_days": 3540 }, "https://github.com/swhsiang/comfyui-3d-gs-renderer": { - "stars": 1, + "stars": 2, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3363 + "author_account_age_days": 3564 + }, + "https://github.com/sworksteam/SEngine": { + "stars": 0, + "last_update": "2026-02-03 09:13:07", + "author_account_age_days": 42 }, "https://github.com/syllebra/bilbox-comfyui": { - "stars": 133, - "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3564 + "stars": 144, + "last_update": "2025-09-17 19:49:51", + "author_account_age_days": 3765 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 72, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2326 + "author_account_age_days": 2527 }, - "https://github.com/synchronicity-labs/sync-comfyui": { - "stars": 2, - "last_update": "2025-08-02 05:30:40", - "author_account_age_days": 759 + "https://github.com/synthetai/ComfyUI-JM-Gemini-API": { + "stars": 11, + "last_update": "2026-01-09 07:53:56", + "author_account_age_days": 580 }, "https://github.com/synthetai/ComfyUI-JM-KLing-API": { - "stars": 1, - "last_update": "2025-08-21 14:39:16", - "author_account_age_days": 379 + "stars": 3, + "last_update": "2025-10-16 07:24:50", + "author_account_age_days": 580 }, "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { - "stars": 1, - "last_update": "2025-07-22 08:43:31", - "author_account_age_days": 379 + "stars": 5, + "last_update": "2025-09-12 02:51:40", + "author_account_age_days": 580 }, "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { - "stars": 2, + "stars": 5, "last_update": "2025-07-26 08:32:23", - "author_account_age_days": 379 + "author_account_age_days": 580 }, "https://github.com/synthetai/ComfyUI-ToolBox": { "stars": 0, - "last_update": "2025-07-23 10:23:22", - "author_account_age_days": 379 + "last_update": "2025-10-13 15:44:26", + "author_account_age_days": 580 }, "https://github.com/synthetai/ComfyUI_FaceEnhancer": { "stars": 2, "last_update": "2025-04-17 00:34:39", - "author_account_age_days": 379 + "author_account_age_days": 580 }, "https://github.com/synthetai/ComfyUI_PromptBatcher": { - "stars": 7, + "stars": 11, "last_update": "2025-04-14 04:42:03", - "author_account_age_days": 379 + "author_account_age_days": 580 + }, + "https://github.com/synystersocks/ComfyUI-SocksLatentPatcher": { + "stars": 14, + "last_update": "2025-10-10 17:43:43", + "author_account_age_days": 1032 }, "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { - "stars": 2, + "stars": 3, "last_update": "2025-08-17 10:29:10", - "author_account_age_days": 3037 + "author_account_age_days": 3238 + }, + "https://github.com/sysoutch/blender-ComfyUIModelGenerator-addon": { + "stars": 1, + "last_update": "2026-01-23 20:11:20", + "author_account_age_days": 4701 + }, + "https://github.com/systemaiofinterest-wq/ComfyUI-MetaAI": { + "stars": 0, + "last_update": "2026-02-27 04:46:41", + "author_account_age_days": 186 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1435 + "author_account_age_days": 1636 + }, + "https://github.com/t22m003/ComfyUI_LoopNode": { + "stars": 0, + "last_update": "2025-12-19 04:33:18", + "author_account_age_days": 2529 }, "https://github.com/taabata/ComfyCanvas": { - "stars": 91, + "stars": 95, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2111 + "author_account_age_days": 2312 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { - "stars": 259, + "stars": 261, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2111 + "author_account_age_days": 2312 }, "https://github.com/taabata/SANA_LOWVRAM": { - "stars": 5, + "stars": 4, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2111 + "author_account_age_days": 2312 + }, + "https://github.com/tabisheva/comfyui-segs-profile": { + "stars": 0, + "last_update": "2026-01-14 18:02:11", + "author_account_age_days": 2650 }, "https://github.com/taches-ai/comfyui-scene-composer": { - "stars": 59, - "last_update": "2025-05-28 07:30:03", - "author_account_age_days": 335 + "stars": 76, + "last_update": "2025-12-18 02:24:57", + "author_account_age_days": 536 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { - "stars": 11, + "stars": 10, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5349 + "author_account_age_days": 5550 + }, + "https://github.com/tackcrypto1031/tk_comfyui_img2mask": { + "stars": 0, + "last_update": "2026-01-14 09:28:34", + "author_account_age_days": 660 + }, + "https://github.com/tackcrypto1031/tk_comfyui_view_and_light": { + "stars": 0, + "last_update": "2026-01-14 08:58:19", + "author_account_age_days": 660 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { - "stars": 38, + "stars": 44, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 813 + "author_account_age_days": 1014 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 606, + "stars": 656, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 984 + "author_account_age_days": 1185 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { - "stars": 18, + "stars": 19, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4400 + "author_account_age_days": 4600 + }, + "https://github.com/tardigrade1001/ComfyUI-Unified-Caption": { + "stars": 0, + "last_update": "2026-03-13 13:59:48", + "author_account_age_days": 2637 + }, + "https://github.com/tardigrade1001/comfyui-mistral-caption": { + "stars": 0, + "last_update": "2026-03-12 08:07:17", + "author_account_age_days": 2637 + }, + "https://github.com/tardigrade1001/latent-rotate-90": { + "stars": 0, + "last_update": "2026-03-13 14:01:02", + "author_account_age_days": 2637 + }, + "https://github.com/tardigrade1001/send-to-comfyui": { + "stars": 0, + "last_update": "2026-03-13 05:01:23", + "author_account_age_days": 2637 }, "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { - "stars": 90, + "stars": 91, "last_update": "2025-03-19 15:54:44", - "author_account_age_days": 2159 + "author_account_age_days": 2360 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { - "stars": 29, + "stars": 40, "last_update": "2025-08-01 08:26:12", - "author_account_age_days": 4849 + "author_account_age_days": 5050 }, "https://github.com/tavyra/ComfyUI_Curves": { - "stars": 2, + "stars": 1, "last_update": "2025-05-08 01:48:55", - "author_account_age_days": 2528 + "author_account_age_days": 2728 + }, + "https://github.com/tea-time-labs/sweet-tea-nodes": { + "stars": 0, + "last_update": "2026-03-08 18:47:54", + "author_account_age_days": 97 }, "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, - "last_update": "2025-08-13 04:04:53", - "author_account_age_days": 420 + "last_update": "2025-10-02 03:48:49", + "author_account_age_days": 621 + }, + "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea": { + "stars": 4, + "last_update": "2025-09-27 20:21:30", + "author_account_age_days": 1082 + }, + "https://github.com/tekijiyuu/TenguPad": { + "stars": 0, + "last_update": "2026-03-05 20:57:51", + "author_account_age_days": 2935 + }, + "https://github.com/tenitsky/tenitsky-prompt-cycler-simple": { + "stars": 6, + "last_update": "2025-10-31 03:04:37", + "author_account_age_days": 328 }, "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { - "stars": 58, + "stars": 60, "last_update": "2025-08-13 20:55:23", - "author_account_age_days": 892 + "author_account_age_days": 1093 + }, + "https://github.com/terefang/ComfyUI-Terefang-Nodes": { + "stars": 0, + "last_update": "2025-11-12 12:35:02", + "author_account_age_days": 5592 + }, + "https://github.com/tester4488/mc_qwen": { + "stars": 4, + "last_update": "2025-11-14 11:46:00", + "author_account_age_days": 756 }, "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { - "stars": 5, - "last_update": "2025-06-07 15:59:26", - "author_account_age_days": 2448 + "stars": 7, + "last_update": "2025-12-15 23:16:12", + "author_account_age_days": 2649 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5526 + "author_account_age_days": 5727 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { - "stars": 6, + "stars": 8, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5526 + "author_account_age_days": 5727 }, "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 228 + "author_account_age_days": 429 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { - "stars": 0, + "stars": 5, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 228 + "author_account_age_days": 429 + }, + "https://github.com/thatname/Comfyui_CharaConsist": { + "stars": 0, + "last_update": "2025-12-06 04:33:36", + "author_account_age_days": 4408 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1784 + "author_account_age_days": 1985 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { - "stars": 62, - "last_update": "2025-05-16 11:01:23", - "author_account_age_days": 3151 + "stars": 72, + "last_update": "2025-09-15 15:48:29", + "author_account_age_days": 3351 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { - "stars": 70, + "stars": 77, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2851 + "author_account_age_days": 3051 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 224, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2851 + "author_account_age_days": 3051 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { - "stars": 362, + "stars": 373, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2851 + "author_account_age_days": 3051 }, "https://github.com/thedivergentai/divergent_nodes": { + "stars": 1, + "last_update": "2025-12-12 22:20:59", + "author_account_age_days": 1089 + }, + "https://github.com/theluminhub/ComfyUI-Lumin-Upload": { "stars": 0, - "last_update": "2025-08-16 02:27:04", - "author_account_age_days": 888 + "last_update": "2025-11-24 20:34:57", + "author_account_age_days": 111 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, - "last_update": "2025-05-09 14:38:15", - "author_account_age_days": 399 + "last_update": "2025-12-10 08:17:58", + "author_account_age_days": 600 + }, + "https://github.com/theshubzworld/ComfyUI-NvidiaCaptioner": { + "stars": 0, + "last_update": "2025-12-10 11:09:29", + "author_account_age_days": 600 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { - "stars": 1, - "last_update": "2025-07-27 17:30:56", - "author_account_age_days": 399 + "stars": 2, + "last_update": "2025-12-10 12:04:07", + "author_account_age_days": 600 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { - "stars": 4, - "last_update": "2025-06-26 18:48:25", - "author_account_age_days": 399 + "stars": 5, + "last_update": "2025-12-10 08:25:51", + "author_account_age_days": 600 + }, + "https://github.com/theshubzworld/ComfyUI-Universal-Latent": { + "stars": 1, + "last_update": "2025-12-10 07:23:11", + "author_account_age_days": 600 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, - "last_update": "2025-06-09 09:14:55", - "author_account_age_days": 399 + "last_update": "2025-12-10 12:02:59", + "author_account_age_days": 600 }, "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { - "stars": 34, - "last_update": "2025-03-17 10:08:12", - "author_account_age_days": 3642 + "stars": 33, + "last_update": "2026-01-22 19:45:56", + "author_account_age_days": 3843 + }, + "https://github.com/thezveroboy/ComfyUI-ClipReshaper": { + "stars": 2, + "last_update": "2025-12-15 14:48:40", + "author_account_age_days": 3843 + }, + "https://github.com/thezveroboy/ComfyUI-LoadRandomText": { + "stars": 0, + "last_update": "2025-12-27 19:23:28", + "author_account_age_days": 3843 + }, + "https://github.com/thezveroboy/ComfyUI-TextJoinZveroboy": { + "stars": 0, + "last_update": "2026-03-09 18:36:58", + "author_account_age_days": 3843 }, "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { "stars": 1, "last_update": "2025-03-16 21:12:54", - "author_account_age_days": 3642 + "author_account_age_days": 3843 + }, + "https://github.com/thezveroboy/ComfyUI-klein4-9multiangle": { + "stars": 2, + "last_update": "2026-03-06 23:33:30", + "author_account_age_days": 3843 }, "https://github.com/thezveroboy/ComfyUI-lut": { - "stars": 2, + "stars": 5, "last_update": "2025-05-24 21:37:06", - "author_account_age_days": 3642 + "author_account_age_days": 3843 }, "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { - "stars": 3, + "stars": 4, "last_update": "2025-05-12 11:01:16", - "author_account_age_days": 3642 + "author_account_age_days": 3843 }, "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { - "stars": 2, - "last_update": "2025-08-19 12:29:31", - "author_account_age_days": 3642 + "stars": 5, + "last_update": "2026-03-09 18:35:43", + "author_account_age_days": 3843 }, "https://github.com/thezveroboy/comfyui-random-image-loader": { - "stars": 1, + "stars": 3, "last_update": "2025-05-11 18:04:32", - "author_account_age_days": 3642 + "author_account_age_days": 3843 }, "https://github.com/thimpat/ThimPatUtils": { "stars": 0, "last_update": "2025-08-25 18:04:19", - "author_account_age_days": 4107 + "author_account_age_days": 4307 }, - "https://github.com/thoddnn/ComfyUI-MLX": { - "stars": 160, - "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 692 + "https://github.com/thrakotool/ComfyUI-KiraLoraEQ": { + "stars": 0, + "last_update": "2025-12-04 22:09:43", + "author_account_age_days": 2162 }, "https://github.com/tianguanggliu/Utools": { "stars": 0, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2768 + "author_account_age_days": 2969 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { - "stars": 112, + "stars": 117, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3378 + "author_account_age_days": 3579 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { - "stars": 37, + "stars": 46, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3753 + "author_account_age_days": 3954 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { - "stars": 6, + "stars": 12, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3621 + "author_account_age_days": 3822 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { - "stars": 1, - "last_update": "2025-08-07 20:55:00", - "author_account_age_days": 2399 + "stars": 2, + "last_update": "2026-02-11 16:37:41", + "author_account_age_days": 2600 }, "https://github.com/tighug/comfyui-eagle-feeder": { - "stars": 0, + "stars": 2, "last_update": "2025-07-11 15:56:24", - "author_account_age_days": 2539 + "author_account_age_days": 2740 }, "https://github.com/tighug/comfyui-rating-checker": { "stars": 1, "last_update": "2025-05-09 14:22:51", - "author_account_age_days": 2539 + "author_account_age_days": 2740 + }, + "https://github.com/tiheaven/Ps-Comfy-TiHeaveN-CustomNodes": { + "stars": 41, + "last_update": "2026-01-19 17:09:12", + "author_account_age_days": 861 + }, + "https://github.com/tj5miniop/VRAM_Fix_Comfy": { + "stars": 1, + "last_update": "2026-02-28 16:11:17", + "author_account_age_days": 1789 }, "https://github.com/tkreuziger/comfyui-claude": { - "stars": 5, + "stars": 6, "last_update": "2025-04-10 18:23:35", - "author_account_age_days": 964 + "author_account_age_days": 1165 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4803 + "author_account_age_days": 5004 + }, + "https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack": { + "stars": 0, + "last_update": "2026-03-15 06:40:37", + "author_account_age_days": 1314 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { - "stars": 8, + "stars": 9, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4288 + "author_account_age_days": 4488 }, "https://github.com/tocubed/ComfyUI-EvTexture": { - "stars": 16, + "stars": 18, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4288 + "author_account_age_days": 4488 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3331 + "author_account_age_days": 3532 + }, + "https://github.com/tonykatarapro-web/ComfyUI_NanaBanana2": { + "stars": 0, + "last_update": "2026-03-11 17:44:53", + "author_account_age_days": 4 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { - "stars": 9, + "stars": 15, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4746 + "author_account_age_days": 4946 + }, + "https://github.com/tori29umai0123/ComfyUI-Model_Downloader": { + "stars": 4, + "last_update": "2025-11-27 13:02:47", + "author_account_age_days": 1991 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4798 + "author_account_age_days": 4999 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 111, + "stars": 128, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4078 + "author_account_age_days": 4279 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { - "stars": 591, - "last_update": "2025-06-10 14:20:31", - "author_account_age_days": 4078 + "stars": 604, + "last_update": "2025-11-02 19:13:09", + "author_account_age_days": 4279 + }, + "https://github.com/tpc2233/ComfyUI-Z-Image-Turbo": { + "stars": 16, + "last_update": "2025-11-28 21:49:00", + "author_account_age_days": 1367 + }, + "https://github.com/tppp2806/ComfyUI-YoloTrack": { + "stars": 0, + "last_update": "2025-12-19 14:35:46", + "author_account_age_days": 869 + }, + "https://github.com/transcendedhacker/Mode_personal_node": { + "stars": 0, + "last_update": "2026-01-18 21:39:25", + "author_account_age_days": 578 }, "https://github.com/traugdor/ComfyUI-Riffusion": { - "stars": 4, + "stars": 5, "last_update": "2025-05-30 20:15:05", - "author_account_age_days": 4248 + "author_account_age_days": 4449 }, "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { - "stars": 13, + "stars": 15, "last_update": "2025-08-22 23:56:33", - "author_account_age_days": 4248 + "author_account_age_days": 4449 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { - "stars": 14, - "last_update": "2025-06-23 15:18:42", - "author_account_age_days": 4248 + "stars": 15, + "last_update": "2025-12-04 15:25:09", + "author_account_age_days": 4449 }, "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { - "stars": 1, - "last_update": "2025-07-19 10:51:14", - "author_account_age_days": 3569 + "stars": 6, + "last_update": "2025-10-04 19:08:45", + "author_account_age_days": 3770 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { - "stars": 64, - "last_update": "2025-07-26 17:10:23", - "author_account_age_days": 3569 + "stars": 83, + "last_update": "2025-12-30 16:56:41", + "author_account_age_days": 3770 + }, + "https://github.com/tritant/ComfyUI_Custom_Switch": { + "stars": 7, + "last_update": "2025-10-12 13:57:31", + "author_account_age_days": 3770 }, "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3569 + "author_account_age_days": 3770 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3569 + "author_account_age_days": 3770 + }, + "https://github.com/tritant/ComfyUI_Kitchen_nvfp4_Converter": { + "stars": 75, + "last_update": "2026-03-01 13:47:47", + "author_account_age_days": 3770 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { - "stars": 28, - "last_update": "2025-08-20 06:46:26", - "author_account_age_days": 3569 + "stars": 68, + "last_update": "2025-10-07 17:14:33", + "author_account_age_days": 3770 }, "https://github.com/tritant/ComfyUI_Relight_Img": { - "stars": 1, + "stars": 7, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3569 + "author_account_age_days": 3770 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { - "stars": 7, + "stars": 15, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3569 + "author_account_age_days": 3770 + }, + "https://github.com/tritant/ComfyUI_SuperScaler": { + "stars": 168, + "last_update": "2025-12-09 09:58:42", + "author_account_age_days": 3770 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2686 + "author_account_age_days": 2887 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5817 + "author_account_age_days": 6018 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { - "stars": 39, + "stars": 50, "last_update": "2025-04-21 05:38:12", - "author_account_age_days": 3388 + "author_account_age_days": 3589 + }, + "https://github.com/trunksn1/comfyui-change-checkpoint-randomly": { + "stars": 1, + "last_update": "2025-12-01 19:09:39", + "author_account_age_days": 3815 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { - "stars": 22, + "stars": 24, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1957 + "author_account_age_days": 2158 + }, + "https://github.com/ttulttul/Better-Gemini": { + "stars": 0, + "last_update": "2026-02-27 07:04:57", + "author_account_age_days": 5386 + }, + "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": { + "stars": 7, + "last_update": "2026-01-01 21:34:17", + "author_account_age_days": 5386 + }, + "https://github.com/ttulttul/ComfyUI-FlowMatching-Upscaler": { + "stars": 58, + "last_update": "2026-01-29 18:18:20", + "author_account_age_days": 5386 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, "last_update": "2025-03-10 03:33:02", - "author_account_age_days": 5185 + "author_account_age_days": 5386 + }, + "https://github.com/ttulttul/ComfyUI-Taylor-Attention": { + "stars": 1, + "last_update": "2026-02-26 23:24:23", + "author_account_age_days": 5386 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { - "stars": 6, + "stars": 7, "last_update": "2025-02-03 16:57:00", - "author_account_age_days": 5185 + "author_account_age_days": 5386 + }, + "https://github.com/ttulttul/Skoogeer-Noise": { + "stars": 12, + "last_update": "2026-03-01 22:15:00", + "author_account_age_days": 5386 + }, + "https://github.com/tuki0918/ComfyUI_Cooldown_Node": { + "stars": 0, + "last_update": "2025-11-25 12:34:53", + "author_account_age_days": 5372 + }, + "https://github.com/tuki0918/comfyui-image-expand-nodes": { + "stars": 0, + "last_update": "2025-12-30 16:47:12", + "author_account_age_days": 5372 + }, + "https://github.com/tuki0918/comfyui-image-tiled-nodes": { + "stars": 2, + "last_update": "2026-03-02 09:00:32", + "author_account_age_days": 5372 + }, + "https://github.com/tumbowungus/MultiMaskCouple": { + "stars": 0, + "last_update": "2026-02-02 21:33:27", + "author_account_age_days": 95 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1852 + "author_account_age_days": 2053 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { - "stars": 6, + "stars": 9, "last_update": "2025-04-19 06:00:23", - "author_account_age_days": 1852 + "author_account_age_days": 2053 + }, + "https://github.com/turinastudio/ComfyUI-SeedVR2-TilingWrapper": { + "stars": 0, + "last_update": "2026-03-04 16:30:55", + "author_account_age_days": 1914 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 3177 + "author_account_age_days": 3378 + }, + "https://github.com/turnbros/ComfyBros": { + "stars": 0, + "last_update": "2025-11-05 03:20:19", + "author_account_age_days": 2009 }, "https://github.com/tusharbhutt/Endless-Buttons": { - "stars": 7, + "stars": 11, "last_update": "2025-08-06 06:28:45", - "author_account_age_days": 3093 + "author_account_age_days": 3294 }, "https://github.com/tusharbhutt/Endless-Nodes": { - "stars": 57, + "stars": 67, "last_update": "2025-07-25 22:08:03", - "author_account_age_days": 3093 + "author_account_age_days": 3294 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 872, + "stars": 913, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4496 + "author_account_age_days": 4697 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 513 + "author_account_age_days": 713 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { - "stars": 147, - "last_update": "2025-07-22 08:08:49", - "author_account_age_days": 4131 + "stars": 181, + "last_update": "2025-11-01 14:56:57", + "author_account_age_days": 4332 }, "https://github.com/tzwm/comfyui-profiler": { - "stars": 161, + "stars": 165, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5197 + "author_account_age_days": 5398 + }, + "https://github.com/u5dev/comfyUI_u5_VramFREE": { + "stars": 6, + "last_update": "2025-10-02 02:30:02", + "author_account_age_days": 174 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1700 + "author_account_age_days": 1901 + }, + "https://github.com/ubisoft/ComfyUI-Chord": { + "stars": 303, + "last_update": "2026-03-15 14:14:59", + "author_account_age_days": 3153 + }, + "https://github.com/ucloud/comfyui-plugin": { + "stars": 3, + "last_update": "2026-01-04 05:59:18", + "author_account_age_days": 3834 + }, + "https://github.com/uczensokratesa/ComfyUI-Claude-VAE": { + "stars": 0, + "last_update": "2026-02-03 23:11:28", + "author_account_age_days": 752 + }, + "https://github.com/uczensokratesa/ComfyUI-Gemini-VAE-Fix": { + "stars": 0, + "last_update": "2026-02-03 23:08:12", + "author_account_age_days": 752 + }, + "https://github.com/uczensokratesa/ComfyUI-Grok-SmartVAE": { + "stars": 15, + "last_update": "2026-03-15 15:45:08", + "author_account_age_days": 752 + }, + "https://github.com/uczensokratesa/ComfyUI-UniversalSmartVAE": { + "stars": 1, + "last_update": "2026-01-24 15:32:38", + "author_account_age_days": 752 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2742 + "author_account_age_days": 2943 }, "https://github.com/uihp/ComfyUI-String-Chain": { - "stars": 0, + "stars": 1, "last_update": "2025-04-12 12:22:14", - "author_account_age_days": 1466 + "author_account_age_days": 1667 }, "https://github.com/uinodes/ComfyUI-uinodesDOC": { - "stars": 51, + "stars": 59, "last_update": "2025-08-10 13:17:49", - "author_account_age_days": 62 + "author_account_age_days": 263 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 4182 + "author_account_age_days": 4383 }, "https://github.com/un-seen/comfyui-tensorops": { - "stars": 28, + "stars": 42, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1744 + "author_account_age_days": 1945 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { - "stars": 9, + "stars": 11, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1744 + "author_account_age_days": 1945 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, "last_update": "2025-05-02 04:24:34", - "author_account_age_days": 4139 + "author_account_age_days": 4339 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, "last_update": "2025-03-27 10:42:15", - "author_account_age_days": 502 + "author_account_age_days": 702 }, "https://github.com/upseem/comfyui_sun_nodes": { - "stars": 0, - "last_update": "2025-07-22 04:45:36", - "author_account_age_days": 929 + "stars": 1, + "last_update": "2026-01-07 04:06:51", + "author_account_age_days": 1130 }, "https://github.com/upseem/comfyui_sunxAI_facetools": { - "stars": 1, - "last_update": "2025-08-06 04:51:03", - "author_account_age_days": 929 + "stars": 12, + "last_update": "2025-10-29 07:46:17", + "author_account_age_days": 1130 }, "https://github.com/usrname0/comfyui-holdup": { - "stars": 1, - "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2842 + "stars": 3, + "last_update": "2026-02-16 12:07:15", + "author_account_age_days": 3043 + }, + "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": { + "stars": 23, + "last_update": "2026-01-23 19:17:38", + "author_account_age_days": 1005 + }, + "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": { + "stars": 14, + "last_update": "2026-03-10 23:18:18", + "author_account_age_days": 1005 + }, + "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": { + "stars": 322, + "last_update": "2026-02-25 02:41:40", + "author_account_age_days": 1005 }, "https://github.com/vadimcro/VKRiez-Edge": { - "stars": 8, + "stars": 16, "last_update": "2025-03-18 11:18:27", - "author_account_age_days": 3064 + "author_account_age_days": 3265 }, "https://github.com/vahidzxc/va-nodes": { "stars": 2, "last_update": "2025-03-22 01:50:08", - "author_account_age_days": 420 + "author_account_age_days": 621 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { - "stars": 16, + "stars": 17, "last_update": "2025-02-09 04:06:34", - "author_account_age_days": 2815 + "author_account_age_days": 3016 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, - "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2385 + "last_update": "2026-02-09 16:55:43", + "author_account_age_days": 2586 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, "last_update": "2025-02-13 21:26:22", - "author_account_age_days": 1812 + "author_account_age_days": 2012 + }, + "https://github.com/vanche1212/ComfyUI-InspireMusic": { + "stars": 3, + "last_update": "2025-10-28 02:23:32", + "author_account_age_days": 3587 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { - "stars": 3, - "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3386 + "stars": 8, + "last_update": "2026-01-20 06:28:26", + "author_account_age_days": 3587 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1285 + "author_account_age_days": 1486 + }, + "https://github.com/vantagewithai/Vantage-DreamOmni2": { + "stars": 2, + "last_update": "2025-11-06 04:53:18", + "author_account_age_days": 644 + }, + "https://github.com/vantagewithai/Vantage-DyPE": { + "stars": 6, + "last_update": "2025-10-31 09:19:35", + "author_account_age_days": 644 + }, + "https://github.com/vantagewithai/Vantage-HunyuanFoley": { + "stars": 10, + "last_update": "2025-10-04 23:57:59", + "author_account_age_days": 644 + }, + "https://github.com/vantagewithai/Vantage-Nodes": { + "stars": 14, + "last_update": "2026-01-31 05:21:51", + "author_account_age_days": 644 + }, + "https://github.com/vantagewithai/Vantage-Step-Audio-EditX": { + "stars": 5, + "last_update": "2025-11-27 08:41:01", + "author_account_age_days": 644 + }, + "https://github.com/vantagewithai/VantageLongWanVideo": { + "stars": 45, + "last_update": "2025-09-25 18:54:33", + "author_account_age_days": 644 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, - "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5192 + "last_update": "2025-09-18 02:41:54", + "author_account_age_days": 5393 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2025-04-02 19:37:15", - "author_account_age_days": 3042 + "author_account_age_days": 3242 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, - "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3528 + "last_update": "2025-11-28 04:00:25", + "author_account_age_days": 3729 }, "https://github.com/vekitan55/SimpleFlux1Merger": { - "stars": 1, + "stars": 4, "last_update": "2025-04-23 12:09:47", - "author_account_age_days": 759 + "author_account_age_days": 960 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { - "stars": 5, - "last_update": "2025-08-05 07:33:46", - "author_account_age_days": 2699 + "stars": 11, + "last_update": "2026-02-16 17:37:34", + "author_account_age_days": 2900 }, "https://github.com/victorchall/comfyui_webcamcapture": { - "stars": 14, + "stars": 15, "last_update": "2025-04-16 20:39:32", - "author_account_age_days": 3574 + "author_account_age_days": 3774 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { - "stars": 31, + "stars": 32, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3855 + "author_account_age_days": 4056 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { - "stars": 2, - "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 4094 + "stars": 3, + "last_update": "2025-12-26 15:57:59", + "author_account_age_days": 4295 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1826 + "author_account_age_days": 2027 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, - "last_update": "2025-06-03 05:46:11", - "author_account_age_days": 209 + "last_update": "2025-11-16 14:14:42", + "author_account_age_days": 410 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2461 + "author_account_age_days": 2662 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 153, - "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5468 + "stars": 289, + "last_update": "2026-02-27 22:39:37", + "author_account_age_days": 5669 + }, + "https://github.com/visualbruno/ComfyUI-Trellis2": { + "stars": 356, + "last_update": "2026-03-15 11:23:59", + "author_account_age_days": 5669 + }, + "https://github.com/vito0131/ComfyUI-DepthNormalizer": { + "stars": 0, + "last_update": "2026-03-04 08:42:19", + "author_account_age_days": 1096 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { - "stars": 164, + "stars": 163, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2267 + "author_account_age_days": 2468 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2267 + "author_account_age_days": 2468 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4777 + "author_account_age_days": 4978 + }, + "https://github.com/vjumpkung/ComfyUI-Musubi-Tuner-LoRA-Loader": { + "stars": 2, + "last_update": "2026-02-16 16:59:09", + "author_account_age_days": 3979 + }, + "https://github.com/vjumpkung/ComfyUI-STARWrapper": { + "stars": 3, + "last_update": "2025-12-26 08:34:34", + "author_account_age_days": 3979 + }, + "https://github.com/vjumpkung/comfyui-infinitetalk-native-sampler": { + "stars": 0, + "last_update": "2026-03-10 15:09:21", + "author_account_age_days": 3979 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { - "stars": 6, + "stars": 9, "last_update": "2025-02-11 00:34:36", - "author_account_age_days": 723 + "author_account_age_days": 924 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 3, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 723 + "author_account_age_days": 924 }, "https://github.com/vladpro3/ComfyUI_BishaNodes": { - "stars": 1, + "stars": 0, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2755 + "author_account_age_days": 2956 + }, + "https://github.com/voxta-ai/ComfyUI-VoxtaNodes": { + "stars": 1, + "last_update": "2025-10-09 03:59:42", + "author_account_age_days": 985 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { - "stars": 70, - "last_update": "2025-07-24 23:41:04", - "author_account_age_days": 837 + "stars": 305, + "last_update": "2026-03-08 16:02:11", + "author_account_age_days": 1038 }, - "https://github.com/vsaan212/Comfy-ui-textsplit": { + "https://github.com/vsaan212/Vsaan212-workflow-utilities": { "stars": 0, - "last_update": "2025-08-09 22:28:24", - "author_account_age_days": 218 + "last_update": "2026-02-16 14:30:58", + "author_account_age_days": 419 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2025-04-02 03:48:05", - "author_account_age_days": 5412 + "author_account_age_days": 5613 }, "https://github.com/vslinx/ComfyUI-vslinx-nodes": { - "stars": 0, - "last_update": "2025-08-17 14:06:22", - "author_account_age_days": 2281 + "stars": 11, + "last_update": "2026-03-15 00:35:51", + "author_account_age_days": 2482 + }, + "https://github.com/vuhung3990/comfyui-nsfw-guard": { + "stars": 2, + "last_update": "2026-01-11 06:50:10", + "author_account_age_days": 4467 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 201, + "stars": 218, "last_update": "2025-07-03 02:15:51", - "author_account_age_days": 1000 + "author_account_age_days": 1201 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { - "stars": 2, + "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1789 + "author_account_age_days": 1990 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1789 + "author_account_age_days": 1990 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { - "stars": 3, + "stars": 6, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1789 + "author_account_age_days": 1990 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, "last_update": "2025-05-09 22:37:03", - "author_account_age_days": 113 + "author_account_age_days": 313 + }, + "https://github.com/wakaura-asaho/comfyui-dynamic-selector": { + "stars": 0, + "last_update": "2026-02-20 08:19:47", + "author_account_age_days": 306 + }, + "https://github.com/wakaya/ComfyUI-JunsAirgapGuard": { + "stars": 0, + "last_update": "2026-03-12 08:47:58", + "author_account_age_days": 3693 + }, + "https://github.com/walke2019/ComfyUI-GGUF-VLM": { + "stars": 29, + "last_update": "2025-12-17 05:35:36", + "author_account_age_days": 2539 + }, + "https://github.com/wallen0322/ComfyUI-AE-Animation": { + "stars": 58, + "last_update": "2025-12-25 20:09:56", + "author_account_age_days": 357 + }, + "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": { + "stars": 55, + "last_update": "2025-11-05 20:04:35", + "author_account_age_days": 357 + }, + "https://github.com/wallen0322/ComfyUI-SageAttention3": { + "stars": 19, + "last_update": "2026-01-13 15:02:29", + "author_account_age_days": 357 + }, + "https://github.com/wallen0322/ComfyUI-Wan22FMLF": { + "stars": 508, + "last_update": "2026-02-09 17:24:02", + "author_account_age_days": 357 + }, + "https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer": { + "stars": 44, + "last_update": "2025-10-28 17:39:56", + "author_account_age_days": 357 + }, + "https://github.com/wallen0322/ComfyUI-qwenmultianglelight": { + "stars": 135, + "last_update": "2026-01-12 10:23:09", + "author_account_age_days": 357 }, "https://github.com/wallish77/wlsh_nodes": { - "stars": 128, + "stars": 142, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2648 + "author_account_age_days": 2849 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3812 + "author_account_age_days": 4012 + }, + "https://github.com/wangyff-code/ComfyUI-PixelArt-Converter": { + "stars": 0, + "last_update": "2026-01-23 10:17:13", + "author_account_age_days": 2313 + }, + "https://github.com/wanjin123111/ComfyUI-3D-Human-Pose": { + "stars": 0, + "last_update": "2026-01-10 00:20:35", + "author_account_age_days": 318 }, "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, "last_update": "2025-07-21 01:36:01", - "author_account_age_days": 2634 + "author_account_age_days": 2835 }, "https://github.com/wasilone11/comfyui-sync-lipsync-node": { "stars": 1, "last_update": "2025-07-18 23:16:47", - "author_account_age_days": 2634 + "author_account_age_days": 2835 }, "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { - "stars": 2, - "last_update": "2025-08-22 13:49:02", - "author_account_age_days": 2161 + "stars": 8, + "last_update": "2025-12-17 05:30:18", + "author_account_age_days": 2362 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { - "stars": 11, + "stars": 12, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2540 + "author_account_age_days": 2741 }, "https://github.com/wawahuy/ComfyUI-HTTP": { - "stars": 2, - "last_update": "2025-07-22 15:46:22", - "author_account_age_days": 3507 + "stars": 10, + "last_update": "2025-10-10 18:16:29", + "author_account_age_days": 3708 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1396 + "author_account_age_days": 1596 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, "last_update": "2025-07-25 11:04:58", - "author_account_age_days": 3456 + "author_account_age_days": 3657 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { - "stars": 8, + "stars": 11, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 402 + "author_account_age_days": 603 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4630 + "author_account_age_days": 4831 + }, + "https://github.com/weekii/ComfyUI-GGUF-FX": { + "stars": 0, + "last_update": "2025-10-31 11:03:33", + "author_account_age_days": 663 }, "https://github.com/weekii/comfyui-save-image-pro": { - "stars": 0, - "last_update": "2025-08-25 06:41:40", - "author_account_age_days": 462 + "stars": 4, + "last_update": "2025-10-28 12:51:48", + "author_account_age_days": 663 }, "https://github.com/wei30172/comfygen": { - "stars": 8, + "stars": 10, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2041 + "author_account_age_days": 2242 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { - "stars": 220, - "last_update": "2025-08-06 09:46:04", - "author_account_age_days": 2336 + "stars": 402, + "last_update": "2025-12-21 04:25:26", + "author_account_age_days": 2537 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 972, + "stars": 1069, "last_update": "2025-07-12 04:05:29", - "author_account_age_days": 2000 + "author_account_age_days": 2201 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 2208 + "author_account_age_days": 2408 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { - "stars": 76, - "last_update": "2025-08-17 00:04:29", - "author_account_age_days": 723 + "stars": 128, + "last_update": "2025-12-09 21:38:24", + "author_account_age_days": 923 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { - "stars": 16, + "stars": 31, "last_update": "2025-06-03 21:06:33", - "author_account_age_days": 723 + "author_account_age_days": 923 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { - "stars": 9, + "stars": 15, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 723 + "author_account_age_days": 923 + }, + "https://github.com/wgedeon/comfyui_play_traversal": { + "stars": 2, + "last_update": "2025-11-30 10:31:25", + "author_account_age_days": 4744 }, "https://github.com/whatbirdisthat/cyberdolphin": { - "stars": 14, + "stars": 15, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5915 + "author_account_age_days": 6116 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { - "stars": 38, + "stars": 42, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 880 + "author_account_age_days": 1081 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { - "stars": 3, - "last_update": "2025-07-29 11:15:20", - "author_account_age_days": 880 + "stars": 7, + "last_update": "2025-10-25 11:22:31", + "author_account_age_days": 1081 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { - "stars": 41, - "last_update": "2025-08-15 08:35:11", - "author_account_age_days": 880 + "stars": 64, + "last_update": "2026-02-14 12:39:34", + "author_account_age_days": 1081 }, "https://github.com/wildminder/000_ComfyUI-Optim": { - "stars": 4, + "stars": 6, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4661 + "author_account_age_days": 4862 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { - "stars": 37, + "stars": 88, "last_update": "2025-08-21 19:21:22", - "author_account_age_days": 4661 + "author_account_age_days": 4862 + }, + "https://github.com/wildminder/ComfyUI-DyPE": { + "stars": 525, + "last_update": "2025-12-09 13:40:24", + "author_account_age_days": 4862 }, "https://github.com/wildminder/ComfyUI-KEEP": { - "stars": 51, + "stars": 68, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4661 + "author_account_age_days": 4862 + }, + "https://github.com/wildminder/ComfyUI-KaniTTS": { + "stars": 38, + "last_update": "2025-10-17 15:45:23", + "author_account_age_days": 4862 + }, + "https://github.com/wildminder/ComfyUI-VibeVoice": { + "stars": 561, + "last_update": "2025-09-25 10:19:05", + "author_account_age_days": 4862 + }, + "https://github.com/wildminder/ComfyUI-VoxCPM": { + "stars": 387, + "last_update": "2025-12-17 19:14:57", + "author_account_age_days": 4862 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { - "stars": 12, + "stars": 13, "last_update": "2025-03-29 23:09:07", - "author_account_age_days": 3066 + "author_account_age_days": 3267 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 578, - "last_update": "2025-08-26 13:38:42", - "author_account_age_days": 3786 + "stars": 1014, + "last_update": "2026-03-14 06:43:46", + "author_account_age_days": 3987 }, "https://github.com/windfancy/zsq_prompt": { - "stars": 0, - "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1965 + "stars": 1, + "last_update": "2025-09-14 14:27:33", + "author_account_age_days": 2166 }, "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, "last_update": "2025-05-12 02:52:38", - "author_account_age_days": 516 + "author_account_age_days": 717 }, "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { - "stars": 1, + "stars": 6, "last_update": "2025-02-16 09:09:34", - "author_account_age_days": 1652 + "author_account_age_days": 1853 }, "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, "last_update": "2025-04-16 22:08:20", - "author_account_age_days": 158 + "author_account_age_days": 358 }, "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { - "stars": 2, - "last_update": "2025-08-25 11:33:35", - "author_account_age_days": 3351 + "stars": 3, + "last_update": "2025-12-15 09:11:02", + "author_account_age_days": 3552 + }, + "https://github.com/wizdroid/wizdroid-character": { + "stars": 7, + "last_update": "2026-03-05 13:51:38", + "author_account_age_days": 3103 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { - "stars": 41, - "last_update": "2025-06-28 09:15:03", - "author_account_age_days": 2300 + "stars": 50, + "last_update": "2025-09-22 06:27:43", + "author_account_age_days": 2500 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4546 + "author_account_age_days": 4747 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2025-05-10 05:51:42", - "author_account_age_days": 3458 + "author_account_age_days": 3659 + }, + "https://github.com/wobba/ComfyUI-ChatterBox-Turbo": { + "stars": 0, + "last_update": "2026-03-02 21:52:43", + "author_account_age_days": 6250 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { - "stars": 54, - "last_update": "2025-08-09 01:13:03", - "author_account_age_days": 3227 + "stars": 109, + "last_update": "2025-12-19 08:59:32", + "author_account_age_days": 3428 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { - "stars": 98, + "stars": 105, "last_update": "2025-02-15 18:38:12", - "author_account_age_days": 6149 + "author_account_age_days": 6350 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 10, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 6149 + "author_account_age_days": 6350 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { - "stars": 62, + "stars": 65, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1996 + "author_account_age_days": 2197 + }, + "https://github.com/wouterverweirder/comfyui-penplotter": { + "stars": 0, + "last_update": "2025-10-28 14:32:45", + "author_account_age_days": 5267 + }, + "https://github.com/wouterverweirder/comfyui_live_input_stream": { + "stars": 3, + "last_update": "2026-01-22 13:14:43", + "author_account_age_days": 5267 + }, + "https://github.com/wouterverweirder/comfyui_sam3": { + "stars": 70, + "last_update": "2026-01-01 15:22:40", + "author_account_age_days": 5267 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 0, - "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3362 + "last_update": "2025-11-17 14:16:32", + "author_account_age_days": 3563 + }, + "https://github.com/writer-in-fancy-pants/octo_json_presets": { + "stars": 0, + "last_update": "2025-09-08 23:42:01", + "author_account_age_days": 2935 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 745 + "author_account_age_days": 946 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 84, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2691 + "author_account_age_days": 2892 }, "https://github.com/wutipong/ComfyUI-TextUtils": { - "stars": 1, + "stars": 2, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4613 + "author_account_age_days": 4814 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5478 + "author_account_age_days": 5679 + }, + "https://github.com/wwzhifeng/comfyui-jsonprompt": { + "stars": 28, + "last_update": "2025-11-20 06:08:04", + "author_account_age_days": 1028 }, "https://github.com/wywywywy/ComfyUI-pause": { - "stars": 22, + "stars": 33, "last_update": "2025-05-05 21:37:34", - "author_account_age_days": 3357 + "author_account_age_days": 3557 + }, + "https://github.com/wzken/ComfyUI-Steganos-Node": { + "stars": 0, + "last_update": "2025-09-28 16:27:27", + "author_account_age_days": 3597 + }, + "https://github.com/wzyfromhust/ComfyUI_SAM2UltraV2": { + "stars": 1, + "last_update": "2025-11-17 05:44:00", + "author_account_age_days": 1137 + }, + "https://github.com/x0x0b/ComfyUI-PromptHistoryGallery": { + "stars": 1, + "last_update": "2025-12-30 08:18:54", + "author_account_age_days": 2762 + }, + "https://github.com/x0x0b/ComfyUI-spritefusion-pixel-snapper": { + "stars": 4, + "last_update": "2025-12-30 08:04:54", + "author_account_age_days": 2762 }, "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { - "stars": 2, - "last_update": "2025-06-10 19:29:54", - "author_account_age_days": 1861 + "stars": 5, + "last_update": "2026-02-25 18:36:36", + "author_account_age_days": 2061 }, "https://github.com/xXAdonesXx/NodeGPT": { - "stars": 351, + "stars": 355, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1907 + "author_account_age_days": 2108 + }, + "https://github.com/xelavi9966-cell/ComfyUI-TagTable": { + "stars": 0, + "last_update": "2026-03-11 12:55:37", + "author_account_age_days": 19 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 4, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 857 + "author_account_age_days": 1058 + }, + "https://github.com/xhh522/ComfyUI-preview-monitor": { + "stars": 1, + "last_update": "2025-09-16 10:41:24", + "author_account_age_days": 232 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { - "stars": 28, + "stars": 36, "last_update": "2025-08-08 04:15:10", - "author_account_age_days": 3692 + "author_account_age_days": 3893 + }, + "https://github.com/xiangyuT/ComfyUI-PromptEnhance": { + "stars": 1, + "last_update": "2025-12-08 08:52:26", + "author_account_age_days": 1342 }, "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2096 + "author_account_age_days": 2297 + }, + "https://github.com/xiaoshengyvlin/ComfyUI-MetaData-ZaKo": { + "stars": 3, + "last_update": "2025-12-01 14:12:22", + "author_account_age_days": 838 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, "last_update": "2025-06-09 08:56:11", - "author_account_age_days": 3307 + "author_account_age_days": 3508 }, "https://github.com/xiaoxiaodesha/hd_node": { - "stars": 15, + "stars": 18, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3303 + "author_account_age_days": 3503 }, "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, "last_update": "2025-04-07 09:54:46", - "author_account_age_days": 2223 + "author_account_age_days": 2424 + }, + "https://github.com/xiujiang1987/ComfyUI-SmartSize": { + "stars": 0, + "last_update": "2025-12-31 11:01:33", + "author_account_age_days": 1866 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4927 + "author_account_age_days": 5128 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { - "stars": 25, + "stars": 29, "last_update": "2025-02-01 18:36:52", - "author_account_age_days": 4927 + "author_account_age_days": 5128 }, "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": 4927 + "author_account_age_days": 5128 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1702 + "author_account_age_days": 1902 + }, + "https://github.com/xmarre/ComfyUI-AutoGuidance": { + "stars": 8, + "last_update": "2026-03-05 22:17:07", + "author_account_age_days": 2385 + }, + "https://github.com/xmarre/ComfyUI-CFG-Ctrl": { + "stars": 1, + "last_update": "2026-03-06 06:01:05", + "author_account_age_days": 2385 + }, + "https://github.com/xmarre/ComfyUI-ScaleLockedResidualDiffusion": { + "stars": 0, + "last_update": "2026-03-15 13:46:30", + "author_account_age_days": 2385 + }, + "https://github.com/xmarre/ComfyUI-StableManifoldCompander": { + "stars": 0, + "last_update": "2026-03-12 11:05:09", + "author_account_age_days": 2385 + }, + "https://github.com/xmarre/ComfyUI_Monarch_Attention": { + "stars": 3, + "last_update": "2026-03-11 13:28:43", + "author_account_age_days": 2385 }, "https://github.com/xmarre/TorchCompileModel_LoRASafe": { - "stars": 7, - "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2184 + "stars": 8, + "last_update": "2026-03-06 06:18:23", + "author_account_age_days": 2385 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { - "stars": 2, + "stars": 1, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 2118 + "author_account_age_days": 2318 }, "https://github.com/xs315431/Comfyui_Get_promptId": { - "stars": 1, + "stars": 2, "last_update": "2025-08-09 06:09:32", - "author_account_age_days": 1703 + "author_account_age_days": 1904 + }, + "https://github.com/xufengbo1993/ComfyUI-ZFL-JSON-Extractor": { + "stars": 0, + "last_update": "2026-02-04 09:39:32", + "author_account_age_days": 1425 + }, + "https://github.com/xuheyao/comfyui-dinov3-point-prompt": { + "stars": 0, + "last_update": "2025-12-22 06:20:06", + "author_account_age_days": 391 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4534 + "author_account_age_days": 4735 + }, + "https://github.com/xuhongming251/ComfyUI-InfiniteTalk-MultiImage": { + "stars": 70, + "last_update": "2026-01-05 14:14:14", + "author_account_age_days": 4735 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { - "stars": 3, + "stars": 10, "last_update": "2025-06-11 09:39:59", - "author_account_age_days": 4534 + "author_account_age_days": 4735 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4534 + "author_account_age_days": 4735 }, "https://github.com/xuhongming251/ComfyUI_Camera": { - "stars": 4, + "stars": 7, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4534 + "author_account_age_days": 4735 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { - "stars": 8, + "stars": 9, "last_update": "2025-07-06 08:40:36", - "author_account_age_days": 1748 + "author_account_age_days": 1949 + }, + "https://github.com/yangrui511/ComfyUI-Text-Preserve": { + "stars": 0, + "last_update": "2026-01-06 12:50:45", + "author_account_age_days": 3057 }, "https://github.com/yanhuifair/comfyui-janus": { - "stars": 4, + "stars": 5, "last_update": "2025-07-28 08:39:15", - "author_account_age_days": 3990 + "author_account_age_days": 4191 }, "https://github.com/yanlang0123/ComfyUI_Lam": { - "stars": 51, - "last_update": "2025-08-26 13:47:51", - "author_account_age_days": 3236 + "stars": 67, + "last_update": "2026-01-04 09:21:42", + "author_account_age_days": 3437 + }, + "https://github.com/yannickcruz/ComfyUI_YSC_HighResFix": { + "stars": 0, + "last_update": "2025-11-10 00:44:08", + "author_account_age_days": 1693 + }, + "https://github.com/yano/comfyui-fast-mosaic-detector": { + "stars": 3, + "last_update": "2025-11-13 14:57:28", + "author_account_age_days": 3375 + }, + "https://github.com/yaofeng/comfyui-agent-adapter": { + "stars": 0, + "last_update": "2026-03-12 01:35:46", + "author_account_age_days": 5918 }, "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, "last_update": "2025-03-22 11:04:33", - "author_account_age_days": 1825 + "author_account_age_days": 2026 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2545 + "author_account_age_days": 2746 + }, + "https://github.com/ycyy/ComfyUI-YCYY-API": { + "stars": 11, + "last_update": "2026-02-27 02:56:34", + "author_account_age_days": 4054 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3853 + "author_account_age_days": 4054 + }, + "https://github.com/yeeyou/ComfyUI-OpenAI-Compatible-API": { + "stars": 1, + "last_update": "2026-02-26 05:49:02", + "author_account_age_days": 5425 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4150 + "author_account_age_days": 4351 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { - "stars": 56, + "stars": 57, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 999 + "author_account_age_days": 1199 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 7, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 999 + "author_account_age_days": 1199 }, "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { "stars": 0, "last_update": "2025-02-19 00:38:33", - "author_account_age_days": 999 + "author_account_age_days": 1199 }, "https://github.com/yichengup/ComfyUI-LinearTransition": { "stars": 1, "last_update": "2025-07-09 01:51:49", - "author_account_age_days": 553 + "author_account_age_days": 753 + }, + "https://github.com/yichengup/ComfyUI-VideoTransition": { + "stars": 26, + "last_update": "2025-10-27 07:36:45", + "author_account_age_days": 754 }, "https://github.com/yichengup/ComfyUI-YCNodes": { - "stars": 25, - "last_update": "2025-08-26 13:02:30", - "author_account_age_days": 553 + "stars": 41, + "last_update": "2026-01-04 17:04:48", + "author_account_age_days": 753 + }, + "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit": { + "stars": 21, + "last_update": "2026-02-05 09:37:10", + "author_account_age_days": 754 + }, + "https://github.com/yichengup/ComfyUI-gaussian_preview": { + "stars": 13, + "last_update": "2026-01-01 15:40:49", + "author_account_age_days": 754 + }, + "https://github.com/yichengup/ComfyUI_SwiftCut": { + "stars": 8, + "last_update": "2026-01-23 15:46:43", + "author_account_age_days": 753 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 7, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 553 + "author_account_age_days": 753 }, "https://github.com/yichengup/Comfyui-Deepseek": { - "stars": 32, + "stars": 34, "last_update": "2025-02-23 19:36:53", - "author_account_age_days": 553 + "author_account_age_days": 753 }, "https://github.com/yichengup/Comfyui-Ycanvas": { - "stars": 107, + "stars": 110, "last_update": "2025-07-28 04:39:08", - "author_account_age_days": 553 + "author_account_age_days": 753 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { - "stars": 302, + "stars": 304, "last_update": "2025-02-19 05:08:27", - "author_account_age_days": 553 + "author_account_age_days": 753 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 104, "last_update": "2025-04-10 18:36:47", - "author_account_age_days": 553 + "author_account_age_days": 753 }, "https://github.com/yichengup/comfyui-face-liquify": { - "stars": 1, - "last_update": "2025-05-08 17:59:05", - "author_account_age_days": 553 + "stars": 3, + "last_update": "2026-01-13 15:26:52", + "author_account_age_days": 753 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 88, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 980 + "author_account_age_days": 1181 }, "https://github.com/yiwangsimple/florence_dw": { - "stars": 49, + "stars": 50, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 980 + "author_account_age_days": 1181 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, - "last_update": "2025-08-26 06:24:01", - "author_account_age_days": 3258 + "last_update": "2026-03-11 15:04:49", + "author_account_age_days": 3459 + }, + "https://github.com/yohji-yohji/comfyui-nanobanana-pro": { + "stars": 1, + "last_update": "2026-01-04 05:00:57", + "author_account_age_days": 848 + }, + "https://github.com/yolain/ComfyUI-Easy-DotsOCR": { + "stars": 6, + "last_update": "2025-10-05 09:11:26", + "author_account_age_days": 1970 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1849, - "last_update": "2025-08-19 08:30:16", - "author_account_age_days": 1769 + "stars": 2395, + "last_update": "2026-03-13 04:18:51", + "author_account_age_days": 1969 + }, + "https://github.com/yolain/SaveVideoRGBA": { + "stars": 41, + "last_update": "2026-03-11 03:32:08", + "author_account_age_days": 1970 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { - "stars": 3, + "stars": 4, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5292 + "author_account_age_days": 5492 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5292 + "author_account_age_days": 5492 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5292 + "author_account_age_days": 5492 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5292 + "author_account_age_days": 5492 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 4, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5292 + "author_account_age_days": 5492 }, "https://github.com/yolanother/DTAIComfyVariables": { - "stars": 12, + "stars": 13, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5292 + "author_account_age_days": 5492 }, "https://github.com/yolanother/DTAIImageToTextNode": { - "stars": 20, + "stars": 19, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5292 + "author_account_age_days": 5492 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 22, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4304 + "author_account_age_days": 4504 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { - "stars": 6, + "stars": 10, "last_update": "2025-04-30 18:46:47", - "author_account_age_days": 4304 + "author_account_age_days": 4504 }, "https://github.com/yorkane/ComfyUI-KYNode": { - "stars": 9, - "last_update": "2025-08-20 11:24:43", - "author_account_age_days": 3818 + "stars": 10, + "last_update": "2026-02-04 06:55:52", + "author_account_age_days": 4018 }, "https://github.com/younyokel/comfyui_prompt_formatter": { - "stars": 3, + "stars": 4, "last_update": "2025-05-16 16:33:11", - "author_account_age_days": 2223 + "author_account_age_days": 2424 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 857 + "author_account_age_days": 1058 + }, + "https://github.com/ytoaa/ComfyUI-LLM-Client": { + "stars": 0, + "last_update": "2025-12-17 14:18:42", + "author_account_age_days": 3380 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2871 + "author_account_age_days": 3072 }, "https://github.com/yuan199696/chinese_clip_encode": { - "stars": 9, + "stars": 10, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2871 + "author_account_age_days": 3072 + }, + "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin": { + "stars": 26, + "last_update": "2025-12-02 12:02:23", + "author_account_age_days": 114 + }, + "https://github.com/yukascomfy/ATI_AudioReactive": { + "stars": 1, + "last_update": "2025-11-21 10:34:47", + "author_account_age_days": 775 }, "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { - "stars": 8, + "stars": 33, "last_update": "2025-06-13 18:44:06", - "author_account_age_days": 946 + "author_account_age_days": 1146 }, "https://github.com/yushan777/ComfyUI-Y7Nodes": { - "stars": 3, - "last_update": "2025-06-14 19:55:01", - "author_account_age_days": 946 + "stars": 6, + "last_update": "2026-03-08 16:00:16", + "author_account_age_days": 1146 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { - "stars": 109, - "last_update": "2025-07-08 11:06:06", - "author_account_age_days": 2581 + "stars": 127, + "last_update": "2026-03-02 10:06:32", + "author_account_age_days": 2781 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { - "stars": 41, + "stars": 50, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2581 + "author_account_age_days": 2781 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { - "stars": 228, - "last_update": "2025-07-06 12:15:27", - "author_account_age_days": 2581 + "stars": 260, + "last_update": "2026-01-02 18:45:24", + "author_account_age_days": 2781 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { - "stars": 25, + "stars": 29, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2581 + "author_account_age_days": 2781 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { - "stars": 28, + "stars": 29, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2581 + "author_account_age_days": 2781 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { - "stars": 3, + "stars": 4, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2581 + "author_account_age_days": 2781 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { - "stars": 26, - "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2581 + "stars": 98, + "last_update": "2025-09-23 07:06:14", + "author_account_age_days": 2781 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { - "stars": 35, - "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2581 + "stars": 36, + "last_update": "2026-01-02 18:32:18", + "author_account_age_days": 2781 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 168, - "last_update": "2025-08-16 13:30:57", - "author_account_age_days": 2581 + "stars": 237, + "last_update": "2026-01-12 19:03:17", + "author_account_age_days": 2781 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { - "stars": 33, - "last_update": "2025-05-01 09:04:25", - "author_account_age_days": 2581 + "stars": 41, + "last_update": "2026-01-08 15:37:32", + "author_account_age_days": 2781 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2581 + "author_account_age_days": 2781 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { - "stars": 127, - "last_update": "2025-05-02 07:59:15", - "author_account_age_days": 2581 + "stars": 217, + "last_update": "2026-01-02 14:30:25", + "author_account_age_days": 2781 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { - "stars": 16, + "stars": 18, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2581 + "author_account_age_days": 2781 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { - "stars": 234, - "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2581 + "stars": 258, + "last_update": "2026-01-02 13:13:26", + "author_account_age_days": 2781 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 465, - "last_update": "2025-06-02 12:11:14", - "author_account_age_days": 1328 + "stars": 666, + "last_update": "2026-02-21 09:38:31", + "author_account_age_days": 1529 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1016 + "author_account_age_days": 1217 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 5, - "last_update": "2025-07-20 04:47:00", - "author_account_age_days": 2223 + "last_update": "2025-11-15 09:35:12", + "author_account_age_days": 2424 }, "https://github.com/zade23/Comfyui-MoGe2": { - "stars": 3, - "last_update": "2025-07-30 02:39:17", - "author_account_age_days": 2223 + "stars": 18, + "last_update": "2025-10-23 09:53:50", + "author_account_age_days": 2424 }, "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, "last_update": "2025-03-21 09:52:29", - "author_account_age_days": 2788 + "author_account_age_days": 2989 }, "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, "last_update": "2025-03-26 20:58:18", - "author_account_age_days": 4205 + "author_account_age_days": 4405 + }, + "https://github.com/zaknak/ComfyUi_zaknak_nodes": { + "stars": 0, + "last_update": "2026-03-15 11:10:44", + "author_account_age_days": 6384 + }, + "https://github.com/zavatmotion/ComfyUI-Workflow-Backup": { + "stars": 1, + "last_update": "2026-02-11 02:25:41", + "author_account_age_days": 276 }, "https://github.com/zccrs/comfyui-dci": { "stars": 1, - "last_update": "2025-06-13 07:35:50", - "author_account_age_days": 3688 + "last_update": "2025-10-27 08:04:53", + "author_account_age_days": 3889 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4843 + "author_account_age_days": 5044 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { - "stars": 26, + "stars": 27, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4843 + "author_account_age_days": 5044 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4843 + "author_account_age_days": 5044 }, "https://github.com/zeeoale/PromptCreatorNode": { - "stars": 2, - "last_update": "2025-08-12 15:08:20", - "author_account_age_days": 2785 + "stars": 6, + "last_update": "2026-03-14 09:21:02", + "author_account_age_days": 2986 + }, + "https://github.com/zengxianyu/ComfyUIIntensityDepth": { + "stars": 1, + "last_update": "2026-01-10 23:55:21", + "author_account_age_days": 4010 + }, + "https://github.com/zengxianyu/structured-noise": { + "stars": 32, + "last_update": "2026-02-01 23:45:07", + "author_account_age_days": 4010 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { - "stars": 8, + "stars": 22, "last_update": "2025-02-09 18:27:16", - "author_account_age_days": 639 + "author_account_age_days": 839 }, "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": { - "stars": 3, + "stars": 5, "last_update": "2025-02-20 06:30:19", - "author_account_age_days": 639 + "author_account_age_days": 839 }, "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { "stars": 0, "last_update": "2025-02-07 17:32:46", - "author_account_age_days": 639 + "author_account_age_days": 839 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 3098 + "author_account_age_days": 3299 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 545 + "author_account_age_days": 745 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { - "stars": 71, + "stars": 76, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2871 + "author_account_age_days": 3072 }, "https://github.com/zfkun/ComfyUI_zfkun": { - "stars": 21, - "last_update": "2025-08-01 02:29:55", - "author_account_age_days": 5291 + "stars": 24, + "last_update": "2026-01-27 05:22:41", + "author_account_age_days": 5492 + }, + "https://github.com/zhangle0013/comfyui-EmptyImageYesON": { + "stars": 0, + "last_update": "2026-01-09 03:24:28", + "author_account_age_days": 3784 + }, + "https://github.com/zhanglongxiao111/Comfyui-geminiapi": { + "stars": 3, + "last_update": "2025-12-10 04:42:19", + "author_account_age_days": 919 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { - "stars": 92, - "last_update": "2025-08-26 09:27:11", - "author_account_age_days": 719 + "stars": 123, + "last_update": "2026-03-02 01:22:31", + "author_account_age_days": 920 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { - "stars": 10, - "last_update": "2025-04-07 10:58:52", - "author_account_age_days": 719 + "stars": 13, + "last_update": "2025-11-24 01:11:29", + "author_account_age_days": 920 + }, + "https://github.com/zhaocaiji/ComfyUI-Mute-Switch": { + "stars": 0, + "last_update": "2026-01-22 07:10:54", + "author_account_age_days": 2609 + }, + "https://github.com/zhaocaiji/ComfyUI-VideoFrameTools": { + "stars": 1, + "last_update": "2026-01-16 04:23:53", + "author_account_age_days": 2609 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3778 + "author_account_age_days": 3978 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { - "stars": 73, + "stars": 77, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3887 + "author_account_age_days": 4088 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { - "stars": 68, + "stars": 69, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4663 + "author_account_age_days": 4864 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1433, - "last_update": "2025-02-05 10:33:45", - "author_account_age_days": 467 + "stars": 1492, + "last_update": "2026-01-06 12:32:21", + "author_account_age_days": 668 + }, + "https://github.com/zhuyanan/Comfy-FilmSimulator": { + "stars": 1, + "last_update": "2026-02-06 10:01:31", + "author_account_age_days": 4275 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { - "stars": 111, + "stars": 110, "last_update": "2025-03-18 02:48:42", - "author_account_age_days": 925 + "author_account_age_days": 1126 }, - "https://github.com/ziwang-com/comfyui-deepseek-r1": { - "stars": 62, - "last_update": "2025-02-02 14:24:35", - "author_account_age_days": 3804 + "https://github.com/zisb/comfyui-texture-packer": { + "stars": 1, + "last_update": "2025-12-31 09:28:21", + "author_account_age_days": 4213 }, "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { - "stars": 0, + "stars": 3, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 1009 + "author_account_age_days": 1210 }, "https://github.com/zmwv823/ComfyUI_Anytext": { - "stars": 88, + "stars": 99, "last_update": "2025-05-28 01:02:37", - "author_account_age_days": 3697 + "author_account_age_days": 3898 + }, + "https://github.com/zn123/ComfyUI-image-processor-zn123": { + "stars": 0, + "last_update": "2025-12-05 07:06:24", + "author_account_age_days": 4743 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3090 + "author_account_age_days": 3290 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 1656, - "last_update": "2025-08-24 00:35:49", - "author_account_age_days": 4346 + "stars": 1988, + "last_update": "2026-02-05 05:01:35", + "author_account_age_days": 4546 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 1, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5390 + "author_account_age_days": 5590 + }, + "https://github.com/zwaigani/ComfyUI-LoRA-stacker": { + "stars": 0, + "last_update": "2026-01-12 11:56:54", + "author_account_age_days": 785 + }, + "https://github.com/zwaigani/ComfyUI-VRAM-watcher": { + "stars": 1, + "last_update": "2026-01-12 11:56:56", + "author_account_age_days": 785 }, "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, "last_update": "2025-04-26 05:11:35", - "author_account_age_days": 234 + "author_account_age_days": 435 }, "https://github.com/zzubnik/TT_TextTools": { - "stars": 0, + "stars": 1, "last_update": "2025-04-02 23:40:24", - "author_account_age_days": 3154 + "author_account_age_days": 3354 }, "https://github.com/zzw5516/ComfyUI-zw-tools": { - "stars": 2, - "last_update": "2025-04-16 08:24:48", - "author_account_age_days": 4570 + "stars": 5, + "last_update": "2025-12-03 01:43:00", + "author_account_age_days": 4771 + }, + "ttps://github.com/GraftingRayman/Border-Distance-Mapper": { + "stars": 0, + "last_update": "2025-11-17 17:49:31", + "author_account_age_days": 792 } } \ No newline at end of file diff --git a/glob/manager_core.py b/glob/manager_core.py index 6e184107..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, 36] +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): @@ -1484,6 +1486,7 @@ class UnifiedManager: return ManagedResult('skip') elif self.is_disabled(node_id): return self.unified_enable(node_id) + else: version_spec = self.resolve_unspecified_version(node_id) @@ -1698,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) @@ -1718,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', ''), @@ -1738,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 @@ -1745,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': '', @@ -1765,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(): @@ -2246,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() @@ -2516,22 +2536,23 @@ def update_to_stable_comfyui(repo_path): logging.error('\t'+branch.name) return "fail", None - versions, current_tag, _ = get_comfyui_versions(repo) - - if len(versions) == 0 or (len(versions) == 1 and versions[0] == 'nightly'): + versions, current_tag, latest_tag = get_comfyui_versions(repo) + + if latest_tag is None: logging.info("[ComfyUI-Manager] Unable to update to the stable ComfyUI version.") return "fail", None - - if versions[0] == 'nightly': - latest_tag = versions[1] - else: - latest_tag = versions[0] - if current_tag == latest_tag: + tag_ref = next((t for t in repo.tags if t.name == latest_tag), None) + if tag_ref is None: + logging.info(f"[ComfyUI-Manager] Unable to locate tag '{latest_tag}' in repository.") + return "fail", None + + if repo.head.commit == tag_ref.commit: return "skip", None else: logging.info(f"[ComfyUI-Manager] Updating ComfyUI: {current_tag} -> {latest_tag}") - repo.git.checkout(latest_tag) + repo.git.checkout(tag_ref.name) + execute_install_script("ComfyUI", repo_path, instant_execution=False, no_deps=False) return 'updated', latest_tag except: traceback.print_exc() @@ -2663,9 +2684,13 @@ def check_state_of_git_node_pack_single(item, do_fetch=False, do_update_check=Tr def get_installed_pip_packages(): - # extract pip package infos - cmd = manager_util.make_pip_cmd(['freeze']) - pips = subprocess.check_output(cmd, text=True).split('\n') + try: + # extract pip package infos + cmd = manager_util.make_pip_cmd(['freeze']) + pips = subprocess.check_output(cmd, text=True).split('\n') + except Exception as e: + logging.warning("[ComfyUI-Manager] Could not enumerate pip packages for snapshot: %s", e) + return {} res = {} for x in pips: @@ -3350,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 b3db7b97..fd110b7f 100644 --- a/glob/manager_util.py +++ b/glob/manager_util.py @@ -15,6 +15,7 @@ import re import logging import platform import shlex +from functools import lru_cache cache_lock = threading.Lock() @@ -34,18 +35,64 @@ def add_python_path_to_env(): os.environ['PATH'] = os.path.dirname(sys.executable)+sep+os.environ['PATH'] +@lru_cache(maxsize=2) +def get_pip_cmd(force_uv=False): + """ + Get the base pip command, with automatic fallback to uv if pip is unavailable. + + Args: + force_uv (bool): If True, use uv directly without trying pip + + Returns: + list: Base command for pip operations + """ + embedded = 'python_embeded' in sys.executable + + # Try pip first (unless forcing uv) + if not force_uv: + try: + test_cmd = [sys.executable] + (['-s'] if embedded else []) + ['-m', 'pip', '--version'] + 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`.") + + # Try uv (either forced or pip failed) + import shutil + + # Try uv as Python module + 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.") + 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.") + 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") + + def make_pip_cmd(cmd): - if 'python_embeded' in sys.executable: - if use_uv: - return [sys.executable, '-s', '-m', 'uv', 'pip'] + cmd - else: - return [sys.executable, '-s', '-m', 'pip'] + cmd - else: - # FIXED: https://github.com/ltdrdata/ComfyUI-Manager/issues/1667 - if use_uv: - return [sys.executable, '-m', 'uv', 'pip'] + cmd - else: - return [sys.executable, '-m', 'pip'] + cmd + """ + Create a pip command by combining the cached base pip command with the given arguments. + + Args: + cmd (list): List of pip command arguments (e.g., ['install', 'package']) + + Returns: + list: Complete command list ready for subprocess execution + """ + global use_uv + base_cmd = get_pip_cmd(force_uv=use_uv) + return base_cmd + cmd + # DON'T USE StrictVersion - cannot handle pre_release version # try: diff --git a/js/README.md b/js/README.md index 3832a17c..5ceb21ba 100644 --- a/js/README.md +++ b/js/README.md @@ -13,7 +13,7 @@ This directory contains the JavaScript frontend implementation for ComfyUI-Manag ## Sharing Components - **comfyui-share-common.js**: Base functionality for workflow sharing features. -- **comfyui-share-copus.js**: Integration with the ComfyUI Opus sharing platform. +- **comfyui-share-copus.js**: Integration with the ComfyUI Copus sharing platform. - **comfyui-share-openart.js**: Integration with the OpenArt sharing platform. - **comfyui-share-youml.js**: Integration with the YouML sharing platform. @@ -47,4 +47,4 @@ CSS files are included for specific components: - **custom-nodes-manager.css**: Styling for the node management UI - **model-manager.css**: Styling for the model management UI -This frontend implementation provides a comprehensive yet user-friendly interface for managing the ComfyUI ecosystem. \ No newline at end of file +This frontend implementation provides a comprehensive yet user-friendly interface for managing the ComfyUI ecosystem. 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/components-manager.js b/js/components-manager.js index 9244d2a4..8d4234ba 100644 --- a/js/components-manager.js +++ b/js/components-manager.js @@ -678,7 +678,7 @@ export class ComponentBuilderDialog extends ComfyDialog { let orig_handleFile = app.handleFile; -async function handleFile(file) { +async function handleFile(file, ...args) { if (file.name?.endsWith(".json") || file.name?.endsWith(".pack")) { const reader = new FileReader(); reader.onload = async () => { @@ -694,7 +694,7 @@ async function handleFile(file) { await handle_import_components(jsonContent); } else { - orig_handleFile.call(app, file); + orig_handleFile.call(app, file, ...args); } }; reader.readAsText(file); @@ -702,7 +702,7 @@ async function handleFile(file) { return; } - orig_handleFile.call(app, file); + orig_handleFile.call(app, file, ...args); } app.handleFile = handleFile; diff --git a/js/custom-nodes-manager.css b/js/custom-nodes-manager.css index 00e1e4c1..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, "Segue UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; + --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 = ` -
- - -
-
-
-
-
-
-
-