diff --git a/README.md b/README.md index cb010dbb5..ea4919a76 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 ef5c873b0..c3ef41c2e 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 8a1ae2118..c5b0e078c --- a/custom-node-list.json +++ b/custom-node-list.json @@ -430,6 +430,16 @@ "install_type": "git-clone", "description": "Apply AFFINE noise transforms to latent space to improve image quality, especially with light loras." }, + { + "author": "was", + "title": "WAS LMStudio Easy-Query", + "reference": "https://github.com/WASasquatch/ComfyUI_LMStudio_EasyQuery", + "files": [ + "https://github.com/WASasquatch/ComfyUI_LMStudio_EasyQuery" + ], + "install_type": "git-clone", + "description": "LM Studio calls with image support and easy task directions." + }, { "author": "omar92", "title": "Quality of life Suit:V2", @@ -529,17 +539,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", @@ -1030,6 +1029,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", @@ -2064,6 +2073,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", @@ -2240,10 +2260,10 @@ { "author": "bradsec", "title": "ResolutionSelector for ComfyUI", - "id": "resolution-selector", - "reference": "https://github.com/bradsec/ComfyUI_ResolutionSelector", + "id": "comfyui_resolutionselectorplus", + "reference": "https://github.com/bradsec/ComfyUI_ResolutionSelectorPlus", "files": [ - "https://github.com/bradsec/ComfyUI_ResolutionSelector" + "https://github.com/bradsec/ComfyUI_ResolutionSelectorPlus" ], "install_type": "git-clone", "description": "A custom node for Stable Diffusion ComfyUI to enable easy selection of image resolutions for SDXL SD15 SD21" @@ -2695,6 +2715,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", @@ -4388,16 +4418,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", @@ -4884,6 +4904,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", @@ -5061,6 +5091,16 @@ "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": "zfkun", "title": "ComfyUI_zfkun", @@ -5101,6 +5141,26 @@ "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", @@ -5357,7 +5417,7 @@ { "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" @@ -5637,6 +5697,26 @@ "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": "jitcoder", "title": "LoraInfo", @@ -6914,17 +6994,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", @@ -8195,6 +8264,46 @@ "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": "Klinter", "title": "Klinter_nodes", @@ -8554,6 +8663,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", @@ -9152,17 +9271,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", @@ -9401,17 +9509,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", @@ -9708,16 +9805,6 @@ "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", @@ -10031,6 +10118,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", @@ -11242,6 +11339,86 @@ "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": "choey", "title": "Comfy-Topaz", @@ -11315,7 +11492,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", @@ -12567,6 +12744,36 @@ "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": "royceschultz", "title": "ComfyUI-Notifications", @@ -13122,7 +13329,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", @@ -13448,6 +13655,16 @@ "install_type": "git-clone", "description": "This custom node for ComfyUI integrates the Flux-Prompt-Enhance model, allowing you to enhance your prompts directly within your ComfyUI workflows." }, + { + "author": "marduk191", + "title": "comfyui_qwen_runninghub", + "reference": "https://github.com/marduk191/comfyui_qwen_runninghub", + "files": [ + "https://github.com/marduk191/comfyui_qwen_runninghub" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for integrating RunningHub's AI image and video generation services into workflows. (Description by CC)" + }, { "author": "haohaocreates", "title": "ComfyUI-HH-Image-Selector", @@ -13882,6 +14099,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", @@ -14083,6 +14320,26 @@ "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": "metncelik", "title": "comfyui_met_suite", @@ -14360,6 +14617,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", @@ -14571,6 +14858,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", @@ -14805,16 +15122,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", @@ -14957,6 +15264,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", @@ -15418,16 +15735,6 @@ "install_type": "git-clone", "description": "Lets you send a section of an image to qwen edit or kontext to help isolate areas in need of change" }, - { - "author": "GeekyGhost", - "title": "ComfyUI-Image-Segmenting-Loader", - "reference": "https://github.com/GeekyGhost/24oiduts-ComfyUI", - "files": [ - "https://github.com/GeekyGhost/24oiduts-ComfyUI" - ], - "install_type": "git-clone", - "description": "Lets you send a section of an image to qwen edit or kontext to help isolate areas in need of change" - }, { "author": "Dobidop", "title": "Dobidop ComfyStereo", @@ -15640,6 +15947,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", @@ -15663,14 +15980,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", @@ -15685,14 +16001,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", @@ -15896,6 +16211,7 @@ "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" ], @@ -16476,6 +16792,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", @@ -16538,6 +16864,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", @@ -16901,6 +17247,17 @@ "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": "k-komarov", "title": "comfyui-bunny-cdn-storage", @@ -17051,9 +17408,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." @@ -17566,6 +17923,16 @@ "install_type": "git-clone", "description": "Node for usage of Gemini API" }, + { + "author": "silveroxides", + "title": "ComfyUI_Hybrid-Scaled_fp8-Loader", + "reference": "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader", + "files": [ + "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader" + ], + "install_type": "git-clone", + "description": "Custom Loader for scaled_fp8 models with hybrid precision layers." + }, { "author": "turkyden", "title": "ComfyUI-SmartCrop", @@ -17813,6 +18180,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", @@ -17824,6 +18201,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", @@ -18545,6 +18933,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", @@ -18761,7 +19159,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", @@ -18795,24 +19193,44 @@ "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", + "author": "theshubzworld", + "title": "ComfyUI-FaceCalloutNode", + "reference": "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode", "files": [ - "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt" + "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode" ], "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." + "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-FaceCalloutNode", - "reference": "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode", + "title": "ComfyUI-NvidiaCaptioner", + "reference": "https://github.com/theshubzworld/ComfyUI-NvidiaCaptioner", "files": [ - "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode" + "https://github.com/theshubzworld/ComfyUI-NvidiaCaptioner" ], "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." + "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", @@ -19405,6 +19823,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" ], @@ -19672,6 +20091,26 @@ "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": "Horizon Team", "title": "ComfyUI_FluxMod", @@ -19791,10 +20230,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." @@ -19869,6 +20307,16 @@ "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": "lightricks", "title": "ComfyUI-LTXVideo", @@ -20345,6 +20793,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", @@ -20540,6 +20998,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", @@ -20672,6 +21140,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", @@ -20835,16 +21313,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", @@ -20945,6 +21413,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", @@ -21008,14 +21486,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", @@ -21030,13 +21508,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-Civitai-Discovery-Hub" + ], + "install_type": "git-clone", + "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_Crop_Image_By_Lightx02" + "https://github.com/Light-x02/ComfyUI-checkpoint-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": "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", @@ -21302,6 +21790,46 @@ "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": "wqjuser", "title": "ComfyUI-Chat-Image", @@ -22064,6 +22592,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", @@ -22225,6 +22773,16 @@ "install_type": "git-clone", "description": "Calculates the percentage of a mask area compared to the total image size and outputs a boolean based on a defined threshold." }, + { + "author": "a-und-b", + "title": "ComfyUI_AB_Wildcard", + "reference": "https://github.com/a-und-b/ComfyUI_AB_Wildcard", + "files": [ + "https://github.com/a-und-b/ComfyUI_AB_Wildcard" + ], + "install_type": "git-clone", + "description": "Simple node for advanced wildcard text processing. Supports variables, conditionals, tag aggregation, weighted selection, and deep nesting. Lightweight, fast, zero external dependencies." + }, { "author": "r3dial", "title": "Redial Discomphy - Discord Integration for ComfyUI", @@ -22491,6 +23049,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", @@ -22572,6 +23140,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", @@ -22656,6 +23244,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", @@ -22747,17 +23345,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", @@ -22828,16 +23415,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", @@ -22900,6 +23477,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", @@ -23257,7 +23844,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", @@ -23535,6 +24122,16 @@ "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": "austinbrown34", "title": "ComfyUI-IO-Helpers", @@ -24003,6 +24600,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", @@ -24308,6 +24915,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", @@ -24350,13 +24967,13 @@ }, { "author": "penposs", - "title": "ComfyUI-Banana-Node", - "reference": "https://github.com/penposs/ComfyUI-Banana-Node", + "title": "Comfyui-banana2", + "reference": "https://github.com/penposs/Comfyui-banana2", "files": [ - "https://github.com/penposs/ComfyUI-Banana-Node" + "https://github.com/penposs/Comfyui-banana2" ], "install_type": "git-clone", - "description": "A custom node for ComfyUI that generates images using Google’s Gemini 2.5 Flash Image Preview API." + "description": "Custom node for ComfyUI using Google's Gemini 2.5 Flash Image and Gemini 3 Pro Image Preview APIs to generate images with resolution scaling for 1K, 2K, 4K, 8K. (Description by CC)" }, { "author": "cardenluo", @@ -25114,16 +25731,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", @@ -25486,6 +26093,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", @@ -25906,6 +26523,36 @@ "install_type": "git-clone", "description": "Unofficial ComfyUI implementation of [a/UniWorld-V1](https://github.com/PKU-YuanGroup/UniWorld-V1)." }, + { + "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": "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": "AngelCookies", "title": "ComfyUI-Seed-Tracker", @@ -26356,6 +27003,16 @@ "install_type": "git-clone", "description": "wrapper for the TLB-VFI: Temporal-Aware Latent Brownian Bridge Diffusion for Video Frame Interpolation project" }, + { + "author": "BobRandomNumber", + "title": "ComfyUI-BasicOllama", + "reference": "https://github.com/BobRandomNumber/ComfyUI-BasicOllama", + "files": [ + "https://github.com/BobRandomNumber/ComfyUI-BasicOllama" + ], + "install_type": "git-clone", + "description": "A simplified node that provides access to Ollama. It allows you to send prompts, system prompts, and images to your Ollama instance and receive text-based responses." + }, { "author": "santiagosamuel3455", "title": "ComfyUI-GeminiImageToPrompt", @@ -26590,14 +27247,24 @@ "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": "matoo", @@ -26836,16 +27503,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", @@ -26866,6 +27523,26 @@ "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": "northumber", "title": "ComfyUI-northTools", @@ -27272,6 +27949,36 @@ "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", @@ -27324,9 +28031,20 @@ "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" @@ -27405,6 +28123,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", @@ -27661,9 +28389,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." @@ -28115,26 +28843,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", @@ -28255,6 +28963,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", @@ -28496,6 +29214,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", @@ -28556,36 +29284,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", @@ -28626,16 +29324,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", @@ -28707,16 +29395,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", @@ -28728,16 +29406,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", @@ -28829,6 +29497,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", @@ -28955,6 +29633,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", @@ -29008,6 +29697,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", @@ -29199,16 +29908,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", @@ -29481,6 +30180,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", @@ -29575,6 +30294,17 @@ "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", @@ -29585,6 +30315,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", @@ -29665,6 +30405,16 @@ "install_type": "git-clone", "description": "ComfyUI-FastVLM-7B Apple A custom node for Apple’s FastVLM-7B vision-language model. This node lets you pass an image + instruction and returns a generated text response." }, + { + "author": "Ltamann", + "title": "ComfyUI-TBG-SAM3", + "reference": "https://github.com/Ltamann/ComfyUI-TBG-SAM3", + "files": [ + "https://github.com/Ltamann/ComfyUI-TBG-SAM3" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node extension integrating Meta's Segment Anything Model 3 (SAM 3) for advanced image and video segmentation with text-prompt, point-based, and mask-driven capabilities. Provides production-ready nodes compatible with ComfyUI's Impact Pack SEGS format, depth map generation, and support for Python 3.13+ with CUDA and CPU support." + }, { "author": "DavidPiazza", "title": "Network Bending for ComfyUI", @@ -29727,6 +30477,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", @@ -29807,6 +30568,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", @@ -29848,6 +30619,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", @@ -29908,6 +30689,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", @@ -30075,10 +30866,10 @@ "id": "comfyui-exloadout", "reference": "https://github.com/IsItDanOrAi/ComfyUI-exLoadout", "files": [ - "https://github.com/IsItDanOrAi/ComfyUI-exLoadout" + "https://github.com/IsItDanOrAi/ComfyUI-exLoadout" ], - "install_type": "git-clone", - "description": "Excel spreadsheet-driven ComfyUI nodes that let you load models, values, and workflows based on saved rows in Excel. Great for organizing and switching between CLIPs, VAEs, LoRAs, and more." + "install_type": "git-clone", + "description": "Excel spreadsheet-driven ComfyUI nodes that let you load models, values, and workflows based on saved rows in Excel. Great for organizing and switching between CLIPs, VAEs, LoRAs, and more." }, { "author": "claptrap0", @@ -30336,6 +31127,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", @@ -30367,6 +31168,17 @@ "install_type": "git-clone", "description": "This custom node allows users to selectively choose what to add to the generated image's metadata." }, + { + "author": "brucew4yn3rp", + "title": "Vintage Effect", + "id": "VintageEffect", + "reference": "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect", + "files": [ + "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect" + ], + "install_type": "git-clone", + "description": "ComfyUI node that applies vintage/retro effects through JPG compression, color grading, film grain, vignette, and more to emulate more realistic photo aesthetics." + }, { "author": "cedarconnor", "title": "ComfyUI LatLong - Equirectangular Image Processing Nodes", @@ -30399,13 +31211,13 @@ }, { "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": "vaishnav-vn", @@ -30708,24 +31520,24 @@ "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", + "author": "lokinou", + "title": "ComfyUI-Offload-Models", + "reference": "https://github.com/lokinou/comfyui-offload-models", "files": [ - "https://github.com/fcanfora/comfyui-camera-tools" + "https://github.com/lokinou/comfyui-offload-models" ], "install_type": "git-clone", - "description": "NODES: Load Camera From File, Load 3D, Load 3D - Animation, Preview 3D, Preview 3D - Animation" + "description": "Custom nodes to offload and rapatriate models from cpu." }, { "author": "lokinou", - "title": "ComfyUI-Offload-Models", - "reference": "https://github.com/lokinou/comfyui-offload-models", + "title": "ComfyUI-Better-Flow", + "reference": "https://github.com/lokinou/comfyui-better-flow", "files": [ - "https://github.com/lokinou/comfyui-offload-models" + "https://github.com/lokinou/comfyui-better-flow" ], "install_type": "git-clone", - "description": "Custom nodes to offload and rapatriate models from cpu." + "description": "Nodes for controlling workflow and reducing VRAM fingerprint." }, { "author": "rainlizard", @@ -30737,16 +31549,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", @@ -30890,16 +31692,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", @@ -31163,13 +31955,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", @@ -31214,13 +32006,14 @@ }, { "author": "Rzgar Espo", - "title": "ComfyUI-Qwen-Image-Size-Picker", + "title": "ComfyUI Qwen Image Size Picker", + "id": "QwenImg-latent", "reference": "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker", "files": [ "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker" ], "install_type": "git-clone", - "description": "A universal node for generating empty latent tensors with support for Qwen Image, SDXL and Flux models. Features extended aspect ratio support, batch processing, and flexible dimension overrides." + "description": "An empty latent size picker with support for Qwen Image, SDXL, and Flux models." }, { "author": "luke-mino-altherr", @@ -31262,6 +32055,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", @@ -31282,6 +32085,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", @@ -31292,6 +32105,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", @@ -31365,13 +32198,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", @@ -31425,6 +32258,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", @@ -31532,12 +32375,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", @@ -31761,6 +32615,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", @@ -31826,6 +32700,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" ], @@ -31873,14 +32748,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", @@ -31894,23 +32770,13 @@ }, { "author": "rslosch", - "title": "ComfyUI-EZ_Prompts", - "reference": "https://github.com/rslosch/ComfyUI-EZ_Prompts", - "files": [ - "https://github.com/rslosch/ComfyUI-EZ_Prompts" - ], - "install_type": "git-clone", - "description": "A ComfyUI custom node extension that provides easy-to-use prompt templates and wildcards for AI image generation." - }, - { - "author": "isaac-mcfadyen", - "title": "ComfyUI-QwenClip", - "reference": "https://github.com/isaac-mcfadyen/ComfyUI-QwenClip", + "title": "ComfyUI Batch BBox Detector", + "reference": "https://github.com/rslosch/comfyui-nodesweet", "files": [ - "https://github.com/isaac-mcfadyen/ComfyUI-QwenClip" + "https://github.com/rslosch/comfyui-nodesweet" ], "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": "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", @@ -32004,6 +32870,26 @@ "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", @@ -32014,6 +32900,16 @@ "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", @@ -32044,6 +32940,16 @@ "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", @@ -32064,6 +32970,17 @@ "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", @@ -32174,6 +33091,36 @@ "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": "Urabewe", "title": "ComfyUI Video Extend Counter", @@ -32353,7 +33300,7 @@ "https://github.com/5agado/ComfyUI-Sagado-Nodes" ], "install_type": "git-clone", - "description": "NODES: Image Loader, Get Num Frames, Get Resolution Node" + "description": "NODES: Image Loader, Get Num Frames, Get Resolution Node, Video Loader, Film Grain" }, { "author": "FredBisAI", @@ -32389,9 +33336,9 @@ { "author": "iguanesolutions", "title": "Flux Resolution", - "reference": "https://github.com/iguanesolutions/comfyui-flux-resolution", + "reference": "https://github.com/iguanesolutions/comfyui-ig1-tools", "files": [ - "https://github.com/iguanesolutions/comfyui-flux-resolution" + "https://github.com/iguanesolutions/comfyui-ig1-tools" ], "install_type": "git-clone", "description": "Get the closest compatible flux resolution from a given resolution." @@ -32406,6 +33353,36 @@ "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": "SatadalAI", "title": "SATA UtilityNode Node for ComfyUI", @@ -32429,13 +33406,13 @@ }, { "author": "wizdroid", - "title": "Wizdroid ComfyUI Outfit Selection", - "reference": "https://github.com/wizdroid/wizdroid-fashionista", + "title": "Wizdroid Character Nodes for ComfyUI", + "reference": "https://github.com/wizdroid/wizdroid-character", "files": [ - "https://github.com/wizdroid/wizdroid-fashionista" + "https://github.com/wizdroid/wizdroid-character" ], "install_type": "git-clone", - "description": "A comprehensive outfit generation system for ComfyUI with AI-powered prompt enhancement and dynamic outfit composition." + "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", @@ -32458,14 +33435,14 @@ "description": "save your image with customized naming rule" }, { - "author": "leylahkrell", - "title": "ComfyUI Violet Tools", - "reference": "https://github.com/leylahkrell/ComfyUI-Violet-Tools", + "author": "leylahviolet", + "title": "iolet Tools 💅", + "reference": "https://github.com/leylahviolet/ComfyUI-Violet-Tools", "files": [ - "https://github.com/leylahkrell/ComfyUI-Violet-Tools" + "https://github.com/leylahviolet/ComfyUI-Violet-Tools" ], "install_type": "git-clone", - "description": "A collection of aesthetic-focused custom nodes for ComfyUI that enhance AI image generation with sophisticated style and prompt management capabilities. Includes 7 nodes: Aesthetic Alchemist (style blending with 20+ curated aesthetics), Quality Queen (quality prompts), Glamour Goddess (hair/makeup), Body Bard (body features), Pose Priestess (positioning), Encoding Enchantress (text processing), and Negativity Nullifier (negative prompts). Features weighted blending, randomization, and modular YAML-based configuration." + "description": "Aesthetic-focused custom nodes for ComfyUI with sophisticated style and prompt management" }, { "author": "ApexArtist", @@ -32528,6 +33505,16 @@ "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", @@ -32679,6 +33666,26 @@ "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", @@ -32699,6 +33706,16 @@ "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", @@ -32749,6 +33766,16 @@ "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", @@ -32770,15 +33797,24 @@ "description": "This is a node to detect the similarity between two faces" }, { - "author": "S4MUEL404", - "title": "ComfyUI Prepack", - "id": "comfyui-prepack", - "reference": "https://github.com/S4MUEL-404/ComfyUI-Prepack", + "author": "fr0nky0ng", + "title": "ComfyUI-frankAI-banana", + "reference": "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana", "files": [ - "https://github.com/S4MUEL-404/ComfyUI-Prepack" + "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana" ], "install_type": "git-clone", - "description": "A small, practical bundle of ComfyUI nodes that streamlines common workflows." + "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": "Tr1dae", @@ -32820,395 +33856,5175 @@ "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": "Ser-Hilary", - "title": "SDXL_sizing", - "reference": "https://github.com/Ser-Hilary/SDXL_sizing", + "author": "dzy1128", + "title": "ComfyUI-VertexAI", + "reference": "https://github.com/dzy1128/ComfyUI-VertexAI", "files": [ - "https://raw.githubusercontent.com/Ser-Hilary/SDXL_sizing/main/conditioning_sizing_for_SDXL.py" + "https://github.com/dzy1128/ComfyUI-VertexAI" ], - "install_type": "copy", - "description": "Nodes:sizing_node. Size calculation node related to image size in prompts supported by SDXL." + "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": "ailex000", - "title": "Image Gallery", - "reference": "https://github.com/ailex000/ComfyUI-Extensions", - "js_path": "image-gallery", + "author": "dzy1128", + "title": "ComfyUI-Vector-Engine", + "reference": "https://github.com/dzy1128/ComfyUI-Vector-Engine", "files": [ - "https://raw.githubusercontent.com/ailex000/ComfyUI-Extensions/main/image-gallery/imageGallery.js" + "https://github.com/dzy1128/ComfyUI-Vector-Engine" ], - "install_type": "copy", - "description": "Custom javascript extensions for better UX for ComfyUI. Supported nodes: PreviewImage, SaveImage. Double click on image to open." + "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": "rock-land", - "title": "graphNavigator", - "reference": "https://github.com/rock-land/graphNavigator", - "js_path": "graphNavigator", + "author": "swfxliyiyu", + "title": "ComfyUI-FastVideo", + "reference": "https://github.com/swfxliyiyu/ComfyUI-FastVideo", "files": [ - "https://raw.githubusercontent.com/rock-land/graphNavigator/main/graphNavigator/graphNavigator.js" + "https://github.com/swfxliyiyu/ComfyUI-FastVideo" ], - "install_type": "copy", - "description": "ComfyUI Web Extension for saving views and navigating graphs." + "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": "diffus3", - "title": "diffus3/ComfyUI-extensions", - "reference": "https://github.com/diffus3/ComfyUI-extensions", - "js_path": "diffus3", + "author": "darkamenosa", + "title": "Enhanced Image Composite Masked", + "reference": "https://github.com/darkamenosa/comfy_inpaint_blend", "files": [ - "https://raw.githubusercontent.com/diffus3/ComfyUI-extensions/main/multiReroute/multireroute.js", - "https://raw.githubusercontent.com/diffus3/ComfyUI-extensions/main/setget/setget.js" + "https://github.com/darkamenosa/comfy_inpaint_blend" ], - "install_type": "copy", - "description": "Extensions: subgraph, setget, multiReroute" + "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": "m957ymj75urz", - "title": "m957ymj75urz/ComfyUI-Custom-Nodes", - "reference": "https://github.com/m957ymj75urz/ComfyUI-Custom-Nodes", - "js_path": "m957ymj75urz", + "author": "len-ml", + "title": "comfyui_qwen_image_edit_adv", + "reference": "https://github.com/lenML/comfyui_qwen_image_edit_adv", "files": [ - "https://raw.githubusercontent.com/m957ymj75urz/ComfyUI-Custom-Nodes/main/clip-text-encode-split/clip_text_encode_split.py", - "https://raw.githubusercontent.com/m957ymj75urz/ComfyUI-Custom-Nodes/main/colors/colors.js" + "https://github.com/lenML/comfyui_qwen_image_edit_adv" ], - "install_type": "copy", - "description": "Nodes: RawText, RawTextCLIPEncode, RawTextCombine, RawTextReplace, Extension: m957ymj75urz.colors" + "install_type": "git-clone", + "description": "Improved qwen image editing accuracy" }, { - "author": "Bikecicle", - "title": "Waveform Extensions", - "reference": "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions", + "author": "Ian2073", + "title": "ComfyUI-MyLLMNode", + "reference": "https://github.com/Ian2073/ComfyUI-MyLLMnode", "files": [ - "https://raw.githubusercontent.com/NeuralNotW0rk/ComfyUI-Waveform-Extensions/main/EXT_AudioManipulation.py", - "https://raw.githubusercontent.com/NeuralNotW0rk/ComfyUI-Waveform-Extensions/main/EXT_VariationUtils.py" + "https://github.com/Ian2073/ComfyUI-MyLLMnode" ], - "install_type": "copy", - "description": "Some additional audio utilites for use on top of Sample Diffusion ComfyUI Extension" + "install_type": "git-clone", + "description": "Custom ComfyUI node for running LLMs via HuggingFace pipeline. Supports both local paths and HuggingFace model names." }, { - "author": "dawangraoming", - "title": "KSampler GPU", - "reference": "https://github.com/dawangraoming/ComfyUI_ksampler_gpu", + "author": "semonxue", + "title": "ComfyUI FlexAI Nodes", + "reference": "https://github.com/Semonxue/Comfyui-flexai", "files": [ - "https://raw.githubusercontent.com/dawangraoming/ComfyUI_ksampler_gpu/main/ksampler_gpu.py" + "https://github.com/Semonxue/Comfyui-flexai" ], - "install_type": "copy", - "description": "KSampler is provided, based on GPU random noise" + "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": "fitCorder", - "title": "fcSuite", - "reference": "https://github.com/fitCorder/fcSuite", + "author": "Aaalice233", + "title": "ComfyUI-Danbooru-Gallery", + "reference": "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery", "files": [ - "https://raw.githubusercontent.com/fitCorder/fcSuite/main/fcSuite.py" + "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery" ], - "install_type": "copy", - "description": "fcFloatMatic is a custom module, that when configured correctly will increment through the lines generating you loras at different strengths. The JSON file will load the config." + "install_type": "git-clone", + "description": "A danbooru gallery for ComfyUI" }, { - "author": "lordgasmic", - "title": "Wildcards", - "reference": "https://github.com/lordgasmic/ComfyUI-Wildcards", + "author": "l33chking", + "title": "Danbooru FAISS Search Nodes", + "id": "danbooru-faiss-search", + "reference": "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search", "files": [ - "https://raw.githubusercontent.com/lordgasmic/comfyui_wildcards/master/wildcards.py" + "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search" ], - "install_type": "copy", - "description": "Nodes:CLIPTextEncodeWithWildcards. This wildcard node is a wildcard node that operates based on the seed." + "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": "throttlekitty", - "title": "SDXLCustomAspectRatio", - "reference": "https://github.com/throttlekitty/SDXLCustomAspectRatio", + "author": "GegenDenTag", + "title": "Multi Area Conditioning", + "reference": "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node", "files": [ - "https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py" + "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node" ], - "install_type": "copy", - "description": "A quick and easy ComfyUI custom node for setting SDXL-friendly aspect ratios." + "install_type": "git-clone", + "description": "Fix Nov. 2024, Davemane42's Custom Node for ComfyUI" }, { - "author": "s1dlx", - "title": "comfy_meh", - "reference": "https://github.com/s1dlx/comfy_meh", + "author": "Kaleidia", + "title": "KaleidiaNodes", + "reference": "https://github.com/Kaleidia/KaleidiaNodes", "files": [ - "https://raw.githubusercontent.com/s1dlx/comfy_meh/main/meh.py" + "https://github.com/Kaleidia/KaleidiaNodes" ], - "install_type": "copy", - "description": "Advanced merging methods." + "install_type": "git-clone", + "description": "A simple set of nodes to make things easier. String Nodes and Files nodes." }, { - "author": "tudal", - "title": "Hakkun-ComfyUI-nodes", - "reference": "https://github.com/tudal/Hakkun-ComfyUI-nodes", + "author": "ialhabbal", + "title": "ComfyUI Prompt Verify", + "reference": "https://github.com/ialhabbal/ComfyUI-Prompt-Verify", "files": [ - "https://raw.githubusercontent.com/tudal/Hakkun-ComfyUI-nodes/main/hakkun_nodes.py" + "https://github.com/ialhabbal/ComfyUI-Prompt-Verify" ], - "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" + "install_type": "git-clone", + "description": "Custom node to pause a string flow/prompt and let you edit the text" }, { - "author": "SadaleNet", - "title": "ComfyUI A1111-like Prompt Custom Node Solution", - "reference": "https://github.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI", + "author": "xhh522", + "title": "ComfyUI Preview Monitor", + "reference": "https://github.com/xhh522/ComfyUI-preview-monitor", "files": [ - "https://raw.githubusercontent.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI/master/custom_nodes/clip_text_encoder_a1111.py" + "https://github.com/xhh522/ComfyUI-preview-monitor" ], - "install_type": "copy", - "description": "Nodes: CLIPTextEncodeA1111, RerouteTextForCLIPTextEncodeA1111." + "install_type": "git-clone", + "description": "A powerful ComfyUI custom node for image preview and monitoring" }, { - "author": "wsippel", - "title": "SDXLResolutionPresets", - "reference": "https://github.com/wsippel/comfyui_ws", + "author": "Junst", + "title": "ComfyUI-Concept-Diffusion", + "reference": "https://github.com/Junst/ComfyUI-Concept-Diffusion", "files": [ - "https://raw.githubusercontent.com/wsippel/comfyui_ws/main/sdxl_utility.py" + "https://github.com/Junst/ComfyUI-Concept-Diffusion" ], - "install_type": "copy", - "description": "Nodes: SDXLResolutionPresets. Easy access to the officially supported resolutions, in both horizontal and vertical formats: 1024x1024, 1152x896, 1216x832, 1344x768, 1536x640" + "install_type": "git-clone", + "description": "ConceptAttention: Diffusion Transformers Learn Highly Interpretable Features for ComfyUI" }, { - "author": "nicolai256", - "title": "comfyUI_Nodes_nicolai256", - "id": "nicoali256", - "reference": "https://github.com/nicolai256/comfyUI_Nodes_nicolai256", + "author": "comrender", + "title": "ComfyUI-NanoSeed", + "reference": "https://github.com/comrender/ComfyUI-NanoSeed", "files": [ - "https://raw.githubusercontent.com/nicolai256/comfyUI_Nodes_nicolai256/main/yugioh-presets.py" + "https://github.com/comrender/ComfyUI-NanoSeed" ], - "install_type": "copy", - "description": "Nodes: yugioh_Presets. by Nicolai256 inspired by throttlekitty SDXLAspectRatio" + "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": "Onierous", - "title": "QRNG_Node_ComfyUI", - "id": "qrng", - "reference": "https://github.com/Onierous/QRNG_Node_ComfyUI", + "author": "comrender", + "title": "ComfyUI-Topaz-Upscaler", + "reference": "https://github.com/comrender/ComfyUI-Topaz-Upscaler", "files": [ - "https://raw.githubusercontent.com/Onierous/QRNG_Node_ComfyUI/main/qrng_node.py" + "https://github.com/comrender/ComfyUI-Topaz-Upscaler" ], - "install_type": "copy", - "description": "Nodes: QRNG Node CSV. A node that takes in an array of random numbers from the ANU QRNG API and stores them locally for generating quantum random number noise_seeds in ComfyUI" + "install_type": "git-clone", + "description": "A custom node for ComfyUI that integrates the Topaz Labs API for AI-powered image upscaling and enhancement." }, { - "author": "ntdviet", - "title": "ntdviet/comfyui-ext", - "reference": "https://github.com/ntdviet/comfyui-ext", + "author": "comrender", + "title": "ComfyUI-NanoB-Edit-Gemini", + "reference": "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini", "files": [ - "https://raw.githubusercontent.com/ntdviet/comfyui-ext/main/custom_nodes/gcLatentTunnel/gcLatentTunnel.py" + "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini" ], - "install_type": "copy", - "description": "Nodes:LatentGarbageCollector. This ComfyUI custom node flushes the GPU cache and empty cuda interprocess memory. It's helpfull for low memory environment such as the free Google Colab, especially when the workflow VAE decode latents of the size above 1500x1500." + "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": "alkemann", - "title": "alkemann nodes", - "id": "alkemann", - "reference": "https://gist.github.com/alkemann/7361b8eb966f29c8238fd323409efb68", + "author": "DecartAI", + "title": "Lucy-Edit-ComfyUI", + "reference": "https://github.com/DecartAI/Lucy-Edit-ComfyUI", "files": [ - "https://gist.githubusercontent.com/alkemann/7361b8eb966f29c8238fd323409efb68/raw/f9605be0b38d38d3e3a2988f89248ff557010076/alkemann.py" + "https://github.com/DecartAI/Lucy-Edit-ComfyUI" ], - "install_type": "copy", - "description": "Nodes:Int to Text, Seed With Text, Save A1 Image." + "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": "catscandrive", - "title": "Image loader with subfolders", - "id": "imgsubfolders", - "reference": "https://github.com/catscandrive/comfyui-imagesubfolders", + "author": "Sean-Bradley", + "title": "ComfyUI Virtual Webcam", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam", "files": [ - "https://raw.githubusercontent.com/catscandrive/comfyui-imagesubfolders/main/loadImageWithSubfolders.py" + "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam" ], - "install_type": "copy", - "description": "Adds an Image Loader node that also shows images in subfolders of the default input directory" + "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": "Sean-Bradley", + "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": "Smuzzies", - "title": "Chatbox Overlay node for ComfyUI", - "id": "chatbox-overlay", - "reference": "https://github.com/Smuzzies/comfyui_chatbox_overlay", + "author": "Sean-Bradley", + "title": "ComfyUI Video Reverse", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse", "files": [ - "https://raw.githubusercontent.com/Smuzzies/comfyui_chatbox_overlay/main/chatbox_overlay.py" + "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse" ], - "install_type": "copy", - "description": "Nodes: Chatbox Overlay. Custom node for ComfyUI to add a text box over a processed image before save node." + "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": "CaptainGrock", - "title": "ComfyUIInvisibleWatermark", - "id": "invisible-watermark-grock", - "reference": "https://github.com/CaptainGrock/ComfyUIInvisibleWatermark", + "author": "Sean-Bradley", + "title": "ComfyUI Voice Clone", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone", "files": [ - "https://raw.githubusercontent.com/CaptainGrock/ComfyUIInvisibleWatermark/main/Invisible%20Watermark.py" + "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone" ], - "install_type": "copy", - "description": "Nodes:Apply Invisible Watermark, Extract Watermark. Adds up to 12 characters encoded into an image that can be extracted." + "install_type": "git-clone", + "description": "Custom TTS node that clones voice from a reference audio and speaks entered text." }, { - "author": "LZC", - "title": "Hayo comfyui nodes", - "id": "lzcnodes", - "reference": "https://github.com/1shadow1/hayo_comfyui_nodes", + "author": "sbcode", + "title": "Remove Background", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Remove-Background", "files": [ - "https://raw.githubusercontent.com/1shadow1/hayo_comfyui_nodes/main/LZCNodes.py" + "https://github.com/Sean-Bradley/ComfyUI-Remove-Background" ], - "install_type": "copy", - "description": "Nodes:tensor_trans_pil, Make Transparent mask, MergeImages, words_generatee, load_PIL image" + "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": "underclockeddev", - "title": "Preview Subselection Node for ComfyUI", - "id": "preview-subselection", - "reference": "https://github.com/underclockeddev/ComfyUI-PreviewSubselection-Node", + "author": "LukeCoulson1", + "title": "ComfyUI LoRA Combine Node", + "reference": "https://github.com/LukeCoulson1/Comfyui_LoraCombine", "files": [ - "https://raw.githubusercontent.com/underclockeddev/ComfyUI-PreviewSubselection-Node/master/preview_subselection.py" + "https://github.com/LukeCoulson1/Comfyui_LoraCombine" ], - "install_type": "copy", - "description": "A node which takes in x, y, width, height, total width, and total height, in order to accurately represent the area of an image which is covered by area-based conditioning." + "install_type": "git-clone", + "description": "A custom ComfyUI node that allows you to combine two LoRAs with adjustable strengths and multiple merging methods." }, { - "author": "underclockeddev", - "title": "BrevImage", - "id": "brevimage", - "reference": "https://github.com/bkunbargi/BrevImage", + "author": "ahkimkoo", + "title": "ComfyUI Audio Segment Plugin", + "reference": "https://github.com/ahkimkoo/Comfyui-AudioSegment", "files": [ - "https://raw.githubusercontent.com/bkunbargi/BrevImage/main/BrevLoadImage.py" + "https://github.com/ahkimkoo/Comfyui-AudioSegment" ], - "install_type": "copy", - "description": "Nodes:BrevImage. ComfyUI Load Image From URL" + "install_type": "git-clone", + "description": "Custom node suite for ComfyUI designed for advanced audio processing" }, { - "author": "jw782cn", - "title": "ComfyUI-Catcat", - "id": "catcat", - "reference": "https://github.com/jw782cn/ComfyUI-Catcat", + "author": "ahkimkoo", + "title": "ComfyUI-GetKeyFrames", + "reference": "https://github.com/ahkimkoo/ComfyUI-GetKeyFrames", "files": [ - "https://github.com/jw782cn/ComfyUI-Catcat" + "https://github.com/ahkimkoo/ComfyUI-GetKeyFrames" ], - "install_type": "copy", - "description": "Extension to show random cat GIFs while queueing prompt." + "install_type": "git-clone", + "description": "Extract keyframes from video" }, { - "author": "barckley75", - "title": "comfyUI_DaVinciResolve", - "reference": "https://github.com/barckley75/comfyUI_DaVinciResolve", + "author": "joyboy123456", + "title": "ComfyUI Google AI Studio Integration", + "reference": "https://github.com/joyboy123456/-ComfyUI-GoogleAIStudio", "files": [ - "https://raw.githubusercontent.com/barckley75/comfyUI_DaVinciResolve/main/custom_nodes/node_text_to_speech.py", - "https://raw.githubusercontent.com/barckley75/comfyUI_DaVinciResolve/refs/heads/main/custom_nodes/nodes_phi_3_contitioning.py", - "https://raw.githubusercontent.com/barckley75/comfyUI_DaVinciResolve/main/custom_nodes/save_audio_to_davinci.py", - "https://raw.githubusercontent.com/barckley75/comfyUI_DaVinciResolve/main/custom_nodes/save_image_to_davinci.py" + "https://github.com/joyboy123456/-ComfyUI-GoogleAIStudio" ], - "install_type": "copy", - "description": "Nodes:TextToSpeech, phy_3_conditioning, SaveAudioToDaVinci, SaveImageToDaVinci.\nNOTE:In order to use DaVinci node you must have DaVinci Resolve Studio connected to the API. For more information check the help seciton in DaVinci Resolve Studio HELP>DOCUMENTATION>DEVELOPER. It will open a folder, search for scripting and the for README.txt file, the API documentation." + "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": "seghier", - "title": "ComfyUI_LibreTranslate", - "reference": "https://github.com/seghier/ComfyUI_LibreTranslate", + "author": "Noma-Machiko", + "title": "ComfyUI-ToDevice", + "reference": "https://github.com/Noma-Machiko/ComfyUI-ToDevice", "files": [ - "https://raw.githubusercontent.com/seghier/ComfyUI_LibreTranslate/main/translate_node.py" + "https://github.com/Noma-Machiko/ComfyUI-ToDevice" ], - "install_type": "copy", - "description": "Use LibreTranslation in ComfyUI [a/https://github.com/LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)" + "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": "ultimatech-cn", - "title": "FaceSimilarity", - "reference": "https://github.com/ultimatech-cn/FaceSimilarity", + "author": "AdamShuo", + "title": "ComfyUI Switch Any Node", + "reference": "https://github.com/AdamShuo/ComfyUI_Switch", "files": [ - "https://raw.githubusercontent.com/ultimatech-cn/FaceSimilarity/main/faceSimilarity.py" + "https://github.com/AdamShuo/ComfyUI_Switch" ], - "install_type": "copy", - "description": "A ComfyUI custom node for face comparison. This node utilizes Face++'s facial recognition and comparison algorithms by directly calling the Face++ API. Its usage in the workflow is as follows:" + "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": "folkghost", - "title": "CSV Search Node", - "reference": "https://github.com/folkghost/comfyui_search_csv", + "author": "3dgopnik", + "title": "ComfyUI Arena Suite", + "reference": "https://github.com/3dgopnik/comfyui-arena-suite", "files": [ - "https://raw.githubusercontent.com/folkghost/comfyui_search_csv/main/search_csv_node.py" + "https://github.com/3dgopnik/comfyui-arena-suite" ], - "install_type": "copy", - "description": "This repository contains a custom node for ComfyUI that allows searching for a keyword in the first column of a CSV file and returning a value from a specified column in that row. The node is designed to be modular and fit within the node-based workflow of ComfyUI." + "install_type": "git-clone", + "description": "ComfyUI custom nodes in a single package: Arena legacy + AutoCache + Updater" }, { - "author": "SimonHeese", - "title": "ComfyUI_AnimationNodes", - "reference": "https://github.com/SimonHeese/ComfyUI_AnimationNodes", + "author": "3dgopnik", + "title": "ComfyUI YOLO Mask Process", + "reference": "https://github.com/gasdyueer/comfyui-yolo-mask-process", "files": [ - "https://github.com/SimonHeese/ComfyUI_AnimationNodes/raw/refs/heads/main/animated_offset_pad.py", - "https://github.com/SimonHeese/ComfyUI_AnimationNodes/raw/refs/heads/main/animated_rotation_zoom.py" + "https://github.com/gasdyueer/comfyui-yolo-mask-process" ], - "install_type": "copy", - "description": "NODES:Animated Offset Padding, Animated Rotation & Zoom" + "install_type": "git-clone", + "description": "ComfyUI custom nodes for YOLO detection and mask processing" }, { - "author": "duskfallcrew", - "title": "Embedding Merge for ComfyUI", - "reference": "https://github.com/duskfallcrew/Comfyui_EmbeddingMerge_Node", + "author": "sammykumar", + "title": "ComfyUI-SwissArmyKnife", + "reference": "https://github.com/sammykumar/ComfyUI-SwissArmyKnife", "files": [ - "https://github.com/duskfallcrew/Comfyui_EmbeddingMerge_Node/raw/refs/heads/main/merge_embed.py" + "https://github.com/sammykumar/ComfyUI-SwissArmyKnife" ], - "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)" + "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": "Kayarte", - "title": "GeoNodes", - "reference": "https://github.com/Kayarte/GeoNodes", + "author": "sumitchatterjee13", + "title": "Luminance Stack Processor", + "reference": "https://github.com/sumitchatterjee13/Luminance-Stack-Processor", "files": [ - "https://github.com/Kayarte/GeoNodes/raw/refs/heads/main/GISDetectionNode.py" + "https://github.com/sumitchatterjee13/Luminance-Stack-Processor" ], - "install_type": "copy", - "description": "GIS Processing Nodes for ComfyUI" + "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": "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": "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": "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": "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": "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": "An advanced text processing node for ComfyUI." + }, + { + "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": "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", + "reference": "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription", + "files": [ + "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription" + ], + "install_type": "git-clone", + "description": "Video description custom nodes for ComfyUI powered by advanced vision-language models." + }, + { + "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": "balu112121", + "title": "ComfyUI URL Image Loader", + "reference": "https://github.com/balu112121/comfyui-LoadImageFromURL", + "files": [ + "https://github.com/balu112121/comfyui-LoadImageFromURL" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node for loading images directly from URLs for AI image generation workflows." + }, + { + "author": "QuietNoise", + "title": "ComfyUI Queue Manager", + "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": "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": "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": "Lavah000", + "title": "ComfyUI Advanced Generation Pack (AGP)", + "reference": "https://github.com/Lavah000/ComfyUI-AdvGenPack", + "files": [ + "https://github.com/Lavah000/ComfyUI-AdvGenPack" + ], + "install_type": "git-clone", + "description": "Production-ready custom nodes for advanced diffusion workflows. Modular implementation grounded in proven techniques from leading ComfyUI repositories." + }, + { + "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": "fllywaay", + "title": "Comfyui-TextLine-counter", + "reference": "https://github.com/zpengcom/Comfyui-TextLine-counter", + "files": [ + "https://github.com/zpengcom/Comfyui-TextLine-counter" + ], + "install_type": "git-clone", + "description": "A simple multi-line text processing tool, such as line count statistics, ignoring blank lines, etc." + }, + { + "author": "adambarbato", + "title": "Sa2VA Segmentation", + "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": "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": "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": "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": "Wladimir Palant", + "title": "image-resize-comfyui", + "reference": "https://github.com/ussoewwin/image_resize_comfyui", + "files": [ + "https://github.com/ussoewwin/image_resize_comfyui" + ], + "install_type": "git-clone", + "description": "Advanced image resizing node for ComfyUI with aspect ratio preservation and mask support" + }, + { + "author": "jianghong-zhu", + "title": "ComfyUI-AdvancedCameraPrompts", + "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": "tristanvdb", + "title": "ComfyUI-toolset", + "reference": "https://github.com/tristanvdb/ComfyUI-toolset", + "files": [ + "https://github.com/tristanvdb/ComfyUI-toolset" + ], + "install_type": "git-clone", + "description": "Human-in-the-loop image selection tool for ComfyUI workflows using a Flask web server, enabling users to pause workflows and interactively select images via a web browser interface." + }, + { + "author": "Devin Garner", + "title": "ComfyUI_Make-It-Animatable", + "reference": "https://github.com/speige/ComfyUI_Make-It-Animatable", + "files": [ + "https://github.com/speige/ComfyUI_Make-It-Animatable" + ], + "install_type": "git-clone", + "description": "Auto-Rigging humanoid 3D meshes for Mixamo animations" + }, + { + "author": "hua1995116", + "title": "comfyui_goenhance_ffmpeg_wm", + "reference": "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm", + "files": [ + "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for adding watermarks to videos using FFmpeg, with configurable position, opacity, scale, and hardware acceleration support." + }, + { + "author": "wzyfromhust", + "title": "ComfyUI_SAM2UltraV2", + "reference": "https://github.com/wzyfromhust/ComfyUI_SAM2UltraV2", + "files": [ + "https://github.com/wzyfromhust/ComfyUI_SAM2UltraV2" + ], + "install_type": "git-clone", + "description": "A fully modular and high-performance implementation of SAM2 (Segment Anything Model 2) for ComfyUI with dual-prompt support, negative point sampling, and upper body segmentation." + }, + { + "author": "slahiri", + "title": "ComfyUI-AI-Photography-Toolkit", + "reference": "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit", + "files": [ + "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit" + ], + "install_type": "git-clone", + "description": "A collection of AI-powered photography and image generation tools for ComfyUI, featuring the SID_AIPromptGenerator node that uses Anthropic's Claude API to analyze images and generate optimized prompts for various image generation models." + }, + { + "author": "neonr0", + "title": "ComfyUI-PixelConstrainedScaler", + "reference": "https://github.com/neonr-0/ComfyUI-PixelConstrainedScaler", + "files": [ + "https://github.com/neonr-0/ComfyUI-PixelConstrainedScaler" + ], + "install_type": "git-clone", + "description": "Smart upscaling with pixel-budget awareness while preserving native aspect ratios. Ideal for Image to Image (I2I) and Image to Video (I2V) workflows!" + }, + { + "author": "swan7-py", + "title": "ComfyUI-ImageAlphaCrop", + "reference": "https://github.com/swan7-py/ComfyUI-ImageAlphaCrop", + "files": [ + "https://github.com/swan7-py/ComfyUI-ImageAlphaCrop" + ], + "install_type": "git-clone", + "description": "ComfyUI plugin for automatically cropping transparent alpha channel borders from images - ideal for processing logos and icons. Supports batch processing with adjustable padding and alpha threshold. (Description by CC)" + }, + { + "author": "huyl3-cpu", + "title": "comfyui-huyl2-nodes", + "reference": "https://github.com/huyl3-cpu/comfyui-sortlist", + "files": [ + "https://github.com/huyl3-cpu/comfyui-sortlist" + ], + "install_type": "git-clone", + "description": "Custom utility nodes for ComfyUI by huyl2 (sort list v2, etc.)" + }, + { + "author": "7BEII", + "title": "comfyui-PD_comfy-api-node", + "reference": "https://github.com/7BEII/comfyui-PD_comfy-api-node", + "files": [ + "https://github.com/7BEII/comfyui-PD_comfy-api-node" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node suite integrating multiple AI image generation APIs (Gemini, Flux.1 Kontext Pro) with unified authentication via ComfyUI API Key and real-time cost tracking. (Description by CC)" + }, + { + "author": "StarIICraft", + "title": "ComfyUI-Simple-Selector", + "reference": "https://github.com/StarIICraft/ComfyUI-Simple-Selector", + "files": [ + "https://github.com/StarIICraft/ComfyUI-Simple-Selector" + ], + "install_type": "git-clone", + "description": "Logic control node with 5 universal input ports that checks connections in reverse priority order and outputs the index of the first valid active input, with support for muted nodes and any data type." + }, + { + "author": "wwzhifeng", + "title": "comfyui-jsonprompt", + "reference": "https://github.com/wwzhifeng/comfyui-jsonprompt", + "files": [ + "https://github.com/wwzhifeng/comfyui-jsonprompt" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node that expands structured JSON text into standard prompts for use with models like Gemini, Flux, OpenAI, and Sora. (Description by CC)" + }, + { + "author": "hobinrude", + "title": "ComfyUI_DWposeDeluxe", + "reference": "https://github.com/hobinrude/ComfyUI_DWposeDeluxe", + "files": [ + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node integrating DW-Pose (Denoising Whole-Body Pose Estimation) for high-quality pose detection with CPU (ONNX) and GPU (TensorRT) support. Features 20x faster performance with TensorRT acceleration, automatic model downloading, customizable pose visualization, keypoint conversion, and video workflow integration." + }, + { + "author": "Writili", + "title": "WtlNodes", + "id": "wtlnodes", + "reference": "https://github.com/Scorpiosis0/ComfyUI-WtlNodes", + "files": [ + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes" + ], + "install_type": "git-clone", + "description": "This node adds improvement over some already existing nodes as well as some custom nodes." + }, + { + "author": "yuanyuan-spec", + "title": "HunyuanVideo-1.5 nodes", + "reference": "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin", + "files": [ + "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin" + ], + "install_type": "git-clone", + "description": "A ComfyUI plugin based on HunyuanVideo-1.5, offering both simplified and complete node sets for quick usage or deep workflow customization." + }, + { + "author": "Madiator2011", + "title": "ComfyUI RunpodDirect", + "id": "runpoddirect", + "reference": "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect", + "files": [ + "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect" + ], + "install_type": "git-clone", + "description": "Direct model downloads to your Runod pod with blazing-fast multi-connection support. No more downloading models to your local machine and re-uploading!" + }, + { + "author": "kjqwer", + "title": "SmartSaveImage", + "reference": "https://github.com/kjqwer/SmartSaveImage", + "files": [ + "https://github.com/kjqwer/SmartSaveImage" + ], + "install_type": "git-clone", + "description": "Smart Image Saving Nodes - Offers intelligent folder management and image saving capabilities, supporting flexible folder hierarchy control, multiple metadata sources, various image formats, and metadata embedding. It includes two nodes: SmartFolderManager and SmartImageSaver.", + "pip": ["Pillow", "piexif"], + "nodename_pattern": "Smart" + }, + { + "author": "danielpflorian", + "title": "ComfyUI-WorkflowGenerator", + "reference": "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator", + "files": [ + "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator" + ], + "install_type": "git-clone", + "description": "ComfyUI-WorkflowGenerator custom nodes for generating ComfyUI workflows from natural language" + }, + { + "author": "Icekiub", + "title": "ComfyUI-IcyHider", + "id": "text_processor", + "reference": "https://github.com/icekiub-ai/ComfyUI-IcyHider", + "files": [ + "https://github.com/icekiub-ai/ComfyUI-IcyHider" + ], + "install_type": "git-clone", + "description": "A custom node extension that hides image previews until you hover over the node." + }, + { + "author": "turisc", + "title": "Text Line Selector", + "reference": "https://github.com/TuriSc/comfyui-text-line-selector", + "files": [ + "https://github.com/TuriSc/comfyui-text-line-selector" + ], + "install_type": "git-clone", + "description": "Extracts a single line from multiline string. Useful for batch processing" + }, + { + "author": "FuryNocturnTV", + "title": "ComfyUI-Studio-Fury", + "reference": "https://github.com/FuryNocturn/ComfyUI-Studio-Fury", + "files": [ + "https://github.com/FuryNocturn/ComfyUI-Studio-Fury" + ], + "install_type": "git-clone", + "description": "Nodos custom, al estilo fury, nodos que añaden versatilidad. con el tiempo ira creciendo los nodos." + }, + { + "author": "FuryNocturn", + "title": "ComfyUI-Dummy_Node_Pack", + "reference": "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack", + "files": [ + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack" + ], + "install_type": "git-clone", + "description": "Custom node pack creating fake/dummy nodes to replace missing, obsolete, or cloud-specific nodes, allowing legacy workflows to load visually without errors while preserving connections. (Description by CC)" + }, + { + "author": "granddyser", + "title": "Wan-video-extender", + "reference": "https://github.com/Granddyser/wan-video-extender", + "files": [ + "https://github.com/Granddyser/wan-video-extender" + ], + "install_type": "git-clone", + "description": "Wan Video Extender extends a short video or a single image into a longer, temporally consistent clip using a VACE based control latent. It runs in multiple extension loops. Each loop can have its own prompt and optional LoRA, so you can evolve the scene step by step without rebuilding the graph." + }, + { + "author": "akawana", + "title": "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": "Utils Extra", + "reference": "https://github.com/akawana/ComfyUI-Utils-extra", + "files": [ + "https://github.com/akawana/ComfyUI-Utils-extra" + ], + "install_type": "git-clone", + "description": "Utility tools. Index Multiple is used for expanding multiple values from a list, IsOneOfGroupsActive to identify groups state, RepeatGroupState group enable/disable like rg but without connection etc.", + "tags": ["utility", "list", "batch"] + }, + { + "author": "akawana", + "title": "RGBYP Mask Editor (RGB + YP)", + "reference": "https://github.com/akawana/ComfyUI-RGBYP-Mask-Editor", + "files": [ + "https://github.com/akawana/ComfyUI-RGBYP-Mask-Editor" + ], + "install_type": "git-clone", + "description": "A JS editor for five-color masks (RGB + Yellow + Pink) that works with any nodes, with three helper nodes — RGBYPLoadImage, RGBYPMaskBridge, and RGBYPMaskToRegularMasks—for convenient RGBYP mask handling.", + "tags": ["utility", "mask", "rgb", "bridge"] + }, + { + "author": "lovisdotio", + "title": "ComfyUI-Replace-First-Frame-Last-Frame", + "reference": "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame", + "files": [ + "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame" + ], + "install_type": "git-clone", + "description": "Replace the first and last frames of an image sequence in ComfyUI. Auto-resizes frames to match video dimensions, handles batches, and adjusts parameters if needed." + }, + { + "author": "yukascomfy", + "title": "ATI_AudioReactive", + "reference": "https://github.com/yukascomfy/ATI_AudioReactive", + "files": [ + "https://github.com/yukascomfy/ATI_AudioReactive" + ], + "install_type": "git-clone", + "description": "ComfyUI audio-reactive animation node combining RyanOnTheInside's reactive features with Fillip's path animation for creating audio-driven visual animations. (Description by CC)" + }, + { + "author": "techzuhaib", + "title": "FaceCLIP-ComfyUI", + "reference": "https://github.com/techzuhaib/FaceCLIP-ComfyUI", + "files": [ + "https://github.com/techzuhaib/FaceCLIP-ComfyUI" + ], + "install_type": "git-clone", + "description": "FaceCLIP nodes for ComfyUI providing joint embeddings from aligned face images plus text prompts, and identity-preserving image synthesis using fine-tuned SDXL UNet. (Description by CC)" + }, + { + "author": "tuki0918", + "title": "comfyui-image-expand-nodes", + "reference": "https://github.com/tuki0918/comfyui-image-expand-nodes", + "files": [ + "https://github.com/tuki0918/comfyui-image-expand-nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI to expand images with noise for outpainting or inpainting purposes. This allows for seamless image extension in any direction." + }, + { + "author": "tuki0918", + "title": "comfyui-image-tiled-nodes", + "reference": "https://github.com/tuki0918/comfyui-image-tiled-nodes", + "files": [ + "https://github.com/tuki0918/comfyui-image-tiled-nodes" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes that split large images into overlapping tiles for processing and merge them back seamlessly with feathering blending. (Description by CC)" + }, + { + "author": "tuki0918", + "title": "ComfyUI_Cooldown_Node", + "reference": "https://github.com/tuki0918/ComfyUI_Cooldown_Node", + "files": [ + "https://github.com/tuki0918/ComfyUI_Cooldown_Node" + ], + "install_type": "git-clone", + "description": "Provides custom nodes with a cooldown feature for ComfyUI. (Description by CC)" + }, + { + "author": "NeoDroleDeGueule", + "title": "NDDG_Great_Nodes", + "reference": "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes", + "files": [ + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes" + ], + "install_type": "git-clone", + "description": "NDDG Great Nodes - ComfyUI custom nodes featuring Great Conditioning Modifier with advanced semantic drift, token dropout, gradient amplification and other conceptual manipulation tools. (Description by CC)" + }, + { + "author": "aining2022", + "title": "ComfyUI_Swwan", + "reference": "https://github.com/aining2022/ComfyUI_Swwan", + "files": [ + "https://github.com/aining2022/ComfyUI_Swwan" + ], + "install_type": "git-clone", + "description": "Collection of image processing utility nodes for ComfyUI including intelligent cropping, aspect ratio scaling, and crop box restoration capabilities. (Description by CC)" + }, + { + "author": "chchchadzilla", + "title": "ComfyUI-ChomfyNodes", + "reference": "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes", + "files": [ + "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes" + ], + "install_type": "git-clone", + "description": "A professional suite of utility nodes for ComfyUI, featuring forensic logging, massive wildcard control, universal noise injection, and persistent counters." + }, + { + "author": "nitingrg", + "title": "comfyui-ntools", + "reference": "https://github.com/nitingrg/comfyui-ntools", + "files": [ + "https://github.com/nitingrg/comfyui-ntools" + ], + "install_type": "git-clone", + "description": "Essential little utilities that should have been in ComfyUI from day one. (Description by CC)" + }, + { + "author": "jav12z", + "title": "ComfyUI-ToyShaders", + "reference": "https://github.com/jav12z/ComfyUI-ToyShaders", + "files": [ + "https://github.com/jav12z/ComfyUI-ToyShaders" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that allows you to render GLSL shaders (Shadertoy-style) directly inside your workflows. (Description by CC)" + }, + { + "author": "Nynxz", + "title": "ComfyUI-NynxzNodes", + "reference": "https://github.com/Nynxz/ComfyUI-NynxzNodes", + "files": [ + "https://github.com/Nynxz/ComfyUI-NynxzNodes" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes providing video comparison utilities, including wipe and fade compare video generation in multiple directions. (Description by CC)" + }, + { + "author": "huygiatrng", + "title": "Facefusion_comfyui", + "reference": "https://github.com/huygiatrng/Facefusion_comfyui", + "files": [ + "https://github.com/huygiatrng/Facefusion_comfyui" + ], + "install_type": "git-clone", + "description": "Advanced face swapping for ComfyUI with local ONNX inference - no API required!" + }, + { + "author": "Ada123-a", + "title": "ComfyUI-Kandinsky", + "reference": "https://github.com/Ada123-a/ComfyUI-Kandinsky", + "files": [ + "https://github.com/Ada123-a/ComfyUI-Kandinsky" + ], + "install_type": "git-clone", + "description": "Kandinsky 2/20B ComfyUI support with FP8/GGUF/blockswap support." + }, + { + "author": "obvirm", + "title": "ComfyUI-WhisperXX", + "reference": "https://github.com/obvirm/ComfyUI-WhisperXX", + "files": [ + "https://github.com/obvirm/ComfyUI-WhisperXX" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that provides advanced transcription, alignment, and diarization capabilities using the WhisperX library." + }, + { + "author": "geroldmeisinger", + "title": "ComfyUI-outputlists-combiner", + "reference": "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner", + "files": [ + "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes to create output lists with strings and numbers, make combinations of them, and help with XYZ-Gridplots" + }, + { + "author": "agavesunset", + "title": "AgaveLogicCounter", + "reference": "https://github.com/agavesunset/AgaveLogicCounter", + "files": [ + "https://github.com/agavesunset/AgaveLogicCounter" + ], + "install_type": "git-clone", + "description": "Solves the complex 'For-Loop' logic in ComfyUI. Perfect for controlling multi-subject vs. multi-scene batch workflows." + }, + { + "author": "idvdii", + "title": "ComfyUI-DvD-LoraTriggerwordsManager", + "reference": "https://github.com/idvdii/ComfyUI-DvD-LoraTriggerwordsManager", + "files": [ + "https://github.com/idvdii/ComfyUI-DvD-LoraTriggerwordsManager" + ], + "install_type": "git-clone", + "description": "Professional ComfyUI custom nodes for managing LoRA trigger words, with auto-read, smart lookup via Civitai, editing, and WebUI-compatible JSON format support. (Description by CC)" + }, + { + "author": "zhanglongxiao111", + "title": "Comfyui-geminiapi", + "reference": "https://github.com/zhanglongxiao111/Comfyui-geminiapi", + "files": [ + "https://github.com/zhanglongxiao111/Comfyui-geminiapi" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for integrating multiple external APIs including Gemini, OpenAI, Replicate, and ElevenLabs directly into local workflows. (Description by CC)" + }, + + { + "author": "keghoang", + "title": "ComfyUI-Charon", + "reference": "https://github.com/keghoang/ComfyUI-Charon", + "files": [ + "https://github.com/keghoang/ComfyUI-Charon" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for CHARON auto-alignment and DA3 camera export." + }, + { + "author": "mobcat40", + "title": "ComfyUI-PromptChain", + "reference": "https://github.com/mobcat40/ComfyUI-PromptChain", + "files": [ + "https://github.com/mobcat40/ComfyUI-PromptChain" + ], + "install_type": "git-clone", + "description": "A visual tool for prompt randomization and advanced combinations inside of your ComfyUI workflows." + }, + { + "author": "tpc2233", + "title": "ComfyUI-Z-Image-Turbo", + "reference": "https://github.com/tpc2233/ComfyUI-Z-Image-Turbo", + "files": [ + "https://github.com/tpc2233/ComfyUI-Z-Image-Turbo" + ], + "install_type": "git-clone", + "description": "Comfy UI nodes for Z-Image-Turbo to run native weights with automatic model downloading and support for 2048x2048 resolution. (Description by CC)" + }, + { + "author": "Rathius-Saranoth", + "title": "Rathius_ComfyNodes", + "reference": "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes", + "files": [ + "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes" + ], + "install_type": "git-clone", + "description": "Collection of quality-of-life ComfyUI nodes including a text file loader for parsing descriptions and managing prompts without manual copy-paste. (Description by CC)" + }, + { + "author": "jrabek", + "title": "BokehDiffusionComfyUI", + "reference": "https://github.com/jrabek/BokehDiffusionComfyUI", + "files": [ + "https://github.com/jrabek/BokehDiffusionComfyUI" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for Bokeh Diffusion - Defocus Blur Control in Text-to-Image Diffusion Models." + }, + { + "author": "HAL-XP", + "title": "HALXP-Comfy", + "reference": "https://github.com/HAL-XP/halxp-comfy", + "files": [ + "https://github.com/HAL-XP/halxp-comfy" + ], + "install_type": "git-clone", + "description": "A UI suite for ComfyUI including Focus mode and layout enhancements." + }, + { + "author": "BuddyBytes", + "title": "Smart Resolution Toolkit", + "reference": "https://github.com/buddy-bytes/ComfyUI-SmartResolutionToolkit", + "files": [ + "https://github.com/buddy-bytes/ComfyUI-SmartResolutionToolkit" + ], + "install_type": "git-clone", + "description": "Resolution picker and latent generator for ComfyUI. Select presets like HD, FullHD, 2K, 4K, 8K with aspect ratios (1:1, 9:16, 4:5, 21:9 etc.) via dropdowns. Automatically snaps width/height to latent-safe multiples of 64. Ideal for EmptyLatentImage, AnimateDiff, ControlNet, video formats, and KSampler workflows. Outputs clean INT values or ready-to-use LATENT tensor." + }, + { + "author": "Bharanidharan", + "title": "iSeeBetter Node for ComfyUI", + "reference": "https://github.com/llikethat/ComfyUI-iseebetter", + "files": [ + "https://github.com/llikethat/ComfyUI-iseebetter" + ], + "install_type": "git-clone", + "description": "Custom Node to implement iSeeBetter upscaling method." + }, + { + "author": "Bharanidharan", + "title": "faceExtractor for ComfyUI", + "reference": "https://github.com/llikethat/ComfyUI-faceExtractor", + "files": [ + "https://github.com/llikethat/ComfyUI-faceExtractor" + ], + "install_type": "git-clone", + "description": "Custom Node to detect face matching the input reference image." + }, + { + "author": "Pondowner857", + "title": "ComfyUI Remote Workflow Executor", + "id": "comfy_Pond_Nodes_V2", + "reference": "https://github.com/Pondowner857/comfy_Pond_Nodes_V2", + "files": [ + "https://github.com/Pondowner857/comfy_Pond_Nodes_V2" + ], + "install_type": "git-clone", + "description": "Remote workflow executor node - Execute workflows on remote ComfyUI servers. Supports image/text/audio/video input and output." + }, + { + "author": "luxdelux7", + "title": "Forbidden Vision", + "reference": "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision", + "files": [ + "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision" + ], + "install_type": "git-clone", + "description": "Custom face detection and segmentation for ComfyUI with automatic face fixing, intelligent color grading, and iterative refinement. Custom-trained models optimized for realistic, anime, and NSFW content.", + "nodename_pattern": "ForbiddenVision" + }, + { + "author": "ah-kun", + "title": "ComfyUI-FailSafe-Translate-Node", + "reference": "https://github.com/ah-kun/ComfyUI-FailSafe-Translate-Node", + "files": [ + "https://github.com/ah-kun/ComfyUI-FailSafe-Translate-Node" + ], + "install_type": "git-clone", + "description": "Fail-safe Google Translate prompt node for ComfyUI (retry + caching)." + }, + { + "author": "Kazama-Suichiku", + "title": "ComfyUI-Meshy", + "id": "comfyui-meshy", + "reference": "https://github.com/Kazama-Suichiku/ComfyUI-Meshy", + "files": [ + "https://github.com/Kazama-Suichiku/ComfyUI-Meshy" + ], + "install_type": "git-clone", + "description": "ComfyUI-Meshy is a 3D generation extension based on Meshy AI API. It provides Text-to-3D and Image-to-3D capabilities within ComfyUI, allowing you to generate 3D models directly from text prompts or images. Supports multiple AI models (Meshy-4, Meshy-5, Meshy-6) with customizable topology, polygon count, and PBR settings." + }, + { + "author": "Carasibana", + "title": "ComfyUI-PolyMask", + "reference": "https://github.com/Carasibana/ComfyUI-PolyMask", + "files": [ + "https://github.com/Carasibana/ComfyUI-PolyMask" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for loading images and drawing polygon masks interactively on them" + }, + { + "author": "supElement", + "title": "ComfyUI_Element_easy", + "reference": "https://github.com/supElement/ComfyUI_Element_easy", + "files": [ + "https://github.com/supElement/ComfyUI_Element_easy" + ], + "install_type": "git-clone", + "description": "Three custom ComfyUI nodes: Empty Image RGB, Text Line Break, and Random Chars (Append) for convenient utilities. (Description by CC)" + }, + { + "author": "Zeknes", + "title": "Comfyui-Nanobanana-API", + "reference": "https://github.com/Zeknes/Comfyui-Nanobanana-API", + "files": [ + "https://github.com/Zeknes/Comfyui-Nanobanana-API" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for Gemini image generation via OpenRouter API, supporting text prompts and multiple image inputs (up to 4 images) with automatic saving to output directory. (Description by CC)" + }, + { + "author": "Zeknes", + "title": "Comfyui-LLM-Chat", + "reference": "https://github.com/Zeknes/Comfyui-LLM-Chat", + "files": [ + "https://github.com/Zeknes/Comfyui-LLM-Chat" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node providing unified access to multiple Large Language Models including OpenAI-compatible APIs and local Ollama instances with image support." + }, + { + "author": "xiaoshengyvlin", + "title": "ComfyUI-MetaData-ZaKo", + "reference": "https://github.com/xiaoshengyvlin/ComfyUI-MetaData-ZaKo", + "files": [ + "https://github.com/xiaoshengyvlin/ComfyUI-MetaData-ZaKo" + ], + "install_type": "git-clone", + "description": "ComfyUI extension for image metadata swapping and preservation in workflows. (Description by CC)" + }, + { + "author": "UndefinedUo", + "title": "DuoUmiWildcards", + "reference": "https://github.com/UndefinedUo/DuoUmiWildcards", + "files": [ + "https://github.com/UndefinedUo/DuoUmiWildcards" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node supporting wildcard text processing from files with YAML tags, randomization, latent ratio selection and preset aspect ratios." + }, + { + "author": "bpmpnaito", + "title": "comfyui-imageviewer", + "reference": "https://github.com/bpmpnaito/comfyui-imageviewer", + "files": [ + "https://github.com/bpmpnaito/comfyui-imageviewer" + ], + "install_type": "git-clone", + "description": "Image viewer node that displays preview of images directly in the node." + }, + { + "author": "ChangeTheConstants", + "title": "SeedVarianceEnhancer", + "reference": "https://github.com/ChangeTheConstants/SeedVarianceEnhancer", + "files": [ + "https://github.com/ChangeTheConstants/SeedVarianceEnhancer" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that adds diversity to Z-Image Turbo outputs by adding random noise to text prompt embeddings to compensate for low seed variance. (Description by CC)" + }, + { + "author": "SaTaNoob", + "title": "ComfyUI-Z-Image-Turbo-Resolutions", + "reference": "https://github.com/SaTaNoob/ComfyUI-Z-Image-Turbo-Resolutions", + "files": [ + "https://github.com/SaTaNoob/ComfyUI-Z-Image-Turbo-Resolutions" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that provides quick access to all image resolutions for the Z Image Turbo model, sourced from its official Hugging Face Space." + }, + { + "author": "CraftBlack", + "title": "ComfyUI-Resolution-Divider", + "reference": "https://github.com/CraftBlack/ComfyUI-Resolution-Divider", + "files": [ + "https://github.com/CraftBlack/ComfyUI-Resolution-Divider" + ], + "install_type": "git-clone", + "description": "Utility node for ComfyUI that calculates downscaled resolutions while maintaining original aspect ratio, ideal for image-to-video workflows to prevent OOM errors. (Description by CC)" + }, + { + "author": "Randy420Marsh", + "title": "Civitai URL Resolver for ComfyUI", + "reference": "https://github.com/Randy420Marsh/civitai-api-url-resolver", + "files": [ + "https://github.com/Randy420Marsh/civitai-api-url-resolver" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that converts Civitai share/model page URLs into direct download URLs, making it easier to integrate Civitai models into your workflows." + }, + { + "author": "zn123", + "title": "ComfyUI-image-processor-zn123", + "reference": "https://github.com/zn123/ComfyUI-image-processor-zn123", + "files": [ + "https://github.com/zn123/ComfyUI-image-processor-zn123" + ], + "install_type": "git-clone", + "description": "Comprehensive image processing plugin for ComfyUI" + }, + { + "author": "Koko-boya", + "title": "Comfyui-Z-Image-Utilities", + "reference": "https://github.com/Koko-boya/Comfyui-Z-Image-Utilities", + "files": [ + "https://github.com/Koko-boya/Comfyui-Z-Image-Utilities" + ], + "install_type": "git-clone", + "description": "Collection of utility nodes for ComfyUI designed specifically for the Z-Image model with vision model support and LLM-powered prompt enhancement." + }, + { + "author": "fredlef", + "title": "ComfyUI FSL Nodes", + "reference": "https://github.com/fredlef/Comfyui_FSL_Nodes", + "files": [ + "https://github.com/fredlef/Comfyui_FSL_Nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes: FSLGeminiChat, FSLGeminiGenerateImage, Transparent Background helpers, and more." , + "tags": ["image", "chat", "gemini", "fsl"] + }, + { + "author": "exedesign", + "title": "ComfyUI-Hunyuan3D-v3", + "id": "hunyuan3d-v3", + "reference": "https://github.com/exedesign/Hunyuan-3D-v3", + "files": [ + "https://github.com/exedesign/Hunyuan-3D-v3" + ], + "install_type": "git-clone", + "description": "Text-to-3D and Image-to-3D generation using Tencent Cloud Hunyuan 3D Global API. Supports PBR materials, face count control (40K-1.5M faces), and multiple generation types (Normal/LowPoly/Geometry/Sketch). Outputs industry-standard GLB format. Requires Tencent Cloud account with API access.", + "nodename_pattern": "Hunyuan", + "tags": ["3D", "generation", "text-to-3d", "image-to-3d", "hunyuan", "tencent"] + }, + { + "author": "btitkin", + "title": "Random Prompt Builder", + "id": "random-prompt-builder", + "reference": "https://github.com/btitkin/ComfyUI-RandomPromptBuilder", + "files": [ + "https://github.com/btitkin/ComfyUI-RandomPromptBuilder" + ], + "install_type": "git-clone", + "description": "Advanced AI-powered prompt generation using local GGUF models. Generate detailed, structured prompts with character controls, style presets, and model-specific formatting for Pony, SDXL, Flux, and more. Supports GPU acceleration and runs completely offline." + }, + { + "author": "rjgoif", + "title": "Img Label Tools", + "id": "Img-Label-Tools", + "reference": "https://github.com/rjgoif/ComfyUI-Img-Label-Tools", + "files": [ + "https://github.com/rjgoif/ComfyUI-Img-Label-Tools" + ], + "install_type": "git-clone", + "description": "Tools to help annotate images for sharing on Reddit, Discord, etc." + }, + { + "author": "mrf", + "title": "ComfyPoe", + "reference": "https://github.com/mrf/ComfyPoe", + "files": [ + "https://github.com/mrf/ComfyPoe" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for image generation via Poe API" + }, + { + "author": "sirouk", + "title": "chutes-comfyui-node", + "reference": "https://github.com/sirouk/chutes-comfyui-node", + "files": [ + "https://github.com/sirouk/chutes-comfyui-node" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for Chutes.ai video generation API" + }, + { + "author": "Tinuva88", + "title": "Comfy-UmiAI", + "reference": "https://github.com/Tinuva88/Comfy-UmiAI", + "files": [ + "https://github.com/Tinuva88/Comfy-UmiAI" + ], + "install_type": "git-clone", + "description": "A logic engine for ComfyUI prompts that transforms static prompts into dynamic, context-aware workflows with persistent variables, conditional logic, native LoRA loading, and external data fetching. (Description by CC)" + }, + { + "author": "Transhumai", + "title": "ComfyUI-LegionPower", + "reference": "https://github.com/Transhumai/ComfyUI-LegionPower", + "files": [ + "https://github.com/Transhumai/ComfyUI-LegionPower" + ], + "install_type": "git-clone", + "description": "Nodes to run ComfyUI workflows in isolated workers for optimal GPU and memory use." + }, + { + "author": "jeankassio", + "title": "ComfyUI_MusicTools", + "id": "ComfyUI_MusicTools", + "reference": "https://github.com/jeankassio/ComfyUI_MusicTools", + "files": [ + "https://github.com/jeankassio/ComfyUI_MusicTools" + ], + "install_type": "git-clone", + "description": "Professional audio processing and mastering suite for ComfyUI." + }, + { + "author": "jeankassio", + "title": "JK AceStep Nodes", + "id": "JK-AceStep-Nodes", + "reference": "https://github.com/jeankassio/JK-AceStep-Nodes", + "files": [ + "https://github.com/jeankassio/JK-AceStep-Nodes" + ], + "install_type": "git-clone", + "description": "Advanced nodes optimized for ACE-Step audio generation in ComfyUI." + }, + { + "author": "ameyukisora", + "title": "ComfyUI Empty Latent Advanced", + "reference": "https://github.com/ameyukisora/ComfyUI-Empty-Latent-Advanced", + "files": [ + "https://github.com/ameyukisora/ComfyUI-Empty-Latent-Advanced" + ], + "install_type": "git-clone", + "description": "An advanced Empty Latent selector with visual presets and foldable UI." + }, + { + "author": "Bomborant", + "title": "ShakaNodes", + "id": "shakanodes", + "reference": "https://github.com/bomborant/ComfyUI-ShakaNodes", + "files": [ + "https://github.com/bomborant/ComfyUI-ShakaNodes" + ], + "install_type": "git-clone", + "description": "ShakaNodes: Utility tools for ComfyUI" + }, + { + "author": "Matthew-X", + "title": "Workflow Importer", + "id": "comfyui-workflow_importer", + "reference": "https://github.com/Matthew-X/comfyui-workflow_importer", + "files": [ + "https://github.com/Matthew-X/comfyui-workflow_importer" + ], + "install_type": "git-clone", + "js_path": "workflow_importer", + "description": "Import ComfyUI workflows from images with embedded metadata. Adds a toolbar Import button, drag-and-drop dialog and Ctrl+Shift+I shortcut. Supports legacy and new UIs, common image formats, opens each image in a new workflow tab." + }, + { + "author": "Dashuai", + "title": "ComfyUI DashuaiTools", + "id": "comfyui-dashuai-tools", + "reference": "https://github.com/Hasasasa/ComfyUI_DashuaiTools", + "files": [ + "https://github.com/Hasasasa/ComfyUI_DashuaiTools" + ], + "install_type": "git-clone", + "description": "A practical and lightweight collection of custom nodes for ComfyUI, providing utility tools and convenient workflow functions." + }, + { + "author": "ShootTheSound", + "title": "Realtime LoRA Trainer", + "id": "comfyui-realtime-lora", + "reference": "https://github.com/ShootTheSound/comfyUI-Realtime-Lora", + "files": [ + "https://github.com/ShootTheSound/comfyUI-Realtime-Lora" + ], + "install_type": "git-clone", + "description": "Train LoRAs directly inside ComfyUI. Supports SDXL (via sd-scripts), FLUX, Z-Image Turbo, and Wan 2.2 (via AI-Toolkit)." + }, + { + "author": "HackAfterDark", + "title": "AfterDark Film AR Selector", + "id": "ComfyUI-HackAfterDark-Nodes", + "reference": "https://github.com/hackafterdark/ComfyUI-HackAfterDark-Nodes", + "files": [ + "https://github.com/hackafterdark/ComfyUI-HackAfterDark-Nodes" + ], + "install_type": "git-clone", + "description": "A collection of utility nodes for ComfyUI, including resolution presets for film and photography aspect ratios.", + "tags": ["utility", "presets", "aspect ratio", "film"] + }, + { + "author": "jomakaze", + "title": "ComfyUI_JomaNodes", + "reference": "https://github.com/jomakaze/ComfyUI_JomaNodes", + "files": [ + "https://github.com/jomakaze/ComfyUI_JomaNodes" + ], + "install_type": "git-clone", + "description": "A collection of quality-of-life and convenience nodes." + }, + { + "author": "UmeAiRT", + "title": "ComfyUI-UmeAiRT-Sync", + "reference": "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Sync", + "files": [ + "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Sync" + ], + "install_type": "git-clone", + "description": "Automatic workflow synchronizer/loader for UmeAiRT Workflows (Flux, SDXL, WAN, etc.)." + }, + { + "author": "DayMan84", + "title": "ComfyUI-Ugromana", + "id": "comfyui-usgromana", + "reference": "https://github.com/DayMan84/ComfyUI-Usgromana", + "files": [ + "https://github.com/DayMan84/ComfyUI-Usgromana" + ], + "install_type": "git-clone", + "description": "The next-generation security, governance, permissions, and multi‑user control system for ComfyUI." + }, + { + "author": "DemonNCoding", + "title": "PromptGenerator 12-Columns", + "id": "promptgenerator12columns", + "reference": "https://github.com/DemonNCoding/PromptGenerator12Columns", + "files": [ + "https://github.com/DemonNCoding/PromptGenerator12Columns" + ], + "install_type": "git-clone", + "description": "A fast and flexible random prompt generator with 12 columns (Empty / Pre-filled SFW / Pre-filled NSFW). Pre filled with text so that you can get started right away. Supports comma or newline output and always adds quality tags." + }, + { + "author": "Kebolder", + "title": "ComfyUI-Jax-Nodes", + "reference": "https://github.com/Kebolder/ComfyUI-Jax-Nodes", + "files": [ + "https://github.com/Kebolder/ComfyUI-Jax-Nodes" + ], + "install_type": "git-clone", + "description": "Some custom nodes for weird niche needs when working with Krita" + }, + { + "author": "Ysthara", + "title": "ComfyUI-Resolution-AR-Node", + "reference": "https://github.com/Ysthara/ComfyUI-Resolution-AR-Node", + "files": [ + "https://github.com/Ysthara/ComfyUI-Resolution-AR-Node" + ], + "install_type": "git-clone", + "description": "A simple ComfyUI utility node that calculates image width and height from a target longest-side value and an aspect ratio." + }, + { + "author": "TuonoMindCode", + "title": "ComfyUI-MultiClip-Text-Script", + "reference": "https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script", + "files": [ + "https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script" + ], + "install_type": "git-clone", + "description": "Two simple nodes that help you author sequence-friendly prompts from a single script that contains multiple clips. (Description by CC)" + }, + { + "author": "TuonoMindCode", + "title": "ComfyUI-Resolution-Suggest-Downscale", + "reference": "https://github.com/TuonoMindCode/ComfyUI-Resolution-Suggest-Downscale", + "files": [ + "https://github.com/TuonoMindCode/ComfyUI-Resolution-Suggest-Downscale" + ], + "install_type": "git-clone", + "description": "Resolution suggestion and downscale helper node for ComfyUI." + }, + { + "author": "sooxt98", + "title": "comfyui_longcat_image", + "reference": "https://github.com/sooxt98/comfyui_longcat_image", + "files": [ + "https://github.com/sooxt98/comfyui_longcat_image" + ], + "install_type": "git-clone", + "description": "ComfyUI integration of the LongCat-Image pipeline for text-to-image generation and image editing with excellent Chinese text rendering capabilities. (Description by CC)" + }, + { + "author": "t22m003", + "title": "ComfyUI_LoopNode", + "reference": "https://github.com/t22m003/ComfyUI_LoopNode", + "files": [ + "https://github.com/t22m003/ComfyUI_LoopNode" + ], + "install_type": "git-clone", + "description": "Custom node that provides loop (for-loop) functionality in ComfyUI." + }, + { + "author": "thatname", + "title": "Comfyui_CharaConsist", + "reference": "https://github.com/thatname/Comfyui_CharaConsist", + "files": [ + "https://github.com/thatname/Comfyui_CharaConsist" + ], + "install_type": "git-clone", + "description": "Training-free CharaConsist algorithm implementation for ComfyUI - Generate consistent subjects across multiple generations with enhanced mask generation and multi-model support." + }, + { + "author": "thrakotool", + "title": "ComfyUI-KiraLoraEQ", + "reference": "https://github.com/thrakotool/ComfyUI-KiraLoraEQ", + "files": [ + "https://github.com/thrakotool/ComfyUI-KiraLoraEQ" + ], + "install_type": "git-clone", + "description": "20-band LoRA equalizer for ComfyUI that surgically adjusts LoRA influence across frequency-like bands, cross-attention, and MLP layers. (Description by CC)" + }, + { + "author": "ckinpdx", + "title": "ComfyUI-WanKeyframeBuilder", + "reference": "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder", + "files": [ + "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder" + ], + "install_type": "git-clone", + "description": "Custom node for building keyframe timelines in Wan video generation with adjustable influence strength, supporting 1-8 keyframes. (Description by CC)" + }, + { + "author": "jessesep", + "title": "SimpleVariables", + "reference": "https://github.com/jessesep/SimpleVariables", + "files": [ + "https://github.com/jessesep/SimpleVariables" + ], + "install_type": "git-clone", + "description": "Lightweight ComfyUI node pack for storing and retrieving any data by name across workflows. (Description by CC)" + }, + { + "author": "siray-ai", + "title": "siray-comfyui", + "reference": "https://github.com/siray-ai/siray-comfyui", + "files": [ + "https://github.com/siray-ai/siray-comfyui" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for Siray image/video models with dynamic schema-based inputs, authentication, and video streaming. (Description by CC)" + }, + { + "author": "mayunejie", + "title": "ComfyUI-Allen-Yinpin", + "reference": "https://github.com/mayunejie/ComfyUI-Allen-Yinpin", + "files": [ + "https://github.com/mayunejie/ComfyUI-Allen-Yinpin" + ], + "install_type": "git-clone", + "description": "Enhanced audio loading node for ComfyUI supporting .wav, .mp3, .flac, .ogg, .m4a formats with filename text output. (Description by CC)" + }, + { + "author": "reeoi", + "title": "ComfyUI-WebROI", + "reference": "https://github.com/reeoi/ComfyUI-WebROI", + "files": [ + "https://github.com/reeoi/ComfyUI-WebROI" + ], + "install_type": "git-clone", + "description": "Browser-based screen capture node enabling real-time region of interest selection and cropping for ComfyUI deployments. (Description by CC)" + }, + { + "author": "ritik-devsecops", + "title": "ComfyUI-Floyo-Flux2-API-node", + "reference": "https://github.com/ritik-devsecops/ComfyUI-Floyo-Flux2-API-node", + "files": [ + "https://github.com/ritik-devsecops/ComfyUI-Floyo-Flux2-API-node" + ], + "install_type": "git-clone", + "description": "ComfyUI node integrating Black Forest Labs FLUX.2 [pro] API via Floyo for text-to-image and image editing. (Description by CC)" + }, + { + "author": "purzbeats", + "title": "ComfyUI-Purz", + "reference": "https://github.com/purzbeats/ComfyUI-Purz", + "files": [ + "https://github.com/purzbeats/ComfyUI-Purz" + ], + "install_type": "git-clone", + "description": "A comprehensive node pack for ComfyUI that provides powerful image effects, pattern generation, and animated pattern creation capabilities." + }, + { + "author": "TheArtOfficial", + "title": "ComfyUI-MaskMorph", + "reference": "https://github.com/TheArtOfficial/ComfyUI-MaskMorph", + "files": [ + "https://github.com/TheArtOfficial/ComfyUI-MaskMorph" + ], + "install_type": "git-clone", + "description": "Directional mask expansion node that extends masks along specified directions with pixel-precise control, plus separate pinch/widen morphology operations." + }, + { + "author": "brahianrosswill", + "title": "ComfyUi-RandomNoiseCustom", + "reference": "https://github.com/brahianrosswill/ComfyUi-RandomNoiseCustom", + "files": [ + "https://github.com/brahianrosswill/ComfyUi-RandomNoiseCustom" + ], + "install_type": "git-clone", + "description": "Provides custom noise generation capabilities for ComfyUI workflows with configurable parameters. (Description by CC)" + }, + { + "author": "amtarr", + "title": "ComfyUI-TextureAlchemy", + "reference": "https://github.com/amtarr/ComfyUI-TextureAlchemy", + "files": [ + "https://github.com/amtarr/ComfyUI-TextureAlchemy" + ], + "install_type": "git-clone", + "description": "Complete workflow suite for ComfyUI that transforms images into PBR material sets ready for game engines and 3D software." + }, + { + "author": "beyondprompting", + "title": "ComfyUI-Beyond_nodes", + "reference": "https://github.com/beyondprompting/ComfyUI-Beyond_nodes", + "files": [ + "https://github.com/beyondprompting/ComfyUI-Beyond_nodes" + ], + "install_type": "git-clone", + "description": "Create complex compositions the FAST and EASY way." + }, + { + "author": "Zone-Roam", + "title": "ComfyUI-Live-Search", + "reference": "https://github.com/Zone-Roam/ComfyUI-Live-Search", + "files": [ + "https://github.com/Zone-Roam/ComfyUI-Live-Search" + ], + "install_type": "git-clone", + "description": "🌐 Live Search: Real-time web search and AI summarization. Internet search, web scraping, fact checking, weather, news, GPS coordinate conversion. DuckDuckGo search with GPT-5.1, DeepSeek-V3, Gemini 3 Pro, Claude 4.5, Qwen3, Doubao, SiliconFlow (69+ models), Llama 4, Ollama. Modular architecture with API loader. Toggle web search on/off for pure LLM mode." + }, + { + "author": "AJbeckliy", + "title": "SynVow-Comfyui-Nanoapi", + "reference": "https://github.com/AJbeckliy/SynVow-Comfyui-Nanoapi", + "files": [ + "https://github.com/AJbeckliy/SynVow-Comfyui-Nanoapi" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for AI image generation using SynVow API supporting T2I (Text-to-Image) and I2I (Image-to-Image) with multiple API sources and batch generation. (Description by CC)" + }, + { + "author": "Daohoi123", + "title": "ComfyUI-Gemini3", + "reference": "https://github.com/Daohoi123/ComfyUI-Gemini3", + "files": [ + "https://github.com/Daohoi123/ComfyUI-Gemini3" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node integrating Google's Gemini 3 Pro model for native image generation and processing, featuring multi-API key load balancing and auto-retry mechanisms. (Description by CC)" + }, + { + "author": "FeiMao-326", + "title": "Comfyui-General-API-Node", + "reference": "https://github.com/FeiMao-326/Comfyui-General-API-Node", + "files": [ + "https://github.com/FeiMao-326/Comfyui-General-API-Node" + ], + "install_type": "git-clone", + "description": "A suite of powerful and versatile utility nodes for ComfyUI, designed to streamline complex workflows involving Large Language Models and text manipulation." + }, + { + "author": "systemaiofinterest-wq", + "title": "ComfyUI-MetaAI", + "reference": "https://github.com/systemaiofinterest-wq/ComfyUI-MetaAI", + "files": [ + "https://github.com/systemaiofinterest-wq/ComfyUI-MetaAI" + ], + "install_type": "git-clone", + "description": "Unofficial ComfyUI environment using web scraping methods to enable Meta AI integration for text-to-image and image-to-video generation. (Description by CC)" + }, + { + "author": "phaserblast", + "title": "ComfyUI-DGXSparkSafetensorsLoader", + "reference": "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader", + "files": [ + "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader" + ], + "install_type": "git-clone", + "description": "A ComfyUI model loader that uses the fastsafetensors library to perform very fast, zero-copy loading from storage to VRAM." + }, + { + "author": "Merserk", + "title": "ComfyUI-Flow-Assistor", + "reference": "https://github.com/Merserk/ComfyUI-Flow-Assistor", + "files": [ + "https://github.com/Merserk/ComfyUI-Flow-Assistor" + ], + "install_type": "git-clone", + "description": "Essential utility nodes for ComfyUI including prompt queue, batch processing, camera angle control, and resolution selector. (Description by CC)" + }, + { + "author": "dandancow874", + "title": "ComfyUI-LMStudio-Controller", + "reference": "https://github.com/dandancow874/ComfyUI-LMStudio-Controller", + "files": [ + "https://github.com/dandancow874/ComfyUI-LMStudio-Controller" + ], + "install_type": "git-clone", + "description": "Integrates LM Studio's CLI to perform Vision Language Model inference locally in ComfyUI with advanced memory management and anti-OOM protection." + }, + { + "author": "xiangyuT", + "title": "ComfyUI-PromptEnhance", + "reference": "https://github.com/xiangyuT/ComfyUI-PromptEnhance", + "files": [ + "https://github.com/xiangyuT/ComfyUI-PromptEnhance" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for enhancing prompts using OpenAI-compatible APIs (like DeepSeek, OpenAI, etc.)." + }, + { + "author": "anilstream", + "title": "ComfyUI-Ideogram-Character", + "reference": "https://github.com/anilstream/ComfyUI-Ideogram-Character", + "files": [ + "https://github.com/anilstream/ComfyUI-Ideogram-Character" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for generating consistent character images using Ideogram API v3's character reference feature. (Description by CC)" + }, + { + "author": "Moeblack", + "title": "ComfyUI-SimpleChat", + "reference": "https://github.com/Moeblack/ComfyUI-SimpleChat", + "files": [ + "https://github.com/Moeblack/ComfyUI-SimpleChat" + ], + "install_type": "git-clone", + "description": "Simple, no-nonsense LLM chat nodes for ComfyUI. Support OpenAI, Claude, Gemini and NoASS Roleplay.", + "tags": [ + "LLM", + "chat", + "openai", + "claude", + "gemini", + "roleplay", + "noass" + ] + }, + { + "author": "Braeden90000", + "title": "ComfyUI Load Image URL", + "id": "load-image-url", + "reference": "https://github.com/Braeden90000/comfyui-load-image-url", + "files": [ + "https://github.com/Braeden90000/comfyui-load-image-url" + ], + "pip": ["requests"], + "install_type": "git-clone", + "description": "Load images from files or URLs with live preview and source switching." + }, + { + "author": "lovelybbq", + "title": "ComfyUI Custom Node Color", + "reference": "https://github.com/lovelybbq/comfyui-custom-node-color", + "files": [ + "https://github.com/lovelybbq/comfyui-custom-node-color" + ], + "install_type": "git-clone", + "description": "A modern GUI-based color picker for ComfyUI nodes. Features visual spectrum, HEX/RGB inputs, eyedropper tool, and favorite colors support." + }, + { + "author": "huihuihuiz", + "title": "LoRA Downloader for ComfyUI", + "id": "lora_downloader", + "reference": "https://github.com/huihuihuiz/lora_downloader", + "files": [ + "https://github.com/huihuihuiz/lora_downloader" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for downloading and managing LoRA models directly within the UI." + }, + { + "author": "aTanguay", + "title": "ComfyUI_Detonate", + "reference": "https://github.com/aTanguay/ComfyUI_Detonate", + "files": [ + "https://github.com/aTanguay/ComfyUI_Detonate" + ], + "install_type": "git-clone", + "description": "Professional compositing nodes for ComfyUI - bringing Nuke and Fusion workflows to AI-powered image generation" + }, + { + "author": "akaugun", + "title": "comfyui-lora-hook-trigger", + "reference": "https://github.com/akaugun/comfyui-lora-hook-trigger", + "files": [ + "https://github.com/akaugun/comfyui-lora-hook-trigger" + ], + "install_type": "git-clone", + "description": "A clean and simple ComfyUI custom node that creates a LoRA Hook and automatically finds and loads trigger TXT files placed in a folder named after the LoRA file." + }, + { + "author": "tumbowungus", + "title": "MultiMaskCouple", + "reference": "https://github.com/tumbowungus/MultiMaskCouple", + "files": [ + "https://github.com/tumbowungus/MultiMaskCouple" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI which simplifies the process of masking multiple prompts, making it easier to manage scenes with multiple distinct characters." + }, + { + "author": "fudosanit", + "title": "ComfyUI-Random-Resolution", + "reference": "https://github.com/fudosanit/ComfyUI-Random-Resolution", + "files": [ + "https://github.com/fudosanit/ComfyUI-Random-Resolution" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI. Based on the specified resolution, it randomly selects and outputs one of three patterns: original orientation, swapped width/height, or a square format. (Description by CC)" + }, + { + "author": "SuLU-K", + "title": "comfyui-easy-sam3-tools", + "reference": "https://github.com/SuLU-K/comfyui-easy-sam3-tools", + "files": [ + "https://github.com/SuLU-K/comfyui-easy-sam3-tools" + ], + "install_type": "git-clone", + "description": "Custom nodes for building SAM3-centric editing pipelines inside ComfyUI, featuring mask merging, bounding box rendering, and DOM-based interactive editing. (Description by CC)" + }, + { + "author": "EMkrtchyan", + "title": "ComfyUI-NormalsToDepth", + "reference": "https://github.com/EMkrtchyan/ComfyUI-NormalsToDepth", + "files": [ + "https://github.com/EMkrtchyan/ComfyUI-NormalsToDepth" + ], + "install_type": "git-clone", + "description": "Converts normal maps to depth maps for use in ComfyUI. (Description by CC)" + }, + { + "author": "SKFRMSEHF", + "title": "SK-ComfyUI-FolderingLoader", + "id": "skloader", + "reference": "https://github.com/SKFRMSEHF/comfyui_SK_Loader", + "files": [ + "https://github.com/SKFRMSEHF/comfyui_SK_Loader" + ], + "install_type": "git-clone", + "description": "Unified loader nodes with folder organization support for checkpoints, LoRA, VAE, and diffusion models" + }, + { + "author": "dcyd-lun", + "title": "ComfyUI_text_diff", + "reference": "https://github.com/dcyd-lun/ComfyUI_text_diff", + "files": [ + "https://github.com/dcyd-lun/ComfyUI_text_diff" + ], + "install_type": "git-clone", + "description": "Compare two texts with GitHub/GitLab-style diff highlighting in ComfyUI" + }, + { + "author": "darrell-goh", + "title": "ComfyUI-NanoBanana_node", + "reference": "https://github.com/darrell-goh/ComfyUI-NanoBanana_node", + "files": [ + "https://github.com/darrell-goh/ComfyUI-NanoBanana_node" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that allows you to interact with Nano Banana's Vertex API proxy, providing access to Gemini models with dynamic image inputs." + }, + { + "author": "This-is-Uncut", + "title": "Custom-Node-ComfyUI-NBP-Uncut", + "reference": "https://github.com/This-is-Uncut/Custom-Node-ComfyUI-NBP-Uncut", + "files": [ + "https://github.com/This-is-Uncut/Custom-Node-ComfyUI-NBP-Uncut" + ], + "install_type": "git-clone", + "description": "Node to use NBP with custom API key to improve data privacy control." + }, + { + "author": "drawthingsai", + "title": "draw-things-comfyui", + "reference": "https://github.com/drawthingsai/draw-things-comfyui", + "files": [ + "https://github.com/drawthingsai/draw-things-comfyui" + ], + "install_type": "git-clone", + "description": "The official Draw Things extension for ComfyUI. Sends image-generation requests to Draw Things over gRPC. Supports Bridge Mode for DT+ cloud and local model execution." + }, + { + "author": "g7b2", + "title": "ComfyUI-Artist-Tester", + "reference": "https://github.com/g7b2/ComfyUI-Artist-Tester", + "files": [ + "https://github.com/g7b2/ComfyUI-Artist-Tester" + ], + "install_type": "git-clone", + "description": "A dedicated suite of custom nodes for batch testing artists, styles, and prompts in ComfyUI, solving the caching problem with anti-cache logic and dynamic filename generation." + }, + { + "author": "ubisoft", + "title": "ComfyUI-Chord", + "reference": "https://github.com/ubisoft/ComfyUI-Chord", + "files": [ + "https://github.com/ubisoft/ComfyUI-Chord" + ], + "install_type": "git-clone", + "description": "Custom nodes for the paper: Chord: Chain of Rendering Decomposition for PBR Material Estimation from Generated Texture Images" + }, + { + "author": "Deathspike", + "title": "ComfyUI-MyOriginalWaifu", + "reference": "https://github.com/Deathspike/ComfyUI-MyOriginalWaifu", + "files": [ + "https://github.com/Deathspike/ComfyUI-MyOriginalWaifu" + ], + "install_type": "git-clone", + "description": "My Original Waifu is a tag-based prompt-transformation engine for ComfyUI designed for creators who want their original characters to feel consistent, expressive, and faithfully rendered across every scene. Instead of manually adjusting tags each time you generate an image, you define the essence of your waifu, her look, her outfits, the way she appears in different contexts, and the engine transforms your prompt to match those intentions. It stays out of the way and simply follows your rules with clarity and consistency. Your Waifu. Your Rules. Your Perfect Prompt." + }, + { + "author": "LeonQ8", + "title": "ComfyUI-Dynamic-Lora-Scheduler", + "reference": "https://github.com/LeonQ8/ComfyUI-Dynamic-Lora-Scheduler", + "files": [ + "https://github.com/LeonQ8/ComfyUI-Dynamic-Lora-Scheduler" + ], + "install_type": "git-clone", + "description": "Dynamically balance weights of multiple LoRAs over generation steps for ComfyUI." + }, + { + "author": "sebagallo", + "title": "comfyui-sg-llama-cpp", + "reference": "https://github.com/sebagallo/comfyui-sg-llama-cpp", + "files": [ + "https://github.com/sebagallo/comfyui-sg-llama-cpp" + ], + "install_type": "git-clone", + "description": "llama-cpp-python wrapper, with support for vision models. It allows the user to generate text responses from prompts using llama.cpp." + }, + { + "author": "hubo502", + "title": "ComfyUI-Env-Loader", + "reference": "https://github.com/hubo502/ComfyUI-Env-Loader", + "files": [ + "https://github.com/hubo502/ComfyUI-Env-Loader" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node set that reads .env files at startup and provides dropdown selection or dynamic multi-port output for environment variable access in workflows. (Description by CC)" + }, + { + "author": "fabbarix", + "title": "comfyui-promptstore", + "reference": "https://github.com/fabbarix/comfyui-promptstore", + "files": [ + "https://github.com/fabbarix/comfyui-promptstore" + ], + "install_type": "git-clone", + "description": "Custom node system for ComfyUI enabling efficient prompt management with YAML-based datastore, categories, selection interface, and dynamic text interpolation for creating complex prompts." + }, + { + "author": "ARM64-EC", + "title": "ComfyUI-LongCatPlugin", + "reference": "https://github.com/ARM64-EC/ComfyUI-LongCatPlugin", + "files": [ + "https://github.com/ARM64-EC/ComfyUI-LongCatPlugin" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes wrapping LongCat image generation and editing pipelines with text-to-image and multi-image edit flows using diffusers framework. (Description by CC)" + }, + { + "author": "NOLABEL-VFX", + "title": "ComfyUI-NL_Nodes", + "reference": "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes", + "files": [ + "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes by NOLABEL for studio workflows, featuring Shot Path Builder that generates standardized, sanitized file and folder names with versioning for renders." + }, + { + "author": "pantaleone-ai", + "title": "Comfy-Firefly", + "reference": "https://github.com/pantaleone-ai/Comfy-Firefly", + "files": [ + "https://github.com/pantaleone-ai/Comfy-Firefly" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for generating images using Adobe Firefly Services API v3 with automatic authentication and standard tensor output." + }, + { + "author": "febogallo", + "title": "ComfyUI-Freepik", + "reference": "https://github.com/febogallo/ComfyUI-Freepik", + "files": [ + "https://github.com/febogallo/ComfyUI-Freepik" + ], + "install_type": "git-clone", + "description": "Integrates Freepik's AI capabilities into ComfyUI workflows with features for photorealistic generation, upscaling, and background removal, plus smart caching and cost management. (Description by CC)" + }, + { + "author": "thnikk", + "title": "comfyui-thnikk-utils", + "reference": "https://github.com/thnikk/comfyui-thnikk-utils", + "files": [ + "https://github.com/thnikk/comfyui-thnikk-utils" + ], + "install_type": "git-clone", + "description": "Nodes to clean up your workflow." + }, + { + "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": "Ser-Hilary", + "title": "SDXL_sizing", + "reference": "https://github.com/Ser-Hilary/SDXL_sizing", + "files": [ + "https://raw.githubusercontent.com/Ser-Hilary/SDXL_sizing/main/conditioning_sizing_for_SDXL.py" + ], + "install_type": "copy", + "description": "Nodes:sizing_node. Size calculation node related to image size in prompts supported by SDXL." + }, + { + "author": "ailex000", + "title": "Image Gallery", + "reference": "https://github.com/ailex000/ComfyUI-Extensions", + "js_path": "image-gallery", + "files": [ + "https://raw.githubusercontent.com/ailex000/ComfyUI-Extensions/main/image-gallery/imageGallery.js" + ], + "install_type": "copy", + "description": "Custom javascript extensions for better UX for ComfyUI. Supported nodes: PreviewImage, SaveImage. Double click on image to open." + }, + { + "author": "rock-land", + "title": "graphNavigator", + "reference": "https://github.com/rock-land/graphNavigator", + "js_path": "graphNavigator", + "files": [ + "https://raw.githubusercontent.com/rock-land/graphNavigator/main/graphNavigator/graphNavigator.js" + ], + "install_type": "copy", + "description": "ComfyUI Web Extension for saving views and navigating graphs." + }, + { + "author": "diffus3", + "title": "diffus3/ComfyUI-extensions", + "reference": "https://github.com/diffus3/ComfyUI-extensions", + "js_path": "diffus3", + "files": [ + "https://raw.githubusercontent.com/diffus3/ComfyUI-extensions/main/multiReroute/multireroute.js", + "https://raw.githubusercontent.com/diffus3/ComfyUI-extensions/main/setget/setget.js" + ], + "install_type": "copy", + "description": "Extensions: subgraph, setget, multiReroute" + }, + { + "author": "m957ymj75urz", + "title": "m957ymj75urz/ComfyUI-Custom-Nodes", + "reference": "https://github.com/m957ymj75urz/ComfyUI-Custom-Nodes", + "js_path": "m957ymj75urz", + "files": [ + "https://raw.githubusercontent.com/m957ymj75urz/ComfyUI-Custom-Nodes/main/clip-text-encode-split/clip_text_encode_split.py", + "https://raw.githubusercontent.com/m957ymj75urz/ComfyUI-Custom-Nodes/main/colors/colors.js" + ], + "install_type": "copy", + "description": "Nodes: RawText, RawTextCLIPEncode, RawTextCombine, RawTextReplace, Extension: m957ymj75urz.colors" + }, + { + "author": "Bikecicle", + "title": "Waveform Extensions", + "reference": "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions", + "files": [ + "https://raw.githubusercontent.com/NeuralNotW0rk/ComfyUI-Waveform-Extensions/main/EXT_AudioManipulation.py", + "https://raw.githubusercontent.com/NeuralNotW0rk/ComfyUI-Waveform-Extensions/main/EXT_VariationUtils.py" + ], + "install_type": "copy", + "description": "Some additional audio utilites for use on top of Sample Diffusion ComfyUI Extension" + }, + { + "author": "dawangraoming", + "title": "KSampler GPU", + "reference": "https://github.com/dawangraoming/ComfyUI_ksampler_gpu", + "files": [ + "https://raw.githubusercontent.com/dawangraoming/ComfyUI_ksampler_gpu/main/ksampler_gpu.py" + ], + "install_type": "copy", + "description": "KSampler is provided, based on GPU random noise" + }, + { + "author": "fitCorder", + "title": "fcSuite", + "reference": "https://github.com/fitCorder/fcSuite", + "files": [ + "https://raw.githubusercontent.com/fitCorder/fcSuite/main/fcSuite.py" + ], + "install_type": "copy", + "description": "fcFloatMatic is a custom module, that when configured correctly will increment through the lines generating you loras at different strengths. The JSON file will load the config." + }, + { + "author": "lordgasmic", + "title": "Wildcards", + "reference": "https://github.com/lordgasmic/ComfyUI-Wildcards", + "files": [ + "https://raw.githubusercontent.com/lordgasmic/comfyui_wildcards/master/wildcards.py" + ], + "install_type": "copy", + "description": "Nodes:CLIPTextEncodeWithWildcards. This wildcard node is a wildcard node that operates based on the seed." + }, + { + "author": "throttlekitty", + "title": "SDXLCustomAspectRatio", + "reference": "https://github.com/throttlekitty/SDXLCustomAspectRatio", + "files": [ + "https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py" + ], + "install_type": "copy", + "description": "A quick and easy ComfyUI custom node for setting SDXL-friendly aspect ratios." + }, + { + "author": "s1dlx", + "title": "comfy_meh", + "reference": "https://github.com/s1dlx/comfy_meh", + "files": [ + "https://raw.githubusercontent.com/s1dlx/comfy_meh/main/meh.py" + ], + "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", + "reference": "https://github.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI", + "files": [ + "https://raw.githubusercontent.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI/master/custom_nodes/clip_text_encoder_a1111.py" + ], + "install_type": "copy", + "description": "Nodes: CLIPTextEncodeA1111, RerouteTextForCLIPTextEncodeA1111." + }, + { + "author": "wsippel", + "title": "SDXLResolutionPresets", + "reference": "https://github.com/wsippel/comfyui_ws", + "files": [ + "https://raw.githubusercontent.com/wsippel/comfyui_ws/main/sdxl_utility.py" + ], + "install_type": "copy", + "description": "Nodes: SDXLResolutionPresets. Easy access to the officially supported resolutions, in both horizontal and vertical formats: 1024x1024, 1152x896, 1216x832, 1344x768, 1536x640" + }, + { + "author": "nicolai256", + "title": "comfyUI_Nodes_nicolai256", + "id": "nicoali256", + "reference": "https://github.com/nicolai256/comfyUI_Nodes_nicolai256", + "files": [ + "https://raw.githubusercontent.com/nicolai256/comfyUI_Nodes_nicolai256/main/yugioh-presets.py" + ], + "install_type": "copy", + "description": "Nodes: yugioh_Presets. by Nicolai256 inspired by throttlekitty SDXLAspectRatio" + }, + { + "author": "Onierous", + "title": "QRNG_Node_ComfyUI", + "id": "qrng", + "reference": "https://github.com/Onierous/QRNG_Node_ComfyUI", + "files": [ + "https://raw.githubusercontent.com/Onierous/QRNG_Node_ComfyUI/main/qrng_node.py" + ], + "install_type": "copy", + "description": "Nodes: QRNG Node CSV. A node that takes in an array of random numbers from the ANU QRNG API and stores them locally for generating quantum random number noise_seeds in ComfyUI" + }, + { + "author": "ntdviet", + "title": "ntdviet/comfyui-ext", + "reference": "https://github.com/ntdviet/comfyui-ext", + "files": [ + "https://raw.githubusercontent.com/ntdviet/comfyui-ext/main/custom_nodes/gcLatentTunnel/gcLatentTunnel.py" + ], + "install_type": "copy", + "description": "Nodes:LatentGarbageCollector. This ComfyUI custom node flushes the GPU cache and empty cuda interprocess memory. It's helpfull for low memory environment such as the free Google Colab, especially when the workflow VAE decode latents of the size above 1500x1500." + }, + { + "author": "alkemann", + "title": "alkemann nodes", + "id": "alkemann", + "reference": "https://gist.github.com/alkemann/7361b8eb966f29c8238fd323409efb68", + "files": [ + "https://gist.githubusercontent.com/alkemann/7361b8eb966f29c8238fd323409efb68/raw/f9605be0b38d38d3e3a2988f89248ff557010076/alkemann.py" + ], + "install_type": "copy", + "description": "Nodes:Int to Text, Seed With Text, Save A1 Image." + }, + { + "author": "catscandrive", + "title": "Image loader with subfolders", + "id": "imgsubfolders", + "reference": "https://github.com/catscandrive/comfyui-imagesubfolders", + "files": [ + "https://raw.githubusercontent.com/catscandrive/comfyui-imagesubfolders/main/loadImageWithSubfolders.py" + ], + "install_type": "copy", + "description": "Adds an Image Loader node that also shows images in subfolders of the default input directory" + }, + { + "author": "Smuzzies", + "title": "Chatbox Overlay node for ComfyUI", + "id": "chatbox-overlay", + "reference": "https://github.com/Smuzzies/comfyui_chatbox_overlay", + "files": [ + "https://raw.githubusercontent.com/Smuzzies/comfyui_chatbox_overlay/main/chatbox_overlay.py" + ], + "install_type": "copy", + "description": "Nodes: Chatbox Overlay. Custom node for ComfyUI to add a text box over a processed image before save node." + }, + { + "author": "CaptainGrock", + "title": "ComfyUIInvisibleWatermark", + "id": "invisible-watermark-grock", + "reference": "https://github.com/CaptainGrock/ComfyUIInvisibleWatermark", + "files": [ + "https://raw.githubusercontent.com/CaptainGrock/ComfyUIInvisibleWatermark/main/Invisible%20Watermark.py" + ], + "install_type": "copy", + "description": "Nodes:Apply Invisible Watermark, Extract Watermark. Adds up to 12 characters encoded into an image that can be extracted." + }, + { + "author": "LZC", + "title": "Hayo comfyui nodes", + "id": "lzcnodes", + "reference": "https://github.com/1shadow1/hayo_comfyui_nodes", + "files": [ + "https://raw.githubusercontent.com/1shadow1/hayo_comfyui_nodes/main/LZCNodes.py" + ], + "install_type": "copy", + "description": "Nodes:tensor_trans_pil, Make Transparent mask, MergeImages, words_generatee, load_PIL image" + }, + { + "author": "underclockeddev", + "title": "Preview Subselection Node for ComfyUI", + "id": "preview-subselection", + "reference": "https://github.com/underclockeddev/ComfyUI-PreviewSubselection-Node", + "files": [ + "https://raw.githubusercontent.com/underclockeddev/ComfyUI-PreviewSubselection-Node/master/preview_subselection.py" + ], + "install_type": "copy", + "description": "A node which takes in x, y, width, height, total width, and total height, in order to accurately represent the area of an image which is covered by area-based conditioning." + }, + { + "author": "underclockeddev", + "title": "BrevImage", + "id": "brevimage", + "reference": "https://github.com/bkunbargi/BrevImage", + "files": [ + "https://raw.githubusercontent.com/bkunbargi/BrevImage/main/BrevLoadImage.py" + ], + "install_type": "copy", + "description": "Nodes:BrevImage. ComfyUI Load Image From URL" + }, + { + "author": "jw782cn", + "title": "ComfyUI-Catcat", + "id": "catcat", + "reference": "https://github.com/jw782cn/ComfyUI-Catcat", + "files": [ + "https://github.com/jw782cn/ComfyUI-Catcat" + ], + "install_type": "copy", + "description": "Extension to show random cat GIFs while queueing prompt." + }, + { + "author": "barckley75", + "title": "comfyUI_DaVinciResolve", + "reference": "https://github.com/barckley75/comfyUI_DaVinciResolve", + "files": [ + "https://raw.githubusercontent.com/barckley75/comfyUI_DaVinciResolve/main/custom_nodes/node_text_to_speech.py", + "https://raw.githubusercontent.com/barckley75/comfyUI_DaVinciResolve/refs/heads/main/custom_nodes/nodes_phi_3_contitioning.py", + "https://raw.githubusercontent.com/barckley75/comfyUI_DaVinciResolve/main/custom_nodes/save_audio_to_davinci.py", + "https://raw.githubusercontent.com/barckley75/comfyUI_DaVinciResolve/main/custom_nodes/save_image_to_davinci.py" + ], + "install_type": "copy", + "description": "Nodes:TextToSpeech, phy_3_conditioning, SaveAudioToDaVinci, SaveImageToDaVinci.\nNOTE:In order to use DaVinci node you must have DaVinci Resolve Studio connected to the API. For more information check the help seciton in DaVinci Resolve Studio HELP>DOCUMENTATION>DEVELOPER. It will open a folder, search for scripting and the for README.txt file, the API documentation." + }, + { + "author": "seghier", + "title": "ComfyUI_LibreTranslate", + "reference": "https://github.com/seghier/ComfyUI_LibreTranslate", + "files": [ + "https://raw.githubusercontent.com/seghier/ComfyUI_LibreTranslate/main/translate_node.py" + ], + "install_type": "copy", + "description": "Use LibreTranslation in ComfyUI [a/https://github.com/LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)" + }, + { + "author": "ultimatech-cn", + "title": "FaceSimilarity", + "reference": "https://github.com/ultimatech-cn/FaceSimilarity", + "files": [ + "https://raw.githubusercontent.com/ultimatech-cn/FaceSimilarity/main/faceSimilarity.py" + ], + "install_type": "copy", + "description": "A ComfyUI custom node for face comparison. This node utilizes Face++'s facial recognition and comparison algorithms by directly calling the Face++ API. Its usage in the workflow is as follows:" + }, + { + "author": "folkghost", + "title": "CSV Search Node", + "reference": "https://github.com/folkghost/comfyui_search_csv", + "files": [ + "https://raw.githubusercontent.com/folkghost/comfyui_search_csv/main/search_csv_node.py" + ], + "install_type": "copy", + "description": "This repository contains a custom node for ComfyUI that allows searching for a keyword in the first column of a CSV file and returning a value from a specified column in that row. The node is designed to be modular and fit within the node-based workflow of ComfyUI." + }, + { + "author": "SimonHeese", + "title": "ComfyUI_AnimationNodes", + "reference": "https://github.com/SimonHeese/ComfyUI_AnimationNodes", + "files": [ + "https://github.com/SimonHeese/ComfyUI_AnimationNodes/raw/refs/heads/main/animated_offset_pad.py", + "https://github.com/SimonHeese/ComfyUI_AnimationNodes/raw/refs/heads/main/animated_rotation_zoom.py" + ], + "install_type": "copy", + "description": "NODES:Animated Offset Padding, Animated Rotation & Zoom" + }, + { + "author": "duskfallcrew", + "title": "Embedding Merge for ComfyUI", + "reference": "https://github.com/duskfallcrew/Comfyui_EmbeddingMerge_Node", + "files": [ + "https://github.com/duskfallcrew/Comfyui_EmbeddingMerge_Node/raw/refs/heads/main/merge_embed.py" + ], + "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": "huimengshiguang", diff --git a/docs/en/cm-cli.md b/docs/en/cm-cli.md index d00bf3b3a..e4b77a156 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 000000000..324321d7b --- /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 6d6a74a36..0be8e89d3 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 34db4356f..0a7c8acbe 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -75,6 +75,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", @@ -148,6 +166,15 @@ "title_aux": "ComfyUI-OmniGen" } ], + "https://github.com/1038lab/ComfyUI-QwenVL": [ + [ + "AILab_QwenVL", + "AILab_QwenVL_Advanced" + ], + { + "title_aux": "ComfyUI-QwenVL" + } + ], "https://github.com/1038lab/ComfyUI-RMBG": [ [ "AILab_ColorInput", @@ -180,6 +207,7 @@ "FashionSegmentClothing", "RMBG", "SAM2Segment", + "SAM3Segment", "Segment", "SegmentV2" ], @@ -208,16 +236,29 @@ "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" @@ -347,57 +388,87 @@ ], "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", - "ImageResizeQwenImage", - "ImageResizeUniversal", - "ImageRotateWithMask", - "ImageSolid", - "ImageSolidFluxKontext", - "ImageSolidQwenImage", - "ImageStrokeByMask", - "ImageTileMerge", - "ImageTileSplit", - "ImageTileSplitPreset", - "ListCustomFloat", - "ListCustomInt", - "ListCustomSeed", - "ListCustomString", - "MaskBatchMathOps", - "MaskBatchToList", - "MaskCropByBBoxMask", - "MaskFillHole", - "MaskListToBatch", - "MaskMathOps", - "MaskPasteByBBoxMask", - "PathBuild", - "RangeMapping", - "StepSplit", - "StringCoordinateToBBoxMask", - "StringCoordinateToBBoxes", - "TextCustomExtract", - "TextFilterComment", - "TextJoinByTextList", - "TextJoinMulti", - "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_LoadImageFromFolder", + "1hew_LoadVideoFromFolder", + "1hew_MaskBatchMathOps", + "1hew_MaskBatchRange", + "1hew_MaskBatchSplit", + "1hew_MaskBatchToList", + "1hew_MaskCropByBBoxMask", + "1hew_MaskFillHole", + "1hew_MaskListToBatch", + "1hew_MaskMathOps", + "1hew_MaskPasteByBBoxMask", + "1hew_MaskRepeat", + "1hew_MultiImageBatch", + "1hew_MultiImageStitch", + "1hew_MultiMaskBatch", + "1hew_MultiStringJoin", + "1hew_RangeMapping", + "1hew_SaveVideo", + "1hew_SaveVideoRGBA", + "1hew_StringCoordinateToBBoxMask", + "1hew_StringCoordinateToBBoxes", + "1hew_StringFilter", + "1hew_StringJoinMulti", + "1hew_TextCustomExtract", + "1hew_TextEncodeQwenImageEditKeepSize", + "1hew_TextListToString", + "1hew_TextPrefixSuffix", + "1hew_URLToVideo", + "1hew_VideoCutGroup", + "1hew_WorkflowName" ], { "title_aux": "ComfyUI 1hewNodes" @@ -407,6 +478,8 @@ [ "Gelbooru (ID)", "Gelbooru (Random)", + "GelbooruID", + "GelbooruRandom", "UrlsToImage" ], { @@ -444,6 +517,8 @@ "AQ_Random", "AQ_SaveImageWebpReturnBase64", "AQ_SendImageToAPI", + "AQ_TextEncodeQwenImageEdit", + "AQ_TextEncodeQwenImageEditPlus", "AQ_multiface_ApplyPulidFlux" ], { @@ -482,29 +557,20 @@ "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/3dgopnik/comfyui-arena-suite": [ [ - "FluxEmptyLatentSizePicker", - "HighResFixApply", - "HighResFixConditioningDuplicator", - "HighResFixModelInjection", - "ModelSamplingFluxNormalized", - "STORKSamplerSelect", - "SoulSampler", - "SoulSamplerAdvanced", - "SoulSamplerDPM", - "SoulSamplerDPMAdvanced", - "SoulSamplerHybrid", - "SoulSamplerHybridAdvanced" + "Arena_MakeTilesSegs", + "\ud83c\udd70\ufe0f Arena AutoCache v6.1.2" ], { - "title_aux": "ComfyUI-42lux" + "title_aux": "ComfyUI Arena Suite" } ], "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": [ @@ -519,6 +585,7 @@ [ "ColorPalette", "ColorTransferReinhard", + "ExtractPalette", "PaletteOptimalTransportTransfer", "PaletteRbfTransfer", "PaletteTransfer", @@ -564,6 +631,7 @@ ], "https://github.com/5agado/ComfyUI-Sagado-Nodes": [ [ + "Film Grain", "Get Num Frames", "Get Resolution", "Image Loader", @@ -617,6 +685,16 @@ "title_aux": "Comflowy's Custom Nodes" } ], + "https://github.com/7BEII/comfyui-PD_comfy-api-node": [ + [ + "PDFluxKontextProOfficial", + "PDGeminiImageGenComfyKey", + "PDOpenAIGPTImageKey" + ], + { + "title_aux": "comfyui-PD_comfy-api-node" + } + ], "https://github.com/807502278/ComfyUI-3D-MeshTool": [ [ "Auto_Normal", @@ -632,7 +710,6 @@ "RT-to-camposes", "Tensor_to_List", "UV_options", - "UnwrapUV_Auto_xatlas", "UnwrapUV_xatlas", "array-append", "array-attribute", @@ -646,22 +723,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", @@ -682,7 +754,6 @@ "Audio_MergeBatch_To_Channel", "Batch_Average", "Bilateral_Filter", - "ColorData_HSV_Capture", "Color_Data_Break", "Color_check_Name", "ComfyUI_Path_Out", @@ -706,11 +777,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", @@ -735,10 +804,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", @@ -748,11 +817,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", @@ -763,8 +830,7 @@ "mask_select_mask", "ratio_selector", "run_yolo_bboxs", - "run_yolo_bboxs_v2", - "sort_images_batch" + "run_yolo_bboxs_v2" ], { "title_aux": "ComfyUI-WJNodes" @@ -828,6 +894,25 @@ "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-SecNodes": [ + [ + "CoordinatePlotter", + "SeCModelLoader", + "SeCVideoSegmentation" + ], + { + "title_aux": "Comfyui-SecNodes" + } + ], "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": [ [ "PixelSortAdvancedNode", @@ -949,6 +1034,56 @@ "title_aux": "ComfyUI-ShaderNoiseKSampler" } ], + "https://github.com/AHEKOT/ComfyUI_VNCCS": [ + [ + "CharacterAssetSelector", + "CharacterAssetSelectorQWEN", + "CharacterCreator", + "CharacterPreview", + "CharacterSheetCropper", + "DatasetGenerator", + "EmotionGenerator", + "SpriteGenerator", + "VNCCSChromaKey", + "VNCCSSamplerSchedulerPicker", + "VNCCSSheetExtractor", + "VNCCSSheetManager", + "VNCCS_ColorFix", + "VNCCS_Float", + "VNCCS_Integer", + "VNCCS_MaskExtractor", + "VNCCS_MultilineText", + "VNCCS_Pipe", + "VNCCS_PromptConcat", + "VNCCS_RMBG2", + "VNCCS_Resize", + "VNCCS_String" + ], + { + "title_aux": "VNCCS - Visual Novel Character Creation Suite" + } + ], + "https://github.com/AI-TEC/ComfyUI-AITECCAFE-Toolkit": [ + [ + "ChatGPTNode", + "CustomStringMerge", + "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", @@ -1055,6 +1190,7 @@ "https://github.com/AIFSH/ComfyUI-Hallo": [ [ "HalloNode", + "LoadAudio", "LoadAudioPath", "LoadImagePath", "PreViewVideo" @@ -1448,6 +1584,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", @@ -1465,7 +1611,6 @@ "SaveAudioBL", "SaveModel", "\u5b58\u50a8", - "\u5bfc\u5165", "\u622a\u56fe", "\u6750\u8d28\u56fe", "\u8f93\u5165\u56fe\u50cf", @@ -1521,15 +1666,17 @@ ], "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", @@ -1572,14 +1719,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", @@ -1687,15 +1841,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" @@ -1719,6 +1943,24 @@ "title_aux": "ComfyUI-Qwen2" } ], + "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery": [ + [ + "CharacterFeatureSwapNode", + "GlobalTextCacheGet", + "GroupExecutorManager", + "GroupExecutorTrigger", + "GroupMuteManager", + "ImageCacheGet", + "MultiCharacterEditorNode", + "PromptCleaningMaid", + "PromptSelector", + "ResolutionMasterSimplify", + "SimpleImageCompare" + ], + { + "title_aux": "ComfyUI-Danbooru-Gallery" + } + ], "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": [ [ "DanTagGen" @@ -1812,6 +2054,9 @@ ], "https://github.com/AcademiaSD/comfyui_AcademiaSD": [ [ + "AcademiaSD_BatchLoader", + "AcademiaSD_Gemini_Node", + "AcademiaSD_SaveCaption", "IntegerBypasser", "LoopCounterToFile", "PaddedFileName", @@ -1844,7 +2089,6 @@ "ETN_ApplyReferenceImages", "ETN_AttentionMask", "ETN_BackgroundRegion", - "ETN_CropImage", "ETN_DefineRegion", "ETN_ExtractImageTile", "ETN_ExtractMaskTile", @@ -1858,11 +2102,13 @@ "ETN_KritaStyle", "ETN_ListRegionMasks", "ETN_LoadImageBase64", + "ETN_LoadImageCache", "ETN_LoadMaskBase64", "ETN_MergeImageTile", "ETN_NSFWFilter", "ETN_Parameter", "ETN_ReferenceImage", + "ETN_SaveImageCache", "ETN_SendImageWebSocket", "ETN_TileLayout", "ETN_Translate" @@ -1898,6 +2144,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" @@ -1923,6 +2193,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", @@ -1934,33 +2216,49 @@ ], "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", + "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", + "NearestImageScaleDown", + "PixelUpscale2Target", + "RemoveBackgroundPixel", + "Unfake_PixelateTools" + ], + { + "title_aux": "ComfyUI_UnfakePy_Warpper" + } + ], "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": [ [ "Add Tag", @@ -1975,6 +2273,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", @@ -2007,6 +2313,14 @@ "title_aux": "seamless-clone-comfyui" } ], + "https://github.com/AlcAI-AnimeHaven/AlcAI-nodes": [ + [ + "RandomResSDXL" + ], + { + "title_aux": "AlcAI Nodes for ComfyUI" + } + ], "https://github.com/Alectriciti/comfyui-adaptiveprompts": [ [ "NormalizeLoraTags", @@ -2014,9 +2328,11 @@ "PromptCleanup", "PromptContextMerge", "PromptGenerator", + "PromptGeneratorAdvanced", "PromptMixer", "PromptRepack", "PromptReplace", + "PromptSequencer", "PromptShuffle", "PromptShuffleAdvanced", "PromptSplitter", @@ -2034,6 +2350,15 @@ "title_aux": "comfyui-adaptiveprompts" } ], + "https://github.com/AlexXia007/AIYang_TripleAPI": [ + [ + "NanoBananaGenerate", + "TripleAPIGenerate" + ], + { + "title_aux": "AIYang_TripleAPI" + } + ], "https://github.com/Alexankharin/camera-comfyUI": [ [ "CameraInterpolationNode", @@ -2069,23 +2394,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", @@ -2094,26 +2414,55 @@ "Get Substring JNK", "Get Text From List by Index JNK", "Get Timestamp JNK", + "GetAllAlphaLayers_JNK", + "GetAlphaLayers_JNK", + "GetGeminiKeys_JNK", + "GetGeminiModels_JNK", + "GetModels_JNK", + "GetSubstring_JNK", + "GetTextFromList_JNK", + "GetTimestamp_JNK", "Image Filter Loader JNK", + "ImageFilterLoader_JNK", "Join Strings JNK", + "JoinStrings_JNK", "Load Checkpoint Model with Name JNK", "Load Image if Exist JNK", "Load LoRA with Name JNK", "Load UNet Model with Name JNK", + "LoadImageWithCheck_JNK", + "LoadLoRAName_JNK", + "LoadModelName_Chpt_JNK", + "LoadModelName_Diff_JNK", + "LoadModelName_Unet_JNK", + "Model2Key_JNK", "Prepare Image for AI JNK", + "PrepareImageForAI_JNK", "Queue Stop JNK", + "QueueStop_JNK", "Save Frame JNK", "Save Static Image JNK", "Save Video Images JNK", + "SaveFrame_JNK", + "SaveStaticImage_JNK", + "SaveVideoImages_JNK", "Split String JNK", + "SplitString_JNK", "Stroke RGBA Image JNK", + "StrokeImage_JNK", "Switch Index JNK", "Switch Integer JNK", + "SwitchIdx_JNK", + "SwitchInt_JNK", "Text Saver JNK", "Text to Key JNK", "Text to MD5 JNK", + "Text2MD5_JNK", + "TextSaver_JNK", "ToonOut Remove BG JNK", - "Topaz Photo Upscaler (Autopilot) JNK" + "ToonOutRemoveBG_JNK", + "Topaz Photo Upscaler (Autopilot) JNK", + "TopazPhotoAI_JNK" ], { "title_aux": "ComfyUI-JNK-Tiny-Nodes" @@ -2270,6 +2619,14 @@ "title_aux": "Jovimetrix" } ], + "https://github.com/Analaser/ComfyUI-RandomTagWeights": [ + [ + "RandomTagWeights" + ], + { + "title_aux": "ComfyUI-RandomTagWeights" + } + ], "https://github.com/Andro-Meta/ComfyUI-Ovis2": [ [ "Ovis2ImageCaption", @@ -2338,8 +2695,19 @@ ], "https://github.com/ApexArtist/comfyui-apex-artist": [ [ - "ApexArtist", - "ApexArtist - Depth to Normal" + "ApexBatchInfo", + "ApexBlur", + "ApexDepthToNormal", + "ApexGetFrame", + "ApexLastFrame", + "ApexLatentNoise", + "ApexLayerBlend", + "ApexLoadImage", + "ApexPromptPreset", + "ApexRGBCurve", + "ApexSharpen", + "ApexSmartResize", + "ApexUpscaleBy" ], { "title_aux": "Apex Artist - Image Resize" @@ -2399,6 +2767,56 @@ "title_aux": "ReadCSV_ComfyUI" } ], + "https://github.com/Art-xmaster/comfyui-AGSoft": [ + [ + "AGSoft Loop Lora Strengths", + "AGSoft Show Text", + "AGSoft Text Input Switch X2", + "AGSoft Text Input Switch X4", + "AGSoft Text Input Switch X8", + "AGSoft Text Multiline", + "AGSoft Text Operation", + "AGSoft Text Overlay", + "AGSoft Text Replace", + "AGSoftLoadVideo", + "AGSoftTextConcatenateX2", + "AGSoftTextConcatenateX4", + "AGSoftTextConcatenateX8", + "AGSoftTextSplit", + "AGSoftVideoFrameExtractor", + "AGSoft_Draw_Mask_On_Image", + "AGSoft_Empty_Latent", + "AGSoft_Empty_Latent_QwenImage", + "AGSoft_Image_Concatenate", + "AGSoft_Image_Concatenate_From_Batch", + "AGSoft_Image_Crop", + "AGSoft_Image_Mask_Resize", + "AGSoft_Image_Mask_Resize_Adv", + "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" + ], + { + "title_aux": "comfyui-AGSoft" + } + ], "https://github.com/ArtBot2023/CharacterFaceSwap": [ [ "Color Blend", @@ -2445,6 +2863,7 @@ "HTNodeStateController", "HTNodeUnmuteAll", "HTNullNode", + "HTOIDNNode", "HTParameterExtractorNode", "HTPhotoshopBlurNode", "HTRegexNode", @@ -2494,19 +2913,38 @@ ], "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": [ [ + "ClearDirectoryNode", + "ElevenLabsTTSNode", "FluxKontextMaxNode", "FluxKontextProNode", "GPTImageEditNode", "GeminiChatNode", "GeminiSegmentationNode", + "GeminiTTSNode", "GoogleImagenEditNode", "GoogleImagenNode", - "Veo3VideoGenerator" + "NanoBananaNode", + "VeoGeminiVideoGenerator", + "VeoVertexVideoGenerator" ], { "title_aux": "ComfyUI-ExternalAPI-Helpers" } ], + "https://github.com/Aryan185/ComfyUI-VertexAPI": [ + [ + "GeminiChatVertexNode", + "GeminiSegmentationVertexNode", + "GeminiTTSVertexNode", + "GoogleImagenEditNode", + "GoogleImagenNode", + "GoogleVeoVertexVideoGenerator", + "NanoBananaVertexNode" + ], + { + "title_aux": "ComfyUI-VertexAPI" + } + ], "https://github.com/AshMartian/ComfyUI-DirGir": [ [ "Dir_Gir_Looper", @@ -2519,16 +2957,21 @@ ], "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack": [ [ + "AdvancedCLIPMerge", "ModelEnhancerTensorPrism", "SDXL Block Merge (Tensor Prism)", "SDXLAdvancedBlockMergeTensorPrism", + "TensorPrism_CheckpointReroute_Notes", + "TensorPrism_EpsilonVPredConverter", "TensorPrism_LayeredBlend", "TensorPrism_MainMerge", "TensorPrism_ModelKeyFilter", "TensorPrism_ModelMaskBlender", "TensorPrism_ModelMaskGenerator", + "TensorPrism_ModelWeightModifier", "TensorPrism_Prism", - "TensorPrism_WeightedMaskMerge" + "TensorPrism_WeightedMaskMerge", + "TensorPrism_WeightedTensorMerge" ], { "title_aux": "ComfyUI-Tensor-Prism-Node-Pack" @@ -2582,6 +3025,107 @@ "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", + "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", + "Rot13", + "Rot18", + "Rot47", + "Rot5", + "SHA1", + "SHA2", + "SHA3", + "SHAKE", + "SM3", + "Scrypt_Derive", + "Scrypt_Verify", + "Scytale", + "SimpleSubstitution", + "SteganoAnalysis", + "SteganoLSBDecode", + "SteganoLSBEncode", + "String2Base64", + "String2Binary", + "String2Hex", + "StringLooper", + "SymmetricEncryptDecrypt", + "SystemRandom", + "ThreeSquare", + "Trifid", + "TwoSquare", + "Vic", + "Vigenere", + "X963KDF_Derive", + "X963KDF_Verify", + "Zigzag" + ], + { + "title_aux": "ComfyUI ARG Toolkit" + } + ], "https://github.com/Azornes/Comfyui-LayerForge": [ [ "LayerForgeNode" @@ -2600,20 +3144,32 @@ ], "https://github.com/BAIKEMARK/ComfyUI-Civitai-Recipe": [ [ - "CivitaiDataFetcherCKPT", - "CivitaiDataFetcherLORA", + "CivitaiModelAnalyzerCKPT", + "CivitaiModelAnalyzerLORA", + "CivitaiParameterUnpacker", "CivitaiRecipeGallery", "LoraTriggerWords", "MarkdownPresenter", - "ParameterAnalyzer", - "PromptAnalyzer", - "RecipeParamsParser", - "ResourceAnalyzer" + "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", @@ -3004,6 +3560,22 @@ "title_aux": "LLM Node for ComfyUI" } ], + "https://github.com/BigStationW/ComfyUi-ConditioningNoiseInjection": [ + [ + "ConditioningNoiseInjection" + ], + { + "title_aux": "ComfyUi-ConditioningNoiseInjection" + } + ], + "https://github.com/BigStationW/ComfyUi-ConditioningTimestepSwitch": [ + [ + "ConditioningTimestepSwitch" + ], + { + "title_aux": "ComfyUi-ConditioningTimestepSwitch" + } + ], "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": [ [ "LoadImageX", @@ -3067,13 +3639,23 @@ "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/BlackSnowSkill/wd14_batch_tagger": [ + [ + "BSS_LoadImagesFolder", + "BSS_WD14BatchTagger" + ], + { + "title_aux": "BSS WD14 Batch Tagger" } ], "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": [ @@ -3087,6 +3669,14 @@ "BV ImagePipe Merger", "BV Show LoRA Blocks", "BV String to Combo", + "BV Subgraph Divider", + "BV Subgraph Float1 Slider", + "BV Subgraph Float2 Slider", + "BV Subgraph Float3 Slider", + "BV Subgraph Heading", + "BV Subgraph Int Slider", + "BV Subgraph Spacer", + "BV Subgraph Title", "BV Upscale Config", "BV Vector Edit", "BV Vector Edit Dropdown FLUX", @@ -3142,7 +3732,6 @@ ], "https://github.com/BlenderNeko/ComfyUI_Noise": [ [ - "BNK_DuplicateBatchIndex", "BNK_GetSigma", "BNK_InjectNoise", "BNK_NoisyLatentImage", @@ -3197,6 +3786,14 @@ "title_aux": "The AI Doctors Clinical Tools" } ], + "https://github.com/BobRandomNumber/ComfyUI-BasicOllama": [ + [ + "BasicOllama" + ], + { + "title_aux": "ComfyUI-BasicOllama" + } + ], "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": [ [ "DiaGenerate", @@ -3222,6 +3819,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", @@ -3233,6 +3838,8 @@ ], "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": [ [ + "Bobs-Advanced-Latent-Optimizer", + "Bobs-Latent-Optimizer", "BobsLatentNode", "BobsLatentNodeAdvanced" ], @@ -3250,10 +3857,19 @@ "title_aux": "FitDiT[official] - High-fidelity Virtual Try-on" } ], + "https://github.com/Braeden90000/comfyui-load-image-url": [ + [ + "LoadImageFileOrURL" + ], + { + "title_aux": "ComfyUI Load Image URL" + } + ], "https://github.com/Brekel/ComfyUI-Brekel": [ [ "BrekelAutoPromptGenerator", "BrekelEnhancePrompt", + "BrekelLoadImage", "BrekelPromptChooser", "BrekelResolutionSelector" ], @@ -3263,16 +3879,29 @@ ], "https://github.com/Bria-AI/ComfyUI-BRIA-API": [ [ + "AttributionByImageNode", "BriaEraser", "BriaGenFill", "BriaTailoredGen", + "GenerateImageNodeV2", "ImageExpansionNode", + "RefineImageNodeV2", "ReimagineNode", "RemoveForegroundNode", "ReplaceBgNode", "RmbgNode", - "ShotByImageNode", - "ShotByTextNode", + "ShotByImageAutomatic", + "ShotByImageAutomaticAspectRatio", + "ShotByImageCustomCoordinates", + "ShotByImageManualPadding", + "ShotByImageManualPlacement", + "ShotByImageOriginal", + "ShotByTextAutomatic", + "ShotByTextAutomaticAspectRatio", + "ShotByTextCustomCoordinates", + "ShotByTextManualPadding", + "ShotByTextManualPlacement", + "ShotByTextOriginal", "TailoredModelInfoNode", "TailoredPortraitNode", "Text2ImageBaseNode", @@ -3306,6 +3935,7 @@ "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": [ [ "BETACrop", + "BETASceneDetect", "BETAStitch", "IndexedLoRALoader_BETA", "LoadTextFromIndex", @@ -3322,6 +3952,7 @@ "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": [ [ "BETACrop", + "BETASceneDetect", "BETAStitch", "IndexedLoRALoader_BETA", "LoadTextFromIndex", @@ -3376,7 +4007,12 @@ [ "FaceAlignDouble", "FaceAlignSingle", - "FaceAutoFitSingle" + "FaceAutoFitDouble", + "FaceAutoFitSingle", + "GenderRecognitionNode", + "ImageRotateCHAOS", + "PromptSelectorDoubleCHAOS", + "PromptSelectorSingleCHAOS" ], { "title_aux": "ComfyUI_FaceAlignPaste" @@ -3533,6 +4169,15 @@ "title_aux": "ComfyUI_OmniAvatar" } ], + "https://github.com/Carasibana/ComfyUI-PolyMask": [ + [ + "PolyMaskNode", + "PolyMaskNodeMulti" + ], + { + "title_aux": "ComfyUI-PolyMask" + } + ], "https://github.com/Chan-0312/ComfyUI-EasyDeforum": [ [ "Easy2DDeforum" @@ -3558,10 +4203,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" ], @@ -3684,6 +4348,7 @@ "NumbersOverlayAdvancedNode", "NumbersOverlayNode", "PaintByNumbersNode", + "PaintByNumbersPaletteNode", "PaintByNumbersTemplateNode" ], { @@ -3694,16 +4359,73 @@ [ "AdvancedNoise", "Base64ToConditioning", + "BongSampler", "CLIPTextEncodeFluxUnguided", + "ClownGuide_AdaIN_MMDiT_Beta", + "ClownGuide_AttnInj_MMDiT_Beta", + "ClownGuide_Beta", + "ClownGuide_FrequencySeparation", + "ClownGuide_Mean_Beta", + "ClownGuide_StyleNorm_Advanced_HiDream", + "ClownGuide_Style_Beta", + "ClownGuide_Style_EdgeWidth", + "ClownGuide_Style_TileSize", + "ClownGuidesAB_Beta", + "ClownGuides_Beta", + "ClownGuides_Sync", + "ClownGuides_Sync_Advanced", + "ClownInpaint", + "ClownInpaintSimple", "ClownModelLoader", + "ClownOptions_Automation_Beta", + "ClownOptions_Combine", + "ClownOptions_Cycles_Beta", + "ClownOptions_DetailBoost_Beta", + "ClownOptions_ExtraOptions_Beta", + "ClownOptions_FlowGuide", + "ClownOptions_FrameWeights", + "ClownOptions_Frameweights", + "ClownOptions_ImplicitSteps_Beta", + "ClownOptions_Momentum_Beta", + "ClownOptions_SDE_Beta", + "ClownOptions_SDE_Mask_Beta", + "ClownOptions_SDE_Noise", + "ClownOptions_SigmaScaling_Beta", + "ClownOptions_StepSize_Beta", + "ClownOptions_SwapSampler_Beta", + "ClownOptions_Tile_Advanced_Beta", + "ClownOptions_Tile_Beta", "ClownRegionalConditioning", "ClownRegionalConditioning2", "ClownRegionalConditioning3", "ClownRegionalConditioning_AB", "ClownRegionalConditioning_ABC", "ClownRegionalConditionings", + "ClownSampler", + "ClownSamplerAdvanced", + "ClownSamplerAdvanced_Beta", + "ClownSamplerSelector_Beta", + "ClownSampler_Beta", "ClownScheduler", + "ClownStyle_Attn_MMDiT", + "ClownStyle_Attn_UNet", + "ClownStyle_Block_MMDiT", + "ClownStyle_Block_UNet", + "ClownStyle_Boost", + "ClownStyle_MMDiT", + "ClownStyle_ResBlock_UNet", + "ClownStyle_SpatialBlock_UNet", + "ClownStyle_TransformerBlock_UNet", + "ClownStyle_UNet", "ClownpileModelWanVideo", + "ClownsharKSampler", + "ClownsharKSamplerAutomation", + "ClownsharKSamplerAutomation_Advanced", + "ClownsharKSamplerGuide", + "ClownsharKSamplerGuides", + "ClownsharKSamplerOptions", + "ClownsharKSampler_Beta", + "ClownsharkChainsampler_Beta", "Conditioning Recast FP64", "ConditioningAdd", "ConditioningAverageScheduler", @@ -3774,11 +4496,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", @@ -3807,12 +4532,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", @@ -3912,6 +4649,8 @@ "TorchCompileModelSD35", "TorchCompileModels", "UNetSave", + "UltraSharkSampler", + "UltraSharkSampler Tiled", "VAEEncodeAdvanced", "VAEStyleTransferLatent" ], @@ -4004,6 +4743,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", @@ -4040,6 +4788,7 @@ "ImageToMultipleOf", "KikoFilmGrain", "KikoLocalImageLoader", + "KikoModelDownloader", "KikoPurgeVRAM", "KikoSaveImage", "LoRAFolderBatch", @@ -4052,6 +4801,7 @@ "SchedulerSelectHelper", "SeedHistory", "TextEncodeSamplerParams", + "TextInput", "WidthHeightSelector" ], { @@ -4061,7 +4811,8 @@ "https://github.com/ComfyAssets/ComfyUI_PromptManager": [ [ "PromptManager", - "PromptManagerText" + "PromptManagerText", + "PromptSearchList" ], { "title_aux": "ComfyUI_PromptManager" @@ -4091,6 +4842,89 @@ "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/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" @@ -4180,6 +5014,7 @@ "PrimereMidjourneyStyles", "PrimereModelConceptSelector", "PrimereModelKeyword", + "PrimereMultiImage", "PrimereNetworkDataCollector", "PrimereNetworkTagLoader", "PrimerePreviewImage", @@ -4222,12 +5057,46 @@ "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/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", @@ -4243,12 +5112,16 @@ ], "https://github.com/Creepybits/ComfyUI-Creepy_nodes": [ [ + "ArtAnalyst", "AudioKeywordExtractor", "CLIPSwitch", "Categorizer", + "CharacterSelect (Creepybits)", + "CharacterVault", "CollectAndDistributeText", "Coloring", - "ConditionalLoRAApplier", + "ConditionalLoRAApplierCreepybits", + "CreepyDirector'sSlate", "CustomNodeManager", "DelayNode", "DelayTextNode", @@ -4258,26 +5131,42 @@ "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", "SanitizeFilename", + "SaveRawLatent", + "SaveRawLatentCreepy", + "SceneDirector", "SummaryWriter", "SystemPromp", "Textswitch", - "VAESwitch" + "TriggerNextWorkflow", + "VAESwitch", + "WanPrompter", + "WorldWeaverPrompt" ], { "title_aux": "ComfyUI-Creepy_nodes" @@ -4299,6 +5188,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", @@ -4342,7 +5247,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", @@ -4354,8 +5258,7 @@ "Number", "PhotoShop Transfer", "SomethingShow", - "TensorShow", - "a fake Nod" + "TensorShow" ], { "title_aux": "ComfyUI-Yuan" @@ -4425,6 +5328,53 @@ "title_aux": "Artha-Projekt" } ], + "https://github.com/Cyrostar/ComfyUI-Artha-Nodes": [ + [ + "Artha Color Match", + "Artha Gemini Backdrop", + "Artha Gemini Body", + "Artha Gemini Camera", + "Artha Gemini Cloth", + "Artha Gemini Compose", + "Artha Gemini Condense", + "Artha Gemini Face", + "Artha Gemini Form", + "Artha Gemini Imagen", + "Artha Gemini Instruct", + "Artha Gemini Light", + "Artha Gemini Makeup", + "Artha Gemini Markdown", + "Artha Gemini Motion", + "Artha Gemini Operation", + "Artha Gemini Portrait", + "Artha Gemini Prompter", + "Artha Gemini Question", + "Artha Gemini Response", + "Artha Gemini Scenery", + "Artha Gemini Speech", + "Artha Gemini Style", + "Artha Gemini Subject", + "Artha Gemini Translate", + "Artha Gemini Vision", + "Artha Image Display", + "Artha Image Loader", + "Artha Input Selector", + "Artha Math Flo2Int", + "Artha Math Float", + "Artha Math Int2Flo", + "Artha Math Integer", + "Artha Math Number", + "Artha Math Operation", + "Artha Math Random", + "Artha Project Pause", + "Artha Project Prefix", + "Artha Project Seed", + "Artha Project Setup" + ], + { + "title_aux": "ComfyUI-Artha-Nodes" + } + ], "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": [ [ "Control Pipe (Focus Nodes)", @@ -4445,6 +5395,14 @@ "title_aux": "Comfyui FOCUS nodes" } ], + "https://github.com/DaLongZhuaZi/ComfyUI-Gemini-Prompt-Studio": [ + [ + "GeminiPromptStudio_T2I_I2V" + ], + { + "title_aux": "ComfyUI-Gemini-Prompt-Studio" + } + ], "https://github.com/Danand/ComfyUI-ComfyCouple": [ [ "Attention couple", @@ -4477,6 +5435,37 @@ "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/Daohoi123/ComfyUI-Gemini3": [ + [ + "Gemini3ProImageNode" + ], + { + "title_aux": "ComfyUI-Gemini3" + } + ], "https://github.com/DareFail/ComfyUI-Roboflow": [ [ "CustomWorkflow_1image", @@ -4510,15 +5499,7 @@ ], "https://github.com/DavidPiazza/network_bending": [ [ - "AudioFeatureExtractor", - "AudioLatentBlend", - "AudioLatentGuidance", - "AudioLatentInterpolate", - "AudioLatentManipulator", - "AudioReferenceEncoder", - "AudioStyleTransfer", - "AudioVAEDecode", - "AudioVAEEncode", + "InvertedPruning", "LatentFormatConverter", "ModelMixer", "NetworkBending", @@ -4571,6 +5552,52 @@ "title_aux": "Discord Webhook" } ], + "https://github.com/DazzleNodes/ComfyUI-Smart-Resolution-Calc": [ + [ + "SmartResolutionCalc" + ], + { + "title_aux": "Smart Resolution Calculator" + } + ], + "https://github.com/DazzleNodes/DazzleNodes": [ + [ + "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", + "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", @@ -4588,6 +5615,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", @@ -4602,14 +5638,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" @@ -4632,6 +5678,16 @@ "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" @@ -4648,6 +5704,16 @@ "title_aux": "RangeToString" } ], + "https://github.com/DemonNCoding/PromptGenerator12Columns": [ + [ + "PromptGenerator12Columns_Empty", + "PromptGenerator12Columns_Prefilled", + "PromptGenerator12Columns_PrefilledNSFW" + ], + { + "title_aux": "PromptGenerator 12-Columns" + } + ], "https://github.com/DenRakEiw/Latent_Nodes": [ [ "LatentColorMatch", @@ -4854,6 +5920,10 @@ "https://github.com/Dobidop/ComfyStereo": [ [ "DeoVRViewNode", + "NativeStereoImageViewer", + "NativeStereoVideoViewer", + "NativeVRStatus", + "StereoDiffusion", "StereoImageNode" ], { @@ -4924,6 +5994,7 @@ "DD-ModelSwitcher", "DD-QwenMTTranslator", "DD-SimpleLatent", + "DD-TxtFileMerger", "DD-VideoFrameExtractor" ], { @@ -4933,7 +6004,10 @@ "https://github.com/DrMWeigand/ComfyUI-StereoVision": [ [ "AutostereogramGenerator", - "StereoscopicGenerator" + "StereoCrafterInpainter", + "StereoscopicGenerator", + "StereoscopicGeneratorMax", + "StereoscopicGeneratorPro" ], { "title_aux": "StereoVision Plugin for ComfyUI" @@ -4941,6 +6015,7 @@ ], "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": [ [ + "ColorDetection", "LABColorDetection", "RGBColorDetection" ], @@ -4950,6 +6025,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", @@ -5007,7 +6090,15 @@ "Draekz Flux Resolutions", "Draekz JoyCaption", "Draekz Resolution Multiply", - "Draekz Resolutions By Ratio" + "Draekz Resolutions By Ratio", + "DraekzJsonGetValue", + "DraekzLLMOptions", + "DraekzLLMPrompt", + "DraekzLoraLoader", + "DraekzResolutionMultiply", + "DraekzResolutions", + "DraekzResolutionsByRatio", + "DraekzSeed" ], { "title_aux": "comfyui-draekz-nodez" @@ -5023,23 +6114,45 @@ ], "https://github.com/DragonDiffusionbyBoyo/Boyonodes": [ [ + "BoyoAssetGrabberAdvanced", + "BoyoAssetGrabberSimple", "BoyoAudioEval", "BoyoChainBastardLoops", + "BoyoCompare", + "BoyoForLoopEnd", + "BoyoForLoopStart", "BoyoFramePackLoRA", + "BoyoImageCrop", "BoyoImageGrab", "BoyoIncontextSaver", + "BoyoLoRAConfigInspector", + "BoyoLoRAConfigProcessor", + "BoyoLoRAJSONBuilder", + "BoyoLoRAPairedLoader", + "BoyoLoRAPathForwarder", "BoyoLoadImageList", "BoyoLoopCollector", + "BoyoLoopCounter", "BoyoLoopImageSaver", + "BoyoLoopReset", + "BoyoMathInt", "BoyoPairedImageSaver", "BoyoPairedSaver", "BoyoPromptInjector", "BoyoPromptLoop", + "BoyoQwenVLGrounding", "BoyoSaver", + "BoyoStoryboardOutput", + "BoyoStoryboardPrompt", "BoyoTiledVAEDecode", "BoyoVACEInjector", "BoyoVACEViewer", "BoyoVAEDecode", + "BoyoVideoPairedSaver", + "BoyoVideoSaver", + "BoyoVision", + "BoyoWhileLoopEnd", + "BoyoWhileLoopStart", "Boyolatent", "MandelbrotVideo" ], @@ -5059,20 +6172,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", @@ -5089,31 +6237,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", @@ -5251,23 +6417,38 @@ "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": [ [ "EmAySee_AnyPassthrough", + "EmAySee_CalculateAspectRatio", "EmAySee_CheckboxFloatNode", "EmAySee_DateTimeStringNode", "EmAySee_DynamicStringSelectorNode", + "EmAySee_GetModelPath", "EmAySee_GreaterThanNode", "EmAySee_HostPinger", + "EmAySee_ImageGetSize", "EmAySee_ImagePassthrough", "EmAySee_IntegerStringSelectorNode", "EmAySee_IntegerStringSelectorNodeDynamic", + "EmAySee_LatentSwitch", + "EmAySee_LoRA Metadata Extractor TagDrop", + "EmAySee_LoRAMetadataExtractor", + "EmAySee_LoRAMetadataExtractorTagDrop", + "EmAySee_LoraFilePicker", + "EmAySee_MathExpression", + "EmAySee_MetadataFormatter", "EmAySee_MultiplierNode", + "EmAySee_PadImageForOutpainting", "EmAySee_ProbabilityStringSelectorNode", "EmAySee_RandomIntFromList", "EmAySee_RandomIntegerFromListNode", "EmAySee_RandomIntegerFromTogglesNode_PremadeLabels", + "EmAySee_RandomLoraLoader", "EmAySee_RandomStringSelectorNode", "EmAySee_RandomStringSelectorNodeFourChoice", "EmAySee_RandomStringSelectorNodeThreeChoice", "EmAySee_RemoveDuplicateCSV", + "EmAySee_RemoveDuplicatesFromString", + "EmAySee_RemoveDuplicatesFromStringV2", + "EmAySee_RemoveWordsFromText", "EmAySee_RepaintKSampler", "EmAySee_SaveImage", "EmAySee_SaveTextToFile", @@ -5276,8 +6457,10 @@ "EmAySee_SubmitToOobaboogaAPI", "EmAySee_SubmitToOobaboogaAPIWithKey", "EmAySee_ToggleIntNode", + "EmAySee_VAECompatibleAspectRatioCalculator", "EmAySee_VarTextReplacer", - "EmAySee_VeryUniqueStringSelectorNode" + "EmAySee_VeryUniqueStringSelectorNode", + "EmAySee_WD14TagFilter" ], { "title_aux": "ComfyUI_EmAySee_CustomNodes" @@ -5285,21 +6468,26 @@ ], "https://github.com/Enashka/ComfyUI-nhknodes": [ [ + "AddHeadroom", "CyclingSwitch", "DoubleSwitch", "DoubleSwitchOut", + "EditWithKrita", "ExecutionCounter", "ImageGridBatch", "ImageGridComposite", "ImageLoaderWithPreviews", "IntervalGate", "LLMChat", - "QwenVision", + "LoadImageSeries", + "OllamaChat", + "PlaySound", "SimpleTextInput", "SizePicker", "TextCombiner", "TextDisplay", - "TextTemplate" + "TextTemplate", + "VisualResizer" ], { "title_aux": "ComfyUI-nhknodes" @@ -5307,10 +6495,16 @@ ], "https://github.com/Enemyx-net/VibeVoice-ComfyUI": [ [ + "LoadTextFromFileNode", "VibeVoice Free Memory", + "VibeVoice LoRA", "VibeVoice Load Text From File", "VibeVoice Multiple Speakers", - "VibeVoice Single Speaker" + "VibeVoice Single Speaker", + "VibeVoiceFreeMemoryNode", + "VibeVoiceLoRANode", + "VibeVoiceMultipleSpeakersNode", + "VibeVoiceSingleSpeakerNode" ], { "title_aux": "VibeVoice ComfyUI" @@ -5324,14 +6518,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", @@ -5342,6 +6528,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" @@ -5350,6 +6556,15 @@ "title_aux": "ComfyUI-ReLight" } ], + "https://github.com/EnragedAntelope/comfyui-sdnq": [ + [ + "SDNQModelQuantizer", + "SDNQSampler" + ], + { + "title_aux": "comfyui-sdnq" + } + ], "https://github.com/Erehr/ComfyUI-EreNodes": [ [ "ErePromptCloud", @@ -5365,6 +6580,239 @@ "title_aux": "ComfyUI-EreNodes" } ], + "https://github.com/EricRollei/AAA_Metadata_System": [ + [ + "AspectRatio2StepLatent", + "CheckpointBatchInfoSetter_v074", + "CheckpointInfoSetter_v074", + "CheckpointInfoViewer_v074", + "CheckpointParamsLoader_v074", + "CheckpointTester_v074", + "ColorNameToRGB_v01", + "ColorSelector", + "CulturalColorPaletteGenerator_v01", + "EnhancedMetadataFilterNode_V2", + "EricCivitaiPromptExtractor", + "EricCivitaiPromptExtractorAutoLoader", + "EricLoadImageExtended", + "EricLoadImageWithLayers", + "EricSaveTrueSVGImage", + "Eric_Color_Palette_Analyzer_v3", + "Eric_Duplicate_Image_Finder_v04", + "Eric_Metadata_Debugger_V2", + "Eric_Metadata_Entry_V2", + "Eric_Metadata_Filter_V2", + "Eric_Metadata_Query_V3", + "Eric_Workflow_Toolkit_v2", + "EricsWordCloudNode", + "FileOrganizer", + "FlattenNestedFiles_v2", + "LoRABatchInfoSetter_v03", + "LoRABulkOperations_v03", + "LoRADatabaseMaintenance_v03", + "LoRADatabaseStats_v03", + "LoRAGalleryDisplay_v03", + "LoRAGalleryWithEdit_v03", + "LoRAInfoSetter_v03", + "LoRAInfoViewer_v03", + "LoRAParamsLoader_v03", + "LoRAQuickFeedback_v03", + "LoRATester_v03", + "MetadataAwareSaveImage_Simple", + "MetadataAwareSaveImage_v099d", + "MetadataConsolidatorNode_V2", + "Multi-LoRA Loader Flux", + "Multi-LoRA Loader Model-Only", + "Multi-LoRA Loader Qwen", + "Multi-LoRA Loader Wan-i2v", + "Multi-LoRA Loader Wan-t2v", + "Multi-LoRA Loader Z-Image", + "Multi-LoRA Loader [PLATFORM_NAME]", + "Multi-LoRA Loader v02", + "MyCustomNode", + "PngInfoDiagnosticV3", + "PngMetadataExtractorV3", + "SmartImageCropper", + "SplitWorkflowExtractorNode_V2", + "TextOverlayNode_v04", + "TriggerWordManager_v03", + "Wan22AspectRatioHelper", + "Wan22_Size_Preset" + ], + { + "nodename_pattern": "^(MetadataAwareSaveImage|Multi_LoRA_Loader|LoadImageLayers)", + "title_aux": "AAA Metadata System" + } + ], + "https://github.com/EricRollei/Comfy_HunyuanImage3": [ + [ + "HunyuanImage3ClearDownstream", + "HunyuanImage3ForceUnload", + "HunyuanImage3FullGPULoader", + "HunyuanImage3FullLoader", + "HunyuanImage3Generate", + "HunyuanImage3GenerateLarge", + "HunyuanImage3GenerateLargeBudget", + "HunyuanImage3GenerateLowVRAM", + "HunyuanImage3GenerateLowVRAMBudget", + "HunyuanImage3GenerateTelemetry", + "HunyuanImage3Int8Loader", + "HunyuanImage3Int8LoaderBudget", + "HunyuanImage3NF4LoaderLowVRAMBudget", + "HunyuanImage3QuantizedLoader", + "HunyuanImage3SoftUnload", + "HunyuanImage3Unload", + "HunyuanPromptRewriter" + ], + { + "title_aux": "Comfy_HunyuanImage3" + } + ], + "https://github.com/EricRollei/Download_Tools": [ + [ + "EricWebFileScraper_v082", + "GalleryDLDownloader", + "YtDlpDownloader" + ], + { + "nodename_pattern": "(Gallery-dl|Yt-dlp|Web.*Scraper)", + "title_aux": "Download Tools for ComfyUI" + } + ], + "https://github.com/EricRollei/Emu35-Comfyui-Nodes": [ + [ + "Emu35ClearCache", + "Emu35Loader", + "Emu35OfficialT2I", + "Emu35Sampler", + "Emu35VQA" + ], + { + "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": [ + [ + "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/EuphoricPenguin/resemble-enhance-comfyui": [ + [ + "ResembleEnhance" + ], + { + "title_aux": "ComfyUI Resemble Enhance" + } + ], "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": [ [ "Batch_joy_caption_two", @@ -5401,6 +6849,9 @@ ], "https://github.com/ExoticArts/comfyui-ea-nodes": [ [ + "EAImageCompare", + "EAImageCompare3Way", + "EAImageCompare4Way", "EA_AutoTrimPingPong", "EA_FilenameCombine", "EA_LightningMotionBias", @@ -5411,7 +6862,9 @@ "EA_PowerLora_CLIP", "EA_PowerLora_WanVideo", "EA_TrimFrames", - "EA_VideoLoad" + "EA_TrimWindow", + "EA_VideoLoad", + "EA_VideoSaveIdempotent" ], { "title_aux": "comfyui-ea-nodes" @@ -5464,13 +6917,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" @@ -5794,7 +7241,6 @@ "MeshGraphormer-DepthMapPreprocessor", "Metric3D-DepthMapPreprocessor", "Metric3D-NormalMapPreprocessor", - "Metric_DepthAnythingV2Preprocessor", "MiDaS-DepthMapPreprocessor", "MiDaS-NormalMapPreprocessor", "OneFormer-ADE20K-SemSegPreprocessor", @@ -5813,6 +7259,7 @@ "SemSegPreprocessor", "ShufflePreprocessor", "TEEDPreprocessor", + "TEED_Preprocessor", "TTPlanet_TileGF_Preprocessor", "TTPlanet_TileSimple_Preprocessor", "TilePreprocessor", @@ -5907,6 +7354,21 @@ "title_aux": "ComfyUI MaskAIFingerprint" } ], + "https://github.com/FeiMao-326/Comfyui-General-API-Node": [ + [ + "FeiMao_326_GeneralAPINode", + "FeiMao_326_GetListElement", + "FeiMao_326_JsonParser", + "FeiMao_326_TextBatchReplace", + "FeiMao_326_TextIterator", + "FeiMao_326_TextSplitByDelimiter", + "ShowTextNode", + "SimpleTextNode" + ], + { + "title_aux": "Comfyui-General-API-Node" + } + ], "https://github.com/Feidorian/feidorian-ComfyNodes": [ [], { @@ -5940,10 +7402,13 @@ "Add Margin With Color", "Any to Int/Float/String", "Audio Duration", + "Clamp Images To Megapixels", "Essential Params", + "Essential Params Expand", "Get Last Output Video Path", "If Image Valid", "Image Params", + "Image Params Expand", "Is Image Valid ?", "Math Operation", "None if same Image", @@ -5951,6 +7416,7 @@ "Resize Images To Megapixels", "Resize To Megapixels", "Video Params", + "Video Params Expand", "WaveformDevice" ], { @@ -5997,10 +7463,26 @@ "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" @@ -6010,11 +7492,9 @@ [ "AbsCosWave", "AbsSinWave", - "BatchGLIGENSchedule", "BatchPromptSchedule", "BatchPromptScheduleEncodeSDXL", "BatchPromptScheduleLatentInput", - "BatchPromptScheduleNodeFlowEnd", "BatchPromptScheduleSDXLLatentInput", "BatchStringSchedule", "BatchValueSchedule", @@ -6024,6 +7504,7 @@ "CosWave", "FizzFrame", "FizzFrameConcatenate", + "ImageBatchFromValueSchedule", "ImagesFromBatchSchedule", "Init FizzFrame", "InvCosWave", @@ -6034,6 +7515,7 @@ "PromptScheduleNodeFlow", "PromptScheduleNodeFlowEnd", "SawtoothWave", + "SelectFrameNumber", "SinWave", "SquareWave", "StringConcatenate", @@ -6058,6 +7540,7 @@ ], "https://github.com/FloyoAI/ComfyUI-Seed-API": [ [ + "ResolutionHelper", "SeedChat", "SeedEditImageToImage", "SeedanceLiteFirstLastFrame", @@ -6065,6 +7548,11 @@ "SeedanceLiteReferenceImages", "SeedanceLiteTextToVideo", "SeedanceProTextImageToVideo", + "Seedream4BatchGeneration", + "Seedream4ImageToImage", + "Seedream4MultiImageBlending", + "Seedream4TextToImage", + "Seedream4Unified", "SeedreamTextToImage", "VideoToFrames" ], @@ -6101,19 +7589,68 @@ ], "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", + "FossielSequenceWrangler", + "FossielWebPWrangler", + "Fossiel_Qwen_Size_Stabilizer", + "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" @@ -6138,6 +7675,16 @@ "title_aux": "NX_Translator" } ], + "https://github.com/FranckyB/ComfyUI-Prompt-Manager": [ + [ + "PromptGenOptions", + "PromptGenerator", + "PromptManager" + ], + { + "title_aux": "ComfyUI-Prompt-Manager" + } + ], "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": [ [ "LoraAdaLNPatcher" @@ -6245,6 +7792,7 @@ "StabStitch", "StabStitch_Crop_Resize", "StabStitch_Stabilize", + "VFI_MAMBA", "WFEN" ], { @@ -6255,6 +7803,26 @@ "title_aux": "FM_nodes" } ], + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": [ + [ + "ACN_AdvancedControlNetApply_v2", + "ACN_ControlNetLoaderAdvanced", + "ECHOCheckpointLoaderSimple", + "KSampler_A1111" + ], + { + "title_aux": "ComfyUI-Dummy_Node_Pack" + } + ], + "https://github.com/FuryNocturn/ComfyUI-Studio-Fury": [ + [ + "StudioFury_AdvancedPrompt", + "StudioFury_EmbeddingsSelector" + ], + { + "title_aux": "ComfyUI-Studio-Fury" + } + ], "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": [ [ "VisualAreaPrompt", @@ -6280,27 +7848,22 @@ "title_aux": "ComfyUI-SD3-Powerlab" } ], - "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": [ + "https://github.com/GACLove/ComfyUI-VFI": [ [ - "LightX2VConfigCombiner", - "LightX2VInferenceConfig", - "LightX2VLoRALoader", - "LightX2VMemoryOptimization", - "LightX2VModularInference", - "LightX2VQuantization", - "LightX2VTeaCache" + "CalculateLoadedFPS", + "RIFEInterpolation" ], { - "title_aux": "ComfyUI-Lightx2vWrapper" + "title_aux": "ComfyUI-VFI" } ], - "https://github.com/GACLove/ComfyUI-VFI": [ + "https://github.com/GENKAIx/PixelArt-Processing-Nodes-for-ComfyUI": [ [ - "CalculateLoadedFPS", - "RIFEInterpolation" + "PixelArtDownscaleNode", + "PixelArtNode" ], { - "title_aux": "ComfyUI-VFI" + "title_aux": "PixelArt Processing Nodes" } ], "https://github.com/GHOSTLXH/ComfyUI-Counternodes": [ @@ -6320,16 +7883,31 @@ [ "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" @@ -6387,19 +7965,28 @@ "title_aux": "ComfyUI-SD3LatentSelectRes" } ], - "https://github.com/GeekyGhost/24oiduts-ComfyUI": [ + "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": [ [ - "Studio42AudioLoader", - "Studio42AudioMixer", - "Studio42BackgroundRemoverEnhanced", - "Studio42LayerComposer", - "Studio42PatchDrop", - "Studio42PatchLiftLoader", - "Studio42VideoPatchDrop", - "Studio42VideoPatchLiftLoader" + "HttpTTSToAudio", + "TTSServerStatus" ], { - "title_aux": "ComfyUI-Image-Segmenting-Loader" + "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": [ @@ -6446,6 +8033,14 @@ "title_aux": "ComfyUI Geeky AudioMixer" } ], + "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node": [ + [ + "MultiAreaConditioning" + ], + { + "title_aux": "Multi Area Conditioning" + } + ], "https://github.com/GentlemanHu/ComfyUI-SunoAI": [ [ "GentlemanHu_SunoAI", @@ -6455,6 +8050,15 @@ "title_aux": "ComfyUI Suno API" } ], + "https://github.com/Geo1230/ComfyUI-DeepseekOCR": [ + [ + "DeepSeekOCR_Load", + "DeepSeekOCR_Run" + ], + { + "title_aux": "ComfyUI-DeepseekOCR" + } + ], "https://github.com/GeraldWie/ComfyUI-I2I-slim": [ [ "Color Transfer Slim", @@ -6488,6 +8092,65 @@ "title_aux": "ComfyUI-DiffusersImageOutpaint" } ], + "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" @@ -6521,6 +8184,7 @@ "ReActorMaskHelper", "ReActorOptions", "ReActorRestoreFace", + "ReActorRestoreFaceAdvanced", "ReActorSaveFaceModel", "ReActorSetWeight", "ReActorUnload" @@ -6529,6 +8193,22 @@ "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-PuLID-Flux-GR": [ [ "GRApplyPulidFlux", @@ -6580,7 +8260,9 @@ "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", + "GRLoraLoader", + "GRPromptViewer" ], { "title_aux": "GraftingRayman" @@ -6594,6 +8276,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", @@ -6603,6 +8293,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" @@ -6611,13 +8310,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": [ @@ -6637,6 +8344,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", @@ -6754,6 +8470,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", @@ -6792,14 +8519,14 @@ "title_aux": "ComfyUI OneReward Node" } ], - "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": [ + "https://github.com/HM-RunningHub/ComfyUI_RH_Ovi": [ [ - "QwenImageModelLoader", - "RH_QwenImageGenerator", - "RH_QwenImagePromptEnhancer" + "RunningHub Ovi Image to Video", + "RunningHub Ovi Model Loader", + "RunningHub Ovi Text to Video" ], { - "title_aux": "ComfyUI Qwen-Image Node" + "title_aux": "ComfyUI Ovi Node" } ], "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": [ @@ -6836,6 +8563,24 @@ "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" @@ -6874,13 +8619,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", @@ -6900,9 +8656,8 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Normalization", - "Recenter", - "Recenter XL" + "Diffusion CG", + "Disable CG" ], { "title_aux": "Diffusion CG" @@ -6918,7 +8673,7 @@ ], "https://github.com/Haoming02/comfyui-resharpen": [ [ - "Resharpen" + "ReSharpen" ], { "title_aux": "ComfyUI ReSharpen" @@ -6940,6 +8695,23 @@ "title_aux": "ComfyUI-AmazonBedrock" } ], + "https://github.com/Hasasasa/ComfyUI_DashuaiTools": [ + [ + "API_PromptHelper", + "API_caption", + "Batch_API_caption", + "ImageComparisonGIF", + "LoadImageList", + "LoadTextList", + "MinimumFilter", + "SaveImageWithName", + "XY_Image", + "ZImageLoraModelOnly" + ], + { + "title_aux": "ComfyUI DashuaiTools" + } + ], "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": [ [ "Clip Switch", @@ -7005,6 +8777,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" @@ -7021,6 +8810,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", @@ -7065,18 +8862,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": [ @@ -7123,8 +8914,11 @@ "AgentMemoryProvider", "AgentNode", "BasicRecursionFilterNode", + "Completion Enhancement Filter", + "Document Chunk Processor", "DocumentChunkRecursionFilterNode", "DocumentProcessor", + "Iterative Completion Agent", "LinuxMemoryDirectory", "QueryNode" ], @@ -7135,19 +8929,440 @@ "title_aux": "ComfyUI_LiteLLM" } ], + "https://github.com/HowToSD/ComfyUI-Data-Analysis": [ + [ + "CDAFloatCreate", + "CDAIntCreate", + "CDAJSONCreate", + "CDAShowFloat", + "CDAShowInt", + "CDAStringCreate", + "CDATextCreate", + "MPLBar", + "MPLLine", + "MPLPieChart", + "MPLScatter", + "NumpyFloatCreate", + "NumpyIntCreate", + "NumpyShow", + "NumpySqueeze", + "PandasAdd", + "PandasAddScalarFloat", + "PandasAddScalarInt", + "PandasAddSeries", + "PandasAsFloat", + "PandasAsInt", + "PandasAsString", + "PandasAtDatetime", + "PandasAtFloat", + "PandasAtInt", + "PandasAtSetDatetime", + "PandasAtSetFloat", + "PandasAtSetInt", + "PandasAtSetString", + "PandasAtString", + "PandasBooleanIndex", + "PandasColumns", + "PandasCorr", + "PandasCos", + "PandasCount", + "PandasCov", + "PandasCreate", + "PandasCreateFromDict", + "PandasCreateFromDictIndexList", + "PandasCreateFromMultipleDict", + "PandasCreateFromNumpy", + "PandasCreateFromTensor", + "PandasCreateSeriesFromDict", + "PandasCreateSeriesFromList", + "PandasCreateSeriesFromListIndexList", + "PandasCreateWithIndex", + "PandasCrosstab", + "PandasCummax", + "PandasCummin", + "PandasCumprod", + "PandasCumsum", + "PandasDiv", + "PandasDivScalarFloat", + "PandasDivScalarInt", + "PandasDivSeries", + "PandasDropDuplicates", + "PandasDropNA", + "PandasEq", + "PandasEqScalarFloat", + "PandasEqScalarInt", + "PandasExcelFileSheetNames", + "PandasExp", + "PandasFeatureSplitToNumpy", + "PandasFeatureSplitToPt", + "PandasFillNAScalarFloat", + "PandasFillNAScalarInt", + "PandasGe", + "PandasGeScalarFloat", + "PandasGeScalarInt", + "PandasGroupBy", + "PandasGt", + "PandasGtScalarFloat", + "PandasGtScalarInt", + "PandasHead", + "PandasHorizontalConcat", + "PandasHorizontalSplit", + "PandasIatDatetime", + "PandasIatFloat", + "PandasIatInt", + "PandasIatSetDatetime", + "PandasIatSetFloat", + "PandasIatSetInt", + "PandasIatSetString", + "PandasIatString", + "PandasIlocRowSeries", + "PandasIlocRowsDataFrame", + "PandasIlocRowsSliceDataFrame", + "PandasIndex", + "PandasIndexToString", + "PandasIsNA", + "PandasJoin", + "PandasKurtosis", + "PandasLe", + "PandasLeScalarFloat", + "PandasLeScalarInt", + "PandasLoadCSV", + "PandasLoadCSVWithEncoding", + "PandasLoadCSVWithIndex", + "PandasLoadExcel", + "PandasLoadHTML", + "PandasLoadJSON", + "PandasLocCellString", + "PandasLocRowMultiIndexDataFrame", + "PandasLocRowSeries", + "PandasLog", + "PandasLt", + "PandasLtScalarFloat", + "PandasLtScalarInt", + "PandasMax", + "PandasMean", + "PandasMedian", + "PandasMelt", + "PandasMin", + "PandasMode", + "PandasMul", + "PandasMulScalarFloat", + "PandasMulScalarInt", + "PandasMulSeries", + "PandasNe", + "PandasNeScalarFloat", + "PandasNeScalarInt", + "PandasPivot", + "PandasPow", + "PandasPowScalarFloat", + "PandasPowScalarInt", + "PandasPowSeries", + "PandasRename", + "PandasRenameAdvanced", + "PandasReplace", + "PandasReplaceAdvanced", + "PandasSaveCSV", + "PandasSaveJSON", + "PandasSelectColumnAsSeries", + "PandasSelectColumns", + "PandasSelectRows", + "PandasSeriesToDataFrame", + "PandasSeriesToString", + "PandasSetIndex", + "PandasShowDataFrame", + "PandasShowIndex", + "PandasShowSeries", + "PandasShowText", + "PandasSin", + "PandasSkew", + "PandasSort", + "PandasStd", + "PandasStrftime", + "PandasSub", + "PandasSubScalarFloat", + "PandasSubScalarInt", + "PandasSubSeries", + "PandasSum", + "PandasSummary", + "PandasTan", + "PandasToDatetime", + "PandasToNumpy", + "PandasToString", + "PandasTranspose", + "PandasValueCounts", + "PandasVar", + "PandasVerticalConcat", + "PandasVerticalSplit", + "PandasXs", + "PyDatetimeToString", + "PyFloatToString", + "PyIntToString", + "PyKvFloatCreate", + "PyKvIntCreate", + "PyKvStringCreate", + "PyListToString", + "PyStringToDatetime", + "PyStringToDict", + "PyStringToFloat", + "PyStringToInt", + "PyStringToList", + "SNSBar", + "SNSBarPt", + "SNSBoxplot", + "SNSHeatmap", + "SNSHistogram", + "SNSHistogramPt", + "SNSLine", + "SNSLinePt", + "SNSPairplot", + "SNSScatter", + "SNSScatterPt" + ], + { + "title_aux": "ComfyUI-Data-Analysis" + } + ], + "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": [ + [ + "HfTokenizerEncode", + "PtAbs", + "PtAcos", + "PtAdd", + "PtApplyFunction", + "PtArange", + "PtArgmax", + "PtArgmin", + "PtAsin", + "PtAtan", + "PtBitwiseAnd", + "PtBitwiseLeftShift", + "PtBitwiseNot", + "PtBitwiseOr", + "PtBitwiseRightShift", + "PtBitwiseXor", + "PtBmm", + "PtBoolCreate", + "PtComputeLoss", + "PtConcat", + "PtCos", + "PtCosh", + "PtCrop", + "PtDataLoader", + "PtDataLoaderFromTensors", + "PtDiv", + "PtEinsum", + "PtEq", + "PtEvaluateClassificationModel", + "PtExp", + "PtFlatten", + "PtFloatCreate", + "PtFloorDiv", + "PtFromImage", + "PtFromImageTranspose", + "PtFromLatent", + "PtFromNumpy", + "PtFull", + "PtGather", + "PtGe", + "PtGt", + "PtIndexSelect", + "PtIntCreate", + "PtInterpolateByScaleFactor", + "PtInterpolateToSize", + "PtLe", + "PtLinspace", + "PtLoadModel", + "PtLog", + "PtLogicalAnd", + "PtLogicalNot", + "PtLogicalOr", + "PtLogicalXor", + "PtLt", + "PtMaskedSelect", + "PtMatMul", + "PtMax", + "PtMean", + "PtMedian", + "PtMin", + "PtMm", + "PtMul", + "PtNe", + "PtNeg", + "PtOnes", + "PtPad", + "PtPermute", + "PtPow", + "PtPredictClassificationModel", + "PtPredictRegressionModel", + "PtProd", + "PtRand", + "PtRandInt", + "PtRandn", + "PtRemainder", + "PtReshape", + "PtSaveModel", + "PtScatter", + "PtShowSize", + "PtShowText", + "PtSin", + "PtSinh", + "PtSize", + "PtSizeCreate", + "PtSizeToNumpy", + "PtSizeToString", + "PtSqrt", + "PtSqueeze", + "PtStack", + "PtStd", + "PtSub", + "PtSum", + "PtTan", + "PtTanh", + "PtToBfloat16", + "PtToFloat16", + "PtToFloat32", + "PtToFloat64", + "PtToImage", + "PtToImageTranspose", + "PtToInt16", + "PtToInt32", + "PtToInt64", + "PtToInt8", + "PtToLatent", + "PtToNumpy", + "PtToRgbTensors", + "PtToUint8", + "PtTokenizer", + "PtTrainClassificationModel", + "PtTrainClassificationModelLr", + "PtTrainClassificationTransformerModel", + "PtTrainFineTuneClassificationTransformerModel", + "PtTrainModel", + "PtTrainRNNModel", + "PtTrainRegressionModel", + "PtUnsqueeze", + "PtVar", + "PtView", + "PtWhere", + "PtZeros", + "PtdBernoulli", + "PtdBeta", + "PtdBinomial", + "PtdCategorical", + "PtdChi2", + "PtdExponential", + "PtdGamma", + "PtdNormal", + "PtdPoisson", + "PtdStudentT", + "PtdUniform", + "PtdmCdf", + "PtdmCdfTensor", + "PtdmIcdf", + "PtdmIcdfTensor", + "PtdmLogProb", + "PtdmLogProbTensor", + "PtdmPdf", + "PtdmPdfTensor", + "PtdmPmf", + "PtdmPmfTensor", + "PtdmSample", + "PtfGELU", + "PtfLeakyReLU", + "PtfLogSoftmax", + "PtfReLU", + "PtfSiLU", + "PtfSigmoid", + "PtfSoftmax", + "PtfSoftplus", + "PtfTanh", + "PtnAvgPool2d", + "PtnBCELoss", + "PtnBCEWithLogitsLoss", + "PtnBatchNorm2d", + "PtnChainedModel", + "PtnChainedModelWithAttentionMask", + "PtnConv2d", + "PtnConvModel", + "PtnCrossEntropyLoss", + "PtnEmbedding", + "PtnEmbeddingRNNLinear", + "PtnEmbeddingTransformerLinear", + "PtnGRU", + "PtnGRULinear", + "PtnHfFineTunedClassificationModel", + "PtnHfLoraClassificationModel", + "PtnHuberLoss", + "PtnInstanceNorm2d", + "PtnKLDivLoss", + "PtnL1Loss", + "PtnLSTM", + "PtnLSTMLinear", + "PtnLayerNorm", + "PtnLinear", + "PtnLinearModel", + "PtnMSELoss", + "PtnMaskedMeanPooling", + "PtnMaxPool2d", + "PtnModelWithClosure", + "PtnMultiheadAttention", + "PtnMultiheadAttentionCustom", + "PtnNLLLoss", + "PtnPreAddChannelAxis", + "PtnPreFlatten", + "PtnRNN", + "PtnRNNLinear", + "PtnResidualConnectionModel", + "PtnResidualConnectionModelWithAttentionMask", + "PtnResnetModel", + "PtnSmoothL1Loss", + "PtoAdam", + "PtoAdamW", + "PtoLrSchedulerCosineAnnealing", + "PtoLrSchedulerReduceOnPlateau", + "PtoLrSchedulerStep", + "PtoSGD", + "PtoSimple", + "PtvDataset", + "PtvDatasetLen", + "PtvDatasetLoader", + "PtvHfDatasetWithTokenEncode", + "PtvHfGloveDataset", + "PtvHfLocalDataset", + "PtvImageFolderDataset", + "PtvSequentialTensorDataset", + "PtvTransformsDataAugment", + "PtvTransformsResize", + "PtvTransformsToTensor", + "SpEncode", + "SpLoadModel" + ], + { + "title_aux": "ComfyUI-Pt-Wrapper" + } + ], "https://github.com/Hullabalo/ComfyUI-Loop": [ [ "ImageCropLoop", - "ImageCutLoop", "ImagePasteLoop", - "LoadImageSimple", - "LoopImageSimple", - "SaveImageSimple" + "LoopAny", + "SaveAny" ], { "title_aux": "ComfyUI-Loop" } ], + "https://github.com/IAMCCS/IAMCCS-nodes": [ + [ + "IAMCCS_ModelWithLoRA", + "IAMCCS_WanLoRAStack", + "IAMCCS_WanLoRAStackModelIO", + "IAMCCS_qwenloraloader" + ], + { + "title_aux": "IAMCCS-nodes" + } + ], "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": [ [ "MI2V Flow Animator", @@ -7257,6 +9472,31 @@ "title_aux": "ComfyUI-SizeFromArray" } ], + "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": [ + [ + "VideoDescriptionDAM", + "VideoDescriptionQwen3VL" + ], + { + "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", @@ -7269,6 +9509,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" @@ -7445,6 +9698,7 @@ "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": [ [ "CLIPTextEncodeStyles", + "ComputePadding", "JoinVideos", "MakeDrivingVideoForLivePortrait", "MakePortraitWalk", @@ -7496,8 +9750,10 @@ ], "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough": [ [ + "ControlledCLIPTextEncode", "ControlledControlNetLoader", "ControlledModelPatchLoader", + "ControlledUNETLoader", "ControlledUnetLoaderGGUF", "ControlledVAELoader", "DeleteModelPassthrough", @@ -7512,6 +9768,7 @@ [ "CustomTextNode", "CustomTextNode \u2328\ufe0f", + "CustomTextNode.py", "DisplayImageFromURL", "IsuCollage_Node", "Isulion Civitai Image Display", @@ -7540,6 +9797,7 @@ "IsulionNegativePromptGenerator", "IsulionProfessionGenerator", "IsulionPromptEnhancer", + "IsulionPromptGenerator", "IsulionSceneComposition", "IsulionSpacecraftGenerator", "IsulionStyleMixer", @@ -7547,6 +9805,7 @@ "IsulionTimeOfDayGenerator", "IsulionVideoPromptGenerator", "IsulionWeatherGenerator", + "MegaPromptV3", "\u29c9 IsulionOverlay", "\ud83d\udca4 IsulionShutdown", "\ud83e\udde9 IsulionQRCode" @@ -7555,7 +9814,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", @@ -7563,7 +9822,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": [ @@ -7576,15 +9835,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": [ @@ -7693,6 +9974,9 @@ [ "PAGE", "PST", + "PhyCV_PST", + "PhyCV_Page", + "PhyCV_Vevid", "VEVID" ], { @@ -7701,7 +9985,6 @@ ], "https://github.com/JTriggerFish/ComfyLatentTools": [ [ - "DownsampledAttentionGuidance", "DownsampledLatentGuidance", "GenericAttentionGuidance", "LatentNormalizedLanczosResize" @@ -7739,6 +10022,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", @@ -7790,6 +10082,7 @@ "https://github.com/JaredTherriault/ComfyUI-JNodes": [ [ "JNodes_AddOrSetMetaDataKey", + "JNodes_AddOrSetPngInfoKey", "JNodes_AnyToString", "JNodes_AppendReversedFrames", "JNodes_AudioInputOptions", @@ -7861,6 +10154,20 @@ "title_aux": "FitDiT" } ], + "https://github.com/JayLyu/blender-in-comfyui": [ + [ + "BL_Camera_Creator", + "BL_Export_Model", + "BL_Model_Merger", + "BL_Model_Param", + "BL_Render", + "BL_Save_Mesh", + "BL_Scene_Composer" + ], + { + "title_aux": "blender-in-comfyui" + } + ], "https://github.com/JcandZero/ComfyUI_GLM4Node": [ [ "GLM3_turbo_CHAT", @@ -7919,6 +10226,7 @@ ], "https://github.com/JiSenHua/ComfyUI-TD": [ [ + "AudiotoTD", "Comfy3DPacktoTD", "Hy3DtoTD", "ImagetoTD", @@ -8063,6 +10371,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" @@ -8110,7 +10429,8 @@ "JMBinaryNot", "JMIntegerToBooleans", "JMNumberList", - "JMSWitchablePrompt" + "JMSWitchablePrompt", + "JMSwitchablePrompt" ], { "title_aux": "ComfyUI JMNodes" @@ -8138,6 +10458,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" @@ -8171,6 +10499,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", @@ -8180,6 +10509,17 @@ "title_aux": "ComfyUI_SimpleButcher" } ], + "https://github.com/KLL535/ComfyUI_Simple_Qwen3-VL-gguf": [ + [ + "SimpleMasterPromptLoader", + "SimpleMasterPromptLoaderAdvanced", + "SimpleModelPresetLoaderAdvanced", + "SimpleQwenVLgguf" + ], + { + "title_aux": "ComfyUI_Simple_Qwen3-VL-gguf" + } + ], "https://github.com/KY-2000/ComfyUI_PuLID_Flux_ll_FaceNet": [ [ "ApplyPulidFlux", @@ -8233,6 +10573,20 @@ "title_aux": "comfyui-save-image-enhanced" } ], + "https://github.com/Kaleidia/KaleidiaNodes": [ + [ + "DynamicPromptNode", + "DynamicPromptNodeEXT", + "FormatIntToString", + "GetFileCountInOutputFolder", + "LoadCSV", + "RandomFloatToString", + "RandomIntToString" + ], + { + "title_aux": "KaleidiaNodes" + } + ], "https://github.com/Kangkang625/ComfyUI-paint-by-example": [ [ "PaintbyExamplePipeLoader", @@ -8265,14 +10619,50 @@ "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_KritaCanvas", + "JAX_KritaImageLayer", + "JAX_KritaMaskLayer", + "JAX_KritaOutput", + "JAX_KritaPipeIn", + "JAX_KritaSelection", + "JAX_KritaSendText", + "JAX_KritaStrength", + "JAX_KritaStyle", + "JAX_Parameter", + "JAX_SamplerPipeOut", + "JAX_SendImageWebSocket" + ], + { + "title_aux": "ComfyUI-Jax-Nodes" + } + ], "https://github.com/Kesin11/ComfyUI-list-filter": [ [ "list_filter_FilterImageListByIndexList", @@ -8302,6 +10692,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", @@ -8311,6 +10710,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", @@ -8331,6 +10743,31 @@ "title_aux": "TIPO-extension" } ], + "https://github.com/Koko-boya/Comfyui-Z-Image-Utilities": [ + [ + "Z_ImageAPIConfig", + "Z_ImageClearSessions", + "Z_ImageOptions", + "Z_ImagePromptEnhancer", + "Z_ImagePromptEnhancerWithCLIP", + "Z_ImageUnloadModels" + ], + { + "title_aux": "Comfyui-Z-Image-Utilities" + } + ], + "https://github.com/Koratahiu/ComfyUI-Diff2Flow": [ + [ + "Diff2FlowODESampler" + ], + { + "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", @@ -8354,6 +10791,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" @@ -8362,14 +10802,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", @@ -8380,7 +10812,6 @@ "ACN_ControlNet++LoaderAdvanced", "ACN_ControlNet++LoaderSingle", "ACN_ControlNetLoaderAdvanced", - "ACN_ControlNetLoaderWithLoraAdvanced", "ACN_CtrLoRALoader", "ACN_CustomControlNetWeightsFlux", "ACN_CustomControlNetWeightsSD15", @@ -8423,6 +10854,8 @@ ], "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": [ [ + "ADBlockComboNode", + "ADBlockIndivNode", "ADE_AdjustPEFullStretch", "ADE_AdjustPEManual", "ADE_AdjustPESweetspotStretch", @@ -8551,8 +10984,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" @@ -8615,6 +11062,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" @@ -8632,18 +11081,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" ], { @@ -8677,6 +11141,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" @@ -8744,26 +11243,32 @@ "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_LoadImage_V2", + "LG_MaskBatchMerge", + "LG_MaskHoleFiller", "LG_Noise", "LG_PipManager", "LG_SaveImage", "LazySwitch1way", "LazySwitch2way", - "MuterSwitcher" + "MuterSwitcher", + "TransformDataFromString" ], { "title_aux": "Comfyui_LG_Tools" @@ -8813,6 +11318,16 @@ "title_aux": "ComfyUI-TuZi-Flux-Kontext" } ], + "https://github.com/Lakonik/ComfyUI-piFlow": [ + [ + "Load pi-Flow Model", + "ModelSamplingPiFlow", + "pi-Flow Sampler" + ], + { + "title_aux": "ComfyUI-piFlow" + } + ], "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": [ [ "ASCIIAnimationGenerator", @@ -8831,21 +11346,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", @@ -8881,6 +11388,7 @@ "Texturaizer_GetIPAdapterData", "Texturaizer_GetImageData", "Texturaizer_GetJsonData", + "Texturaizer_GetKontextData", "Texturaizer_GetLoraData", "Texturaizer_GetMaterialTileData", "Texturaizer_GetModelName", @@ -8905,6 +11413,63 @@ "title_aux": "ComfyUI-Texturaizer" } ], + "https://github.com/Laurent2916/comfyui-piq": [ + [ + "ContentScore", + "DISTS", + "DSS", + "FSIM", + "GMSD", + "HaarPSI", + "IW-SSIM", + "LPIPS", + "MDSI", + "MS-SSIM", + "MSGMSD", + "PSNR", + "PieAPP", + "SRSIM", + "SSIM", + "StyleScore", + "VIFp" + ], + { + "title_aux": "comfyui-piq" + } + ], + "https://github.com/Lavah000/ComfyUI-AdvGenPack": [ + [ + "AGP_Bloom_Glow_FX", + "AGP_Checkpoint_Mask_Generator", + "AGP_Checkpoint_Merger_Advanced", + "AGP_Checkpoint_Merger_Blockwise", + "AGP_Checkpoint_Merger_DARE", + "AGP_Chromatic_Aberration", + "AGP_Color_Grading_Preset", + "AGP_Curves_And_Levels", + "AGP_Denoise_Suite", + "AGP_Film_Grain_Noise", + "AGP_HSV_Shifter", + "AGP_Histogram_Equalizer", + "AGP_Keyframe_Extractor", + "AGP_LUT_3D_Loader", + "AGP_LoRA_DARE_Merger", + "AGP_LoRA_Multi_Merger", + "AGP_LoRA_Strength_Scheduler", + "AGP_Motion_Prediction_Sampler", + "AGP_Optical_Flow_Interpolator", + "AGP_Sharpening_Filter", + "AGP_Temporal_Consistency_Enforcer", + "AGP_WAN_Boundary_Optimizer", + "AGP_WAN_Lightning_Hybrid", + "AGP_WAN_Multi_Expert_Sampler", + "AGP_WAN_Noise_Mixer_Expert", + "AGP_White_Balance_Corrector" + ], + { + "title_aux": "ComfyUI Advanced Generation Pack (AGP)" + } + ], "https://github.com/Layer-norm/comfyui-lama-remover": [ [ "LamaRemover", @@ -8932,6 +11497,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", @@ -9153,6 +11741,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" @@ -9169,6 +11787,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", @@ -9178,21 +11805,28 @@ "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", + "PipeHub", + "PreviewMask", + "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": [ @@ -9208,6 +11842,7 @@ [ "AddLatentGuide", "ImageToCPU", + "LTXAddImageGuide", "LTXAttentioOverride", "LTXAttentionBank", "LTXAttnOverride", @@ -9251,6 +11886,14 @@ "title_aux": "ComfyUI-LTXVideo" } ], + "https://github.com/Limbicnation/ComfyUI-PromptGenerator": [ + [ + "PromptGenerator" + ], + { + "title_aux": "ComfyUI-PromptGenerator" + } + ], "https://github.com/Limbicnation/ComfyUI-RandomSeedGenerator": [ [ "AdvancedSeedGenerator" @@ -9384,23 +12027,83 @@ "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": [ [ + "ApplyRegionalConds", + "ConfigureModifiedFlux", + "CreateRegionalCond", "EdgePadNode", + "FlowEditForwardSampler", + "FlowEditGuider", + "FlowEditReverseSampler", + "FlowEditSampler", + "FluxAttnOverride", + "FluxDeGuidance", + "FluxForwardODESampler", + "FluxInverseSampler", + "FluxKontextResolution", + "FluxNoiseMixer", + "FluxReverseODESampler", + "ImageComplexityMap", + "InFluxFlipSigmas", + "InFluxModelSamplingPred", + "IncrementBatch", + "MaskConditionalPaint", + "MaskGrayValueScaler", + "MaskMultiplyAdvanced", + "MaskMultiplyZeroWins", + "MaskToDenoiseInterpolator", + "MaskUpdateInpaintFromConditioning", + "OutFluxModelSamplingPred", + "PAGAttention", + "PrepareAttnBank", + "QwenEditResolution", + "RFDoubleBlocksOverride", + "RFSingleBlocksOverride", + "RegionalStyleModelApply", + "SEGAttention", "TBG_masked_attention" ], { "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", + "TBGDualModelSampler", + "TBGKSamplerAdvancedSplitAware", + "TBG_FluxKontextStabilizer", + "TBG_Preview_Sender_WebSocked", + "VAEDecodeColorFix" ], { "title_aux": "TBG\u2019s ComfyUI Development Takeaways" @@ -9443,6 +12146,15 @@ "title_aux": "ComfyUI-ScenarioPrompt" } ], + "https://github.com/LukeCoulson1/Comfyui_LoraCombine": [ + [ + "CombineLoras", + "LoraInfo" + ], + { + "title_aux": "ComfyUI LoRA Combine Node" + } + ], "https://github.com/LyazS/comfyui-anime-seg": [ [ "Anime Character Seg" @@ -9552,16 +12264,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_FBG", + "PingPongSamplerNodeFBG", "PingPongSampler_Custom_Lite", "SceneGeniusAutocreator", - "SeedSaver", - "UniversalGuardian" + "SigmaConcatenate", + "SigmaSmooth", + "SmartColorPaletteManager", + "SmartFilenameBuilder", + "TextFileLoader", + "UniversalGuardian", + "UniversalRoutingHubAdvanced", + "VLM_Confirmation_Gate_Node_MD", + "WildcardPromptBuilder", + "WorkflowSectionOrganizer" ], { "title_aux": "MD Nodes" @@ -9571,19 +12322,21 @@ [ "AudioVisualizer", "ColorfulStartingImage", + "LoadImageAdvanced", "LoadImagesFromPath", "LoadRandomCheckpoint", "LoraTagLoader", + "PromptPropertyExtractor", "ResolutionSelector", "StringCleaning", "StringTextExtractor", "StringTextSplitter", "TiktokenTokenizer", "WildcardProcessor", + "\u2699\ufe0f Prompt Property Extractor", "\u26d4 Generate Negative Prompt", "\u2702\ufe0f String Text Extractor", "\u2702\ufe0f String Text Splitter", - "\u2728\ud83c\udf10 Groq ALM API - Translate [EN only]", "\u2728\ud83d\udcac Groq LLM API", "\u2728\ud83d\udcdd Groq ALM API - Transcribe", "\u2728\ud83d\udcf7 Groq VLM API", @@ -9602,7 +12355,8 @@ "\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" ], { @@ -9623,6 +12377,7 @@ "AnyImagetoConditioning_flux_kontext_makki", "AutoLoop_create_pseudo_loop_video_makki", "BatchLoraLoader_makki", + "BooleanSplitter_makki", "Environment_INFO_makki", "GetImageNthCount_makki", "ImageChannelSeparate_makki", @@ -9633,6 +12388,7 @@ "MergeImageChannels_makki", "Prism_Mirage_makki", "UniversalInstaller_makki", + "get_folder_info_makki", "int_calculate_statistics_makki", "random_any_makki", "show_type_makki", @@ -9725,15 +12481,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" @@ -9769,6 +12530,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", @@ -9780,6 +12549,14 @@ "title_aux": "ComfyUI-DeanLogic" } ], + "https://github.com/MartinDeanMoriarty/ComfyUI-NumberToText": [ + [ + "NumberToTextNode" + ], + { + "title_aux": "ComfyUI-NumberToText" + } + ], "https://github.com/MaruPelkar/comfyui-conditioning-resizer": [ [ "ConditioningResizer" @@ -9822,23 +12599,38 @@ ], "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": [ [ + "CombineVideos_MXD", "Crop Image By Mask", "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", + "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", "Place Image By Mask", + "PreviewVideoMXD", "Prompt With Guidance (Flux)", "SaveLatentMXD", + "SaveLatent_I2V_MXD", + "SaveVideoMXD", "Sdxl Empty Latent Image", "Sdxl Resolution Selector", - "Wan2_2EmptyLatentImageMXD" + "WAN22_I2V_Image_Scaler_MXD", + "Wan22FirstLastImageToVideoMXD", + "Wan22ImageToVideoMXD", + "Wan2_2EmptyLatentImageMXD", + "ZImageTurboEmptyLatentImage", + "wan22EmptyHunyuanLatentVideoMXD" ], { "title_aux": "ComfyUI-MaxedOut" @@ -9963,6 +12755,32 @@ "title_aux": "ComfyUI-OneForOne" } ], + "https://github.com/MergeBlockWeighted/fo_ComfyUI": [ + [ + "MergeBlockWeighted" + ], + {} + ], + "https://github.com/Merserk/ComfyUI-Flow-Assistor": [ + [ + "AddDelay", + "AnyPassthrough1to6", + "AnyPassthrough6to1", + "BypassControl", + "CLIPTextEncodePromptEnrichment", + "CameraAngleControl", + "DisplayText", + "ImageResolutionFitNode", + "MultiplicationNode", + "PromptQueue", + "PromptQueueFromFolder", + "ResolutionSelectNode", + "VRAMRAMCleanerNode" + ], + { + "title_aux": "ComfyUI-Flow-Assistor" + } + ], "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": [ [ "VideoReportData", @@ -9973,6 +12791,20 @@ "title_aux": "ComfyUI ZhipuAI Platform" } ], + "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", @@ -10037,12 +12869,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" ], { @@ -10069,6 +12905,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" @@ -10077,6 +13026,19 @@ "title_aux": "ComfyUI-FBCNN" } ], + "https://github.com/Mister-Link/link-comfy-nodes": [ + [ + "Farthest Color", + "Hex or 24 Bit Color", + "Image Rotator", + "Pose Image Setup", + "VideoMaskEditor", + "WAN Frame Calculator" + ], + { + "title_aux": "Link Comfy Nodes" + } + ], "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": [ [ "PreviewSdlImage", @@ -10109,17 +13071,65 @@ "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", + "SimpleChatConfig", + "SimpleChatImage", + "SimpleChatNoASS", + "SimpleChatText" + ], + { + "title_aux": "ComfyUI-SimpleChat" + } + ], "https://github.com/MohammadAboulEla/ComfyUI-iTools": [ [ "iToolsAddOverlay", "iToolsCheckerBoard", "iToolsCompareImage", + "iToolsCropImage", + "iToolsDomNode", + "iToolsFreeChat", + "iToolsFreeSchnell", "iToolsGridFiller", "iToolsKSampler", "iToolsLineLoader", "iToolsLoadImagePlus", "iToolsLoadImages", "iToolsLoadRandomImage", + "iToolsPaintNode", "iToolsPreviewImage", "iToolsPreviewText", "iToolsPromptLoader", @@ -10128,6 +13138,7 @@ "iToolsPromptStyler", "iToolsPromptStylerExtra", "iToolsRegexNode", + "iToolsTestNode", "iToolsTextReplacer", "iToolsVaePreview" ], @@ -10223,13 +13234,13 @@ "MontagenEdgeTTSNode", "MontagenFishAudioCloneNode", "MontagenFishAudioTTSNode", + "MontagenHumandigitalNode", "MontagenImageAdapter", "MontagenImageListAdapter", "MontagenRenderTimeline", "MontagenResourceConvertAudioAdapter", "MontagenSRTListParser", "MontagenStickerAdapter", - "MontagenStickerListAdapter", "MontagenTextAdapter", "MontagenTextListAdapter", "MontagenVideoAdapter", @@ -10289,6 +13300,29 @@ "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/MovieLabs/comfyui-movielabs-util": [ [ "PublishAsset", @@ -10350,6 +13384,56 @@ "title_aux": "Zenkai-POML for ComfyUI" } ], + "https://github.com/MushroomFleet/ComfyUI-FLUX2-JSON": [ + [ + "FLUX2_CameraRig", + "FLUX2_ColorPalette", + "FLUX2_ColorPalettePreset", + "FLUX2_PromptAssembler", + "FLUX2_SceneBuilder", + "FLUX2_StyleSelector", + "FLUX2_SubjectArray", + "FLUX2_SubjectCreator" + ], + { + "title_aux": "ComfyUI-FLUX2-JSON" + } + ], + "https://github.com/MushroomFleet/ComfyUI-Variationator": [ + [ + "PromptActionModifier", + "PromptBatchVariation", + "PromptCameraModifier", + "PromptColorGrading", + "PromptCombiner", + "PromptComposition", + "PromptDetailModifier", + "PromptDistanceModifier", + "PromptEraModifier", + "PromptLightingModifier", + "PromptLocationModifier", + "PromptModifierInfo", + "PromptMoodModifier", + "PromptMultiStyle", + "PromptPresetCollection", + "PromptRandomModifier", + "PromptSeasonalModifier", + "PromptSmartVariation", + "PromptStyleTransform", + "PromptWeatherModifier" + ], + { + "title_aux": "ComfyUI-Variationator" + } + ], + "https://github.com/MushroomFleet/DJZ-Pedalboard": [ + [ + "DJZ_Pedalboard" + ], + { + "title_aux": "DJZ-Pedalboard" + } + ], "https://github.com/MuziekMagie/ComfyUI-Matchering": [ [ "Matchering", @@ -10401,6 +13485,7 @@ "https://github.com/NMWave/ComfyUI-Nader-Tagging": [ [ "Load Text List", + "Shorten Sentences", "Split Sentences", "Split Tags", "Tag Alternating Combiner", @@ -10411,6 +13496,14 @@ "title_aux": "Image Captioning and Tagging Assistor Nodes" } ], + "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": [ + [ + "ShotPathBuilder" + ], + { + "title_aux": "ComfyUI-NL_Nodes" + } + ], "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": [ [ "RTXRemixCloseProject", @@ -10432,6 +13525,7 @@ "RTXRemixRemoveLayer", "RTXRemixRestAPIDetails", "RTXRemixSaveLayer", + "RTXRemixSaveTexture", "RTXRemixSetEditTarget", "RTXRemixSetTexture", "RTXRemixStartContext", @@ -10495,12 +13589,16 @@ "title_aux": "ComfyUI-NS-Util" } ], - "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": [ + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes": [ [ - "ImageLatentMixer" + "GreatConditioningModifier", + "GreatMultiplySigmas", + "GreatRandomOrganicGradientNode", + "ImageBlendNode", + "InteractiveOrganicGradientNode" ], { - "title_aux": "comfyui-image-mixer" + "title_aux": "NDDG_Great_Nodes" } ], "https://github.com/NeoGriever/ComfyUI-NeoGriever": [ @@ -10579,26 +13677,58 @@ "LLMModelLoader", "LLMTextEncoder", "T5GEMMALoader", - "T5GEMMATextEncoder" + "T5GEMMATextEncoder", + "t5gemmaApplyLLMToSDXLAdapter" ], { "title_aux": "ComfyUI LLM SDXL Adapter" } ], + "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" ], { @@ -10646,6 +13776,11 @@ ], "https://github.com/NimaNzrii/comfyui-photoshop": [ [ + "ClipPass", + "PhotoshopConnection", + "PhotoshopToComfyUI", + "SendToPhotoshop", + "modelPass", "\ud83d\udd39 Photoshop RemoteConnection", "\ud83d\udd39ClipPass", "\ud83d\udd39Photoshop ComfyUI Plugin", @@ -10685,6 +13820,7 @@ "AnimeSegmentation", "KenBurnsConfigLoader", "KenBurns_Processor", + "LoadImageFileName", "LoadImageFilename" ], { @@ -10695,16 +13831,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" @@ -10823,6 +13982,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]", @@ -10889,6 +14057,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", @@ -10924,7 +14112,13 @@ ], "https://github.com/OneThingAI/ComfyUI_Onething_Image": [ [ - "OneThingAILoader" + "OneThingAILoader", + "OnethingAIFlux", + "OnethingAIImageGemini", + "OnethingAIImageHunyuan", + "OnethingAIImageOpenAI", + "OnethingAIImageSeedream", + "OnethingAIImageWanxiang" ], { "title_aux": "ComfyUI OneThing AI Node" @@ -10932,7 +14126,7 @@ ], "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext": [ [ - "ModelScopeKontextAPI" + "ModelScopeUniversalAPI" ], { "title_aux": "ComfyUI ModelScope Kontext API Node" @@ -10948,10 +14142,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" @@ -10960,8 +14161,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", @@ -10971,7 +14207,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" @@ -11050,6 +14290,7 @@ "https://github.com/ParisNeo/lollms_nodes_suite": [ [ "Artbot", + "Lollms", "Lollms_Text_Gen", "Lollms_Text_Saver", "RandomizeVideo" @@ -11069,6 +14310,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" @@ -11079,7 +14336,7 @@ ], "https://github.com/PenguinTeo/Comfyui-GeminiBanana": [ [ - "GeminiFlash25Node" + "Gemini3ImageNode" ], { "title_aux": "GeminiBanana for ComfyUI" @@ -11133,6 +14390,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", @@ -11163,22 +14432,27 @@ [ "BatchCropFromMaskSimple", "BatchUncropSimple", + "BlendImages", "BlurByMask", "BlurMask", + "CLIPTextEncodeFluxMultiple", + "CLIPTextEncodeMultiple", "CropImage", "CropMaskByBBox", "DSLRNoise", + "GetImageSize", "GradientMaskGenerator", "ImageBlendByMask", "ImageScalePro", "InvertMask", "KSamplerMultiSeed", "KSamplerMultiSeedPlus", + "LMStudioQuery", + "LMStudioUnloadModel", "LensSimulatedBloom", "PreviewImageQueue", "PromptRandomizer", "StringCombine", - "TestCollapsibleNode", "TestResetButton", "Watermark" ], @@ -11211,6 +14485,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", @@ -11236,6 +14521,14 @@ "title_aux": "ComfyUI-IC-Light-Video" } ], + "https://github.com/Pondowner857/comfy_Pond_Nodes_V2": [ + [ + "RemoteWorkflowExecutor" + ], + { + "title_aux": "ComfyUI Remote Workflow Executor" + } + ], "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": [ [ "Publish Image To RabbitMQ" @@ -11258,12 +14551,24 @@ [ "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_Save_Text_File", "FRED_Simplified_Parameters_Panel", "FRED_Text_to_XMP", + "FRED_UNETLoaderWithName", "FRED_WildcardConcat_Dynamic" ], { @@ -11283,6 +14588,208 @@ "title_aux": "ComfyUI-AdvancedLivePortrait" } ], + "https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3": [ + [ + "DA3_CreateCameraParams", + "DA3_EnableTiledProcessing", + "DA3_MultiViewPointCloud", + "DA3_ParseCameraPose", + "DA3_PreviewPointCloud", + "DA3_Save3DGaussians", + "DA3_SavePointCloud", + "DA3_To3DGaussians", + "DA3_ToMesh", + "DA3_ToPointCloud", + "DepthAnythingV3_3D", + "DepthAnythingV3_Advanced", + "DepthAnythingV3_MultiView", + "DepthAnything_V3", + "DownloadAndLoadDepthAnythingV3Model" + ], + { + "title_aux": "ComfyUI-DepthAnythingV3" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack": [ + [ + "GeomPackBackdraftView", + "GeomPackBooleanOp", + "GeomPackCheckNormals", + "GeomPackCombineMeshes", + "GeomPackComputeNormals", + "GeomPackConnectedComponents", + "GeomPackCreatePrimitive", + "GeomPackDepthNormalsToMesh", + "GeomPackDetectSelfIntersections", + "GeomPackExtractSkeleton", + "GeomPackFillHoles", + "GeomPackFixNormals", + "GeomPackFixSelfIntersectionsByPerturbation", + "GeomPackFixSelfIntersectionsByRemoval", + "GeomPackGetMeshFilename", + "GeomPackLoadMesh", + "GeomPackLoadMeshBatch", + "GeomPackLoadMeshBlend", + "GeomPackLoadMeshFBX", + "GeomPackMergeVertices", + "GeomPackMeshFromSkeleton", + "GeomPackMeshInfo", + "GeomPackMeshQuality", + "GeomPackMeshToMeshDistance", + "GeomPackMeshToPointCloud", + "GeomPackPointToMeshDistance", + "GeomPackPreviewMesh", + "GeomPackPreviewMeshDual", + "GeomPackPreviewMeshUV", + "GeomPackPreviewMeshVTK", + "GeomPackPreviewMeshVTKBatch", + "GeomPackReconstructSurface", + "GeomPackRefineMesh", + "GeomPackRemesh", + "GeomPackRemeshSelfIntersections", + "GeomPackRemeshWithTexture", + "GeomPackRemoveDegenerateFaces", + "GeomPackSaveMesh", + "GeomPackSaveMeshBatch", + "GeomPackSplitByField", + "GeomPackTextureToGeometry", + "GeomPackTransformMesh", + "GeomPackUVUnwrap", + "GeomPackVisualizeNormalField" + ], + { + "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-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-SAM3": [ + [ + "LoadSAM3Model", + "SAM3BBoxCollector", + "SAM3CombineBoxes", + "SAM3CombinePoints", + "SAM3CreateBox", + "SAM3CreatePoint", + "SAM3Grounding", + "SAM3PointCollector", + "SAM3Propagate", + "SAM3Segmentation", + "SAM3VideoOutput", + "SAM3VideoSegmentation" + ], + { + "title_aux": "ComfyUI-SAM3" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody": [ + [ + "LoadSAM3DBodyModel", + "SAM3DBodyAddMeshToSkeleton", + "SAM3DBodyExportFBX", + "SAM3DBodyExportMesh", + "SAM3DBodyExportMultipleFBX", + "SAM3DBodyGetVertices", + "SAM3DBodyLoadMesh", + "SAM3DBodyLoadSkeleton", + "SAM3DBodyPreviewRiggedMesh", + "SAM3DBodyPreviewSkeleton", + "SAM3DBodyProcess", + "SAM3DBodyProcessAdvanced", + "SAM3DBodyProcessMultiple", + "SAM3DBodySaveSkeleton", + "SAM3DBodySelectMesh", + "SAM3DBodyVisualize" + ], + { + "title_aux": "ComfyUI-SAM3DBody" + } + ], "https://github.com/PressWagon/ComfyUI-StringsAndThings": [ [ "DebugString", @@ -11340,6 +14847,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", @@ -11443,6 +14961,14 @@ "title_aux": "ComfyUI-RED-UNO" } ], + "https://github.com/QuietNoise/comfyui_queue_manager": [ + [ + "Workflow Name" + ], + { + "title_aux": "ComfyUI Queue Manager" + } + ], "https://github.com/R5-Revo/llm-node-comfyui": [ [ "UniversalLLMNode" @@ -11461,7 +14987,8 @@ "SaveAudioOpusExtended", "SaveImageExtended", "SaveVideoExtended", - "SaveWEBMExtended" + "SaveWEBMExtended", + "SaveWorkflowExtended" ], { "title_aux": "comfyui-save-file-extended" @@ -11492,6 +15019,31 @@ "title_aux": "ComfyUI-RBG-ImageStitchPlus" } ], + "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance": [ + [ + "RBG_Smart_Seed_Variance" + ], + { + "title_aux": "ComfyUI-RBG-SmartSeedVariance" + } + ], + "https://github.com/Randy420Marsh/civitai-api-url-resolver": [ + [ + "CivitaiShareToDirectURL" + ], + { + "title_aux": "Civitai URL Resolver for ComfyUI" + } + ], + "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes": [ + [ + "LoadTextFile_Rathius", + "SimpleTextMixer" + ], + { + "title_aux": "Rathius_ComfyNodes" + } + ], "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": [ [ "RS_SaturationSwitch" @@ -11525,6 +15077,7 @@ ], "https://github.com/ReBeating/ComfyUI-Artist-Selector": [ [ + "ArtistLoader", "LoadArtistTag" ], { @@ -11576,6 +15129,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" @@ -11659,9 +15221,14 @@ ], "https://github.com/Rizzlord/ComfyUI-RizzNodes": [ [ + "BatchImagesToGrid", + "CreateImage", + "LoadMultiviewImages", + "RizzAlphaMargin", "RizzBatchImageLoader", "RizzBlur", "RizzChannelPack", + "RizzChannelSplit", "RizzClean", "RizzCropAndScaleFromMask", "RizzDynamicPromptGenerator", @@ -11670,7 +15237,11 @@ "RizzLoadLatestMesh", "RizzModelBatchLoader", "RizzPasteAndUnscale", - "RizzUpscaleImageBatch" + "RizzUpscaleImageBatch", + "SaveMultiviewImages", + "SimplifyMesh", + "SplitImageBatch", + "VideoSecondsToLength" ], { "title_aux": "ComfyUI-RizzNodes" @@ -11736,14 +15307,32 @@ "title_aux": "ComfyUI-SceneGenerator" } ], + "https://github.com/RunningOverGlowies/ComfyUI-PromptUtils": [ + [ + "FilenameGenerator", + "PromptWildcards" + ], + { + "title_aux": "ComfyUI-PromptUtils" + } + ], "https://github.com/Runware/ComfyUI-Runware": [ [ "Runware API Manager", + "Runware Accelerator Options", + "Runware Alibaba Provider Settings", + "Runware Audio Inference", + "Runware Audio Inference Inputs", + "Runware Audio Model Search", + "Runware Audio Sections", "Runware Background Removal", + "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", @@ -11751,29 +15340,63 @@ "Runware IPAdapters Combine", "Runware Image Caption", "Runware Image Inference", + "Runware Image Inference Inputs", "Runware Image Masking", "Runware Image Upscaler", "Runware Imagen Inference", + "Runware Input Audios", + "Runware KlingAI Provider Settings", "Runware Kontext Inference", + "Runware Lightricks Provider Settings", "Runware Lora Combine", "Runware Lora Search", + "Runware Luma Provider Settings", + "Runware Media Upload", + "Runware Midjourney Provider Settings", + "Runware MiniMax Provider Settings", "Runware Model Search", "Runware Multi Inference", "Runware OpenAI Provider Settings", "Runware Outpaint", "Runware PhotoMaker V2", "Runware Pixverse Provider Settings", - "Runware Provider Settings", "Runware Reference Images", + "Runware Reference Videos", "Runware Refiner", - "Runware TeaCache", + "Runware Runway Provider Settings", + "Runware Safety Inputs", "Runware VAE Search", + "Runware Vectorize", + "Runware Video Advanced Feature Inputs", + "Runware Video Background Removal", "Runware Video Inference", + "Runware Video Inference Inputs", + "Runware Video Inputs Frame Images", + "Runware Video Inputs References", "Runware Video Model Search", + "Runware Video Transcription", + "Runware Video Upscaler", + "Runware Vidu Provider Settings", + "RunwareAlibabaProviderSettings", + "RunwareAudioInferenceInputs", + "RunwareBriaProviderSettings", + "RunwareBytedanceProviderSettings", "RunwareFrameImages", + "RunwareKlingProviderSettings", + "RunwareLightricksProviderSettings", + "RunwareLumaProviderSettings", + "RunwareMidjourneyProviderSettings", + "RunwareMiniMaxProviderSettings", "RunwareOpenAIProviderSettings", "RunwarePixverseProviderSettings", - "RunwareProviderSettings", + "RunwareRunwayProviderSettings", + "RunwareSafetyInputs", + "RunwareVectorize", + "RunwareVideoAdvancedFeatureInputs", + "RunwareVideoBgRemoval", + "RunwareVideoInputsFrameImages", + "RunwareVideoInputsReferences", + "RunwareVideoUpscaler", "txt2vid" ], { @@ -11801,9 +15424,6 @@ "ImageResizeCalculator(FaceParsing)", "ImageResizeWithBBox(FaceParsing)", "ImageSize(FaceParsing)", - "LatentCropWithBBox(FaceParsing)", - "LatentInsertWithBBox(FaceParsing)", - "LatentSize(FaceParsing)", "MaskBatchComposite(FaceParsing)", "MaskBlackOut(FaceParsing)", "MaskBorderDissolve(FaceParsing)", @@ -11812,8 +15432,7 @@ "MaskCropWithBBox(FaceParsing)", "MaskInsertWithBBox(FaceParsing)", "MaskListSelect(FaceParsing)", - "MaskToBBoxList(FaceParsing)", - "SkinDetectTraditional(FaceParsing)" + "MaskToBBoxList(FaceParsing)" ], { "title_aux": "comfyui_face_parsing" @@ -11835,18 +15454,50 @@ ], "https://github.com/S4MUEL-404/ComfyUI-Prepack": [ [ + "PrepackCalculator", + "PrepackCondArea", "PrepackGetPipe", "PrepackKsampler", + "PrepackKsamplerAdvanced", "PrepackLoras", + "PrepackLorasAndMSSD3", "PrepackModelDualCLIP", "PrepackModelSingleCLIP", + "PrepackNumberTypeConverter", "PrepackSeed", - "PrepackSetPipe" + "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", @@ -11857,7 +15508,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" @@ -11865,25 +15521,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" @@ -11927,6 +15590,20 @@ "title_aux": "ComfyUI SKBundle" } ], + "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", @@ -12042,6 +15719,23 @@ "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" @@ -12050,6 +15744,15 @@ "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" @@ -12091,6 +15794,17 @@ "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", @@ -12135,11 +15849,30 @@ "title_aux": "ComfyUI-SaveAudioMP3" } ], + "https://github.com/Santat2023/ComfyUiRagNodes": [ + [ + "MyNodesForDB", + "MyNodesForLLM", + "MyNodesForRAG" + ], + { + "title_aux": "ComfyUiRagCustomNodes" + } + ], "https://github.com/Santodan/santodan-custom-nodes-comfyui": [ [ + "ExcludedLoras", + "ExtractAndApplyLoRAs", + "ListSelector", "LoRACachePreloader", + "ModelAssembler", + "PromptListWithTemplates", "RandomLoRACustom", - "RandomLoRAFolder" + "RandomLoRAFolder", + "Save Workflow & Shutdown", + "SaveWorkflowAndShutdown", + "SplitBatchWithPrefix", + "WildcardManager" ], { "title_aux": "Santodan Random LoRA Node" @@ -12159,7 +15892,17 @@ ], "https://github.com/SatadalAI/SATA_UtilityNode": [ [ + "ImageSaveWithMetadata", + "Latent Machine", + "Latent_Machine", + "Prompt Autocomplete", + "Prompt Machine", + "PromptAutocomplete", "Prompt_Machine", + "Resolution Machine", + "Resolution_Machine", + "Save Image w/Metadata", + "Upscale Machine", "Upscale_Machine" ], { @@ -12249,6 +15992,37 @@ "title_aux": "ComfyUI-DiffusersLoader" } ], + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": [ + [ + "Brightness", + "Contrast", + "DepthDOF", + "DualEaseCosineScheduler", + "EmptyLatent", + "Exposure", + "HighlightShadow", + "Hue", + "ImageResize", + "ImageRotation", + "ImageTransform", + "ImageTranslation", + "ImageZoom", + "MaskFilter", + "MaskProcessor", + "MaskResize", + "MaskRotation", + "MaskTransform", + "MaskTranslation", + "MaskZoom", + "RAMPreviewImage", + "Saturation", + "SigmaVisualizer", + "Temperature" + ], + { + "title_aux": "WtlNodes" + } + ], "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": [ [ "OllamaCLIPTextEncode", @@ -12272,6 +16046,48 @@ "title_aux": "ComfyUI-Long-CLIP" } ], + "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-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/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": [ [ "AutoVisionModelLoader", @@ -12283,9 +16099,7 @@ "ParseBoundingBoxes", "ParsePoints", "PixtralGenerateText", - "PixtralImageEncode", "PixtralModelLoader", - "PixtralTextEncode", "PlotPoints", "RegexFindAll", "RegexSearch", @@ -12383,7 +16197,6 @@ "SeargeSDXLSampler", "SeargeSDXLSampler2", "SeargeSDXLSamplerV3", - "SeargeSamplerAdvanced", "SeargeSamplerInputs", "SeargeSaveFolderInputs", "SeargeSeparator", @@ -12397,6 +16210,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" @@ -12405,6 +16245,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" @@ -12429,25 +16278,6 @@ "title_aux": "Workflow to API Converter Endpoint" } ], - "https://github.com/Shadetail/ComfyUI_Eagleshadow": [ - [ - "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" - ], - { - "title_aux": "Eagleshadow Custom Nodes" - } - ], "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": [ [ "ApplyIPAdapterFlux", @@ -12459,6 +16289,46 @@ "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-Simple_Readable_Metadata-SG": [ + [ + "Simple Readable Metadata Text Viewer-SG", + "SimpleReadableMetadataMAXSG", + "SimpleReadableMetadataSG", + "SimpleReadableMetadataSaveTextSG", + "SimpleReadableMetadataVideoSG" + ], + { + "title_aux": "ComfyUI-Simple_Readable_Metadata-SG" + } + ], + "https://github.com/ShammiG/ComfyUI-VAE-Timestamp-Clock-SG": [ + [ + "VAEClockStartSG", + "VAEClockStopSG" + ], + { + "title_aux": "ComfyUI VAE Timestamp Clock SG" + } + ], "https://github.com/Shannooty/ComfyUI-Timer-Nodes": [ [ "TimerStart", @@ -12516,8 +16386,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" ], { @@ -12538,10 +16420,12 @@ "BboxSplit", "Cascade", "ImageFilters", + "LMS_VisionController", "Luts", "LutsAdvanced", "RemoveAreaByMask", "RemoveBackground", + "RemoveNoise", "SeedGenerator", "Waifu2x" ], @@ -12762,6 +16646,7 @@ ], "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ [ + "SVDResizer", "SVDRsizer" ], { @@ -12910,6 +16795,21 @@ "title_aux": "multi-lora-stack" } ], + "https://github.com/ShootTheSound/comfyUI-Realtime-Lora": [ + [ + "ApplyTrainedLora", + "MusubiQwenImageEditLoraTrainer", + "MusubiQwenImageLoraTrainer", + "MusubiWanLoraTrainer", + "MusubiZImageLoraTrainer", + "RealtimeLoraTrainer", + "SD15LoraTrainer", + "SDXLLoraTrainer" + ], + { + "title_aux": "Realtime LoRA Trainer" + } + ], "https://github.com/Shraknard/ComfyUI-Remover": [ [ "Remover" @@ -12933,6 +16833,21 @@ "title_aux": "Lazy Pony Prompter" } ], + "https://github.com/SiegeKeebsOffical/comfyui-lmstudio": [ + [ + "LMStudioConnectivityV2", + "LMStudioGenerate", + "LMStudioGenerateAdvance", + "LMStudioGenerateV2", + "LMStudioOptionsV2", + "LMStudioSequentialPrompt", + "LMStudioSequentialPromptAdvanced", + "LMStudioVision" + ], + { + "title_aux": "comfyui-lmstudio" + } + ], "https://github.com/Siempreflaco/ComfyUI-NCNodes": [ [ "Load3DMesh", @@ -12975,6 +16890,15 @@ "title_aux": "ComfyUI-Prompt-History" } ], + "https://github.com/SilentZhang/comfyui-encrypt": [ + [ + "RSAEncryptNode", + "RSAKeyGeneratorNode" + ], + { + "title_aux": "comfyui-encrypt" + } + ], "https://github.com/SilverAndJade/comfyui-silver-nodes": [ [ "SilverFileTextLoader", @@ -13098,7 +17022,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" @@ -13139,7 +17067,6 @@ ], "https://github.com/Sorcerio/MBM-Music-Visualizer": [ [ - "id", "mbmAudioFeatureCalculator", "mbmAudioLoader", "mbmImageConcat", @@ -13155,10 +17082,12 @@ ], "https://github.com/SozeInc/ComfyUI-Mobile": [ [ - "Mobile_Settings_Launcher_Data", "Send Notification (Mobile)", + "Send_Notification", "Settings Launcher (Mobile)", - "Ultimate Concat (Mobile)" + "Settings_Launcher", + "Ultimate Concat (Mobile)", + "Ultimate_Concat" ], { "title_aux": "ComfyUI-Mobile" @@ -13185,7 +17114,6 @@ "Image Batch Process Switch", "Image List Loader", "Image Overlay", - "Is Input In List", "Is String Empty", "Load Image", "Load Image From URL", @@ -13195,6 +17123,7 @@ "Output Filename", "Pad Mask", "Prompt Cache", + "Prompt X Lora", "Range(Num Steps) - Float", "Range(Num Steps) - Int", "Range(Step) - Float", @@ -13213,7 +17142,8 @@ ], "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": [ [ - "Conditional Interrupt" + "Conditional Interrupt", + "ConditionalInterrupt" ], { "title_aux": "ComfyUI-ConditionalInterrupt" @@ -13252,6 +17182,14 @@ "title_aux": "ComfyUI-LatentClamp" } ], + "https://github.com/SparknightLLC/ComfyUI-LatentOrientation": [ + [ + "LatentOrient" + ], + { + "title_aux": "ComfyUI-LatentOrientation" + } + ], "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": [ [ "GroundingDinoSAM2SegmentList", @@ -13284,6 +17222,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", @@ -13354,6 +17332,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", @@ -13413,6 +17392,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", @@ -13497,6 +17478,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", @@ -13508,6 +17490,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", @@ -13624,12 +17607,21 @@ "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" ], { @@ -13639,14 +17631,20 @@ "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": [ [ "StarApplyOverlayDepth", + "StarDuplicateModelFinder", "StarImageEditQwenKontext", "StarNanoBanana", "StarOllamaSysprompterJC", "StarQwenEditEncoder", + "StarQwenEditPlusConditioner", "StarQwenImageEditInputs", "StarQwenImageRatio", + "StarQwenRebalancePrompter", + "StarQwenRegionalPrompter", "StarQwenWanRatio", - "StarSaveFolderString" + "StarSampler", + "StarSaveFolderString", + "StarSimpleFilters" ], { "title_aux": "ComfyUI_StarBetaNodes" @@ -13660,44 +17658,85 @@ "FluxStartSettings", "Fluxstarsampler", "OllamaModelChooser", + "QwenImageStartSettings", "SD35StartSettings", "SDXLStartSettings", "SDstarsampler", "Star Face Loader", "Star3LoRAs", + "StarAdvanvesRatioLatent", + "StarApplyInfiniteYou", + "StarApplyOverlayDepth", + "StarBlackWhite", "StarConditioningLoader", "StarConditioningSaver", "StarDeleteSamplerSettings", "StarDenoiseSlider", "StarDivisibleDimension", + "StarDuplicateModelFinder", + "StarDynamicLora", + "StarDynamicLoraModelOnly", "StarEasyTextStorage", + "StarFP8Converter", "StarFiveWildcards", + "StarFlowMatchOption", "StarFrameFromVideo", + "StarGeminiRefiner", "StarGridCaptionsBatcher", "StarGridComposer", "StarGridImageBatcher", + "StarHDREffects", "StarIconExporter", + "StarImageEditQwenKontext", "StarImageLoader1by1", "StarImageSwitch", "StarImageSwitch2", "StarInfiniteYouAdvancedPatchMaker", "StarInfiniteYouApply", + "StarInfiniteYouFaceCombine", + "StarInfiniteYouFaceSwap", "StarInfiniteYouFaceSwapMod", "StarInfiniteYouPatch", "StarInfiniteYouPatchCombine", "StarInfiniteYouSaver", + "StarLatentResize", "StarLatentSwitch", + "StarLatentSwitch2", "StarLoadSamplerSettings", + "StarLoraWeightNormalizer", + "StarMetaInjector", + "StarModelPacker", + "StarNanoBanana", "StarNewsScraper", + "StarOllamaSysprompterJC", "StarPSDSaver", "StarPSDSaver2", + "StarPSDSaverAdvLayers", "StarPaletteExtractor", + "StarQwenEditEncoder", + "StarQwenEditPlusConditioner", + "StarQwenImageEditInputs", + "StarQwenImageRatio", + "StarQwenRebalancePrompter", + "StarQwenRegionalPrompter", + "StarQwenWanRatio", + "StarRadialBlur", "StarRandomImageLoader", + "StarSDUpscaleRefiner", + "StarSDUpscaleRefinerAdvanced", + "StarSampler", + "StarSaveFolderString", "StarSavePanoramaJPEG", "StarSaveSamplerSettings", + "StarSimpleFilters", + "StarSpecialFilters", + "StarStopAndGo", "StarTextFilter", "StarTextInput", + "StarTextStorage", + "StarWatermark", "StarWildcardsAdvanced", + "StarWildsAdv", "Star_Image2Latent", "Star_Show_Last_Frame", "Starnodes_Aspect_Ratio", @@ -13709,6 +17748,14 @@ "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" @@ -13816,18 +17863,39 @@ "title_aux": "ComfyUI DINO-X Detector Node" } ], + "https://github.com/SuLU-K/comfyui-easy-sam3-tools": [ + [ + "Sam3DrawBBox", + "Sam3InteractiveBBoxEditor", + "Sam3MaskRangeSelector", + "SimpleMultiple" + ], + { + "title_aux": "comfyui-easy-sam3-tools" + } + ], "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [ [ + "Deflicker", "Deflicker - Experimental (SuperBeasts.AI)", "HDR Effects (SuperBeasts.AI)", + "HDREffects", "Image Batch Manager (SuperBeasts.AI)", + "ImageBatchManagement", "Make Resized Mask Batch (SuperBeasts.AI)", + "MakeResizedMaskBatch", "Mask Batch Manager (SuperBeasts.AI)", + "MaskBatchManagement", "Pixel Deflicker - Experimental (SuperBeasts.AI)", + "PixelDeflicker", "SB Load Model (SuperBeasts.AI)", + "SBLoadModel", "String List Manager (SuperBeasts.AI)", + "StringListManager", "Super Pop Color Adjustment (SuperBeasts.AI)", - "Super Pop Residual Blend (SuperBeasts.AI)" + "Super Pop Residual Blend (SuperBeasts.AI)", + "SuperPopColorAdjustment", + "SuperPopResidualBlend" ], { "title_aux": "ComfyUI-SuperBeasts" @@ -13946,6 +18014,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", @@ -14012,7 +18081,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", @@ -14050,7 +18118,6 @@ "CR XY List", "CR XY Product", "CR XY Save Grid Image", - "CR XYZ Index", "CR_Aspect Ratio For Print" ], { @@ -14116,7 +18183,6 @@ ], "https://github.com/TFL-TFL/ComfyUI_Text_Translation": [ [ - "Get_Translator", "Text", "Text_Concatenate", "Text_Switch", @@ -14173,6 +18239,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" @@ -14217,6 +18325,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", @@ -14226,6 +18335,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", @@ -14420,7 +18530,8 @@ "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": [ [ "FensTokenCounter", - "OptiEmptyLatent" + "OptiEmptyLatent", + "OptiEmptyLatentAdvanced" ], { "title_aux": "Fens-Simple-Nodes" @@ -14428,6 +18539,7 @@ ], "https://github.com/Taremin/comfyui-prompt-config": [ [ + "Prompt", "PromptEdit", "PromptGenerationConfig" ], @@ -14450,6 +18562,7 @@ "StringToolsBalancedChoice", "StringToolsConcat", "StringToolsRandomChoice", + "StringToolsSeed", "StringToolsString", "StringToolsText" ], @@ -14553,6 +18666,15 @@ "title_aux": "ComfyUI-TkNodes" } ], + "https://github.com/TheArtOfficial/ComfyUI-MaskMorph": [ + [ + "DirectionalMaskExpand", + "MaskPinchWiden" + ], + { + "title_aux": "ComfyUI-MaskMorph" + } + ], "https://github.com/TheBarret/ZSuite": [ [ "ZSuite: Prompter", @@ -14621,6 +18743,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", @@ -14632,21 +18778,65 @@ "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": [ + [ + "UmiAIWildcardNode" + ], + { + "title_aux": "Comfy-UmiAI" + } + ], "https://github.com/TinyBeeman/ComfyUI-TinyBee": [ [ + "Combine Lists", + "Combine Properties", + "Decorate List", + "Encode Any Property", + "Face Body Aspect Bounds", "Filter Existing Files", "Filter List", "Filter Words", + "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" @@ -14744,6 +18934,29 @@ "title_aux": "ComfyUI-Dequality" } ], + "https://github.com/Tr1dae/ComfyUI-EasyFilePaths": [ + [ + "CharacterLoraSelect", + "ChromaActionSelect", + "EasyCLIPLoader", + "EasyCheckpointLoader", + "EasyFileName", + "EasyLoraLoader", + "EasyUNETLoader", + "EasyVAELoader", + "ImageSaveToPath", + "LineCounter", + "LoadImageFromPath", + "LoadImagesFromDirectoryPath", + "LoadRandomImageFromFolderPath", + "QwenActionSelect", + "UserSelect", + "WanActionSelect" + ], + { + "title_aux": "ComfyUI-EasyFilePaths" + } + ], "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher": [ [ "AIPoweredLoraMatcher", @@ -14753,6 +18966,22 @@ "title_aux": "LoRA Matcher Nodes for ComfyUI" } ], + "https://github.com/Transhumai/ComfyUI-LegionPower": [ + [ + "LegionConfig", + "LegionExporter", + "LegionImporter", + "LegionJoin", + "LegionJoinAll", + "LegionMaster", + "LegionMaster3", + "LegionMaster6", + "LegionWarmup" + ], + { + "title_aux": "ComfyUI-LegionPower" + } + ], "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": [ [ "Object Mask" @@ -14761,6 +18990,14 @@ "title_aux": "ComfyUI_YoloSegment_Mask" } ], + "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": [ + [ + "PerfectionBetaStyler" + ], + { + "title_aux": "ComfyUI_MileHighStyler" + } + ], "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": [ [ "EmbeddingPicker" @@ -14848,7 +19085,8 @@ ], "https://github.com/Ttl/ComfyUi_NNLatentUpscale": [ [ - "NNLatentUpscale" + "NNLatentUpscale", + "NNlLatentUpscale" ], { "preemptions": [ @@ -14857,6 +19095,31 @@ "title_aux": "ComfyUI Neural Network Latent Upscale" } ], + "https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script": [ + [ + "MultiClipTextScriptClipSelector", + "MultiClipTextScriptMain" + ], + { + "title_aux": "ComfyUI-MultiClip-Text-Script" + } + ], + "https://github.com/TuonoMindCode/ComfyUI-Resolution-Suggest-Downscale": [ + [ + "TuonoResolutionSuggestDownscale" + ], + { + "title_aux": "ComfyUI-Resolution-Suggest-Downscale" + } + ], + "https://github.com/TuriSc/comfyui-text-line-selector": [ + [ + "TextLineSelectorNode" + ], + { + "title_aux": "Text Line Selector" + } + ], "https://github.com/TylerZoro/SD3-Scaling": [ [ "SD3ImageScaleToTotalPixels" @@ -14865,6 +19128,14 @@ "title_aux": "SD3-Scaling" } ], + "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Sync": [ + [ + "UmeAiRT_Sync_Node" + ], + { + "title_aux": "ComfyUI-UmeAiRT-Sync" + } + ], "https://github.com/Umikaze-job/select_folder_path_easy": [ [ "SelectFolderPathEasy" @@ -14873,6 +19144,15 @@ "title_aux": "select_folder_path_easy" } ], + "https://github.com/UndefinedUo/DuoUmiWildcards": [ + [ + "DuoUmiRatioSelector", + "DuoUmiWildcard" + ], + { + "title_aux": "DuoUmiWildcards" + } + ], "https://github.com/Urabewe/ComfyUI-CountS2VExtend": [ [ "CountVideoExtendS2VNode" @@ -14881,6 +19161,14 @@ "title_aux": "ComfyUI Video Extend Counter" } ], + "https://github.com/Usonaki/ComfyUI-DyPE-Nunchaku": [ + [ + "DyPE_Nunchaku" + ], + { + "title_aux": "ComfyUI-DyPE-Nunchaku" + } + ], "https://github.com/VAST-AI-Research/ComfyUI-Tripo": [ [ "TripoAPIDraft", @@ -14957,6 +19245,14 @@ "title_aux": "ComfyUI-Qwen-Aspect-Ratio" } ], + "https://github.com/Verolelb/ComfyUI-VideoCompressor": [ + [ + "VideoCompressor" + ], + { + "title_aux": "Video Compressor (Unified)" + } + ], "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": [ [ "ImageSentinel" @@ -15048,13 +19344,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": [ @@ -15069,6 +19371,7 @@ "VrchAudioRecorderNode", "VrchAudioSaverNode", "VrchAudioVisualizerNode", + "VrchAudioWebSocketChannelLoaderNode", "VrchAudioWebViewerNode", "VrchBPMDetectorNode", "VrchBooleanKeyControlNode", @@ -15081,6 +19384,7 @@ "VrchFloatRemapNode", "VrchGamepadLoaderNode", "VrchImageChannelLoaderNode", + "VrchImageFallbackNode", "VrchImageFlipBookWebViewerNode", "VrchImagePreviewBackgroundNewNode", "VrchImagePreviewBackgroundNode", @@ -15159,6 +19463,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" @@ -15169,8 +19488,9 @@ ], "https://github.com/WASasquatch/FreeU_Advanced": [ [ - "FreeU (Advanced)", - "FreeU_V2 (Advanced)" + "WAS_FreeU", + "WAS_FreeU_V2", + "WAS_PostCFGShift" ], { "title_aux": "FreeU_Advanced" @@ -15216,7 +19536,15 @@ "KSamplerSeq2", "VAEEncodeForInpaint (WAS)", "VividSharpen", - "VividSharpenV2" + "VividSharpenV2", + "WASApplyLUT", + "WASChannelWaveform", + "WASCombineLUT", + "WASLoadLUT", + "WASMoEConditioningListAppend", + "WASSaveLUT", + "WASTiledImageUpscaleWithModel", + "WASWan22MoESamplerCtx" ], { "title_aux": "WAS_Extras" @@ -15227,6 +19555,7 @@ "FUSEGenericKSampler", "FUSEKSampler", "FUSESamplerMaskOptions", + "FUSEVideoKSampler", "FUSEYOLOSettings" ], { @@ -15252,15 +19581,18 @@ "WASLatentAffineCommonOptions", "WASLatentAffineOptions", "WASLatentAffineSimple", + "WASLatentUpscale", + "WASMultiBandNoiseApply", "WASPerlinOptions", "WASPoissonBlueOptions", "WASRingNoiseOptions", "WASSmoothRegionOptions", "WASTileLinesOptions", - "WASUltimateCustomAdvancedAffine", - "WASUltimateCustomAdvancedAffineCustom", "WASUltimateCustomAdvancedAffineNoUpscale", + "WASUltimateCustomAdvancedAffineNoUpscaleLatent", "WASVelvetOptions", + "WASWANVAEDecode", + "WASWANVAEEncode", "WASWorleyEdgesOptions" ], { @@ -15275,6 +19607,17 @@ "title_aux": "Save Image With Callback" } ], + "https://github.com/WWWEN8/ComfyUI-CCXManager": [ + [ + "CCXManager", + "CCXManagerCopy", + "CCXRepoUpdaterNode", + "CreateSDPPPInstallationDirectory" + ], + { + "title_aux": "ComfyUI-CCXManager" + } + ], "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": [ [ "AutoCropByNPS" @@ -15295,6 +19638,7 @@ "InstaCSeed", "InstaCText", "InstaCTextML", + "InstaFileExist", "InstaLoadImageLocal", "InstaLoadImageWithMask", "InstaPromptMultipleStyleSelector", @@ -15328,6 +19672,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", @@ -15375,7 +19729,6 @@ "WarpedFramepackMultiLoraSelect", "WarpedFramepackMultiLoraSelectExt", "WarpedFramepackSampler", - "WarpedFramepackSamplerScripted", "WarpedGetImageFromVideo", "WarpedGetTwoImagesFromVideo", "WarpedHunyuanImageToVideo", @@ -15383,13 +19736,13 @@ "WarpedHunyuanLoraBatchMerge", "WarpedHunyuanLoraConvert", "WarpedHunyuanLoraConvertKeys", - "WarpedHunyuanLoraConvertKeys2", "WarpedHunyuanLoraMerge", "WarpedHunyuanMultiLoraAvgMerge", "WarpedHunyuanMultiLoraLoader", "WarpedHunyuanMultiLoraMerge", "WarpedHunyuanMultiLoraMixer", "WarpedHunyuanMultiLoraMixerExt", + "WarpedHunyuanMultiLoraMixerUlt", "WarpedHunyuanVideoLoraLoader", "WarpedImageNoiseAugmentation", "WarpedImageScaleToSide", @@ -15417,8 +19770,10 @@ "WarpedSamplerScripts8", "WarpedSaveAnimatedPng", "WarpedSaveImageCaption", + "WarpedSingleEncoder", "WarpedUpscaleWithModel", "WarpedVAELoader", + "WarpedWan22MergeLoaderGGUF", "WarpedWanImageToVideo", "WarpedWanLoadAndEditLoraBlocks", "WarpedWanLoraMerge" @@ -15470,10 +19825,14 @@ "WaveSpeedAI KwaivgiKlingV21I2vProNode", "WaveSpeedAI KwaivgiKlingV21I2vStandardNode", "WaveSpeedAI KwaivgiKlingV21T2vMasterNode", + "WaveSpeedAI Loras Config", "WaveSpeedAI LtxVideoV097I2V480pNode", "WaveSpeedAI LtxVideoV097I2V720pNode", "WaveSpeedAI MMAudioV2Node", "WaveSpeedAI Magi124bNode", + "WaveSpeedAI Media Audios To List", + "WaveSpeedAI Media Images To List", + "WaveSpeedAI Media Videos To List", "WaveSpeedAI Minimax Image2Video", "WaveSpeedAI MinimaxVideo01Node", "WaveSpeedAI NightmareAIRealESRGANNode", @@ -15485,6 +19844,9 @@ "WaveSpeedAI SeedreamV3Node", "WaveSpeedAI SkyReelsV1Node", "WaveSpeedAI Step1xEditNode", + "WaveSpeedAI Task Create", + "WaveSpeedAI Task Status", + "WaveSpeedAI Task Submit", "WaveSpeedAI UnoNode", "WaveSpeedAI Upload Audio", "WaveSpeedAI Upload Image", @@ -15523,7 +19885,9 @@ "ApplyFaceProcessor", "FaceOnlyModeSwitch", "FaceProcessorLoader", - "VideoFramePreprocessor" + "VideoBackgroundRestorer", + "VideoFramePreprocessor", + "VideoInputPreprocessor" ], { "title_aux": "Stand-In Official Preprocessor ComfyUI Nodes" @@ -15560,6 +19924,7 @@ "WF_FixupPixelArt", "WF_MultilineText", "WF_RandomStyle", + "WF_RefineToggle", "WF_ResolutionSDXL", "WF_TextFlow" ], @@ -15583,6 +19948,36 @@ "title_aux": "ComfyUI-SDupcaleTiledSize" } ], + "https://github.com/Windecay/ComfyUI_CheckVprediction": [ + [ + "CheckVpredictionNode" + ], + { + "title_aux": "ComfyUI_CheckVprediction" + } + ], + "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache": [ + [ + "DynamicRAMCacheControl" + ], + { + "title_aux": "ComfyUI_Dynamic-RAMCache" + } + ], + "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption": [ + [ + "Ovis25Run", + "Qwen25Caption", + "Qwen25CaptionBatch", + "Qwen3Caption", + "Qwen3CaptionBatch", + "StringToBbox", + "StringToSam3Box" + ], + { + "title_aux": "ComfyUI_QwenVL_PromptCaption" + } + ], "https://github.com/X-School-Academy/X-FluxAgent": [ [ "X-FluxAgent.AICodeGenNode", @@ -15647,6 +20042,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", @@ -15756,7 +20159,8 @@ ], "https://github.com/Xyem/Xycuno-Oobabooga": [ [ - "Oobabooga" + "Oobabooga", + "Xycuno Oobabooga" ], { "title_aux": "Xycuno Oobabooga" @@ -15824,12 +20228,14 @@ "ApplyStyleModelEnhanced", "ApplyStyleModelSimple", "BatchImagesNode", - "FrameCalculator", "FrameCalculatorAudio", + "FrameCalculatorVideo", + "GetResolutionImage", "InpaintConditioningNode", "InpaintFluxKontextConditioning", "Prepimg2Vid", "RemoveBackgroundNode", + "ShowAnyDataType", "StitchImages", "StitchImagesAndMask", "TextFieldNode", @@ -15848,7 +20254,15 @@ "ImageColorMatch", "ImageSizeBySide", "IterativeUpscaleWithModelsNode", - "LoraLoaderStack" + "LoraLoaderStack", + "SpotDiffusionParams", + "TiledDiffusion", + "TiledVAEDecode", + "TiledVAEEncode", + "UtilRepeatImages", + "WanVideoControlnet", + "WanVideoControlnetLoader", + "WanVideoNAG" ], { "title_aux": "Yaser-nodes for ComfyUI" @@ -15861,6 +20275,7 @@ "CreateBlankFrames", "ImageBatchAssembler", "ImageFrameSelector", + "ImagesToBase64List", "ImagesToBase64Video", "MultiImageInserter", "WanVideoLatentInsertFrames", @@ -15870,20 +20285,20 @@ "title_aux": "ComfyUI Image to Video Inserter" } ], - "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": [ + "https://github.com/Yo1up/Diffusion-Model-Detailer": [ [ - "MergeBlockWeighted" + "Detailer" ], { - "title_aux": "MergeBlockWeighted_fo_ComfyUI" + "title_aux": "Diffusion-Model-Detailer" } ], - "https://github.com/Yo1up/Diffusion-Model-Detailer": [ + "https://github.com/Ysthara/ComfyUI-Resolution-AR-Node": [ [ - "Detailer" + "ResolutionNode" ], { - "title_aux": "Diffusion-Model-Detailer" + "title_aux": "ComfyUI-Resolution-AR-Node" } ], "https://github.com/Yuan-ManX/ComfyUI-AniSora": [ @@ -16036,8 +20451,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" @@ -16124,7 +20542,9 @@ "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": [ [ "Long Text Generation", - "Single Text Generation" + "LongTextGeneration", + "Single Text Generation", + "SingleTextGeneration" ], { "title_aux": "ComfyUI-OrpheusTTS" @@ -16132,6 +20552,7 @@ ], "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": [ [ + "PhotoDoodle", "PhotoDoodle Gen" ], { @@ -16184,8 +20605,11 @@ "https://github.com/Yuan-ManX/ComfyUI-SoundHub": [ [ "Load Audio", + "LoadAudio", "Preview Audio", - "Save Audio" + "PreviewAudio", + "Save Audio", + "SaveAudio" ], { "title_aux": "ComfyUI-SoundHub" @@ -16210,6 +20634,7 @@ ], "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": [ [ + "StyleStudio", "StyleStudio Image Stylization" ], { @@ -16351,7 +20776,6 @@ "NEW_PhotoMaker_Generation", "PhotoMakerAdapter_Loader_fromhub", "PhotoMakerAdapter_Loader_local", - "PhotoMaker_Generation", "Prompt_Styler", "Ref_Image_Preprocessing" ], @@ -16500,9 +20924,9 @@ "ImageBatchLoader", "ImageBatchSaver", "LoraBatchLoader", - "SimpleImageTagger", "TXTBatchLoader", - "TextModifyTool" + "TextModifyTool", + "VideoBatchSaver" ], { "title_aux": "ComfyUI-Batch-Process" @@ -16510,16 +20934,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" @@ -16554,6 +20976,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", @@ -16570,14 +21008,14 @@ "KSamplerProgress //Inspire", "MultiModelAdvancedKsampler", "MultiModelCheckpointIterator", + "MultiModelCheckpointIteratorFirst", "MultiModelPromptSaver", - "MultiModelPromptSaverIterative", - "MultiModelPromptSaverIterativeFirst", "Ranbooru", "RandomCharacterSelector", "RandomNoise //Inspire", "RapidSchedulerCombo", "RapidSchedulerSelector", + "RapidStringIterator", "ScheduledCFGGuider //Inspire", "ScheduledPerpNegCFGGuider //Inspire", "StringHasher" @@ -16595,14 +21033,33 @@ "title_aux": "ComfyUI-ZSNodes" } ], + "https://github.com/Zone-Roam/ComfyUI-Live-Search": [ + [ + "LiveSearch_API_Loader", + "LiveSearch_Agent", + "LiveSearch_Settings" + ], + { + "title_aux": "ComfyUI-Live-Search" + } + ], "https://github.com/a-l-e-x-d-s-9/ComfyUI-SaveCheckpointWithMetadata": [ [ + "Save Checkpoint with Metadata", "SaveCheckpointWithMetadata" ], { "title_aux": "Save Checkpoint with Metadata" } ], + "https://github.com/a-und-b/ComfyUI_AB_Wildcard": [ + [ + "ABWildcardNode" + ], + { + "title_aux": "ComfyUI_AB_Wildcard" + } + ], "https://github.com/a-und-b/ComfyUI_Delay": [ [ "Add Delay" @@ -16665,6 +21122,60 @@ "title_aux": "ComfyUI-AudioScheduler" } ], + "https://github.com/aTanguay/ComfyUI_Detonate": [ + [ + "DetonateBlur", + "DetonateChannelCopy", + "DetonateChromaKeyer", + "DetonateClamp", + "DetonateColorCorrect", + "DetonateColorCurves", + "DetonateConstant", + "DetonateCornerPin", + "DetonateCrop", + "DetonateCryptomatteExtract", + "DetonateDefocus", + "DetonateDenoise", + "DetonateDilate", + "DetonateDisplacementMap", + "DetonateEdgeDefringe", + "DetonateEdgeDetect", + "DetonateErode", + "DetonateExposure", + "DetonateGlow", + "DetonateGrade", + "DetonateGrain", + "DetonateGridWarp", + "DetonateHueSatVal", + "DetonateInvert", + "DetonateLUT", + "DetonateLoadEXR", + "DetonateLumaKeyer", + "DetonateLumaKeyerSimple", + "DetonateMaskFromColor", + "DetonateMaskSmoother", + "DetonateMatteControl", + "DetonateMerge", + "DetonateNoise", + "DetonatePremultiply", + "DetonateRamp", + "DetonateRotoBezier", + "DetonateRotoBezierFromImage", + "DetonateSaturation", + "DetonateSeamBlender", + "DetonateSharpen", + "DetonateShuffle", + "DetonateTransform", + "DetonateTriMapGenerator", + "DetonateUnpremultiply", + "DetonateVignette", + "DetonateZDefocus", + "DetonateZMerge" + ], + { + "title_aux": "ComfyUI_Detonate" + } + ], "https://github.com/abdozmantar/ComfyUI-DeepExtract": [ [ "VocalAndSoundRemoverNode" @@ -16673,6 +21184,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" @@ -16699,18 +21243,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", @@ -16741,6 +21282,14 @@ "title_aux": "Prompt PostProcessor" } ], + "https://github.com/adambarbato/ComfyUI-Sa2VA": [ + [ + "Sa2VANodeTpl" + ], + { + "title_aux": "Sa2VA Segmentation" + } + ], "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": [ [ "DownloadLinkChecker", @@ -16765,6 +21314,8 @@ ], "https://github.com/adigayung/ComfyUI-Translator": [ [ + "AT_CLIPTextAutoTranslate", + "AT_PromptText", "CLIP Text Encode (Auto Translate)", "Prompt Text (Auto Translate)" ], @@ -16878,11 +21429,28 @@ "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" ], @@ -16890,6 +21458,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", @@ -16899,6 +21476,28 @@ "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-liam/comfyui-liam": [ [ "AiStoreAzureGPTLiam", @@ -17014,8 +21613,6 @@ ], "https://github.com/aicuai/aicu-comfyui-stability-ai-api": [ [ - "Preview3DModel", - "Save3DModel", "StabilityControlSketch", "StabilityControlStructure", "StabilityControlStyle", @@ -17026,9 +21623,7 @@ "StabilityImageUltra", "StabilityUpscaleConservative", "StabilityUpscaleCreative", - "StabilityUpscaleFast", - "StableFast3D", - "StablePointAware3D" + "StabilityUpscaleFast" ], { "title_aux": "aicu-comfyui-stability-ai-api" @@ -17036,14 +21631,28 @@ ], "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" @@ -17060,7 +21669,6 @@ "ConvertAnyToString", "ConvertStringToNumber", "CustomLatentImage-NYJY", - "CustomLatentImageSimple", "FloatSlider-NYJY", "FluxProOnline", "GetItemFromList", @@ -17073,8 +21681,17 @@ "JsonLoads", "QwenLatentImage", "ReadFileToString", + "Seededit3", + "Seedream3Txt2Img", + "Seedream4Img2Img", + "Seedream4Txt2Img", "SplitString", - "Translate" + "Translate", + "VolcengineChat", + "VolcengineChatOption", + "VolcengineImageOption", + "VolcengineImg2Img", + "VolcengineTxt2Img" ], { "title_aux": "ComfyUI_NYJY" @@ -17112,10 +21729,12 @@ "CogVideoXFunInpaintSampler", "CogVideoXFunT2VSampler", "CogVideoXFunV2VSampler", + "CombineQwenImagePipeline", "CombineWan2_2Pipeline", "CombineWan2_2VaceFunPipeline", "CombineWanPipeline", "CreateTrajectoryBasedOnKJNodes", + "FunAttention", "FunCompile", "FunRiflex", "FunTextBox", @@ -17123,6 +21742,12 @@ "ImageMaximumNode", "LoadCogVideoXFunLora", "LoadCogVideoXFunModel", + "LoadQwenImageLora", + "LoadQwenImageModel", + "LoadQwenImageProcessor", + "LoadQwenImageTextEncoderModel", + "LoadQwenImageTransformerModel", + "LoadQwenImageVAEModel", "LoadVaceWanTransformer3DModel", "LoadWan2_2FunLora", "LoadWan2_2FunModel", @@ -17138,6 +21763,8 @@ "LoadWanTextEncoderModel", "LoadWanTransformerModel", "LoadWanVAEModel", + "QwenImageEditSampler", + "QwenImageT2VSampler", "VideoToCanny", "VideoToDepth", "VideoToOpenpose", @@ -17186,22 +21813,26 @@ "https://github.com/ainewsto/Comfyui_Comfly_v2": [ [ "ComflyChatGPTApi", - "ComflyGeminiAPI", + "ComflyGoogelVeo3", "ComflyJimengApi", "ComflyJimengVideoApi", + "ComflyNanoBanana", + "ComflyNanoBanana2Edit", + "ComflyNanoBananaEdit", "ComflySeededit", "Comfly_Doubao_Seededit", "Comfly_Doubao_Seedream", "Comfly_Doubao_Seedream_4", - "Comfly_Flux_Kontext", + "Comfly_Flux_2_Flex", + "Comfly_Flux_2_Pro", "Comfly_Flux_Kontext_Edit", "Comfly_Flux_Kontext_bfl", - "Comfly_Googel_Veo3", "Comfly_MiniMax_video", "Comfly_Mj", "Comfly_Mj_swap_face", "Comfly_Mju", "Comfly_Mjv", + "Comfly_api_set", "Comfly_gpt_image_1", "Comfly_gpt_image_1_edit", "Comfly_kling_image2video", @@ -17210,14 +21841,22 @@ "Comfly_lip_sync", "Comfly_mj_video", "Comfly_mj_video_extend", - "Comfly_mjstyle", - "Comfly_nano_banana", - "Comfly_nano_banana_edit", - "Comfly_nano_banana_fal", "Comfly_qwen_image", "Comfly_qwen_image_edit", + "Comfly_sora2", + "Comfly_sora2_character", + "Comfly_suno_cover", + "Comfly_suno_custom", + "Comfly_suno_description", + "Comfly_suno_lyrics", + "Comfly_suno_upload", + "Comfly_suno_upload_extend", "Comfly_upload", - "Comfly_video_extend" + "Comfly_video_extend", + "Comfly_vidu_img2video", + "Comfly_vidu_ref2video", + "Comfly_vidu_start-end2video", + "Comfly_vidu_text2video" ], { "title_aux": "Comfyui_Comfly_v2" @@ -17233,6 +21872,21 @@ "title_aux": "comfyui-labs-google" } ], + "https://github.com/aining2022/ComfyUI_Swwan": [ + [ + "Fast Groups Muter (rgthree)", + "Fast Muter (rgthree)", + "Image Comparer (rgthree)", + "LayerUtility: CropByMask V2", + "LayerUtility: CropByMask V3", + "LayerUtility: ImageScaleByAspectRatio V2", + "LayerUtility: RestoreCropBox", + "Seed (rgthree)" + ], + { + "title_aux": "ComfyUI_Swwan" + } + ], "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": [ [ "ASVL" @@ -17385,6 +22039,52 @@ "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-Folded-Prompts": [ + [ + "FPFoldedPrompts", + "FPTextAreaPlus", + "FPTextCleanAndSplitt" + ], + { + "title_aux": "Folded prompts" + } + ], + "https://github.com/akawana/ComfyUI-RGBYP-Mask-Editor": [ + [ + "RGBYPLoadImage", + "RGBYPMaskBridge", + "RGBYPMaskCompositeWithStrength", + "RGBYPMaskStrength", + "RGBYPMaskStrengthOut", + "RGBYPMaskToRegularMasks", + "RGBYPSaveMask" + ], + { + "title_aux": "RGBYP Mask Editor (RGB + YP)" + } + ], + "https://github.com/akawana/ComfyUI-Utils-extra": [ + [ + "AKSamplerSettings", + "AKSettingsOut", + "CLIPEncodeMultiple", + "IndexMultiple", + "IsOneOfGroupsActive", + "PreviewRawText", + "RepeatGroupState" + ], + { + "title_aux": "Utils Extra" + } + ], "https://github.com/akierson/ComfyUI-textnodes": [ [ "Prompt Truncate", @@ -17442,20 +22142,42 @@ "GeminiTextSplitter", "ListAvailableModels", "OllamaAPI", - "OpenAIAPI", "QwenAPI", + "VeoLoadVideo", + "VeoVideoExtend", + "VeoVideoGenerator", + "VeoVideoGeneratorAdvanced", "style_menus" ], { "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_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": [ @@ -17468,6 +22190,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", @@ -17487,13 +22217,16 @@ "DanbooruPopularPostsTagsRetriever", "DanbooruPostTagsRetriever", "DanbooruRelatedTagsRetriever", + "DownloadImage", "FilterSubtags", "FilterTags", "FixBreakAfterTIPO", "GeminiInference", "OllamaInference", "ProcessTags", + "RemoveWeights", "ReplaceUnderscores", + "SaveImageWithText", "SignalSwitch", "TextEditingInference", "TokenAnalyzer", @@ -17514,11 +22247,14 @@ "https://github.com/alessandroperilli/OCS_Nodes": [ [ "OCS_CloudImageSize", + "OCS_FirstNotEmpty", + "OCS_ImageGrid4x4", "OCS_ImageListFilter", "OCS_ImageSaver", "OCS_LocalImageSize", "OCS_LocalVideoSize", - "OCS_ModelDownloader" + "OCS_ModelDownloader", + "OCS_Watermarker" ], { "title_aux": "Open Creative Studio Nodes" @@ -17534,8 +22270,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" @@ -17543,7 +22281,8 @@ ], "https://github.com/alessandrozonta/ComfyUI-OpenPose": [ [ - "OpenPose - Get poses" + "OpenPose - Get poses", + "OpenPoseNode" ], { "author": "joe", @@ -17552,6 +22291,7 @@ ], "https://github.com/alessandrozonta/ComfyUI-PoseDirection": [ [ + "DirectionNode", "OpenPose - Get direction" ], { @@ -17568,8 +22308,10 @@ ], "https://github.com/alexcong/ComfyUI_QwenVL": [ [ + "Qwen", "Qwen2.5", - "Qwen2.5VL" + "Qwen2.5VL", + "QwenVL" ], { "title_aux": "Qwen2-VL wrapper for ComfyUI" @@ -17611,12 +22353,15 @@ "BlenderInputLoadDiffusionModel", "BlenderInputLoadImage", "BlenderInputLoadLora", + "BlenderInputLoadMask", + "BlenderInputSampler", "BlenderInputSeed", "BlenderInputString", "BlenderInputStringMultiline", "BlenderOutputDownload3D", "BlenderOutputSaveGlb", - "BlenderOutputSaveImage" + "BlenderOutputSaveImage", + "BlenderOutputString" ], { "title_aux": "ComfyUI-Blender" @@ -17635,6 +22380,89 @@ "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": [ + [ + "XJContextEnter", + "XJContextExit", + "XJFloatRangeList", + "XJImageGrid", + "XJImageListFilter", + "XJImageRandomTransform", + "XJImageScaleCalc", + "XJImageScaleMegapixel", + "XJImageTransform", + "XJIntOffset", + "XJIntegerDecrement", + "XJIntegerIncrement", + "XJJSONExtractor", + "XJLoadImageByPath", + "XJLoadImageWithMetadata", + "XJLoadImagesFromDirBatch", + "XJLoadImagesFromDirList", + "XJOneImageFromBatch", + "XJRandomImagesFromBatch", + "XJRandomText", + "XJRandomTextFromFile", + "XJRandomTextFromList", + "XJSamplerAdapter", + "XJSaveImageWithMetadata", + "XJSchedulerAdapter", + "XJStringPass", + "XJSupirParameters", + "XJTextFileInfo", + "XJTextListFromFile" + ], + { + "title_aux": "ComfyUI-XJNodes" + } + ], + "https://github.com/alexopus/ComfyUI-Image-Saver": [ + [ + "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)", + "Sampler Selector (Image Saver)", + "SamplerToString (Image Saver)", + "Scheduler Selector (Eff.) (Image Saver)", + "Scheduler Selector (Image Saver)", + "Scheduler Selector (inspire) (Image Saver)", + "SchedulerEfficiencyToString (Image Saver)", + "SchedulerInspireToString (Image Saver)", + "SchedulerToString (Image Saver)", + "Seed Generator (Image Saver)", + "String Literal (Image Saver)", + "UNet loader with Name (Image Saver)", + "Width/Height Literal (Image Saver)" + ], + { + "title_aux": "ComfyUI Image Saver" + } + ], + "https://github.com/alibof96/ComfyUI-DownscaleIRN": [ + [ + "IRNDownscale" + ], + { + "title_aux": "ComfyUI-DownscaleIRN" + } + ], "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": [ [ "InputText", @@ -17643,13 +22471,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", @@ -17780,6 +22617,216 @@ "title_aux": "Dream Video Batches" } ], + "https://github.com/ameyukisora/ComfyUI-Empty-Latent-Advanced": [ + [ + "EmptyLatentAdvancedSelector" + ], + { + "title_aux": "ComfyUI Empty Latent Advanced" + } + ], + "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": [ + [ + "ArchAi3D_Average_Color", + "ArchAi3D_Batch_Text_Encode", + "ArchAi3D_Batch_Text_Encode_SDXL", + "ArchAi3D_Boolean_Input", + "ArchAi3D_Cinematography_Prompt_Builder", + "ArchAi3D_CivitAI_Download", + "ArchAi3D_Clean_Room_Prompt", + "ArchAi3D_Color_Correction_Advanced", + "ArchAi3D_Color_Correction_BT709", + "ArchAi3D_Conditioning_Balance", + "ArchAi3D_Dependency_Installer", + "ArchAi3D_Empty_Latent_Batch", + "ArchAi3D_Float_Input", + "ArchAi3D_GDrive_Download", + "ArchAi3D_Gemini", + "ArchAi3D_Gemini_Model", + "ArchAi3D_HF_Download", + "ArchAi3D_Info", + "ArchAi3D_Int_Input", + "ArchAi3D_LlamaCpp_Installer", + "ArchAi3D_Load_Image_URL", + "ArchAi3D_Mask_Crop_Rotate", + "ArchAi3D_Mask_To_Position_Guide", + "ArchAi3D_Metric3D_Depth", + "ArchAi3D_Metric3D_Normal", + "ArchAi3D_Nunchaku_Installer", + "ArchAi3D_Object_Focus_Camera", + "ArchAi3D_Object_Focus_Camera_V2", + "ArchAi3D_Object_Focus_Camera_V3", + "ArchAi3D_Object_Focus_Camera_V4", + "ArchAi3D_Object_Focus_Camera_V5", + "ArchAi3D_Object_Focus_Camera_V6", + "ArchAi3D_Object_Focus_Camera_V7", + "ArchAi3D_Panorama_Offset", + "ArchAi3D_Position_Guide_Prompt_Builder", + "ArchAi3D_QwenVL_GGUF", + "ArchAi3D_QwenVL_Server_Control", + "ArchAi3D_Qwen_Camera_View_Selector", + "ArchAi3D_Qwen_Colorization", + "ArchAi3D_Qwen_DX8152_Camera_LoRA", + "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_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_Save_Image", + "ArchAi3D_Simple_Position_Prompt", + "ArchAi3D_Smart_Tile_Calculator", + "ArchAi3D_Smart_Tile_Conditioning", + "ArchAi3D_Smart_Tile_Detailer", + "ArchAi3D_Smart_Tile_Merger", + "ArchAi3D_Smart_Tile_Prompter", + "ArchAi3D_Smart_Tile_Prompter_Turbo", + "ArchAi3D_Smart_Tile_SEGS", + "ArchAi3D_Smart_Tile_SEGS_Blur", + "ArchAi3D_Smart_Tile_Sampler", + "ArchAi3D_Smart_Ultimate_SD_Upscale", + "ArchAi3D_Smart_Ultimate_SD_Upscale_CustomSample", + "ArchAi3D_Smart_Ultimate_SD_Upscale_NoUpscale", + "ArchAi3D_Solid_Color_Image", + "ArchAi3D_String_Input", + "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", + "AutoContrastLevels", + "BlendModeUtility", + "ChannelPacker", + "ChannelPackerORMA", + "ChannelPackerRMA", + "ChannelPackerRMAA", + "ChannelUnpacker", + "ChannelUnpackerRMA", + "ClarityEnhancer", + "ColorMatchTransfer", + "ColorRamp", + "ColorSelectionMask", + "ColorToGrayscale", + "CurvatureGenerator", + "DenoiseFilter", + "DetailMapBlender", + "DirtGrimeMaskGenerator", + "DisplacementToVector", + "EdgeDetection", + "EdgeWearMaskGenerator", + "EmbedAlpha", + "EmissionMaskGenerator", + "FrankenMapExtractor", + "FrequencyRecombine", + "FrequencySeparation", + "GammaAdjust", + "GradientMap", + "GradientMaskGenerator", + "GrayscaleToColor", + "HSVAdjuster", + "HeightAmplifier", + "HeightCombiner", + "HeightToNormal", + "ImageBitDepthChecker", + "ImageEnhancement", + "LevelsAdjustment", + "LotusHeightProcessor", + "LotusNormalProcessor", + "MicroDetailOverlay", + "MultiTextureBlender", + "NormalConverter", + "NormalFormatAuto", + "NormalFormatBruteForce", + "NormalFormatValidator", + "NormalIntensity", + "NormalMapCombiner", + "NormalToDepth", + "PBRAdjuster", + "PBRBatchToPipe", + "PBRCombiner", + "PBRExtractor", + "PBRHeightProcessor", + "PBRMaterialMixer", + "PBRMaterialProcessor", + "PBRNormalProcessor", + "PBRPipePreview", + "PBRPipeToBatch", + "PBRPipelineAdjuster", + "PBRSaver", + "PBRSaverWithMetadata", + "PBRSplitter", + "PatternGenerator", + "ProceduralNoiseGenerator", + "SSSMapGenerator", + "ScratchesGenerator", + "SeamlessTiling", + "SharpenDepth", + "SharpenNormal", + "SimpleRecolor", + "SmartBlur", + "SmartTextureResizer", + "SquareMaker", + "TemperatureTint", + "TextureAnalyzer", + "TextureAtlasBuilder", + "TextureEqualizer", + "TextureOffset", + "TextureScaler", + "TextureTiler", + "TranslucencyMapGenerator", + "TriplanarProjection", + "UVCheckerGenerator", + "UpscaleCalculator", + "UpscaleToResolution", + "WearGenerator" + ], + { + "title_aux": "ComfyUI-TextureAlchemy" + } + ], "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": [ [ "CLIPTextEncode (RE)", @@ -17817,7 +22864,8 @@ ], "https://github.com/angeloshredder/StableCascadeResizer": [ [ - "CascadeResize" + "CascadeResize", + "Cascade_Resizer" ], { "title_aux": "StableCascadeResizer" @@ -17852,6 +22900,22 @@ "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/anilstream/ComfyUI-Ideogram-Character": [ + [ + "SD_IdeogramCharacter" + ], + { + "title_aux": "ComfyUI-Ideogram-Character" + } + ], "https://github.com/annewj023/Comfyui_google_nano": [ [ "GoogleNanoNode" @@ -17860,6 +22924,14 @@ "title_aux": "Google Nano" } ], + "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": [ + [ + "MergeDicts" + ], + { + "title_aux": "antrobots ComfyUI Nodepack" + } + ], "https://github.com/apeirography/DaimalyadNodes": [ [ "DaimalyadModelDownloader", @@ -17869,6 +22941,15 @@ "title_aux": "DaimalyadNodes" } ], + "https://github.com/apenguin24/ComfyUI-WanKeyframing": [ + [ + "LoadImagesFromDirectory", + "WanKeyframeToVideo" + ], + { + "title_aux": "ComfyUI-WanKeyframing" + } + ], "https://github.com/arcum42/ComfyUI_SageUtils": [ [ "SageSetWildcardText", @@ -17911,7 +22992,6 @@ "Sage_LMStudioLLMPromptVisionRefine", "Sage_LastLoraInfo", "Sage_LoadImage", - "Sage_LoadImageTextSetFromFolderNode", "Sage_LoadModelFromInfo", "Sage_Load_Dataset_From_Folder", "Sage_LogicalSwitch", @@ -17925,11 +23005,22 @@ "Sage_ModelShiftOnly", "Sage_ModelShifts", "Sage_MultiModelPicker", + "Sage_MultiSelectorDoubleClip", + "Sage_MultiSelectorQuadClip", + "Sage_MultiSelectorSingleClip", + "Sage_MultiSelectorTripleClip", + "Sage_OllamaAdvancedOptions", "Sage_OllamaLLMPromptText", "Sage_OllamaLLMPromptVision", "Sage_OllamaLLMPromptVisionRefine", "Sage_PonyPrefix", + "Sage_PonyRatingv6", + "Sage_PonyRatingv7", + "Sage_PonyScore", + "Sage_PonySource", "Sage_PonyStyle", + "Sage_PonyStyleCluster", + "Sage_PromptText", "Sage_QuadCLIPSelector", "Sage_QuickLoraStack", "Sage_QuickNineLoraStack", @@ -17943,7 +23034,9 @@ "Sage_SchedulerSelector", "Sage_SetText", "Sage_SetTextWithInt", + "Sage_SingleCLIPTextEncode", "Sage_SixLoraStack", + "Sage_SystemPrompt", "Sage_TextRandomLine", "Sage_TextSelectLine", "Sage_TextSubstitution", @@ -17959,15 +23052,33 @@ "Sage_UNETLoaderFromInfo", "Sage_UNETSelector", "Sage_UnetClipVaeToModelInfo", + "Sage_UpscaleImageWithModel", "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/arthurtravers/ComfyUI-VideoOutputBridge": [ + [ + "VideoOutputBridge" + ], + { + "title_aux": "Video Output Bridge" + } + ], "https://github.com/asaddi/ComfyUI-YALLM-node": [ [ "LLMChat", @@ -18068,6 +23179,23 @@ "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/asutermo/ComfyUI-Flux-TryOff": [ [ "TryOffFluxFillModelNode", @@ -18107,13 +23235,10 @@ ], "https://github.com/attashe/ComfyUI-FluxRegionAttention": [ [ - "BBoxToMaskNode", - "BoundingBoxNode", "CLIPDebug", "FluxRegionBBOX", "FluxRegionMask", - "RegionAttention", - "VisualizeBBoxesNode" + "RegionAttention" ], { "title_aux": "ComfyUI-FluxRegionAttention" @@ -18256,6 +23381,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", @@ -18330,8 +23466,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" @@ -18367,6 +23509,17 @@ "title_aux": "ComfyUI-FrameSkipping" } ], + "https://github.com/balu112121/comfyui-LoadImageFromURL": [ + [ + "BatchURLImageLoader", + "LoadImageFromURL", + "URLImageLoader", + "URLToImagePreview" + ], + { + "title_aux": "ComfyUI URL Image Loader" + } + ], "https://github.com/bananasss00/ComfyUI-SP-Nodes": [ [ "BoolSwitchOutStr", @@ -18570,6 +23723,7 @@ "Save Image With Prompt Data", "Save Images Mikey", "Save Images No Display", + "Save Images With Prompt Data", "SaveMetaData", "SearchAndReplace", "Seed String", @@ -18601,6 +23755,7 @@ "VACEControlImageCombine", "VACEPromptCheckTotalFrame", "VACEPromptCombine", + "VaceFunLongVideo", "VaceLongVideo" ], { @@ -18625,8 +23780,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", @@ -18764,6 +23930,46 @@ "title_aux": "Comfy-Pack" } ], + "https://github.com/beyondprompting/ComfyUI-Beyond_nodes": [ + [ + "Bool-beyond_nodes", + "BooleanControlOutput-beyond_nodes", + "BooleanSwitch-beyond_nodes", + "Compare-beyond_nodes", + "Compositor4-beyond_nodes", + "Compositor4MasksOutput-beyond_nodes", + "Compositor4TransformsOut-beyond_nodes", + "CompositorConfig4-beyond_nodes", + "DebugPrint-beyond_nodes", + "EditMask-beyond_nodes", + "Float-beyond_nodes", + "If ANY return A else B-beyond_nodes", + "ImageMaskScaleAs-beyond_nodes", + "ImageMaskSwitch-beyond_nodes", + "Int-beyond_nodes", + "MaskBoundingBox", + "MaskBoundingBox-beyond_nodes", + "MaskRectArea-beyond_nodes", + "MaskToImage-beyond_nodes", + "String-beyond_nodes", + "TwoWaySwitch-beyond_nodes" + ], + { + "author": "Beyond Prompting", + "description": "Beyond Node Packages", + "nickname": "Beyond Nodes", + "title": "Beyond Nodes", + "title_aux": "ComfyUI-Beyond_nodes" + } + ], + "https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3": [ + [ + "HunyuanImage3" + ], + { + "title_aux": "ComfyUI-Hunyuan-Image-3" + } + ], "https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight": [ [ "HierarchicalLoRAWeightEditor", @@ -18820,7 +24026,6 @@ "AdjustAudio", "AudioAddWatermark", "AudioConcatenate", - "AudioDenoising", "AudioRecorderAT", "ClearVoiceRun", "LoadAudioMW", @@ -18928,6 +24133,7 @@ "AlignFace", "BeautifyPhoto", "DetectCropFace", + "DetectCropFaces", "IDPhotos", "ImageWatermark", "LoadImageMW" @@ -19240,7 +24446,8 @@ ], "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI": [ [ - "CoMPaSS for FLUX.1-dev" + "CoMPaSS for FLUX.1-dev", + "Example" ], { "title_aux": "CoMPaSS-ComfyUI" @@ -19262,6 +24469,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", @@ -19308,9 +24567,19 @@ "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": [ [ "LoadLoraFromUrlOrPath", + "LoadNunchakuLoraFromUrlOrPath", + "LoadUpscaleModelFromUrlOrPath", "LoadVideoFromUrlOrPath", "LoadVideoLoraFromUrlOrPath", "LoadVideoLoraFromUrlOrPathSelect" @@ -19385,6 +24654,15 @@ "title_aux": "ComfyUI-OpenSoraPlan" } ], + "https://github.com/bombdefuser-124/Newbie-Teacache-ComfyUI": [ + [ + "TeaCacheCoefficientCalculator", + "TeaCache_Newbie" + ], + { + "title_aux": "Newbie-Teacache-ComfyUI" + } + ], "https://github.com/bombless/comfyUI-RememberingUtils": [ [ "RememberLastSeed", @@ -19395,6 +24673,15 @@ "title_aux": "Remembering utils" } ], + "https://github.com/bomborant/ComfyUI-ShakaNodes": [ + [ + "ShakaTensorDebug", + "ShakaWanKeyframes" + ], + { + "title_aux": "ShakaNodes" + } + ], "https://github.com/bongsang/ComfyUI-Bongsang": [ [ "AnyInfo", @@ -19423,13 +24710,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" ], @@ -19439,6 +24755,7 @@ ], "https://github.com/bradsec/ComfyUI_StringEssentials": [ [ + "StringConditionalAppend", "StringMultiReplace", "StringPreview", "StringStrip", @@ -19448,6 +24765,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", @@ -19480,6 +24805,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" @@ -19541,6 +24878,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", @@ -19550,6 +24895,24 @@ "title_aux": "ComfyUI Sequential Image Loader" } ], + "https://github.com/btitkin/ComfyUI-RandomPromptBuilder": [ + [ + "PromptDisplayNode", + "RandomPromptBuilder" + ], + { + "title_aux": "Random Prompt Builder" + } + ], + "https://github.com/buddy-bytes/ComfyUI-SmartResolutionToolkit": [ + [ + "SmartLatentGenerator", + "SmartResolutionPicker" + ], + { + "title_aux": "Smart Resolution Toolkit" + } + ], "https://github.com/budihartono/comfyui-aspect-ratio-presets": [ [ "CAS Empty Latent Aspect Ratio Axis", @@ -19616,6 +24979,25 @@ "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": [ + [ + "FMJSpeedPrompt" + ], + { + "title_aux": "FMJ-speed-Prompt" + } + ], "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": [ [ "EbuLMStudioBrainstormer", @@ -19756,7 +25138,6 @@ [ "SignalProcessingBaxandall3BandEQ", "SignalProcessingBaxandallEQ", - "SignalProcessingCompressor", "SignalProcessingConvolutionReverb", "SignalProcessingFilter", "SignalProcessingHarmonicsEnhancer", @@ -19838,39 +25219,43 @@ "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_adv_CN", "AD_sch_image_merge", "AD_sch_latent", - "AD_sch_mask", + "AD_sch_mask_weigh", "AD_sch_prompt_adv", "AD_sch_prompt_basic", "AD_sch_prompt_stack", "AD_sch_value", "AD_slice_Condi", "AI_GLM4", - "AI_Ollama", + "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", "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", @@ -19879,75 +25264,117 @@ "Data_preset_save", "Data_sampleData", "Data_select", - "IO_adjust_image", - "IO_clear_cache", + "Easy_QwenEdit2509", + "IO_getFilePath", + "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_stitch", + "Image_target_adjust", "Image_transform_layer", - "Image_transform_solo", + "Image_transform_layer_adv", + "Mask_BodySegment", + "Mask_ClothesSegment", "Mask_Detect_label", + "Mask_FaceSegment", "Mask_Remove_bg", - "Mask_face_detect", "Mask_image2mask", "Mask_math", + "Mask_simple_adjust", "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_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", + "Test_CN_ImgPreview", + "basicIn_Remap_slide", "basicIn_Sampler", "basicIn_Scheduler", "basicIn_Seed", "basicIn_color", "basicIn_float", + "basicIn_input", "basicIn_int", "basicIn_string", "basic_KSampler_variant_seed", "basic_Ksampler_adv", "basic_Ksampler_custom", "basic_Ksampler_full", + "basic_Ksampler_low_gpu", "basic_Ksampler_mid", "basic_Ksampler_simple", - "batch_BatchGetByIndex", "batch_BatchSlice", "batch_MergeBatch", "chx_IPA_XL", @@ -19963,44 +25390,41 @@ "chx_Ksampler_VisualStyle", "chx_Ksampler_dual_area", "chx_Ksampler_dual_paint", + "chx_Ksampler_highAndLow", "chx_Ksampler_inpaint", "chx_Ksampler_mix", "chx_Ksampler_refine", - "chx_Ksampler_texture", - "chx_StyleModelApply", - "chx_Style_Redux", "chx_YC_LG_Redux", + "chx_input_data", "chx_ksampler_Deforum_sch", "chx_ksampler_tile", "chx_latent_adjust", - "color_Local_Gray", "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", "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", @@ -20012,53 +25436,56 @@ "excel_search_data", "excel_write_data", "excel_write_data_easy", + "flow_QueueTrigger", + "flow_Translate_Node_DD", + "flow_Translate_Node_office", + "flow_ValueReceiver", + "flow_ValueSender", "flow_auto_pixel", + "flow_case_tentor", + "flow_clear_cache", "flow_judge", + "flow_low_gpu", + "flow_sch_control", + "flow_switch", + "flow_tensor_Unify", "img_effect_CircleWarp", "img_effect_Liquify", - "img_effect_Load", "img_effect_Stretch", "img_effect_WaveWarp", "latent_Image2Noise", "latent_chx_noise", - "latent_ratio", "lay_ImageGrid", "lay_MaskGrid", "lay_edge_cut", - "lay_iamge_conbine", "lay_image_grid_note", - "lay_image_mul", + "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_Nanchaku", - "load_SD35", - "load_basic", "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_advanced_condi_merge", "pre_controlnet", "pre_controlnet_union", "pre_guide", @@ -20067,6 +25494,7 @@ "pre_latent_light", "pre_mul_Mulcondi", "pre_qwen_controlnet", + "pre_ref_condition", "pre_sample_data", "sampler_DynamicTileMerge", "sampler_DynamicTileSplit", @@ -20077,27 +25505,39 @@ "sch_mask", "sch_split_text", "sch_text", + "scheduler_ModelAligned", + "scheduler_manual_sigmas", + "scheduler_sigmas2Graph", "stack_Mask2color", - "stack_sum_pack", + "sum_Ksampler", "sum_create_chx", "sum_editor", "sum_latent", "sum_load_adv", "sum_lora", "sum_stack_AD", + "sum_stack_Kontext", + "sum_stack_QwenEdit", + "sum_stack_QwenEditPlus", "sum_stack_Wan", - "sum_stack_all", "sum_stack_image", - "text_SuperPrompter", - "text_free_wildcards", + "text_Splitter", + "text_StrMatrix", + "text_batch_combine", + "text_filter", + "text_loadText", + "text_modifier", "text_mul_Join", "text_mul_Split", - "text_mul_remove", - "text_mul_replace", - "text_stack_wildcards", + "text_saveText", "text_sum", + "text_wildcards", + "texture_Ksampler", + "texture_Offset", + "texture_apply", + "texture_create", "type_AnyCast", - "type_Anyswitch", + "type_AnyIndex", "type_BasiPIPE", "type_BatchToList", "type_Image_Batch2List", @@ -20105,7 +25545,6 @@ "type_ListToBatch", "type_Mask_Batch2List", "type_Mask_List2Batch", - "type_text_list2batch", "unpack_box2", "view_Data", "view_GetLength", @@ -20115,14 +25554,20 @@ "view_bridge_Text", "view_bridge_image", "view_combo", - "view_latent", - "view_mask", - "view_node_Script" + "view_mask" ], { "title_aux": "ComfyUI-Apt_Preset" } ], + "https://github.com/casc1701/ComfyUI_OverlayFrameNumber": [ + [ + "OverlayFrameNumber" + ], + { + "title_aux": "ComfyUI_OverlayFrameNumber" + } + ], "https://github.com/casterpollux/MiniMax-bmo": [ [ "MinimaxRemoverBMO" @@ -20140,6 +25585,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", @@ -20177,32 +25631,26 @@ "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-BatchNameLoop": [ @@ -20218,12 +25666,20 @@ ], "https://github.com/cedarconnor/comfyui-LatLong": [ [ + "Cubemap Faces Extract", + "Cubemap To Equirectangular", "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", + "PanoramaVideoViewerNode", + "PanoramaViewerNode" ], { "title_aux": "ComfyUI LatLong - Equirectangular Image Processing Nodes" @@ -20249,8 +25705,11 @@ ], "https://github.com/celsojr2013/comfyui_jamworks_client": [ [ + "Jamworks Download", + "Jamworks Login", "Jamworks_Download", "Jamworks_Login", + "Shell Command", "Shell_Command" ], { @@ -20278,13 +25737,16 @@ ], "https://github.com/cerspense/ComfyUI_cspnodes": [ [ + "CountTextLines", "DepthToNormalMap", + "GetLastFrameFromBatch", "GetMP4Prompt", "ImageDirIterator", "IncrementEveryN", "Modelscopet2v", "Modelscopev2v", "RemapRange", + "RemoveBlankLines", "ResizeByImage", "SplitImageChannels", "VidDirIterator" @@ -20742,13 +26204,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", @@ -20764,7 +26222,6 @@ "chaosaiart_SaveImage", "chaosaiart_Show_Info", "chaosaiart_Simple_Prompt", - "chaosaiart_Style_Node", "chaosaiart_TextCLIPEncode", "chaosaiart_TextCLIPEncode_lora", "chaosaiart_adjust_color", @@ -20778,7 +26235,6 @@ "chaosaiart_convert_Prompt", "chaosaiart_deepseek_fix", "chaosaiart_forPreview", - "chaosaiart_image_loop", "chaosaiart_img2gif", "chaosaiart_img2video", "chaosaiart_lora", @@ -20810,8 +26266,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", @@ -20822,6 +26278,17 @@ "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", @@ -20834,6 +26301,7 @@ "SetData", "TemplateFileLoader", "UploadImagesToWebDAV", + "UploadMP4ToWebDAV", "UploadWebMToWebDAV", "YAMLData", "YAMLFileLoader" @@ -20842,6 +26310,17 @@ "title_aux": "Chaser's Custom Nodes" } ], + "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes": [ + [ + "ChomfyDetailedLogger", + "ChomfyMegaPrompt", + "ChomfyUniversalCounter", + "ChomfyUniversalNoise" + ], + { + "title_aux": "ComfyUI-ChomfyNodes" + } + ], "https://github.com/checkbins/checkbin-comfy": [ [ "Checkbin Get Image Bin", @@ -20884,6 +26363,7 @@ [ "AudioCleanupNode", "IndexTTS2BaseNode", + "IndexTTS2CacheControlNode", "IndexTTS2EmotionAudioNode", "IndexTTS2EmotionTextNode", "IndexTTS2EmotionVectorNode", @@ -21023,6 +26503,7 @@ "LayerFilter: WaterColor", "LayerMask: BlendIf Mask", "LayerMask: CreateGradientMask", + "LayerMask: DrawRoundedRectangle", "LayerMask: ImageToMask", "LayerMask: LoadSegformerModel", "LayerMask: MaskBoxDetect", @@ -21105,6 +26586,7 @@ "LayerUtility: ImageChannelMerge", "LayerUtility: ImageChannelSplit", "LayerUtility: ImageCombineAlpha", + "LayerUtility: ImageCompositeHandleMask", "LayerUtility: ImageHub", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageMaskScaleAsV2", @@ -21334,8 +26816,6 @@ "CloudPointsInfo", "CubeLimit", "Export to PLY", - "ImageToPoints", - "ImageToPoints (Legacy)", "ImageToPoints (Torch)", "Import PLY", "InterpolatePoints (KDTree)", @@ -21439,12 +26919,40 @@ } ], "https://github.com/chrisgoringe/cg-use-everywhere": [ - [], + [ + "Anything Everywhere", + "Anything Everywhere3", + "Anything Everywhere?", + "Combo Clone", + "Prompts Everywhere", + "Seed Everywhere", + "Simple String" + ], { "nodename_pattern": "(^(Prompts|Anything) Everywhere|Simple String)", "title_aux": "Use Everywhere (UE Nodes)" } ], + "https://github.com/chrish-slingshot/CrasHUtils": [ + [ + "CheckPointNames", + "CheckpointNames", + "ColorStylizer", + "DinoGame", + "DoomGame", + "ExtractCharacterInfo", + "ImageGlitcher", + "QueryLocalLLM", + "SdxlResolution", + "SdxlResolutionToDimensions", + "SnakeGame", + "SpaceInvadersGame", + "TetrisGame" + ], + { + "title_aux": "CrasH Utils" + } + ], "https://github.com/chrissy0/chris-comfyui-nodes": [ [ "PadImageSquare" @@ -21557,7 +27065,8 @@ "CYHTextFileLoaderNode", "PromptEnhancer", "PromptEnhancerEditable", - "PromptToolsSetup" + "PromptToolsSetup", + "PromptWildcardGenerator" ], { "title_aux": "Chye ComfyUI Toolset" @@ -21783,6 +27292,15 @@ "title_aux": "OpenAI/Azure OpenAI Image API" } ], + "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": [ + [ + "WanKeyframeBuilder", + "WanKeyframeBuilderContinuation" + ], + { + "title_aux": "ComfyUI-WanKeyframeBuilder" + } + ], "https://github.com/claptrap0/ComfyUI_LLM_Hub": [ [ "Generated_Output", @@ -21795,7 +27313,8 @@ ], "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": [ [ - "CS Transform" + "CS Transform", + "CSTransform" ], { "title_aux": "CS Transform Node for ComfyUI" @@ -21825,7 +27344,8 @@ "SomethingToString_clh", "String2FatLabels_clh", "String2Image_clh", - "StringConstant_clh" + "StringConstant_clh", + "duplicate_checker_clh" ], { "author": "Dr.Lt.Data", @@ -21891,6 +27411,22 @@ "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", @@ -21939,6 +27475,14 @@ "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", @@ -21955,6 +27499,7 @@ "ConfigGenerateImageOpenRouter", "ConfigGenerateImagePortrait", "ConfigGenerateImageSeedream", + "ConfigGenerateImageUnified", "ConfigGenerateMusic", "ConfigGenerateSpeech", "ConfigGenerateVideo", @@ -22013,13 +27558,30 @@ ], "https://github.com/comfyanonymous/ComfyUI": [ [ + "APG", "AddNoise", + "AlignYourStepsScheduler", + "AudioAdjustVolume", + "AudioConcat", "AudioEncoderEncode", "AudioEncoderLoader", + "AudioMerge", + "AutogrowNamesTestNode", + "AutogrowPrefixTestNode", "BasicGuider", "BasicScheduler", "BetaSamplingScheduler", + "ByteDanceFirstLastFrameNode", + "ByteDanceImageEditNode", + "ByteDanceImageNode", + "ByteDanceImageReferenceNode", + "ByteDanceImageToVideoNode", + "ByteDanceSeedreamNode", + "ByteDanceTextToVideoNode", "CFGGuider", + "CFGNorm", + "CFGZeroStar", + "CLIPAttentionMultiply", "CLIPLoader", "CLIPMergeAdd", "CLIPMergeSimple", @@ -22027,9 +27589,11 @@ "CLIPSave", "CLIPSetLastLayer", "CLIPTextEncode", + "CLIPTextEncodeControlnet", "CLIPTextEncodeFlux", "CLIPTextEncodeHiDream", "CLIPTextEncodeHunyuanDiT", + "CLIPTextEncodeKandinsky5", "CLIPTextEncodeLumina2", "CLIPTextEncodePixArtAlpha", "CLIPTextEncodeSD3", @@ -22037,9 +27601,13 @@ "CLIPTextEncodeSDXLRefiner", "CLIPVisionEncode", "CLIPVisionLoader", + "Canny", + "CaseConverter", "CheckpointLoader", "CheckpointLoaderSimple", "CheckpointSave", + "ChromaRadianceOptions", + "ComfySwitchNode", "ConditioningAverage", "ConditioningCombine", "ConditioningConcat", @@ -22051,18 +27619,29 @@ "ConditioningSetTimestepRange", "ConditioningStableAudio", "ConditioningZeroOut", + "ContextWindowsManual", "ControlNetApply", "ControlNetApplyAdvanced", "ControlNetApplySD3", "ControlNetInpaintingAliMamaApply", "ControlNetLoader", + "CosmosImageToVideoLatent", + "CosmosPredict2ImageToVideoLatent", + "CreateVideo", "CropMask", + "DCTestNode", "DiffControlNetLoader", "DifferentialDiffusion", "DiffusersLoader", "DisableNoise", "DualCFGGuider", "DualCLIPLoader", + "EasyCache", + "EmptyAceStepLatentAudio", + "EmptyAudio", + "EmptyChromaRadianceLatentImage", + "EmptyCosmosLatentVideo", + "EmptyFlux2LatentImage", "EmptyHunyuanImageLatent", "EmptyHunyuanLatentVideo", "EmptyImage", @@ -22072,21 +27651,19 @@ "EmptyLatentImage", "EmptyMochiLatentVideo", "EmptySD3LatentImage", + "Epsilon Scaling", "ExponentialScheduler", "ExtendIntermediateSigmas", "FeatherMask", "FlipSigmas", + "Flux2ProImageNode", + "Flux2Scheduler", "FluxDisableGuidance", "FluxGuidance", "FluxKontextImageScale", - "FluxKontextMaxImageNode", "FluxKontextMultiReferenceLatentMethod", - "FluxKontextProImageNode", - "FluxProCannyNode", - "FluxProDepthNode", "FluxProExpandNode", "FluxProFillNode", - "FluxProImageNode", "FluxProUltraImageNode", "FreSca", "FreeU", @@ -22094,17 +27671,26 @@ "GITSScheduler", "GLIGENLoader", "GLIGENTextBoxApply", + "GeminiImage2Node", "GeminiImageNode", "GeminiInputFiles", "GeminiNode", + "GenerateTracks", "GetImageSize", + "GetVideoComponents", "GrowMask", "Hunyuan3Dv2Conditioning", "Hunyuan3Dv2ConditioningMultiView", "HunyuanImageToVideo", "HunyuanRefinerLatent", + "HunyuanVideo15ImageToVideo", + "HunyuanVideo15LatentUpscaleWithModel", + "HunyuanVideo15SuperResolution", "HyperTile", "HypernetworkLoader", + "IdeogramV1", + "IdeogramV2", + "IdeogramV3", "ImageAddNoise", "ImageBatch", "ImageBlend", @@ -22137,6 +27723,7 @@ "KSampler", "KSamplerAdvanced", "KSamplerSelect", + "Kandinsky5ImageToVideo", "KarrasScheduler", "KlingCameraControlI2VNode", "KlingCameraControlT2VNode", @@ -22144,11 +27731,19 @@ "KlingDualCharacterVideoEffectNode", "KlingImage2VideoNode", "KlingImageGenerationNode", + "KlingImageToVideoWithAudio", "KlingLipSyncAudioToVideoNode", "KlingLipSyncTextToVideoNode", + "KlingOmniProEditVideoNode", + "KlingOmniProFirstLastFrameNode", + "KlingOmniProImageNode", + "KlingOmniProImageToVideoNode", + "KlingOmniProTextToVideoNode", + "KlingOmniProVideoToVideoNode", "KlingSingleImageVideoEffectNode", "KlingStartEndFrameNode", "KlingTextToVideoNode", + "KlingTextToVideoWithAudio", "KlingVideoExtendNode", "KlingVirtualTryOnNode", "LTXVAddGuide", @@ -22179,21 +27774,26 @@ "LatentSubtract", "LatentUpscale", "LatentUpscaleBy", + "LatentUpscaleModelLoader", + "LazyCache", "Load3D", - "Load3DAnimation", "LoadAudio", "LoadImage", + "LoadImageDataSetFromFolder", "LoadImageMask", "LoadImageOutput", - "LoadImageSetFromFolderNode", - "LoadImageTextSetFromFolderNode", + "LoadImageTextDataSetFromFolder", "LoadLatent", + "LoadTrainingDataset", + "LoadVideo", "LoraLoader", "LoraLoaderModelOnly", "LoraModelLoader", "LoraSave", "LossGraphNode", "LotusConditioning", + "LtxvApiImageToVideo", + "LtxvApiTextToVideo", "LumaConceptsNode", "LumaImageModifyNode", "LumaImageNode", @@ -22201,9 +27801,14 @@ "LumaReferenceNode", "LumaVideoNode", "Mahiro", + "MakeTrainingDataset", "MaskComposite", "MaskPreview", "MaskToImage", + "MinimaxHailuoVideoNode", + "MinimaxImageToVideoNode", + "MinimaxSubjectToVideoNode", + "MinimaxTextToVideoNode", "ModelComputeDtype", "ModelMergeAdd", "ModelMergeAuraflow", @@ -22234,13 +27839,18 @@ "ModelSamplingSD3", "ModelSamplingStableCascade", "ModelSave", + "MoonvalleyImg2VideoNode", + "MoonvalleyTxt2VideoNode", + "MoonvalleyVideo2VideoNode", "Morphology", + "NormalizeVideoLatentStart", "OpenAIChatConfig", "OpenAIChatNode", "OpenAIDalle2", "OpenAIDalle3", "OpenAIGPTImage1", "OpenAIInputFiles", + "OpenAIVideoSora2", "OptimalStepsScheduler", "PatchModelAddDownscale", "PerpNeg", @@ -22262,10 +27872,14 @@ "PolyexponentialScheduler", "PorterDuffImageComposite", "Preview3D", - "Preview3DAnimation", "PreviewAny", "PreviewAudio", "PreviewImage", + "PrimitiveBoolean", + "PrimitiveFloat", + "PrimitiveInt", + "PrimitiveString", + "PrimitiveStringMultiline", "QuadrupleCLIPLoader", "QwenImageDiffsynthControlnet", "RandomNoise", @@ -22274,29 +27888,35 @@ "RecordAudio", "RecraftColorRGB", "RecraftControls", - "RecraftCreativeUpscaleNode", "RecraftCrispUpscaleNode", "RecraftImageInpaintingNode", "RecraftImageToImageNode", "RecraftRemoveBackgroundNode", "RecraftReplaceBackgroundNode", - "RecraftStyleV3DigitalIllustration", "RecraftStyleV3InfiniteStyleLibrary", - "RecraftStyleV3LogoRaster", "RecraftStyleV3RealisticImage", "RecraftTextToImageNode", "RecraftTextToVectorNode", "RecraftVectorizeImageNode", "ReferenceLatent", + "RegexExtract", + "RegexMatch", + "RegexReplace", "RenormCFG", "RepeatImageBatch", "RepeatLatentBatch", + "ReplaceVideoLatentFrames", "RescaleCFG", "ResizeAndPadImage", "Rodin3D_Detail", + "Rodin3D_Gen2", "Rodin3D_Regular", "Rodin3D_Sketch", "Rodin3D_Smooth", + "RunwayFirstLastFrameNode", + "RunwayImageToVideoNodeGen3a", + "RunwayImageToVideoNodeGen4", + "RunwayTextToImageNode", "SDTurboScheduler", "SD_4XUpscale_Conditioning", "SV3D_Conditioning", @@ -22311,8 +27931,11 @@ "SamplerER_SDE", "SamplerEulerAncestral", "SamplerEulerAncestralCFGPP", + "SamplerEulerCFGpp", + "SamplerLCMUpscale", "SamplerLMS", "SamplerSASolver", + "SamplerSEEDS2", "SamplingPercentToSigma", "SaveAnimatedPNG", "SaveAnimatedWEBP", @@ -22321,23 +27944,50 @@ "SaveAudioOpus", "SaveGLB", "SaveImage", + "SaveImageDataSetToFolder", + "SaveImageTextDataSetToFolder", "SaveImageWebsocket", "SaveLatent", - "SaveLoRANode", + "SaveLoRA", "SaveSVGNode", + "SaveTrainingDataset", + "SaveVideo", + "SaveWEBM", + "ScaleROPE", "SelfAttentionGuidance", "SetFirstSigma", "SetLatentNoiseMask", "SetUnionControlNetType", + "ShuffleImageTextDataset", "SkipLayerGuidanceDiT", "SkipLayerGuidanceDiTSimple", "SkipLayerGuidanceSD3", "SolidMask", + "SplitAudioChannels", "SplitImageWithAlpha", "SplitSigmas", "SplitSigmasDenoise", + "StabilityAudioInpaint", + "StabilityAudioToAudio", + "StabilityStableImageSD_3_5Node", + "StabilityStableImageUltraNode", + "StabilityTextToAudio", + "StabilityUpscaleConservativeNode", + "StabilityUpscaleCreativeNode", + "StabilityUpscaleFastNode", + "StableCascade_EmptyLatentImage", + "StableCascade_StageB_Conditioning", + "StableCascade_StageC_VAEEncode", + "StableCascade_SuperResolutionControlnet", "StableZero123_Conditioning", "StableZero123_Conditioning_Batched", + "StringCompare", + "StringConcatenate", + "StringContains", + "StringLength", + "StringReplace", + "StringSubstring", + "StringTrim", "StubConstantImage", "StubFloat", "StubImage", @@ -22345,7 +27995,9 @@ "StubMask", "StyleModelApply", "StyleModelLoader", + "T5TokenizerOptions", "TCFG", + "TemporalScoreRescaling", "TestAccumulateNode", "TestAccumulationGetItemNode", "TestAccumulationGetLengthNode", @@ -22393,12 +28045,18 @@ "TestVariadicAverage", "TestWhileLoopClose", "TestWhileLoopOpen", + "TextEncodeAceStepAudio", "TextEncodeHunyuanVideo_ImageToVideo", "TextEncodeQwenImageEdit", + "TextEncodeQwenImageEditPlus", "ThresholdMask", "TomePatchModel", + "TopazImageEnhance", + "TopazVideoEnhance", "TorchCompileModel", "TrainLoraNode", + "TrimAudioDuration", + "TrimVideoLatent", "TripleCLIPLoader", "TripoConversionNode", "TripoImageToModelNode", @@ -22409,6 +28067,9 @@ "TripoTextToModelNode", "TripoTextureNode", "UNETLoader", + "UNetCrossAttentionMultiply", + "UNetSelfAttentionMultiply", + "UNetTemporalAttentionMultiply", "USOStyleReference", "UpscaleModelLoader", "VAEDecode", @@ -22422,13 +28083,43 @@ "VAELoader", "VAESave", "VPScheduler", + "Veo3FirstLastFrameNode", + "VeoVideoGenerationNode", "VideoLinearCFGGuidance", "VideoTriangleCFGGuidance", + "ViduImageToVideoNode", + "ViduReferenceVideoNode", + "ViduStartEndToVideoNode", + "ViduTextToVideoNode", "VoxelToMesh", "VoxelToMeshBasic", + "Wan22FunControlToVideo", + "Wan22ImageToVideoLatent", + "WanAnimateToVideo", + "WanCameraEmbedding", + "WanCameraImageToVideo", + "WanFirstLastFrameToVideo", + "WanFunControlToVideo", + "WanFunInpaintToVideo", + "WanHuMoImageToVideo", + "WanImageToImageApi", + "WanImageToVideo", + "WanImageToVideoApi", + "WanMoveConcatTrack", + "WanMoveTrackToVideo", + "WanMoveTracksFromCoords", + "WanMoveVisualizeTracks", + "WanPhantomSubjectToVideo", + "WanSoundImageToVideo", + "WanSoundImageToVideoExtend", + "WanTextToImageApi", + "WanTextToVideoApi", + "WanTrackToVideo", + "WanVaceToVideo", "WebcamCapture", "unCLIPCheckpointLoader", - "unCLIPConditioning" + "unCLIPConditioning", + "wanBlockSwap" ], { "title_aux": "ComfyUI" @@ -22437,6 +28128,7 @@ "https://github.com/comfyanonymous/ComfyUI_TensorRT": [ [ "DYNAMIC_TRT_MODEL_CONVERSION", + "STATIC TRT_MODEL CONVERSION", "STATIC_TRT_MODEL_CONVERSION", "TensorRTLoader" ], @@ -22463,7 +28155,10 @@ [ "AspectRatioImageSize", "AspectRatioResizeImage", - "MarkdownModelNote" + "GitCloneManager", + "HuggingFaceDownloader", + "MarkdownModelNote", + "TransparentVideoSave" ], { "title_aux": "ComfyUI-Studio-nodes" @@ -22487,6 +28182,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", @@ -22592,6 +28311,7 @@ ], "https://github.com/cr7Por/ComfyUI_DepthFlow": [ [ + "DepthFlow Simple", "DepthFlowSimple" ], { @@ -22765,7 +28485,6 @@ "DebugTensorShape+", "DisplayAny", "DrawText+", - "ExtractKeyframes+", "FluxAttentionSeeker+", "FluxBlocksBuster+", "FluxSamplerParams+", @@ -22879,6 +28598,18 @@ "title_aux": "ComfyUI-MaskBatchPermutations" } ], + "https://github.com/cyan9977/ComfyUI_PromptQueue": [ + [ + "NegativePromptQueue", + "SimpleStylePromptQueue", + "SimpleStylePromptQueueBatch", + "StylePromptQueue", + "StylePromptQueueBatch" + ], + { + "title_aux": "ComfyUI_PromptQueue" + } + ], "https://github.com/cyberhirsch/seb_nodes": [ [ "AspectRatioSeb", @@ -22892,6 +28623,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" @@ -22941,7 +28684,6 @@ ], "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": [ [ - "D2 Checkpoint List", "D2 Checkpoint Loader", "D2 Multi Output", "D2 Prompt SR", @@ -23031,18 +28773,36 @@ "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", @@ -23063,6 +28823,7 @@ [ "LoadImageListPlus", "LoadImagesFromPath_lp", + "SaveImagePlus", "SaveImage_lp", "SelectImageName", "VideoKeyFramesExtractor", @@ -23078,27 +28839,25 @@ ], "https://github.com/dagthomas/comfyui_dagthomas": [ [ - "APNLatent", - "CustomPromptLoader", - "DynamicStringCombinerNode", - "FileReaderNode", - "FlexibleStringMergerNode", - "GeminiCustomVision", - "GeminiTextOnly", - "GptCustomVision", - "GptMiniNode", - "GptVisionCloner", - "GptVisionNode", - "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" @@ -23113,6 +28872,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", @@ -23174,6 +28941,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", @@ -23201,6 +28975,14 @@ "title_aux": "ComfyUI-TTS" } ], + "https://github.com/darkamenosa/comfy_inpaint_blend": [ + [ + "EnhancedImageCompositeMasked" + ], + { + "title_aux": "Enhanced Image Composite Masked" + } + ], "https://github.com/darkamenosa/comfy_nanobanana": [ [ "BatchImages", @@ -23228,11 +29010,18 @@ "title_aux": "DarkPrompts" } ], + "https://github.com/darrell-goh/ComfyUI-NanoBanana_node": [ + [ + "NanoBananaNode" + ], + { + "title_aux": "ComfyUI-NanoBanana_node" + } + ], "https://github.com/darth-veitcher/comfydv": [ [ "CircuitBreaker", "FormatString", - "ModelUnloader", "RandomChoice" ], { @@ -23243,6 +29032,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", @@ -23418,6 +29232,11 @@ "DavchaModelMergeSDXL", "DavchaModelMergeSimple", "DavchaPop", + "DavchaQwenImageEditLoraTagLoader", + "DavchaScheduledTextEncoderQwenImageEditPlus", + "DavchaTextEncodeQwenImageEditPlus", + "DavchaWan22LoraTagLoader", + "DavchaWan22LoraTagParser", "PadAndResize", "PercentPadding", "ResizeCropFit", @@ -23444,9 +29263,16 @@ "title_aux": "comfyui_facetools" } ], + "https://github.com/dcyd-lun/ComfyUI_text_diff": [ + [ + "TextDiff" + ], + { + "title_aux": "ComfyUI_text_diff" + } + ], "https://github.com/denfrost/Den_ComfyUI_Workflow": [ [ - "Den_BatchIndex_AS", "Den_CropImage_AS", "Den_Eval_AS", "Den_FaceRestoreCFWithModel", @@ -23471,18 +29297,27 @@ "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/deroberon/StableZero123-comfyui": [ [ "SDZero ImageSplit", - "Stablezero123", - "Stablezero123WithDepth" + "Stablezero123" ], { "title_aux": "StableZero123-comfyui" @@ -23562,7 +29397,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", @@ -23571,6 +29408,33 @@ "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/digitaljohn/comfyui-propost": [ [ "ProPostApplyLUT", @@ -23632,17 +29496,36 @@ "AudioAnalyzerNode", "AudioAnalyzerOptionsNode", "CharacterVoicesNode", + "ChatterBoxAudioAnalyzer", + "ChatterBoxAudioAnalyzerOptions", "ChatterBoxEngineNode", "ChatterBoxF5TTSEditOptions", + "ChatterBoxF5TTSEditVoice", "ChatterBoxOfficial23LangEngineNode", + "ChatterBoxVoiceCapture", "F5TTSEngineNode", "HiggsAudioEngineNode", + "IndexTTS Engine", + "IndexTTSEmotionOptionsNode", + "IndexTTSEngineNode", + "LoadRVCModelNode", + "MergeAudioNode", "MouthMovementAnalyzer", + "PhonemeTextNormalizer", + "QwenEmotionNode", + "RVCEngineNode", + "RVCPitchOptionsNode", + "Step Audio EditX Engine", + "StepAudioEditXAudioEditorNode", + "StepAudioEditXEngineNode", + "StringMultilineTagEditor", "UnifiedTTSSRTNode", "UnifiedTTSTextNode", "UnifiedVoiceChangerNode", "VibeVoiceEngineNode", - "VisemeDetectionOptionsNode" + "VisemeDetectionOptionsNode", + "VocalRemovalNode", + "VoiceFixerNode" ], { "title_aux": "TTS Audio Suite" @@ -23715,6 +29598,8 @@ ], "https://github.com/dmarx/ComfyUI-AudioReactive": [ [ + "ARDrawSignal", + "ARReadAudio", "OpAbs", "OpBandpass", "OpClamp", @@ -23733,7 +29618,8 @@ "OpSqrt", "OpStretch", "OpSustain", - "OpThreshold" + "OpThreshold", + "SignalToCurve" ], { "title_aux": "ComfyUI-AudioReactive" @@ -23751,8 +29637,6 @@ "KfCurveDraw", "KfCurveFromString", "KfCurveFromYAML", - "KfCurveInverse", - "KfCurveToAcnLatentKeyframe", "KfCurvesAdd", "KfCurvesAddx10", "KfCurvesDivide", @@ -23767,7 +29651,6 @@ "KfDebug_Int", "KfDebug_Latent", "KfDebug_Model", - "KfDebug_Passthrough", "KfDebug_Segs", "KfDebug_String", "KfDebug_Vae", @@ -23781,7 +29664,6 @@ "KfPGroupCurveAdd", "KfPGroupCurveMultiply", "KfPGroupDraw", - "KfPGroupProd", "KfPGroupSum", "KfSetCurveLabel", "KfSetKeyframe", @@ -23838,6 +29720,14 @@ "title_aux": "ComfyUI-LTXVideoLoRA" } ], + "https://github.com/dothings/comfyui_placeholder_prompting": [ + [ + "PlaceholderPrompting" + ], + { + "title_aux": "comfyui_placeholder_prompting" + } + ], "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": [ [ "DeadlineSeed", @@ -23848,6 +29738,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", @@ -23859,6 +29761,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" @@ -23910,11 +29828,15 @@ ], "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": [ [ + "HuMoI2VPatch", + "StringToFloatListRanged", "VACEAdvDetailerHookProvider", "VaceAdvancedModelPatch", "VaceStrengthTester", "WVAOptionsNode", "WVAPipeSimple", + "WanMaskToLatentSpace", + "WanNoiseMaskToLatentSpace", "WanVacePhantomDual", "WanVacePhantomDualV2", "WanVacePhantomExperimental", @@ -23946,6 +29868,14 @@ "title_aux": "primitive-types" } ], + "https://github.com/dseditor/Comfy-MCP": [ + [ + "MCPConfigGenerator" + ], + { + "title_aux": "Comfy-MCP" + } + ], "https://github.com/dseditor/ComfyUI-ListHelper": [ [ "AudioListCombine", @@ -23953,11 +29883,13 @@ "AudioToFrameCount", "CeilDivide", "FrameMatch", + "GGUFInference", "LoadVideoPath", "NumberListGenerator", - "OpenRouterLLM", "PromptListGenerator", - "SaveVideoPath" + "QwenGPUInference", + "SaveVideoPath", + "SimpleWildCardPlayer" ], { "title_aux": "ComfyUI-ListHelper" @@ -23984,6 +29916,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" @@ -24049,6 +29998,22 @@ "title_aux": "ComfyUI-crop-alpha" } ], + "https://github.com/dzy1128/ComfyUI-Vector-Engine": [ + [ + "VectorEngineImageGenerator" + ], + { + "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" @@ -24075,6 +30040,46 @@ "title_aux": "ComfyUI-ShadertoyGL" } ], + "https://github.com/eRepublik-Labs/comfyui-nodes-erpk": [ + [ + "ClaudeAPIClient", + "ClaudeConversation", + "ClaudeConversationInfo", + "ClaudePromptEnhancer", + "ClaudeTextGeneration", + "ClaudeTokenCounter", + "ClaudeUsageStats", + "ClaudeVisionAnalysis", + "GeminiAPIConfig", + "GeminiChat", + "GeminiImageEdit", + "GeminiImageGeneration", + "GeminiSafetySettings", + "GeminiSystemInstruction", + "GeminiTextGeneration", + "GeminiVision", + "VeoImageToVideo", + "VeoTextToVideo", + "WaveSpeed Custom Client", + "WaveSpeed Custom Preview Video", + "WaveSpeed Custom QwenImageEdit", + "WaveSpeed Custom QwenImageEditPlus", + "WaveSpeed Custom QwenImageT2I", + "WaveSpeed Custom Save Audio", + "WaveSpeed Custom SeedreamV4", + "WaveSpeed Custom SeedreamV4Edit", + "WaveSpeed Custom SeedreamV4EditSequential", + "WaveSpeed Custom SeedreamV4Sequential", + "WaveSpeed Custom SeedreamV4_5", + "WaveSpeed Custom SeedreamV4_5Edit", + "WaveSpeed Custom SeedreamV4_5EditSequential", + "WaveSpeed Custom SeedreamV4_5Sequential", + "WaveSpeed Custom Upload Image" + ], + { + "title_aux": "ERPK Collection" + } + ], "https://github.com/ealkanat/comfyui-easy-padding": [ [ "comfyui-easy-padding" @@ -24095,11 +30100,24 @@ ], "https://github.com/easygoing0114/ComfyUI-easygoing-nodes": [ [ + "CLIPSaveQwen", + "CLIPScaleDualSDXLBlock", + "CLIPScaleQwenBlock", "CLIPVisionLoaderSetDevice", + "CheckpointLoaderSetClipDevice", "HDR Effects with LAB Adjust", + "HDREffectsLabAdjust", + "ModelMergeHiDream", "QuadrupleCLIPLoaderSetDevice", "SaveImageWithPrompt", - "TripleCLIPLoaderSetDevice" + "TripleCLIPLoaderSetDevice", + "VAEMergeAdd", + "VAEMergeSDXLBlock", + "VAEMergeSimple", + "VAEMergeSubtract", + "VAEScaleFluxBlock", + "VAEScaleQwenBlock", + "VAEScaleSDXLBlock" ], { "title_aux": "ComfyUI-easygoing-nodes" @@ -24123,6 +30141,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" @@ -24196,11 +30280,13 @@ "MaskedRegionVideoExport", "OrganicFillNode", "ParallaxZoom", + "ProjectionPreview", "Random_Style_Mixture", "SDAnyConverter", "SDTypeConverter", "SaveImageAdvanced", "SavePosEmbeds", + "SurfaceRadiometricCompensation", "VAEDecode_to_folder", "VideoFrameSelector", "WidthHeightPicker" @@ -24217,6 +30303,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", @@ -24236,7 +30330,7 @@ ], "https://github.com/efortin/ComfyUI-Ollama-Enhancer": [ [ - "OllamaPosNegNode" + "OllamaEnhancerNode" ], { "title_aux": "ComfyUI-Manufnode" @@ -24282,6 +30376,15 @@ "title_aux": "ComfyUI-ImageProcessUtilities" } ], + "https://github.com/elyetis/Comfyui-ColorMatchNodes": [ + [ + "ColorMatch2Refs", + "ColorMatchBlendAutoWeights" + ], + { + "title_aux": "Comfyui-ColorMatchNodes" + } + ], "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": [ [ "BatchImageProcessor", @@ -24333,11 +30436,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", @@ -24417,6 +30544,7 @@ ], "https://github.com/exdysa/comfyui-selector": [ [ + "Recourse", "RecourseAny", "RecourseCkpt", "RecourseImage", @@ -24485,6 +30613,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", @@ -24494,7 +30636,6 @@ "EZ_Prompt_Loader", "EZ_Switch", "EZ_Tag_Loader", - "EZ_Test", "EZ_Text_Concat", "EZ_Text_to_Size" ], @@ -24502,6 +30643,24 @@ "title_aux": "ComfyUI-EZ-AF-Nodes" } ], + "https://github.com/fabbarix/comfyui-promptstore": [ + [ + "Prompt Selector", + "Prompt Template" + ], + { + "title_aux": "comfyui-promptstore" + } + ], + "https://github.com/facefusion/facefusion-comfyui": [ + [ + "SwapFaceImage", + "SwapFaceVideo" + ], + { + "title_aux": "FaceFusion ComfyUI" + } + ], "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": [ [ "HunyuanVideoLoraLoader" @@ -24598,7 +30757,8 @@ "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": [ [ "EmbeddingAnalyzer", - "EmbeddingPipelineCapture" + "EmbeddingPipelineCapture", + "Hunyuan" ], { "title_aux": "ComfyUI-EmbeddingPipelineAnalytics" @@ -24606,29 +30766,43 @@ ], "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": [ [ - "DenoiseCurveVisualizer", - "LatentStatisticsMonitor", - "MinimalKeyframeV2V", - "QwenContextProcessor", + "HunyuanVideoCLIPLoader", + "HunyuanVideoEmptyLatent", + "HunyuanVideoPromptExpander", + "HunyuanVideoTextEncoder", + "HunyuanVideoVisionLoader", + "LLMOutputParser", + "PromptKeyFilter", + "QwenDebugController", + "QwenEliGenEntityControl", + "QwenEliGenMaskPainter", + "QwenImageBatch", "QwenInpaintSampler", "QwenLowresFixNode", "QwenMaskProcessor", - "QwenNativeEncoder", - "QwenNativeLoader", - "QwenOptimalResolution", - "QwenResolutionSelector", + "QwenSmartCrop", "QwenSpatialTokenGenerator", + "QwenTemplateBuilder", "QwenTemplateBuilderV2", "QwenTemplateConnector", + "QwenToChronoEditBridge", + "QwenToWanFirstFrameLatent", + "QwenToWanImageSaver", + "QwenToWanLatentSaver", + "QwenTokenAnalyzer", "QwenTokenAnalyzerStandalone", "QwenTokenDebugger", "QwenVLCLIPLoader", "QwenVLEmptyLatent", "QwenVLImageToLatent", "QwenVLTextEncoder", - "QwenValidationTools", - "QwenWANKeyframeEditor", - "QwenWANKeyframeExtractor" + "QwenVLTextEncoderAdvanced", + "TemplateInfluenceAnalyzer", + "ZImageEmptyLatent", + "ZImageTextEncoder", + "ZImageTextEncoderSimple", + "ZImageTurnBuilder", + "ZImageWanVAEDecode" ], { "title_aux": "ComfyUI-QwenImageWanBridge" @@ -24665,6 +30839,7 @@ [ "WanAdaptiveFlow", "WanBlendVisualize", + "WanEmbeddingPreviz", "WanEmbeddingPrevizCanvas", "WanMinimalCanvasTest", "WanSmartBlend" @@ -24682,6 +30857,7 @@ "DualProviderConfig", "GlobalMemoryCleanup", "ImageToAny", + "LoadAudio", "LoopAwareResponseIterator", "LoopAwareVLMAccumulator", "LoopSafeAccumulator", @@ -24689,6 +30865,8 @@ "RemoteTextEncoder", "RobustImageRangeExtractor", "SeedPromptGenerator", + "ShrugASRNode", + "ShrugPromptBatchFromFile", "ShrugPrompter", "SmartImageRangeExtractor", "TextCleanup", @@ -24713,22 +30891,23 @@ "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" + "MeuxAdvancedImageCrop", + "MeuxImageLoader", + "MeuxMultiSaveImage", + "MeuxSimpleLLMNode" ], { - "title_aux": "comfyui-camera-tools" + "title_aux": "BaiduMeux_Comfy Tools" } ], "https://github.com/fchangjun/Comfyui_MultiSaveImage": [ [ - "MultiSaveImage", - "SimpleLLMNode" + "MeuxAdvancedImageCrop", + "MeuxImageLoader", + "MeuxMultiSaveImage", + "MeuxSimpleLLMNode" ], { "title_aux": "MultiSaveImage Node" @@ -24749,6 +30928,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" @@ -24820,7 +31010,6 @@ "FEInterruptCondition", "FELoadImageQQUrl", "FEOperatorIf", - "FEPythonStrOp", "FERandomBool", "FERandomLoraSelect", "FERandomPrompt", @@ -24876,6 +31065,14 @@ "title_aux": "Pixelization" } ], + "https://github.com/filliptm/ComfyUI_FL-Path-Animator": [ + [ + "FL_PathAnimator" + ], + { + "title_aux": "ComfyUI_FL-Path-Animator" + } + ], "https://github.com/filliptm/ComfyUI_FL-Trainer": [ [ "FL_ImageCaptionSaver", @@ -24884,11 +31081,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" @@ -24908,13 +31101,30 @@ [ "FL_API_Base64_ImageLoader", "FL_API_ImageSaver", + "FL_AnimatedShapePatterns", "FL_AnimeLineExtractor", "FL_ApplyMask", "FL_Ascii", + "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", @@ -24923,13 +31133,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", @@ -24951,7 +31167,6 @@ "FL_HalftonePattern", "FL_Hedra_API", "FL_HexagonalPattern", - "FL_HunyuanDelight", "FL_ImageAddNoise", "FL_ImageAddToBatch", "FL_ImageAdjuster", @@ -24968,6 +31183,8 @@ "FL_ImageDimensionDisplay", "FL_ImageListToImageBatch", "FL_ImageNotes", + "FL_ImageOverlay", + "FL_ImagePicker", "FL_ImagePixelator", "FL_ImageRandomizer", "FL_ImageSelector", @@ -24976,12 +31193,14 @@ "FL_InfiniteZoom", "FL_InpaintCrop", "FL_Inpaint_Stitch", + "FL_IntToFloat", "FL_JS", "FL_KSamplerXYZPlot", "FL_KsamplerBasic", "FL_KsamplerPlus", "FL_KsamplerPlusV2", "FL_KsamplerSettings", + "FL_LoadCSV", "FL_LoadImage", "FL_MadLibGenerator", "FL_Math", @@ -25003,6 +31222,7 @@ "FL_PaperDrawn", "FL_PasteByMask", "FL_PasteOnCanvas", + "FL_PathAnimator", "FL_PathTypeChecker", "FL_PixVerseAPI", "FL_PixelArtShader", @@ -25011,7 +31231,11 @@ "FL_PromptBasic", "FL_PromptMulti", "FL_PromptSelector", + "FL_PromptSelectorBasic", + "FL_QwenImageEditStrength", + "FL_RIFE", "FL_RandomNumber", + "FL_RandomShapeGenerator", "FL_ReplaceColor", "FL_RetroEffect", "FL_Ripple", @@ -25022,6 +31246,7 @@ "FL_SaveAndDisplayImage", "FL_SaveCSV", "FL_SaveImages", + "FL_SaveRGBAAnimatedWebP", "FL_SaveWebM", "FL_SaveWebPImage(SaveImage)", "FL_SchedulerStrings", @@ -25039,6 +31264,8 @@ "FL_UnloadAllModels", "FL_UnloadModel", "FL_UpscaleModel", + "FL_Veo3VideoGen", + "FL_VertexGemini25FlashImage", "FL_VideoBatchSplitter", "FL_VideoCadence", "FL_VideoCadenceCompile", @@ -25050,6 +31277,11 @@ "FL_VideoTrim", "FL_WF_Agent", "FL_WanFirstLastFrameToVideo", + "FL_WanVaceToVideoMultiRef", + "FL_WanVideoBlender", + "FL_WanVideoBlender3Way", + "FL_WanVideoContinuationBlender", + "FL_WanVideoContinue", "FL_WordFrequencyGraph", "FL_ZipDirectory", "FL_ZipSave", @@ -25060,6 +31292,19 @@ "title_aux": "ComfyUI_Fill-Nodes" } ], + "https://github.com/fkxianzhou/ComfyUI-Jimeng-API": [ + [ + "JimengAPIClient", + "JimengQueryTasks", + "JimengReferenceImage2Video", + "JimengSeedream3", + "JimengSeedream4", + "JimengVideoGeneration" + ], + { + "title_aux": "ComfyUI-Jimeng-API" + } + ], "https://github.com/flamacore/ComfyUI-YouTubeUploader": [ [ "YouTubeAuthNode", @@ -25183,6 +31428,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" @@ -25191,6 +31445,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" @@ -25201,12 +31465,10 @@ ], "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [ [ - "BatchIndex_AS", "CropImage_AS", "Eval_AS", "ImageMixMasked_As", "ImageToMask_AS", - "Increment_AS", "Int2Any_AS", "LatentAdd_AS", "LatentMixMasked_As", @@ -25353,6 +31615,46 @@ "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/frankchieng/ComfyUI_Aniportrait": [ [ "AniPortrait_Audio2Video", @@ -25383,42 +31685,6 @@ "title_aux": "ComfyUI_llm_easyanimiate" } ], - "https://github.com/fredconex/ComfyUI-SongBloom": [ - [ - "SongBloomGenerate", - "SongBloomModelLoader" - ], - { - "title_aux": "SongBloom" - } - ], - "https://github.com/fredconex/ComfyUI-SoundFlow": [ - [ - "SoundFlow_Concatenator", - "SoundFlow_DuckCompressor", - "SoundFlow_Equalizer", - "SoundFlow_Fade", - "SoundFlow_GainPitchControl", - "SoundFlow_GetLength", - "SoundFlow_Mixer", - "SoundFlow_PreviewAudio", - "SoundFlow_SetLength", - "SoundFlow_SilenceTrimmer", - "SoundFlow_SimpleCompressor", - "SoundFlow_TrimAudio" - ], - { - "title_aux": "ComfyUI-SoundFlow" - } - ], - "https://github.com/fredconex/ComfyUI-SyncEdit": [ - [ - "SyncTextEditor" - ], - { - "title_aux": "Sync Edit" - } - ], "https://github.com/fredhopp/comfyui-flipflopnodes": [ [ "FF Group Positioner", @@ -25429,6 +31695,31 @@ "title_aux": "comfyui-flipflopnodes" } ], + "https://github.com/fredlef/Comfyui_FSL_Nodes": [ + [ + "FSL Composite With Mask", + "FSL Image Passthrough", + "FSL Image Switch 8Way", + "FSL Manual Alpha Mask Painter", + "FSL Save And Strip Alpha", + "FSLEnsureNHWCBatch", + "FSLGeminiChat", + "FSLGeminiGenerateImage", + "FSLGeminiGenerateImageV8", + "FSLGeminiImageGenerator", + "FSLImageMemoryClear", + "FSLImageMemoryClearAll", + "FSLImageMemoryRecallSafe", + "FSLImageMemoryStore", + "FSLImageSaverWithMetadata", + "FSLImageSaverWithMetadataV5", + "FSLPromptCompose", + "FSLVeoGenerator" + ], + { + "title_aux": "ComfyUI FSL Nodes" + } + ], "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": [ [ "ImageMask2PNG" @@ -25473,7 +31764,8 @@ "FaceShaperLoadMediaPipeCropper", "FaceShaperMatchV2", "FaceShaperModels", - "FaceShaperShowLandMarks" + "FaceShaperShowLandMarks", + "FaceShaperV2" ], { "title_aux": "ComfyUI_FaceShaper" @@ -25481,15 +31773,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" @@ -25506,6 +31796,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" @@ -25514,6 +31822,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", @@ -25524,6 +31843,16 @@ "title_aux": "ComfyUI Load From URL" } ], + "https://github.com/g7b2/ComfyUI-Artist-Tester": [ + [ + "ArtistListIterator", + "ArtistPromptComposer", + "SaveImageWithArtistTag" + ], + { + "title_aux": "ComfyUI-Artist-Tester" + } + ], "https://github.com/gabe-init/ComfyUI-11labs": [ [ "ElevenLabsNode" @@ -25574,6 +31903,15 @@ "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" @@ -25643,6 +31981,21 @@ "title_aux": "ComfyUI S3 Save Node" } ], + "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner": [ + [ + "CombineOutputLists", + "ConvertNumberToIntFloatStr", + "FormattedString", + "JSONOutputList", + "KSamplerImmediateSave", + "NumberOutputList", + "PickOutputLists", + "StringOutputList" + ], + { + "title_aux": "ComfyUI-outputlists-combiner" + } + ], "https://github.com/ggarra13/ComfyUI-mrv2": [ [ "mrv2AnnotationsImageNode", @@ -25708,15 +32061,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" @@ -25780,7 +32142,6 @@ "Random Mixer", "Random Output", "Remove Text", - "SaveText|plush", "Tagger", "Text (Any)", "Type Converter", @@ -25942,12 +32303,17 @@ ], "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", @@ -25958,10 +32324,18 @@ "HunyuanVideoLoraTrainer_fal", "Ideogramv3_fal", "Imagen4Preview_fal", + "InfinityStarTextToVideo_fal", + "Kling21Pro_fal", + "Kling25TurboPro_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", @@ -25970,20 +32344,40 @@ "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", "WanLoraTrainer_fal", - "WanPro_fal" + "WanPro_fal", + "WanVACEVideoEdit_fal" ], { "title_aux": "ComfyUI-fal-API" @@ -26048,7 +32442,10 @@ "Image5Switcher_node", "MonoClip_node", "PixelArt_node", + "RandomImageFromDirectory_node", "RandomOrgTrueRandomNumber_node", + "RandomOrgV2TrueRandomNumber", + "RandomOrgV2TrueRandomNumber_node", "VAEDecodePreview_node", "image2contrastMask_node", "image2imbgg_node", @@ -26087,6 +32484,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", @@ -26097,6 +32513,19 @@ "title_aux": "Janus-Pro ComfyUI Plugin" } ], + "https://github.com/gregory-richard/ComfyUI-WarpPipe": [ + [ + "Dead End", + "FD Scheduler Adapter", + "Unwarp", + "Warp", + "Warp Provider", + "custom_nodes" + ], + { + "title_aux": "WarpPipe Nodes" + } + ], "https://github.com/gremlation/ComfyUI-ImageLabel": [ [ "gremlation:ComfyUI-ImageLabel:ImageLabel" @@ -26167,7 +32596,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", @@ -26180,7 +32608,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", @@ -26242,13 +32669,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", @@ -26299,8 +32723,10 @@ ], "https://github.com/grmchn/ComfyUI-ProportionChanger": [ [ + "PoseDataToPoseKeypoint", "PoseJSONToPoseKeypoint", "PoseKeypointPreview", + "PoseKeypointResize", "ProportionChangerDWPoseDetector", "ProportionChangerDWPoseRender", "ProportionChangerInterpolator", @@ -26353,9 +32779,14 @@ ], "https://github.com/gsusgg/ComfyUI_CozyGen": [ [ + "CozyGenChoiceInput", "CozyGenDynamicInput", + "CozyGenFloatInput", "CozyGenImageInput", - "CozyGenOutput" + "CozyGenIntInput", + "CozyGenOutput", + "CozyGenStringInput", + "CozyGenVideoOutput" ], { "title_aux": "ComfyUI-CozyGen" @@ -26387,6 +32818,14 @@ "title_aux": "abracadabra-comfyui" } ], + "https://github.com/guill/comfyui-stegaflow": [ + [ + "SaveImageStegaflow" + ], + { + "title_aux": "Stegaflow" + } + ], "https://github.com/guyaton/guy-nodes-comfyui": [ [ "GuyRecommendedLatentResCalc" @@ -26395,6 +32834,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", @@ -26402,12 +32850,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", @@ -26418,6 +32879,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", @@ -26448,7 +32917,7 @@ "VideoGenerator" ], { - "title_aux": "ComfyUI-FastVideo" + "title_aux": "FastVideo" } ], "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": [ @@ -26459,6 +32928,15 @@ "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/hassan-sd/comfyui-image-prompt-loader": [ [ "ImagePromptLoader", @@ -26558,6 +33036,8 @@ "https://github.com/hayde0096/Comfyui-EasySettingpipes": [ [ "ConvertAny", + "PowerLoraLoader", + "PowerLoraStacker", "SamplerSetup", "SamplerSetupUnpack" ], @@ -26615,17 +33095,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" @@ -26724,7 +33203,6 @@ "fish_tts", "fish_whisper", "flux_persona", - "genai_api_loader", "get_string", "github_tool", "google_loader", @@ -26866,6 +33344,7 @@ "https://github.com/hexxacubic/ComfyUI-Prompt_Library": [ [ "Double_Prompt_Encode", + "FiveRandomLines", "Multi_Wildcard_Loader", "Prompt_Extender", "Prompt_Library", @@ -26875,22 +33354,81 @@ "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_GridLayoutNode", "WWAA_ImageLoader", + "WWAA_ImageSwitcher", "WWAA_ImageToTextFile", "WWAA_IndexGridLayoutNode", + "WWAA_JPEGPreview", + "WWAA_JSONPromptBuilder", + "WWAA_LineCount", + "WWAA_MetadataSaver", "WWAA_NestedLoopCounter", + "WWAA_NumberRangeAsString", "WWAA_PromptWriter", + "WWAA_SearchReplaceMulti", "WWAA_SearchReplaceText", - "WWAA_Switch_Int" + "WWAA_SlicedArt", + "WWAA_Switch_Int", + "WWAA_VideoResolution" ], { "title_aux": "WWAA-CustomNodes" @@ -26956,6 +33494,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", @@ -26975,6 +33521,21 @@ "title_aux": "ComfyUI-SaveMem" } ], + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe": [ + [ + "CustomOptions", + "DWposeDeluxeNode", + "FrameNumberNode", + "KeypointConverter", + "KeypointPrinter", + "LoadPoseKeypoints", + "PoseInterpolation", + "PoseResize" + ], + { + "title_aux": "ComfyUI_DWposeDeluxe" + } + ], "https://github.com/hodanajan/optimal-crop-resolution": [ [ "AspectRatioCalculator", @@ -26993,6 +33554,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", @@ -27048,8 +33617,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" @@ -27124,7 +33703,10 @@ ], "https://github.com/hugobb/FastGAN-ComfyUI-Node": [ [ + "BlendLatents", + "GANImg2Img", "GenerateImages", + "InvertToLatent", "LoadFastGAN", "LoadLatent", "SampleLatent", @@ -27134,26 +33716,30 @@ "title_aux": "fastgan-comfyui" } ], - "https://github.com/huixingyun/ComfyUI-HX-Captioner": [ + "https://github.com/huihuihuiz/lora_downloader": [ [ - "HXOllamaCaptioner" + "LoraDownloader" ], { - "title_aux": "ComfyUI-HX-Captioner" + "title_aux": "LoRA Downloader for ComfyUI" } ], - "https://github.com/huixingyun/ComfyUI-HX-Pimg": [ + "https://github.com/huixingyun/ComfyUI-HX-Captioner": [ [ - "SaveImageWithPromptsWebsocket" + "HXOllamaCaptioner" ], { - "title_aux": "ComfyUI-HX-Pimg" + "title_aux": "ComfyUI-HX-Captioner" } ], "https://github.com/hujuying/ComfyUI-ModelScope-API": [ [ + "ModelScopeImageCaptionNode", "ModelScopeImageEditNode", "ModelScopeImageNode", + "ModelScopeLoraPresetNode", + "ModelScopeMultiLoraLoaderNode", + "ModelScopeSingleLoraLoaderNode", "ModelScopeTextNode", "ModelScopeVisionNode" ], @@ -27161,6 +33747,14 @@ "title_aux": "ComfyUI ModelScope API Node" } ], + "https://github.com/hum-ma/ComfyUI-TiledVaeLite": [ + [ + "LTTiledVAEDecode" + ], + { + "title_aux": "ComfyUI-TiledVaeLite" + } + ], "https://github.com/hunzmusic/ComfyUI-IG2MV": [ [ "DiffusersIGMVModelMakeup", @@ -27172,7 +33766,8 @@ ], "https://github.com/hustille/ComfyUI_Fooocus_KSampler": [ [ - "KSampler With Refiner (Fooocus)" + "KSampler With Refiner (Fooocus)", + "KSamplerWithRefiner" ], { "title_aux": "ComfyUI_Fooocus_KSampler" @@ -27182,10 +33777,16 @@ [ "3way Prompt Styler", "Batch State", + "BatchState", "Date Time Format", + "DateTimeFormat", "Debug Extra", + "DebugExtra", "Fetch widget value", - "Text Hash" + "FetchNodeValue", + "PromptStylerCSV3Way", + "Text Hash", + "TextHash" ], { "title_aux": "hus' utils for ComfyUI" @@ -27199,6 +33800,43 @@ "title_aux": "ComfyUI Text Remove Node" } ], + "https://github.com/huygiatrng/Facefusion_comfyui": [ + [ + "AdvancedSwapFaceImage", + "AdvancedSwapFaceVideo", + "FaceDataVisualizer", + "FaceDetectorNode", + "FaceMaskVisualizer", + "FaceSwapApplier", + "PixelBoostNode", + "SwapFaceImage", + "SwapFaceVideo" + ], + { + "title_aux": "Facefusion_comfyui" + } + ], + "https://github.com/huyl3-cpu/comfyui-sortlist": [ + [ + "SetValuesFromPanel", + "image_to_sha256", + "move_file", + "rename_file", + "sort_list_string", + "steg_alpha_embed", + "steg_alpha_extract", + "steg_rgb_embed", + "steg_rgb_extract", + "string_clear_if_contains", + "video_audio_concat", + "video_dir_combiner_ultra", + "video_mute_from_url", + "video_scene_splitter" + ], + { + "title_aux": "comfyui-huyl2-nodes" + } + ], "https://github.com/hvppycoding/comfyui-json-prompt-renderer": [ [ "ExtractJSON", @@ -27216,6 +33854,15 @@ "title_aux": "RandomSamplerSchedulerSteps for ComfyUI" } ], + "https://github.com/hw5511/comfyui_hf_upscaler_loader": [ + [ + "GGUFModelLoaderFromHF", + "UpscaleModelLoaderFromHF" + ], + { + "title_aux": "Woohee HF Upscaler Loader" + } + ], "https://github.com/hwhaocool/ComfyUI-Select-Any": [ [ "SelectAnyValues" @@ -27226,9 +33873,10 @@ ], "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": [ [ - "Random Resolution Selector", - "Resolution Selector", - "Seed List Generator" + "HYBS_ConditionalLoRALoader", + "HYBS_RandomResolutionSelector", + "HYBS_ResolutionSelector", + "HYBS_SeedListGenerator" ], { "title_aux": "ComfyUI-hybs-nodes" @@ -27262,6 +33910,43 @@ "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" + ], + { + "title_aux": "RocM Ninodes" + } + ], + "https://github.com/iSuneast/ComfyUI-WebhookNotifier": [ + [ + "WebhookNotifierNode", + "WebhookNotifierVHSNode" + ], + { + "title_aux": "ComfyUI-WebhookNotifier" + } + ], "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": [ [ "AlignYourStepsScheduler", @@ -27298,6 +33983,7 @@ "EmptyLatentImage", "ExponentialScheduler", "FeatherMask", + "FirstNode", "FlipSigmas", "FooocusInpaintWrapper", "FreeU", @@ -27420,6 +34106,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", @@ -27456,6 +34150,10 @@ [ "ICHIS_Aspect_Ratio_Plus", "ICHIS_Extract_Tags", + "ICHIS_Save_Tags", + "ICHIS_Tag_Category_Select", + "ICHIS_Tag_File_Loader", + "ICHIS_Tag_Sampler", "ICHIS_Text_Selector" ], { @@ -27480,6 +34178,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", @@ -27497,7 +34205,8 @@ ], "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": [ [ - "IF_DreamTalk" + "IF_DreamTalk", + "IF_Dreamtalk" ], { "title_aux": "IF_Dreamtalk" @@ -27528,26 +34237,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", @@ -27653,12 +34342,14 @@ ], "https://github.com/ifmylove2011/comfyui-missed-tool": [ [ + "ColorImageFillRm", "ImageQueueLoader", "LoadImageA", "LoraLoad", "LoraMerge", "LoraSaver", "ScaleMultilplePixels", + "TextSplitToList", "TrimBG", "TrimBGAdvanced", "TxtSave" @@ -27667,9 +34358,16 @@ "title_aux": "comfyui-missed-tool" } ], - "https://github.com/iguanesolutions/comfyui-flux-resolution": [ + "https://github.com/iguanesolutions/comfyui-ig1-tools": [ [ - "FluxResolution" + "IG1AspectRatioProperties", + "IG1FluxReport", + "IG1ImageSelector", + "IG1LoadImage", + "IG1QwenImageNativesResolutions", + "IG1Resolution", + "IG1ResolutionAdvisor", + "IG1ResolutionProperties" ], { "title_aux": "Flux Resolution" @@ -27686,6 +34384,7 @@ "Light-Tool: DeserializeJsonString", "Light-Tool: GetImageSize", "Light-Tool: GetImagesCount", + "Light-Tool: GetSideLength", "Light-Tool: Hex2RGB", "Light-Tool: ImageConcat", "Light-Tool: ImageMaskApply", @@ -27713,6 +34412,7 @@ "Light-Tool: RGBA2RGB", "Light-Tool: ResizeImage", "Light-Tool: ResizeImageByMaxSize", + "Light-Tool: ResizeImageByMinSize", "Light-Tool: ResizeImageByRatio", "Light-Tool: ResizeImageV2", "Light-Tool: SaveMetadata", @@ -27720,11 +34420,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" ], { @@ -27735,6 +34437,22 @@ "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/illuminatianon/comfyui-csvwildcards": [ [ "CSVWildcardNode", @@ -27744,6 +34462,17 @@ "title_aux": "CSV Wildcard Node for ComfyUI" } ], + "https://github.com/illuminatianon/comfyui-lumi-tools": [ + [ + "LumiSeed", + "LumiShowText", + "LumiShufflePrompt", + "LumiWildcardProcessor" + ], + { + "title_aux": "comfyui-lumi-tools" + } + ], "https://github.com/imb101/ComfyUI-FaceSwap": [ [ "FaceSwapNode" @@ -27785,6 +34514,7 @@ "NntAnalyzeInferenceMetrics", "NntAnalyzeModel", "NntCompileModel", + "NntDataLoader", "NntDatasetToImageTensor", "NntDatasetToTargetTensor", "NntDatasetToTensor", @@ -27859,15 +34589,6 @@ "title_aux": "ComfyUI-DSD" } ], - "https://github.com/isaac-mcfadyen/ComfyUI-QwenClip": [ - [ - "CLIPSetQwenImageEditPrompt", - "CLIPSetQwenImagePrompt" - ], - { - "title_aux": "ComfyUI-QwenClip" - } - ], "https://github.com/iwanders/ComfyUI_nodes": [ [ "IW_JsonPickItem", @@ -27963,7 +34684,6 @@ "JagsCLIPSeg", "JagsClipseg", "JagsCombineMasks", - "SVG", "YoloSEGdetectionNode", "YoloSegNode", "color_drop", @@ -27995,6 +34715,7 @@ "LoRA Stacker", "Manual XY Entry Info", "NNLatentUpscale", + "NNlLatentUpscale", "Noise Control Script", "Pack SDXL Tuple", "Tiled Upscaler Script", @@ -28037,267 +34758,6 @@ "title_aux": "ComfyUI_Wan2_1_lora_trainer" } ], - "https://github.com/jakechai/ComfyUI-JakeUpgrade": [ - [ - "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" - ], - { - "title_aux": "ComfyUI-JakeUpgrade" - } - ], "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": [ [ "RotateImage" @@ -28397,6 +34857,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", @@ -28424,6 +34907,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", @@ -28436,6 +34927,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", @@ -28511,6 +35019,54 @@ "title_aux": "fast_video_comfyui" } ], + "https://github.com/jeankassio/ComfyUI_MusicTools": [ + [ + "Music_AudioMixer", + "Music_AudioTrimmer", + "Music_AudioUpscale", + "Music_Compressor", + "Music_Equalize", + "Music_Gain", + "Music_LufsNormalizer", + "Music_MasterAudioEnhancement", + "Music_NoiseRemove", + "Music_Reverb", + "Music_StemRecombination", + "Music_StemSeparation", + "Music_StereoEnhance" + ], + { + "title_aux": "ComfyUI_MusicTools" + } + ], + "https://github.com/jeankassio/JK-AceStep-Nodes": [ + [ + "AceStepClaude_Lyrics", + "AceStepCohere_Lyrics", + "AceStepCompileSettings", + "AceStepFireworks_Lyrics", + "AceStepGeminiLyrics", + "AceStepGemini_Lyrics", + "AceStepGroqLyrics", + "AceStepGroq_Lyrics", + "AceStepHuggingFace_Lyrics", + "AceStepKSampler", + "AceStepKSamplerAdvanced", + "AceStepOpenAI_Lyrics", + "AceStepPerplexity_Lyrics", + "AceStepPostProcess", + "AceStepPromptGen", + "AceStepReplicate_Lyrics", + "AceStepSaveText", + "AceStepTogetherAI_Lyrics", + "AceStepTorchCompile", + "AceStepVocoderAdapter", + "AudioQualityEvaluator" + ], + { + "title_aux": "JK AceStep Nodes" + } + ], "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": [ [ "Pony Character Prompt Picker" @@ -28573,15 +35129,31 @@ "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": [ [ - "PromptAdditionInput", - "PromptCompanion", - "PromptCompanionAdditionToStrings", - "PromptCompanionAutoselectGroups", - "PromptCompanionPromptGroup", - "PromptCompanionSingleAddition", - "PromptCompanionStringsToAddition" + "PromptCompanion_AddSubprompt", + "PromptCompanion_LoadCheckpointWithSubprompt", + "PromptCompanion_StringsToSubprompt", + "PromptCompanion_SubpromptToStrings" ], { "title_aux": "ComfyUI Prompt Companion" @@ -28656,8 +35228,10 @@ ], "https://github.com/jinchanz/ComfyUI-ADIC": [ [ + "ADICOpenAIGPTImage1", "ADIC_COMMON_API", "AliCloudOSSUpload", + "IdeaLabImageGenerate", "ImageTranslateAPI", "ImageTranslateParamsBuilder", "ImageTranslateResultExtractor", @@ -28667,6 +35241,7 @@ "MaletteImageStitch", "MaletteReferenceLatent", "MarketImageGenerateWithPolling", + "OpenAIGPTImage1", "PythonCodeExecutor", "StringToJsonArray" ], @@ -28911,6 +35486,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", @@ -28949,6 +35563,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" @@ -28977,6 +35607,17 @@ "title_aux": "ComfyUI Gemini Nodes" } ], + "https://github.com/jrabek/BokehDiffusionComfyUI": [ + [ + "ApplyBokehAdapter", + "BokehAdapterLoader", + "BokehKSampler", + "BokehLevel" + ], + { + "title_aux": "BokehDiffusionComfyUI" + } + ], "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": [ [ "BuildPromptFromCSV" @@ -29086,6 +35727,9 @@ ], "https://github.com/juddisjudd/ComfyUI-BawkNodes": [ [ + "BawkBatchProcessor", + "BawkControlNet", + "BawkImageLoader", "BawkSampler", "DiffusionModelLoader", "FluxImageSaver", @@ -29112,6 +35756,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", @@ -29133,6 +35792,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", @@ -29148,6 +35818,7 @@ "FK_3dpose", "FK_Node", "FK_ShowBaseNode", + "FK_gjttNode2", "FK_imgedit" ], { @@ -29193,13 +35864,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", @@ -29216,31 +35885,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", @@ -29249,16 +35910,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", @@ -29279,14 +35939,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", @@ -29294,13 +35951,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", @@ -29310,9 +35964,6 @@ "Bjornulf_RandomModelSelector", "Bjornulf_RandomTexts", "Bjornulf_ReassembleImageGrid", - "Bjornulf_RemoteTextEncodingWithCLIPs", - "Bjornulf_RemoteVAEDecoderNode", - "Bjornulf_RemoteVAEDecoderNodeTiled", "Bjornulf_RemoveTransparency", "Bjornulf_ResizeImage", "Bjornulf_ResizeImagePercentage", @@ -29320,7 +35971,6 @@ "Bjornulf_SaveGlobalVariables", "Bjornulf_SaveImagePath", "Bjornulf_SaveImageToFolder", - "Bjornulf_SaveTensors", "Bjornulf_SaveText", "Bjornulf_SaveTmpAudio", "Bjornulf_SaveTmpImage", @@ -29348,7 +35998,6 @@ "Bjornulf_TextGeneratorOutfitMale", "Bjornulf_TextGeneratorScene", "Bjornulf_TextGeneratorStyle", - "Bjornulf_TextGeneratorText2Video", "Bjornulf_TextReplace", "Bjornulf_TextSplitin10", "Bjornulf_TextSplitin5", @@ -29356,16 +36005,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", @@ -29389,6 +36034,7 @@ ], "https://github.com/k-komarov/comfyui-bunny-cdn-storage": [ [ + "Save Image To BunnyStorage", "Save Image to BunnyStorage" ], { @@ -29455,6 +36101,7 @@ "GetImageSize", "ImageResizeAdvanced", "UltralyticsInference", + "UltralyticsMaskFlatten", "UltralyticsModelLoader", "UltralyticsVisualization", "ViewText" @@ -29694,6 +36341,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", @@ -29703,6 +36360,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" @@ -29757,6 +36422,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", @@ -29834,7 +36508,9 @@ "Image(s) To Websocket (Base64)", "ImageOutput", "Load Image (Base64)", - "Load Images (Base64)" + "Load Images (Base64)", + "LoadImageBase64", + "LoadImagesBase64" ], { "title_aux": "Knodes" @@ -30164,6 +36840,7 @@ "BatchUncropAdvanced", "BboxToInt", "BboxVisualize", + "BlockifyMask", "CFGZeroStarAndInit", "CameraPoseVisualizer", "CheckpointLoaderKJ", @@ -30176,6 +36853,7 @@ "ConditioningSetMaskAndCombine3", "ConditioningSetMaskAndCombine4", "ConditioningSetMaskAndCombine5", + "ConsolidateMasksKJ", "CreateAudioMask", "CreateFadeMask", "CreateFadeMaskAdvanced", @@ -30201,9 +36879,11 @@ "DiffusionModelSelector", "DownloadAndLoadCLIPSeg", "DrawInstanceDiffusionTracking", + "DrawMaskOnImage", "DummyOut", "EmptyLatentImageCustomPresets", "EmptyLatentImagePresets", + "EndRecordCUDAMemoryHistory", "FastPreview", "FilterZeroMasksAndCorrespondingImages", "FlipSigmasAdjusted", @@ -30211,6 +36891,7 @@ "FloatToMask", "FloatToSigmas", "FluxBlockLoraSelect", + "GGUFLoaderKJ", "GLIGENTextBoxApplyBatchCoords", "GenerateNoise", "GetImageRangeFromBatch", @@ -30220,6 +36901,7 @@ "GetLatentSizeAndCount", "GetLatentsFromBatchIndexed", "GetMaskSizeAndCount", + "GetTrackRange", "GradientToFloat", "GrowMaskWithBlur", "HunyuanVideoBlockLoraSelect", @@ -30227,6 +36909,7 @@ "INTConstant", "ImageAddMulti", "ImageAndMaskPreview", + "ImageBatchExtendWithOverlap", "ImageBatchFilter", "ImageBatchJoinWithTransition", "ImageBatchMulti", @@ -30263,6 +36946,7 @@ "Intrinsic_lora_sampling", "JoinStringMulti", "JoinStrings", + "LatentInpaintTTM", "LazySwitchKJ", "LeapfusionHunyuanI2VPatcher", "LoadAndResizeImage", @@ -30277,6 +36961,7 @@ "ModelPassThrough", "ModelPatchTorchSettings", "ModelSaveKJ", + "NABLA_AttentionKJ", "NormalizedAmplitudeToFloatList", "NormalizedAmplitudeToMask", "OffsetMask", @@ -30304,6 +36989,7 @@ "SetShakkerLabsUnionControlNetType", "ShuffleImageBatch", "SigmasToFloat", + "SimpleCalculatorKJ", "SkipLayerGuidanceWanVideo", "Sleep", "SomethingToString", @@ -30312,6 +36998,7 @@ "SplitBboxes", "SplitImageChannels", "StableZero123_BatchSchedule", + "StartRecordCUDAMemoryHistory", "StringConstant", "StringConstantMultiline", "StringToFloatList", @@ -30321,6 +37008,7 @@ "TorchCompileControlNet", "TorchCompileCosmosModel", "TorchCompileLTXModel", + "TorchCompileModelAdvanced", "TorchCompileModelFluxAdvanced", "TorchCompileModelFluxAdvancedV2", "TorchCompileModelHyVideo", @@ -30332,6 +37020,7 @@ "TransitionImagesMulti", "VAELoaderKJ", "VRAM_Debug", + "VisualizeCUDAMemoryHistory", "Wan21BlockLoraSelect", "WanVideoEnhanceAVideoKJ", "WanVideoNAG", @@ -30401,7 +37090,6 @@ "https://github.com/kijai/ComfyUI-LivePortraitKJ": [ [ "DownloadAndLoadLivePortraitModels", - "KeypointScaler", "KeypointsToImage", "LivePortraitComposite", "LivePortraitCropper", @@ -30499,6 +37187,7 @@ ], "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": [ [ + "DownloadAndLoadPyramidFlowModel", "PyramidFlowLatentPreview", "PyramidFlowSampler", "PyramidFlowTextEncode", @@ -30545,53 +37234,80 @@ "CreateScheduleFloatList", "DownloadAndLoadNLFModel", "DownloadAndLoadWav2VecModel", + "DrawArcFaceLandmarks", + "DrawGaussianNoiseOnImage", "DrawNLFPoses", "DummyComfyWanModelObject", "ExtractStartFramesForContinuations", + "FaceMaskFromPoseKeypoints", "FantasyPortraitFaceDetector", "FantasyPortraitModelLoader", "FantasyTalkingModelLoader", "FantasyTalkingWav2VecEmbeds", "HuMoEmbeds", "LandmarksToImage", + "LoadLynxResampler", "LoadVQVAE", "LoadWanVideoClipTextEncoder", "LoadWanVideoT5TextEncoder", + "LynxEncodeFaceIP", + "LynxInsightFaceCrop", "MTVCrafterEncodePoses", + "MochaEmbeds", "MultiTalkModelLoader", "MultiTalkSilentEmbeds", "MultiTalkWav2VecEmbeds", "NLFPredict", "NormalizeAudioLoudness", + "OviMMAudioVAELoader", "QwenLoader", "ReCamMasterPoseVisualizer", + "TextImageEncodeQwenVL", + "WanMove_native", "WanVideoATITracks", "WanVideoATITracksVisualize", "WanVideoATI_comfy", + "WanVideoAddBindweaveEmbeds", "WanVideoAddControlEmbeds", "WanVideoAddExtraLatent", "WanVideoAddFantasyPortrait", + "WanVideoAddFlashVSRInput", + "WanVideoAddLucyEditLatents", + "WanVideoAddLynxEmbeds", "WanVideoAddMTVMotion", + "WanVideoAddOneToAllExtendEmbeds", + "WanVideoAddOneToAllPoseEmbeds", + "WanVideoAddOneToAllReferenceEmbeds", + "WanVideoAddOviAudioToLatents", "WanVideoAddPusaNoise", "WanVideoAddS2VEmbeds", "WanVideoAddStandInLatent", + "WanVideoAddSteadyDancerEmbeds", + "WanVideoAddTTMLatents", + "WanVideoAddWanMoveTracks", + "WanVideoAnimateEmbeds", "WanVideoApplyNAG", "WanVideoBlockList", "WanVideoBlockSwap", "WanVideoClipVisionEncode", + "WanVideoCombineEmbeds", "WanVideoContextOptions", "WanVideoControlEmbeds", "WanVideoControlnet", "WanVideoControlnetLoader", "WanVideoDecode", + "WanVideoDecodeOviAudio", "WanVideoDiffusionForcingSampler", "WanVideoEasyCache", "WanVideoEmptyEmbeds", + "WanVideoEmptyMMAudioLatents", "WanVideoEncode", "WanVideoEncodeLatentBatch", + "WanVideoEncodeOviAudio", "WanVideoEnhanceAVideo", "WanVideoExperimentalArgs", "WanVideoExtraModelSelect", + "WanVideoFlashVSRDecoderLoader", "WanVideoFlowEdit", "WanVideoFreeInitArgs", "WanVideoFunCameraEmbeds", @@ -30608,8 +37324,10 @@ "WanVideoMagCache", "WanVideoMiniMaxRemoverEmbeds", "WanVideoModelLoader", + "WanVideoOviCFG", "WanVideoPassImagesFromSamples", "WanVideoPhantomEmbeds", + "WanVideoPreviewEmbeds", "WanVideoPromptExtender", "WanVideoPromptExtenderSelect", "WanVideoReCamMasterCameraEmbed", @@ -30619,7 +37337,12 @@ "WanVideoRoPEFunction", "WanVideoSLG", "WanVideoSampler", + "WanVideoSamplerExtraArgs", + "WanVideoSamplerFromSettings", + "WanVideoSamplerSettings", + "WanVideoSamplerv2", "WanVideoScheduler", + "WanVideoSchedulerv2", "WanVideoSetBlockSwap", "WanVideoSetLoRAs", "WanVideoSetRadialAttention", @@ -30629,17 +37352,20 @@ "WanVideoTextEncode", "WanVideoTextEncodeCached", "WanVideoTextEncodeSingle", + "WanVideoTextImageEncode", "WanVideoTinyVAELoader", "WanVideoTorchCompileSettings", "WanVideoUni3C_ControlnetLoader", "WanVideoUni3C_embeds", "WanVideoUniAnimateDWPoseDetector", "WanVideoUniAnimatePoseInput", + "WanVideoUniLumosEmbeds", "WanVideoVACEEncode", "WanVideoVACEModelSelect", "WanVideoVACEStartToEndFrame", "WanVideoVAELoader", "WanVideoVRAMManagement", + "WanVideoWanDrawWanMoveTracks", "Wav2VecModelLoader", "WhisperModelLoader" ], @@ -30731,6 +37457,61 @@ "title_aux": "SimpleTiles" } ], + "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", @@ -30769,15 +37550,20 @@ [ "AspectSelector", "BBoxCropper", + "FlexibleBatchImage", "FolderLoader", "Json Extractor - klinter", "LoadImagePlus", "LoadVideoForExtendingKlinter", + "NanoBananaMultiInput", "OutpaintPadding", + "OutputTester", + "PixelSnapper", "PrepVideoForExtendKlinter", "SaveAudioPlus", "SizeSelector", "SpeedRamp", + "VideoFromFolder", "YellowBus", "ZoomOutComposer", "concat", @@ -30828,7 +37614,8 @@ ], "https://github.com/kohs100/comfyui-ppwc": [ [ - "PPWCReplace" + "PPWCReplace", + "PPWCTerminate" ], { "author": "Phospholipids", @@ -30846,6 +37633,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", @@ -30929,6 +37728,15 @@ "title_aux": "ComfyUI-KrakenTools" } ], + "https://github.com/krakenunbound/kraken-discord-bot": [ + [ + "KrakenDiscordBot", + "KrakenDiscordBotStatus" + ], + { + "title_aux": "Kraken Discord Bot" + } + ], "https://github.com/krigeta/qwen-image-controlnets-comfyui": [ [ "QwenImageBlockwiseControlNetApply", @@ -31060,15 +37868,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", @@ -31082,6 +37891,8 @@ "Leon_Qwen_Image_API_Node", "Leon_Qwen_Image_Edit_API_Node", "Leon_Recraft_Image_API_Node", + "Leon_Seedream3_API_Node", + "Leon_Seedream4_API_Node", "Leon_StableDiffusion_35_API_Node", "Leon_StableDiffusion_3_Ultra_API_Node", "Leon_StableDiffusion_XL_API_Node", @@ -31092,6 +37903,16 @@ "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" + ], + { + "title_aux": "ComfyUI-RWImageS3" + } + ], "https://github.com/laksjdjf/Batch-Condition-ComfyUI": [ [ "Batch String", @@ -31233,6 +38054,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", @@ -31359,7 +38189,6 @@ [ "DynamicPreprocess", "InternVLHFInference", - "InternVLLMDEPLOYInference", "InternVLModelLoader" ], { @@ -31393,6 +38222,7 @@ "MasaCtrlLoadImage", "MasaCtrlModelLoader", "MutualSelfAttentionControlMaskAutoSampler", + "MutualSelfAttentionControlMaskSampler", "MutualSelfAttentionControlSampler" ], { @@ -31402,12 +38232,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", @@ -31449,6 +38291,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", @@ -31466,6 +38316,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", @@ -31521,6 +38406,7 @@ ], "https://github.com/lerignoux/ComfyUI-PechaKucha": [ [ + "DownloadPechaKucha", "GeneratePowerpoint", "SplitPrompt" ], @@ -31538,21 +38424,22 @@ "title_aux": "ComfyUI Stable3DGen" } ], - "https://github.com/leylahkrell/ComfyUI-Violet-Tools": [ + "https://github.com/leylahviolet/ComfyUI-Violet-Tools": [ [ "AestheticAlchemist", "BodyBard", - "CharacterCache", - "CharacterCreator", + "CharacterCurator", "EncodingEnchantress", "GlamourGoddess", "NegativityNullifier", + "OracleOverride", "PosePriestess", "QualityQueen", + "SaveSiren", "SceneSeductress" ], { - "title_aux": "ComfyUI Violet Tools" + "title_aux": "iolet Tools \ud83d\udc85" } ], "https://github.com/lgldlk/ComfyUI-PC-ding-dong": [ @@ -31618,28 +38505,54 @@ "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-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" @@ -31796,7 +38709,6 @@ ], "https://github.com/liusida/ComfyUI-Debug": [ [ - "DebugInspectorNode", "DebugModelInspectorNode", "DebugModelPrintOutNode" ], @@ -31804,14 +38716,6 @@ "title_aux": "ComfyUI-Debug" } ], - "https://github.com/liusida/ComfyUI-Login": [ - [ - "LoadImageIncognito" - ], - { - "title_aux": "ComfyUI-Login" - } - ], "https://github.com/liusida/ComfyUI-SD3-nodes": [ [ "SD3EmptyLatent", @@ -31882,8 +38786,6 @@ [ "AnyNode", "AnyNodeAnthropic", - "AnyNodeCodeViewer", - "AnyNodeExport", "AnyNodeGemini", "AnyNodeLocal" ], @@ -31940,6 +38842,7 @@ "FixPulidFluxPatch", "PulidFluxEvaClipLoader", "PulidFluxFaceDetector", + "PulidFluxFaceNetLoader", "PulidFluxInsightFaceLoader", "PulidFluxModelLoader", "PulidFluxOptions" @@ -32016,7 +38919,6 @@ "LoadMaskFromURL", "MaskByBboxes", "MaskImageToBase64", - "MaskToBase64", "MaskToBase64Image", "MaskToRle", "NodeListMerge", @@ -32050,6 +38952,38 @@ "title_aux": "comfyui-easyapi-nodes" } ], + "https://github.com/llikethat/ComfyUI-faceExtractor": [ + [ + "FaceExtractor", + "FaceMatcher", + "FaceReferenceEmbedding" + ], + { + "title_aux": "faceExtractor for ComfyUI" + } + ], + "https://github.com/llikethat/ComfyUI-iseebetter": [ + [ + "BasicVSRModelLoader", + "BasicVSRUpscale", + "GolfBallArtifactRemover", + "ISeeBetterCleanUpscale", + "ISeeBetterDebugTest", + "ISeeBetterFrameBuffer", + "ISeeBetterModelLoader", + "ISeeBetterSimpleUpscale", + "ISeeBetterUpscale", + "ImageSharpener", + "PerceptualQualityScore", + "SRGANDiscriminatorLoader", + "WaterDetailEnhance", + "WaterEnhancerModelLoader", + "WaterPostProcess" + ], + { + "title_aux": "iSeeBetter Node for ComfyUI" + } + ], "https://github.com/lo-th/Comfyui_three_js": [ [ "ThreeView" @@ -32062,8 +38996,7 @@ [ "LoadDetectron", "LoadHMR", - "ProcessHumans", - "SelectHuman" + "ProcessHumans" ], { "title_aux": "ComfyUI-4DHumans" @@ -32101,9 +39034,6 @@ ], "https://github.com/logtd/ComfyUI-Fluxtapoz": [ [ - "AddFluxFlow", - "ApplyFluxRaveAttention", - "ApplyRefFlux", "ApplyRegionalConds", "ConfigureModifiedFlux", "CreateRegionalCond", @@ -32138,6 +39068,7 @@ "InstanceDiffusionTrackingPrompt", "LoadInstanceFusersNode", "LoadInstancePositionNetModel", + "LoadInstanceScaleUModel", "LoadInstanceScaleUNode" ], { @@ -32159,9 +39090,7 @@ "MochiPrepareSigmas", "MochiResampler", "MochiUnsampler", - "MochiWrapperResampler", - "MochiWrapperSamplerCustom", - "MochiWrapperUnsampler" + "MochiWrapperSamplerCustom" ], { "title_aux": "ComfyUI-MochiEdit" @@ -32263,13 +39192,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", @@ -32293,10 +39236,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", @@ -32333,6 +39274,7 @@ "Load Magic Clothing Model", "Load Magic Clothing Pipeline", "Load Magic Clothing Pipeline With Path", + "RUN Magic Clothing Adapter", "RUN Magic Clothing Diffusers Model" ], { @@ -32360,6 +39302,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", @@ -32367,7 +39317,8 @@ "PromptConditioningConverter", "PromptSelectorNode", "RPGArtStyleSelector", - "RPGCharacterSelector" + "RPGCharacterSelector", + "prompt_selector_node" ], { "title_aux": "ComfyUI-RPG-Characters" @@ -32389,6 +39340,23 @@ "title_aux": "comfyui_wildcards" } ], + "https://github.com/lovelybbq/comfyui-custom-node-color": [ + [ + "ConvertHEXToRGB", + "HexColorInput" + ], + { + "title_aux": "ComfyUI Custom Node Color" + } + ], + "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": [ + [ + "ReplaceFirstLastFrames" + ], + { + "title_aux": "ComfyUI-Replace-First-Frame-Last-Frame" + } + ], "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": [ [ "InpaintCrop", @@ -32461,6 +39429,51 @@ "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", + "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" @@ -32484,7 +39497,6 @@ "CfgScheduleHookProvider", "CombineRegionalPrompts", "CoreMLDetailerHookProvider", - "CustomNoiseDetailerHookProvider", "CustomSamplerDetailerHookProvider", "DenoiseScheduleHookProvider", "DenoiseSchedulerDetailerHookProvider", @@ -32706,7 +39718,6 @@ "CacheBackendDataList //Inspire", "CacheBackendDataNumberKey //Inspire", "CacheBackendDataNumberKeyList //Inspire", - "CacheBridge //Inspire", "Canny_Preprocessor_Provider_for_SEGS //Inspire", "ChangeImageBatchSize //Inspire", "ChangeLatentBatchSize //Inspire", @@ -32798,8 +39809,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", @@ -33077,22 +40087,42 @@ "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-Audio-Super-Resolution": [ + "https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes": [ [ - "EgregoraAudioUpscaler", - "EgregoraFatLlamaCPU", - "EgregoraFatLlamaGPU" + "AdvancedBatchLoader", + "BatchAnimationProcessor", + "BatchMultiFolderProcessor", + "MultiFormatAnimationEncoder", + "VideoFrameExtractor" ], { - "title_aux": "ComfyUI \u00b7 Egregora Audio Super\u2011Resolution" + "title_aux": "Egregora Frames Animation Nodes for ComfyUI" } ], "https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance": [ @@ -33129,8 +40159,10 @@ ], "https://github.com/lum3on/ComfyUI-FrameUtilitys": [ [ + "FrameClipper", "FrameExtender", "FrameExtenderAdvanced", + "FrameRepeater", "FrameReplacer", "GitInstaller" ], @@ -33142,6 +40174,7 @@ [ "ControlNetFP8QuantizeNode", "ControlNetMetadataViewerNode", + "GGUFQuantizerNode", "ModelToStateDict", "QuantizeFP8Format", "QuantizeModel", @@ -33181,6 +40214,14 @@ "title_aux": "ComfyUI Midjourney Scraper Node" } ], + "https://github.com/lum3on/ComfyUI_Reve-API": [ + [ + "ReveAPI" + ], + { + "title_aux": "ComfyUI Reve API Integration Node" + } + ], "https://github.com/lum3on/comfyui_EdgeTAM": [ [ "EdgeTAMVideoTracker", @@ -33224,12 +40265,15 @@ "ImgBBUpload", "LumaAIClient", "LumaAddAudio2Video", + "LumaCharacterReference", + "LumaConcatReferences", "LumaExtendGeneration", "LumaImage2Video", "LumaImageGeneration", "LumaInterpolateGenerations", "LumaModifyImage", "LumaPreviewVideo", + "LumaReference", "LumaText2Video", "LumaUpscaleGeneration", "Reference" @@ -33238,6 +40282,31 @@ "title_aux": "ComfyUI-LumaAI-API" } ], + "https://github.com/lunarring/bitalino_comfy": [ + [ + "LR BitalinoReceiver" + ], + { + "title_aux": "bitalino_comfy" + } + ], + "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision": [ + [ + "ForbiddenVisionFaceEditMerge", + "ForbiddenVisionFaceEditPrep", + "ForbiddenVisionFaceFixerMaskOnly", + "ForbiddenVisionFaceProcessorIntegrated", + "ForbiddenVisionInpaintLite", + "ForbiddenVisionRebuilder", + "LatentBuilder", + "LatentRefiner", + "SamplerSchedulerSettings" + ], + { + "nodename_pattern": "ForbiddenVision", + "title_aux": "Forbidden Vision" + } + ], "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": [ [ "OpenAILLMNode" @@ -33249,8 +40318,9 @@ "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", "Hex Color Swatch | sokes \ud83e\uddac", "Hex to Color Name | sokes \ud83e\uddac", "Image Picker | sokes \ud83e\uddac", @@ -33266,6 +40336,21 @@ "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/maepopi/Diffusers-in-ComfyUI": [ [ "BLoRALoader", @@ -33298,6 +40383,37 @@ "title_aux": "ComfyUI-Unwatermark" } ], + "https://github.com/maikgreubel/comfyui-loaddds": [ + [ + "Load DDS File" + ], + { + "title_aux": "Load DDS File Node" + } + ], + "https://github.com/malkuthro/ComfyUI-Koolook": [ + [ + "EasyAIPipeline", + "EasyResize", + "EasyWan22Prompt", + "Easy_Version", + "KoolookLoadCameraPosesAbsolute", + "WanVideoFunCameraEmbeds", + "easy_ImageBatch" + ], + { + "title_aux": "ComfyUI-Koolook" + } + ], + "https://github.com/mamorett/ComfyUI-Flux2proReplicate": [ + [ + "Flux2ProGenerator", + "ReplicateAuthNode" + ], + { + "title_aux": "ComfyUI-Flux2proReplicate" + } + ], "https://github.com/mamorett/ComfyUI_minicpmv4": [ [ "GenCheckerImage", @@ -33486,6 +40602,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" @@ -33549,6 +40677,7 @@ ], "https://github.com/martijnat/comfyui-previewlatent": [ [ + "LatentToRGB", "PreviewLatent", "PreviewLatentAdvanced", "PreviewLatentFlux", @@ -33571,6 +40700,7 @@ "AlwaysExecute", "CommandPickerServing", "DiscordServing", + "HTTPServing", "ServingInputImage", "ServingInputImageAsLatent", "ServingInputNumber", @@ -33640,6 +40770,38 @@ "title_aux": "OllamaTools for ComfyUI" } ], + "https://github.com/maxczc/comfyui-sora-node": [ + [ + "SoraImageToVideo", + "SoraTextToVideo", + "SoraVideoToVideo" + ], + { + "title_aux": "comfyui-sora-node" + } + ], + "https://github.com/maxmad62/ComfyUI-DiscordWebhookWithInput": [ + [ + "DiscordPostViaWebhook", + "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" @@ -33650,13 +40812,28 @@ ], "https://github.com/mbrostami/ComfyUI-TITrain": [ [ - "TextualInversionTraining", - "TextualInversionTrainingSDXL" + "TextualInversionTraining" ], { "title_aux": "ComfyUI-TITrain" } ], + "https://github.com/mcDandy/more_math": [ + [ + "mrmth_AudioMathNode", + "mrmth_ConditioningMathNode", + "mrmth_FloatMathNode", + "mrmth_FloatToInt", + "mrmth_ImageMathNode", + "mrmth_IntToFloat", + "mrmth_LatentMathNode", + "mrmth_NoiseMathNode", + "mrmth_VideoMathNode" + ], + { + "title_aux": "More Math" + } + ], "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": [ [ "DynamicThresholdingFull", @@ -33873,6 +41050,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", @@ -33925,8 +41122,7 @@ "BBOXPadding", "BBOXResize", "ImageResizeKeepRatio", - "PrimitiveBBOX", - "RaiseError" + "PrimitiveBBOX" ], { "title_aux": "comfyui_met_suite" @@ -34030,6 +41226,15 @@ "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/mikeshuangyan/ComfyUI_MqUtils": [ [ "MqCheckFP4Support", @@ -34168,6 +41373,8 @@ "TwoBooleanTrigger", "TwoFloats", "UpscaleImageByModelThenResize", + "camie_tagger_mira", + "cl_tagger_mira", "illustrious_character_select", "illustrious_character_select_en", "llm_prompt_gen_node", @@ -34237,6 +41444,8 @@ ], "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": [ [ + "GoStopAnythingMittimi01", + "OutputLongLengthMittimi01", "WidthHeightMittimi01" ], { @@ -34260,6 +41469,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" @@ -34280,6 +41499,8 @@ [ "DimensionProviderFree modusCell", "DimensionProviderRatio modusCell", + "Free", + "Ratio", "String Concat modusCell" ], { @@ -34321,6 +41542,20 @@ "title_aux": "ComfyUI_BiRefNet_Universal" } ], + "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" @@ -34338,10 +41573,13 @@ "JsonExtractString", "KSamplerFromJsonInfo", "LatentSelector", + "LoadLoraFromLoraList", "MultipartCLIPTextEncode", "MultipleLoraTagLoader", + "PromptDecode", "PromptLoader", "SeedGenerator", + "SplitLoraList", "StringConcat", "StringConcatInt", "StringPicker", @@ -34396,6 +41634,17 @@ "title_aux": "ComfyUI-SaveImageS3" } ], + "https://github.com/mrf/ComfyPoe": [ + [ + "PoeImageEdit", + "PoeImageGenerate", + "PoeImageVariation", + "PoeMultiImageEdit" + ], + { + "title_aux": "ComfyPoe" + } + ], "https://github.com/mrhan1993/ComfyUI-Fooocus": [ [ "AlignYourStepsScheduler", @@ -34614,6 +41863,19 @@ "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": [ [ "ShellAgentPluginInputAudio", @@ -34642,8 +41904,7 @@ ], "https://github.com/n0neye/A3D-comfyui-integration": [ [ - "A3DListener", - "UniqueNodeName" + "A3DListener" ], { "title_aux": "A3D ComfyUI Integration" @@ -34763,6 +42024,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", @@ -34774,6 +42047,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" @@ -34829,6 +42110,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", @@ -34842,10 +42133,14 @@ ], "https://github.com/neverbiasu/ComfyUI-SAM2": [ [ + "GroundingDinoModelLoader", "GroundingDinoModelLoader (segment anything2)", + "GroundingDinoSAM2Segment", "GroundingDinoSAM2Segment (segment anything2)", + "InvertMask", "InvertMask (segment anything)", "IsMaskEmpty", + "SAM2ModelLoader", "SAM2ModelLoader (segment anything2)" ], { @@ -34913,6 +42208,7 @@ ], "https://github.com/niknah/ComfyUI-InfiniteYou": [ [ + "InfiniteYouSample", "InfiniteYouSampler" ], { @@ -34935,6 +42231,25 @@ "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": [ [ "Nilor Blur Analysis", @@ -34997,6 +42312,7 @@ [ "CLIPTextEncodeWithTokens", "DAAMAnalyzer", + "DAAMPreviewImage", "KSamplerDAAM" ], { @@ -35011,6 +42327,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" @@ -35143,24 +42475,39 @@ "https://github.com/nofunstudio/Node_Fun_ComfyUI": [ [ "DynamicQueueCounter", + "FalAPI_Flux2LoraEdit", + "FalAPI_NanoBananaPro", + "FalAPI_QwenEditPlus", "FalAPI_kling_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_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", @@ -35187,6 +42534,8 @@ "InstantIdAdapterApply", "InstantIdAndControlnetApply", "Kps2dRandomizer", + "Kps2dScale", + "Kps2dScaleBy", "Kps3dFromImage", "Kps3dRandomizer", "KpsCrop", @@ -35198,6 +42547,7 @@ "LoadInsightface", "LoadInstantIdAdapter", "MaskFromKps", + "PreprocessImagAdvancese", "PreprocessImage", "PreprocessImageAdvanced", "RotateImage" @@ -35281,8 +42631,7 @@ "CutForInpaint", "PowerPaint", "PowerPaintCLIPLoader", - "RAUNet", - "Terminal" + "RAUNet" ], { "author": "nullquant", @@ -35302,8 +42651,10 @@ ], "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": [ [ - "SeedVR2", - "SeedVR2BlockSwap" + "SeedVR2LoadDiTModel", + "SeedVR2LoadVAEModel", + "SeedVR2TorchCompileSettings", + "SeedVR2VideoUpscaler" ], { "title_aux": "ComfyUI-SeedVR2_VideoUpscaler" @@ -35320,6 +42671,20 @@ ], "https://github.com/nunchaku-tech/ComfyUI-nunchaku": [ [ + "NunchakuDepthPreprocessor", + "NunchakuFluxDiTLoader", + "NunchakuFluxIPAdapterApply", + "NunchakuFluxLoraLoader", + "NunchakuFluxLoraStack", + "NunchakuFluxPuLIDApplyV2", + "NunchakuIPAdapterLoader", + "NunchakuModelMerger", + "NunchakuPuLIDLoaderV2", + "NunchakuPulidApply", + "NunchakuPulidLoader", + "NunchakuQwenImageDiTLoader", + "NunchakuTextEncoderLoader", + "NunchakuTextEncoderLoaderV2", "NunchakuWheelInstaller" ], { @@ -35451,6 +42816,27 @@ "title_aux": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)" } ], + "https://github.com/obvirm/ComfyUI-WhisperXX": [ + [ + "WhisperXNode" + ], + { + "title_aux": "ComfyUI-WhisperXX" + } + ], + "https://github.com/okdalto/ComfyUI-WithAnyone": [ + [ + "WithAnyoneArcFaceExtractorNode", + "WithAnyoneBBoxNode", + "WithAnyoneModelLoaderNode", + "WithAnyoneSamplerNode", + "WithAnyoneSigLIPExtractorNode", + "WithAnyoneSinglePersonConditioningNode" + ], + { + "title_aux": "ComfyUI-WithAnyone" + } + ], "https://github.com/okgo4/ComfyUI-Mosaic-Mask": [ [ "MosaicMask" @@ -35463,6 +42849,7 @@ [ "ORvEmbeddingsHeatmap", "ORvEmbeddingsSpectrogram", + "ORvShowText", "ORvStringConsoleDebug", "ORvTextEncoderGoogleEmbeddingGemma3" ], @@ -35491,7 +42878,8 @@ [ "LoRAVisualizer", "PromptComposer", - "PromptSplitter" + "PromptSplitter", + "WANLoRAHighLowSplitter" ], { "title_aux": "LoRA Visualizer" @@ -35524,7 +42912,6 @@ "Debug String _O", "Debug Text _O", "Debug Text route _O", - "Edit_image _O", "Equation1param _O", "Equation2params _O", "GetImage_(Width&Height) _O", @@ -35542,7 +42929,6 @@ "Text _O", "Text2Image _O", "Trim Text _O", - "VAEDecodeParallel _O", "combine_chat_messages _O", "compine_chat_messages _O", "concat Strings _O", @@ -35569,9 +42955,20 @@ "title_aux": "Quality of life Suit:V2" } ], + "https://github.com/omixmaxdimo/OmiXDev": [ + [ + "OmixChatPro", + "OmixGeminiPro", + "ResolutionPresets" + ], + { + "title_aux": "OmiXdev Custom Nodes" + } + ], "https://github.com/openvino-dev-samples/comfyui_openvino": [ [ - "OpenVINO_TorchCompileModel" + "TorchCompileDiffusionOpenVINO", + "TorchCompileVAEOpenVINO" ], { "title_aux": "ComfyUI-OpenVINO" @@ -35612,6 +43009,7 @@ [ "IoNetVision", "KontextPresetsOrex", + "OreX Image Load Batch", "OreX Image Save", "PollinationsTextGenOrex", "flux-kontext-orexnodes", @@ -35773,6 +43171,8 @@ "PDFGetPageCount", "PDFLoad", "PDFMerge", + "PDFPagesToImages", + "PDFPreviewPage", "PDFRotatePages", "PDFSave", "PDFSelectPageAndExtractText" @@ -35818,9 +43218,10 @@ "https://github.com/orion4d/illusion_node": [ [ "AdvancedAutostereogramNode", - "AutostereogramNode", "CheckerboardNode", "ColorImageNode", + "OpticalGeometricNode", + "OpticalIllusionNode", "PatternGeneratorNode", "TessellationNode", "TileImageRepeaterNode" @@ -35829,6 +43230,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" @@ -35842,9 +43251,6 @@ "EasyAspectRatioNode", "GPTImage1", "LLMAIONode", - "LoRASwitcherNode", - "LoRASwitcherNode20", - "LoRASwitcherNode40", "LoraSwitcherDynamic", "StringSplitterNode" ], @@ -35891,27 +43297,68 @@ ], "https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer": [ [ + "AIHubActionNewAudio", + "AIHubActionNewAudioSegment", + "AIHubActionNewFrames", "AIHubActionNewImage", - "AIHubDevWebsocketDebug", + "AIHubActionNewImageBatch", + "AIHubActionNewLatent", + "AIHubActionNewLayer", + "AIHubActionNewText", + "AIHubActionNewVideo", + "AIHubActionNewVideoSegment", + "AIHubActionSetProjectConfigBoolean", + "AIHubActionSetProjectConfigFloat", + "AIHubActionSetProjectConfigInteger", + "AIHubActionSetProjectConfigString", + "AIHubAddRunCondition", + "AIHubExposeAudio", "AIHubExposeBoolean", - "AIHubExposeConfigBoolean", - "AIHubExposeConfigFloat", - "AIHubExposeConfigInteger", - "AIHubExposeConfigString", + "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", - "AIHubPatchActionSetConfigBoolean", - "AIHubPatchActionSetConfigFloat", - "AIHubPatchActionSetConfigInteger", - "AIHubPatchActionSetConfigString", + "AIHubExposeVideo", + "AIHubMetaExportLora", + "AIHubMetaExportModel", + "AIHubMetaSetExportedLoraImage", + "AIHubMetaSetExportedModelImage", + "AIHubMetaSetExportedWorkflowImage", + "AIHubUtilsCropMergedImageToLayerSize", + "AIHubUtilsFitLayerToMergedImage", + "AIHubUtilsFloatToInt", + "AIHubUtilsLoadCLIP", + "AIHubUtilsLoadLora", + "AIHubUtilsLoadModel", + "AIHubUtilsLoadVAE", + "AIHubUtilsMetadataMap", + "AIHubUtilsNewNormalizer", + "AIHubUtilsScaleImageAndMasks", + "AIHubUtilsStrToFloat", + "AIHubUtilsStrToVector", "AIHubWorkflowController" ], { @@ -35980,6 +43427,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" @@ -35993,6 +43448,7 @@ "AttentionCouplePPM", "CFGLimiterGuider", "CFGPPSamplerSelect", + "CLIPAttentionSelector", "CLIPMicroConditioning", "CLIPNegPip", "CLIPTextEncodeBREAK", @@ -36010,10 +43466,14 @@ "LatentToMaskBB", "LatentToWidthHeight", "MaskCompositePPM", + "ModelAttentionSelector", "PPMSamplerSelect", "RenormCFGPost", "RescaleCFGPost", - "SamplerGradientEstimation" + "SamplerGradientEstimation", + "SkipFirstStepCFG", + "TCFGAdvanced", + "VAEPadding" ], { "title_aux": "ComfyUI-ppm" @@ -36032,8 +43492,8 @@ "https://github.com/pamparamm/sd-perturbed-attention": [ [ "NormalizedAttentionGuidance", + "PLADIS", "PerturbedAttention", - "Pladis", "SlidingWindowGuidanceAdvanced", "SmoothedEnergyGuidanceAdvanced", "TRTAttachPag", @@ -36044,10 +43504,20 @@ "title_aux": "sd-perturbed-attention" } ], + "https://github.com/pantaleone-ai/Comfy-Firefly": [ + [ + "AdobeFireflyTextToImage" + ], + { + "title_aux": "Comfy-Firefly" + } + ], "https://github.com/pants007/comfy-pants": [ [ "CLIPTextEncodeAIO", - "Image Make Square" + "CLIPTextEncodeStylePile Node", + "Image Make Square", + "Image Make Square Node" ], { "title_aux": "pants" @@ -36155,13 +43625,13 @@ "title_aux": "ComfyUI-LyraVSIH" } ], - "https://github.com/penposs/ComfyUI-Banana-Node": [ + "https://github.com/pdale-boop/Comfyui-Network-Guardian": [ [ - "BananaNode", - "TransparentImageNode" + "Example", + "NetworkGuardianStatus" ], { - "title_aux": "ComfyUI-Banana-Node" + "title_aux": "Network Guardian" } ], "https://github.com/penposs/ComfyUI_Gemini_Pro": [ @@ -36174,6 +43644,15 @@ "title_aux": "ComfyUI Gemini Pro Node" } ], + "https://github.com/penposs/Comfyui-banana2": [ + [ + "BananaNode", + "TransparentImageNode" + ], + { + "title_aux": "Comfyui-banana2" + } + ], "https://github.com/penposs/Comfyui_wan_api": [ [ "WanAPIImageToVideo", @@ -36185,6 +43664,32 @@ "title_aux": "Comfyui_wan_api" } ], + "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/petr-pr/ComfyUI-TranslationNode": [ + [ + "TranslationNode" + ], + { + "title_aux": "ComfyUI-TranslationNode" + } + ], "https://github.com/pharmapsychotic/comfy-cliption": [ [ "CLIPtionBeamSearch", @@ -36195,6 +43700,14 @@ "title_aux": "comfy-cliption" } ], + "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader": [ + [ + "DGXSparkSafetensorsLoader" + ], + { + "title_aux": "ComfyUI-DGXSparkSafetensorsLoader" + } + ], "https://github.com/phazei/ComfyUI-OrpheusTTS-LMStudio": [ [ "OrpheusTTSLMStudio" @@ -36237,7 +43750,10 @@ [ "FluxBlockSwap", "HidreamBlockSwap", - "TaylorSeer" + "QwenimageBlockSwap", + "TaylorSeer", + "TaylorSeerLite", + "WanvideoBlockSwap" ], { "title_aux": "ComfyUI-TaylorSeer" @@ -36299,6 +43815,8 @@ ], "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": [ [ + "Comfyui_Qwen_CUDA/Qwen25_VL", + "Comfyui_Qwen_CUDA/Qwen3", "Qwen25_VL", "Qwen3" ], @@ -36308,7 +43826,6 @@ ], "https://github.com/pictorialink/ComfyUI-Text-Translation": [ [ - "Get_Translator", "Text", "Text_Concatenate", "Text_Switch", @@ -36329,6 +43846,7 @@ "DallE3_PoP", "EfficientAttention", "LoadImageResizer_PoP", + "LoraStackLoader10", "LoraStackLoader10_PoP", "LoraStackLoader_PoP", "VAEDecoderPoP", @@ -36338,6 +43856,27 @@ "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_Modulo", + "MF_ModuloAdvanced", + "MF_ReadData", + "MF_SaveData", + "MF_ShotHelper", + "MF_ShowData", + "MF_StoryDriver" + ], + { + "title_aux": "MF PipoNodes" + } + ], "https://github.com/pikenrover/ComfyUI_PRNodes": [ [ "CheckpointLoaderSimpleExtended", @@ -36353,6 +43892,15 @@ "title_aux": "ComfyUI_PRNodes" } ], + "https://github.com/piscesbody/ComfyUI-Upscale-CUDAspeed": [ + [ + "ImageUpscaleWithModelCUDAspeedFixed", + "UpscaleModelLoader" + ], + { + "title_aux": "ComfyUI-Upscale-CUDAspeed" + } + ], "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": [ [ "FlattenByAlpha" @@ -36361,6 +43909,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" @@ -36432,7 +43998,10 @@ "CRT_AddSettingsAndPrompt", "CRT_DynamicPromptScheduler", "CRT_FileBatchPromptScheduler", + "CRT_KSamplerBatch", "CRT_QuantizeAndCropImage", + "CRT_StringBatcher", + "CRT_StringSplitter", "CRT_UpscaleModelAdv", "CRT_WAN_BatchSampler", "ClarityFX", @@ -36442,7 +44011,6 @@ "ContourFX", "EmptyContext", "EnableLatent", - "FaceEnhancementPipeline", "FaceEnhancementPipelineWithInjection", "FancyNoteNode", "FancyTimerNode", @@ -36455,6 +44023,7 @@ "FluxLoraBlocksPatcher", "FluxSemanticEncoder", "FluxTiledSamplerCustomAdvanced", + "ImageDimensionsFromMegaPixels", "ImageLoaderCrawl", "LatentNoiseInjectionSampler", "LensDistortFX", @@ -36470,6 +44039,7 @@ "PonyUpscaleSamplerWithInjection", "Remove Trailing Comma", "Resolution", + "SamplerSchedulerCrawler", "SamplerSchedulerSelector", "SaveAudioWithPath", "SaveImageWithPath", @@ -36490,7 +44060,8 @@ "Toggle Lora Unet Blocks L2", "Video Duration Calculator", "VideoLoaderCrawl", - "WAN2.2 LoRA Compare Sampler" + "WAN2.2 LoRA Compare Sampler", + "WanVideoLoraSelectMultiImproved" ], { "author": "chflame", @@ -36502,7 +44073,8 @@ ], "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": [ [ - "SpeakerDiarizer" + "SpeakerDiarizer", + "SpeakerDiarizerChronoNode" ], { "title_aux": "ComfyUI-Speaker-Isolation" @@ -36518,15 +44090,45 @@ ], "https://github.com/pollockjj/ComfyUI-MultiGPU": [ [ + "CLIPLoaderDisTorch2MultiGPU", + "CLIPLoaderMultiGPU", + "CLIPVisionLoaderDisTorch2MultiGPU", + "CLIPVisionLoaderMultiGPU", "CheckpointLoaderAdvancedDisTorch2MultiGPU", "CheckpointLoaderAdvancedMultiGPU", - "DeviceSelectorMultiGPU", - "HunyuanVideoEmbeddingsAdapter" + "CheckpointLoaderSimpleDisTorch2MultiGPU", + "CheckpointLoaderSimpleMultiGPU", + "ControlNetLoaderDisTorch2MultiGPU", + "ControlNetLoaderMultiGPU", + "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/popoimm/comfyui-popo-utility": [ [ "PopoImageAspectRatioNode", @@ -36548,6 +44150,7 @@ "BMAB Clip Text Encoder SDXL", "BMAB Conditioning To Bind", "BMAB Context", + "BMAB Control Net", "BMAB ControlNet", "BMAB ControlNet IPAdapter", "BMAB ControlNet Openpose", @@ -36557,6 +44160,7 @@ "BMAB Detect And Paste", "BMAB Detection Crop", "BMAB Detector", + "BMAB DinoSam", "BMAB Dummy", "BMAB Edge", "BMAB Extractor", @@ -36614,6 +44218,82 @@ "title_aux": "comfyui_bmab" } ], + "https://github.com/power88/ComfyUI-PDiD-LLM-Nodes": [ + [ + "APILLMLoader", + "CaptionViaAPI", + "ChatViaAPI", + "ExtraParameters", + "GenerateBBOXViaAPI" + ], + { + "title_aux": "ComfyUI-PDiD-LLM-Nodes" + } + ], + "https://github.com/princepainter/ComfyUI-PainterI2V": [ + [ + "PainterI2V" + ], + { + "title_aux": "ComfyUI-PainterI2V" + } + ], + "https://github.com/princepainter/ComfyUI-PainterI2VforKJ": [ + [ + "PainterI2VforKJ" + ], + { + "title_aux": "ComfyUI-PainterI2VforKJ" + } + ], + "https://github.com/princepainter/ComfyUI-PainterLongVideo": [ + [ + "PainterLongVideo" + ], + { + "title_aux": "ComfyUI-PainterLongVideo" + } + ], + "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-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" @@ -36647,6 +44327,7 @@ "Draw Labelme Json", "Load Yolov8 Model", "Load Yolov8 Model From Path", + "Load Yolov8 Model Upload", "Save Labelme Json" ], { @@ -36662,6 +44343,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" @@ -36740,27 +44435,97 @@ "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_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_ImageComposite", "PVL_ImageResize", "PVL_ImageStitch", + "PVL_Image_Translation_Offset", + "PVL_Math", + "PVL_MathCondition", "PVL_NoneOutputNode", - "PVL_OpenPoseMatch", - "PVL_OpenPoseMatch_Z", + "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_StringToNumber", "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_KontextDevInpaint_API", "PVL_fal_KontextDevLora_API", @@ -36771,7 +44536,10 @@ "PVL_fal_LumaPhoton_FlashReframe_API", "PVL_fal_LumaPhoton_Reframe_API", "PVL_fal_NanoBanana_API", - "PvlKontextMax" + "PVL_fal_QwenImage_API", + "PVL_fal_RemoveBackground_API", + "PVL_fal_SeeDream4_API", + "PVL_fal_SeeDream_45_API" ], { "title_aux": "ComfyUI Assistant Node" @@ -36811,7 +44579,6 @@ "LoadText|pysssss", "LoraLoader|pysssss", "MathExpression|pysssss", - "MultiPrimitive|pysssss", "PlaySound|pysssss", "Repeater|pysssss", "ReroutePrimitive|pysssss", @@ -36961,6 +44728,18 @@ "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" @@ -36993,6 +44772,7 @@ ], "https://github.com/rainlizard/ComfyUI-Raffle": [ [ + "CurvedRescaleCFG", "PreviewHistory", "Raffle", "TagCategoryStrength" @@ -37104,19 +44884,63 @@ ], "https://github.com/razvanmatei-sf/razv-wavespeed": [ [ - "WaveSpeedAI ByteDance SeedDream V4", + "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 Text to Image" + "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", @@ -37157,6 +44981,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" @@ -37212,6 +45062,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", @@ -37238,6 +45098,14 @@ "title_aux": "ComfyUI-Prediction" } ], + "https://github.com/reeoi/ComfyUI-WebROI": [ + [ + "WebROICapture" + ], + { + "title_aux": "ComfyUI-WebROI" + } + ], "https://github.com/regiellis/ComfyUI-EasyColorCorrector": [ [ "BatchColorCorrection", @@ -37345,7 +45213,32 @@ } ], "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.", @@ -37422,7 +45315,6 @@ "RL_CacheMaskSequence", "RL_CivitaiTopImagePrompts", "RL_Crop_Resize", - "RL_Crop_Resize_Batch", "RL_Finetune_Analyze", "RL_Finetune_Analyze_Batch", "RL_Finetune_Variable", @@ -37495,7 +45387,8 @@ "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": [ [ "VTONAPINode", - "VTONAPIPaidNode" + "VTONAPIPaidNode", + "VTONLookbookNode" ], { "title_aux": "ComfyUI_sm4ll-Wrapper" @@ -37512,6 +45405,27 @@ "title_aux": "comfyUI_FrequencySeparation_RGB-HSV" } ], + "https://github.com/ritik-devsecops/ComfyUI-Floyo-Flux2-API-node": [ + [ + "Flux2FlexImageEdit", + "Flux2FlexTextToImage", + "Flux2ProImageEdit", + "Flux2ProTextToImage" + ], + { + "title_aux": "ComfyUI-Floyo-Flux2-API-node" + } + ], + "https://github.com/rjgoif/ComfyUI-Img-Label-Tools": [ + [ + "ImageArray", + "ImageEqualizer", + "RandomSubset" + ], + { + "title_aux": "Img Label Tools" + } + ], "https://github.com/rkfg/ComfyUI-Dia_tts": [ [ "DiaModelLoader", @@ -37538,6 +45452,7 @@ "https://github.com/robertvoy/ComfyUI-Distributed": [ [ "DistributedCollector", + "DistributedEmptyImage", "DistributedSeed", "ImageBatchDivider", "UltimateSDUpscaleDistributed" @@ -37614,6 +45529,7 @@ [ "ComfyUIAppstoreHost", "ComfyUIAppstoreParam", + "ComfyUIAppstoreSaveImage", "sdAppstore_saveImage" ], { @@ -37678,6 +45594,34 @@ "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_Text_Processor": [ + [ + "AddTextToImage", + "AdvancedTextFilter", + "EvaluateFloats", + "EvaluateInts", + "EvaluateStrs", + "ImageCropper", + "TP_LoadMask", + "TP_SaveMask", + "TextInput", + "TextScraper", + "TextStorageReader", + "TextStorageWriter", + "WildcardsNode" + ], + { + "title_aux": "ComfyUI Text Processor" + } + ], "https://github.com/roundyyy/ComfyUI-mesh-simplifier": [ [ "MeshSimplifierNode" @@ -37748,14 +45692,46 @@ "title_aux": "ComfyUI-TranscriptionTools" } ], - "https://github.com/rslosch/ComfyUI-EZ_Prompts": [ + "https://github.com/rslosch/comfyui-nodesweet": [ [ - "EZPromptsNode", + "BboxDetectorBatch", + "BboxDetectorBatchChunked", + "BboxDetectorBatchForEach", "LoadImageSetFromFolderSortedNode", - "PadImageForOutpaintByAspectRatio" + "MultilineStringRepeater", + "SortImageSetFromFolderSortedNode" ], { - "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": [ @@ -37768,14 +45744,28 @@ ], "https://github.com/ru4ls/ComfyUI_Nano_Banana": [ [ - "NanoBanana" + "NanoBananaAIO", + "NanoBananaMultiTurnChat" ], { "title_aux": "ComfyUI_Nano_Banana" } ], + "https://github.com/ru4ls/ComfyUI_StreetView-Loader": [ + [ + "StreetViewAnimator", + "StreetViewCubemapLoader", + "StreetViewLoader", + "StreetViewPanoLoader", + "StreetViewURLParser" + ], + { + "title_aux": "ComfyUI Street View Loader Node" + } + ], "https://github.com/ru4ls/ComfyUI_Wan": [ [ + "WanI2IGenerator", "WanI2VEffectGenerator", "WanI2VGenerator", "WanII2VGenerator", @@ -37791,10 +45781,20 @@ "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" @@ -37902,6 +45902,15 @@ "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-DeepLiveCam": [ [ "DeepLiveCamNode" @@ -38051,12 +46060,10 @@ "DepthBlender", "DepthFeatureNode", "DepthInjection", - "DepthMapProtrusion", "DepthRippleEffect", "DepthShapeModifier", "DepthShapeModifierPrecise", "Doom_", - "DownloadCREPEModel", "DownloadOpenUnmixModel", "DrawableFeatureNode", "DyeImage", @@ -38097,7 +46104,6 @@ "FlexAudioVisualizerCircular", "FlexAudioVisualizerContour", "FlexAudioVisualizerLine", - "FlexFeatureAttentionControl", "FlexImageBloom", "FlexImageChromaticAberration", "FlexImageColorGrade", @@ -38154,13 +46160,13 @@ "LocationFromPoint", "LocationTransform", "MIDIFeatureExtractor", + "MIDILoadAndExtract", "MIDILoader", "MIDIToAudio", "ManualFeatureFromPipe", "ManualFeatureNode", "ManualFeaturePipe", "ManualWhisperAlignmentData", - "MaskCompositePlus", "MaskMath", "MaskMorph", "MaskRings", @@ -38182,7 +46188,6 @@ "PitchRangeByNoteNode", "PitchRangePreset", "PitchVisualizer", - "PoseInterpolator", "PreviewFeature", "ProximityFeatureNode", "ProximityVisualizer", @@ -38223,7 +46228,7 @@ "QwenImageSize" ], { - "title_aux": "ComfyUI-Qwen-Image-Size-Picker" + "title_aux": "ComfyUI Qwen Image Size Picker" } ], "https://github.com/s9roll7/comfyui_cotracker_node": [ @@ -38295,6 +46300,37 @@ "title_aux": "ComfyUI_FlipStreamViewer" } ], + "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", @@ -38317,6 +46353,53 @@ "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", + "CloseUpNode", + "ImageTransitionNode", + "MergeVideoAudioNode", + "VideoImageOverlay", + "VideoOverlay", + "VideoOverlayBatch", + "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/scraed/LanPaint": [ [ "LanPaint_KSampler", @@ -38356,8 +46439,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" @@ -38368,12 +46454,27 @@ "SRL Conditional Interrrupt", "SRL Eval", "SRL Filter Image List", - "SRL Format String" + "SRL Format String", + "SrlConditionalInterrupt", + "SrlEval", + "SrlFilterImageList", + "SrlFormatString" ], { "title_aux": "SRL's nodes" } ], + "https://github.com/sebagallo/comfyui-sg-llama-cpp": [ + [ + "LlamaCPPEngine", + "LlamaCPPMemoryCleanup", + "LlamaCPPModelLoader", + "LlamaCPPOptions" + ], + { + "title_aux": "comfyui-sg-llama-cpp" + } + ], "https://github.com/sebord/ComfyUI-LMCQ": [ [ "LmcqCodeDecryptionLoader", @@ -38409,6 +46510,18 @@ "title_aux": "ComfyUI_Nimbus-Pack" } ], + "https://github.com/sfinktah/comfy-ovum": [ + [ + "ImageExContextListOvum", + "ImageExContextOvum", + "LoadImageFromOutputSubdirectoryWithWorkflowOvum", + "LoadImageFromOutputWithWorkflowOvum", + "LoadImageWithWorkflowOvum" + ], + { + "title_aux": "comfy-ovum" + } + ], "https://github.com/sh570655308/ComfyUI-GigapixelAI": [ [ "GigapixelAI", @@ -38486,14 +46599,18 @@ "ApplyVisualStylePrompting_", "AreaToMask", "AudioPlay", + "AudioToPrompt", "CenterImage", + "ChinesePrompt_Mix", "CkptNames_", + "ClipInterrogator", "Color", "ComparingTwoFrames_", "CompositeImages_", "CreateJsonNode", "DepthViewer", "DynamicDelayProcessor", + "EditMask", "EmbeddingPrompt", "EnhanceImage", "FaceToMask", @@ -38510,22 +46627,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", @@ -38533,16 +46657,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", @@ -38560,8 +46692,12 @@ "TextInput_", "TextToNumber", "TransparentImage", - "VAEDecodeConsistencyDecoder", - "VAELoaderConsistencyDecoder" + "TripoSRSampler_", + "VideoCombine_Adv", + "VideoGenKlingNode", + "VideoGenLumaDreamMachineNode", + "VideoGenRunwayGen3Node", + "WhisperTranscribe_" ], { "title_aux": "comfyui-mixlab-nodes" @@ -38688,7 +46824,6 @@ ], "https://github.com/shiimizu/ComfyUI-TiledDiffusion": [ [ - "NoiseInversion", "SpotDiffusionParams_TiledDiffusion", "TiledDiffusion", "VAEDecodeTiled_TiledDiffusion", @@ -38758,18 +46893,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" @@ -38807,15 +46930,44 @@ ], "https://github.com/silveroxides/ComfyUI-ModelUtils": [ [ - "CLIPMetaKeys", "CheckpointMetaKeys", + "CheckpointPruneKeys", + "CheckpointRenameKeys", + "CheckpointThreeMerger", + "CheckpointTwoMerger", + "EmbeddingMetaKeys", + "EmbeddingPruneKeys", + "EmbeddingRenameKeys", + "EmbeddingThreeMerger", + "EmbeddingTwoMerger", "LoRAMetaKeys", - "UNetMetaKeys" + "LoRAPruneKeys", + "LoRARenameKeys", + "LoRAThreeMerger", + "LoRATwoMerger", + "ModelMetaKeys", + "ModelPruneKeys", + "ModelRenameKeys", + "ModelThreeMerger", + "ModelTwoMerger", + "TextEncoderMetaKeys", + "TextEncoderPruneKeys", + "TextEncoderRenameKeys", + "TextEncoderThreeMerger", + "TextEncoderTwoMerger" ], { "title_aux": "Model Utility Toolkit" } ], + "https://github.com/silveroxides/ComfyUI-RR-JointTagger": [ + [ + "RRJointTagger|redrocket" + ], + { + "title_aux": "ComfyUI-RR-JointTagger" + } + ], "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": [ [ "SaveA1111WeightedEmbeddings", @@ -38838,6 +46990,7 @@ ], "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": [ [ + "GetKeyAPI", "SSL_GeminiAPIKeyConfig", "SSL_GeminiTextPrompt" ], @@ -38845,6 +46998,16 @@ "title_aux": "ComfyUI Gemini Expanded API" } ], + "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader": [ + [ + "HybridConfigNode", + "ScaledFP8HybridCheckpointLoader", + "ScaledFP8HybridUNetLoader" + ], + { + "title_aux": "ComfyUI_Hybrid-Scaled_fp8-Loader" + } + ], "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": [ [ "PowerShiftScheduler" @@ -38865,6 +47028,7 @@ [ "AV_AwsBedrockClaudeApi", "AV_AwsBedrockMistralApi", + "AV_CheckpointLoader", "AV_CheckpointMerge", "AV_CheckpointModelsToParametersPipe", "AV_CheckpointSave", @@ -38875,6 +47039,11 @@ "AV_ControlNetEfficientStackerSimple", "AV_ControlNetLoader", "AV_ControlNetPreprocessor", + "AV_FaceDetailer", + "AV_FaceDetailerPipe", + "AV_GeminiApi", + "AV_IPAdapter", + "AV_IPAdapterPipe", "AV_LLMApiConfig", "AV_LLMChat", "AV_LLMCompletion", @@ -38882,12 +47051,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", @@ -38901,6 +47073,8 @@ "DownloadISNetModel", "Fooocus_KSampler", "Fooocus_KSamplerAdvanced", + "Fooocus_KSamplerEfficient", + "Fooocus_KSamplerEfficientAdvanced", "GetBoolFromJson", "GetFloatFromJson", "GetIntFromJson", @@ -38925,6 +47099,7 @@ "LoadJsonFromText", "LoadJsonFromUrl", "LoadLaMaModel", + "LoadVideoFromUrl", "MergeModels", "NumberScaler", "OverlayInpaintedImage", @@ -38957,6 +47132,51 @@ "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", + "PowerLoraLoaderV2", + "VideoMergeABC", + "VideoTextEncodeCached_KJ", + "WanFMLF", + "WanScaleAB", + "WanVideoCacheSamples", + "WanVideoCacheVideos", + "WanVideoEmptyEmbeds_v2", + "WanVideoFlowmapDistortion", + "WanVideoImageToVideoEncode_v2", + "WanVideoMotionToFlowmap", + "WanVideoPowerLoraLoader" + ], + { + "title_aux": "ComfyUI-WanVideoWrapper_QQ" + } + ], + "https://github.com/siray-ai/siray-comfyui": [ + [ + "Siray Client", + "Siray Video Player" + ], + { + "title_aux": "siray-comfyui" + } + ], + "https://github.com/sirouk/chutes-comfyui-node": [ + [ + "ChutesWanVideoFast" + ], + { + "title_aux": "chutes-comfyui-node" + } + ], "https://github.com/sittere/ComfyUI-YK_Line-loading": [ [ "MultiTextLoader" @@ -39006,16 +47226,28 @@ "title_aux": "Skycoder Tools" } ], + "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": [ + [ + "SID_LLM_API", + "SID_LLM_Local", + "SID_ZImagePromptGenerator" + ], + { + "title_aux": "ComfyUI-AI-Photography-Toolkit" + } + ], "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": [ [ "SmartFormatString", "SmartFormatString10", "SmartHVLoraSelect", "SmartHVLoraStack", + "SmartHWMonitor", "SmartLoadLoRA", "SmartModelOrLoraToString", "SmartPrompt", "SmartRemoveComments", + "SmartSaveAnimatedGIF", "SmartSaveText", "SmartShowAnything" ], @@ -39025,23 +47257,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" @@ -39062,21 +47306,20 @@ "title_aux": "comfyui-ollama-nodes" } ], - "https://github.com/sm079/ComfyUI-Face-Detection": [ + "https://github.com/smagnetize/kb-comfyui-nodes": [ [ - "FaceCombine", - "FaceDetection" + "SingleImageDataUrlLoader" ], { - "title_aux": "ComfyUI-Face-Detection" + "title_aux": "kb-comfyui-nodes" } ], - "https://github.com/smagnetize/kb-comfyui-nodes": [ + "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste": [ [ - "SingleImageDataUrlLoader" + "PKLoadImagePaste" ], { - "title_aux": "kb-comfyui-nodes" + "title_aux": "ComfyUI PK Load Image Paste" } ], "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": [ @@ -39142,6 +47385,7 @@ "Glm_4v_9b", "Glm_Lcoal_Or_Repo", "ZhipuaiApi_Character", + "ZhipuaiApi_Img", "ZhipuaiApi_Txt", "ZhipuaiApi_img" ], @@ -39149,6 +47393,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", @@ -39197,13 +47456,27 @@ ], "https://github.com/smthemex/ComfyUI_DiffuEraser": [ [ - "DiffuEraserLoader", - "DiffuEraserSampler" + "DiffuEraser_Loader", + "DiffuEraser_PreData", + "DiffuEraser_Sampler", + "Propainter_Loader", + "Propainter_Sampler" ], { "title_aux": "ComfyUI_DiffuEraser" } ], + "https://github.com/smthemex/ComfyUI_DyPE": [ + [ + "DyPE_Condition", + "DyPE_Encode", + "DyPE_KSampler", + "DyPE_Model" + ], + { + "title_aux": "ComfyUI_DyPE" + } + ], "https://github.com/smthemex/ComfyUI_EchoMimic": [ [ "Echo_LoadModel", @@ -39224,6 +47497,16 @@ "title_aux": "ComfyUI_Face_Anon_Simple" } ], + "https://github.com/smthemex/ComfyUI_FlashVSR": [ + [ + "FlashVSR_SM_KSampler", + "FlashVSR_SM_Model", + "FlashVSR_SM_VideoPathLoop" + ], + { + "title_aux": "ComfyUI_FlashVSR" + } + ], "https://github.com/smthemex/ComfyUI_FoleyCrafter": [ [ "FoleyCrafter_LoadModel", @@ -39243,10 +47526,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" @@ -39258,6 +47552,7 @@ "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": [ [ "HI_Diffusers_Model_Loader", + "Hi_Hi_Sampler", "Hi_Sampler" ], { @@ -39296,6 +47591,7 @@ "https://github.com/smthemex/ComfyUI_KV_Edit": [ [ "KV_Edit_Load", + "KV_Edit_Load_LoRA", "KV_Edit_PreData", "KV_Edit_Sampler" ], @@ -39323,6 +47619,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", @@ -39372,10 +47681,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" @@ -39474,6 +47796,7 @@ ], "https://github.com/smthemex/ComfyUI_SongGeneration": [ [ + "SongGeneration_Loader", "SongGeneration_Sampler", "SongGeneration_Stage1", "SongGeneration_Stage2" @@ -39521,6 +47844,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", @@ -39536,6 +47868,7 @@ ], "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": [ [ + "Load_Stream", "Stream_Lora_Loader", "Stream_Model_Loader", "Stream_Sampler" @@ -39554,9 +47887,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" @@ -39605,6 +47948,7 @@ "Load AI Toolkit Latent Flux", "Save_Image_And_Caption", "Send_to_Eagle", + "Snek SQLite Prompt Logger", "\ud83d\udc0d Random Prompt From JSON" ], { @@ -39613,14 +47957,28 @@ ], "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" @@ -39629,6 +47987,26 @@ "title_aux": "ComfyUI Video Crop" } ], + "https://github.com/sonnybox/ComfyUI-SuperNodes": [ + [ + "SuperCreateTiles", + "SuperSVRCalcTiles", + "SuperStitchTiles" + ], + { + "title_aux": "ComfyUI-SuperNodes" + } + ], + "https://github.com/sooxt98/comfyui_longcat_image": [ + [ + "LongCatImageEdit", + "LongCatImageModelLoader", + "LongCatImageTextToImage" + ], + { + "title_aux": "comfyui_longcat_image" + } + ], "https://github.com/souki202/ComfyUI-LoadImage-Advanced": [ [ "ColorAdjustment", @@ -39678,7 +48056,9 @@ ], "https://github.com/space-nuko/nui-suite": [ [ + "Nui.DynamicPromptsTextEncode", "Nui.DynamicPromptsTextGen", + "Nui.FeelingLuckyTextEncode", "Nui.FeelingLuckyTextGen", "Nui.OutputString" ], @@ -39727,7 +48107,6 @@ ], "https://github.com/spacepxl/ComfyUI-RAVE": [ [ - "ConditioningDebug", "ImageGridCompose", "ImageGridDecompose", "KSamplerRAVE", @@ -39784,6 +48163,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" @@ -39813,6 +48215,7 @@ ], "https://github.com/sputnik57/comfyui-prompt-logger": [ [ + "Prompt Logger Unified v2", "PromptLoggerUnified", "PromptLoggerUnified_v2" ], @@ -39857,7 +48260,8 @@ "KRestartSamplerCustom", "KRestartSamplerSimple", "RestartSampler", - "RestartScheduler" + "RestartScheduler", + "RestartSelfTest" ], { "title_aux": "Restart Sampling" @@ -39894,6 +48298,7 @@ ], "https://github.com/stavsap/comfyui-ollama": [ [ + "OllamaChat", "OllamaConnectivityV2", "OllamaGenerate", "OllamaGenerateAdvance", @@ -40061,6 +48466,17 @@ "title_aux": "ComfyUI-sudo-latent-upscale" } ], + "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", @@ -40103,6 +48519,9 @@ "TagMerger", "TagMerger4", "TagMerger6", + "TagPipeIn", + "TagPipeOut", + "TagPipeUpdate", "TagRandomCategory", "TagRemover", "TagReplace", @@ -40114,15 +48533,37 @@ "title_aux": "comfyui_tag_filter" } ], + "https://github.com/suhee19/comfyui-orpheus-loader": [ + [ + "OrpheusLoader" + ], + { + "title_aux": "comfyui-orpheus-loader" + } + ], + "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", @@ -40136,6 +48577,17 @@ "title_aux": "Nuke Nodes for ComfyUI" } ], + "https://github.com/supElement/ComfyUI_Element_easy": [ + [ + "EmptyImageRGB_Element", + "MaskStroke_Element", + "RandomCharacterGenerator", + "TextLineBreak_Element" + ], + { + "title_aux": "ComfyUI_Element_easy" + } + ], "https://github.com/superyoman/comfyui_lumaAPI": [ [ "LUMA_API_YoC", @@ -40171,6 +48623,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" @@ -40203,6 +48667,19 @@ "title_aux": "ComfyUI_Sticker_Compositer" } ], + "https://github.com/swfxliyiyu/ComfyUI-FastVideo": [ + [ + "DITConfig", + "InferenceArgs", + "LoadImagePath", + "TextEncoderConfig", + "VAEConfig", + "VideoGenerator" + ], + { + "title_aux": "ComfyUI-FastVideo" + } + ], "https://github.com/syllebra/bilbox-comfyui": [ [ "BilboXLut", @@ -40229,6 +48706,15 @@ "title_aux": "Vid2vid" } ], + "https://github.com/synthetai/ComfyUI-JM-Gemini-API": [ + [ + "JMGeminiImageGenerator", + "JMGeminiVideoGenerator" + ], + { + "title_aux": "ComfyUI-JM-Gemini-API" + } + ], "https://github.com/synthetai/ComfyUI-JM-KLing-API": [ [ "JM-KLingAI-API/api-key", @@ -40306,8 +48792,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" ], @@ -40315,6 +48814,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", @@ -40327,6 +48836,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", @@ -40452,15 +48970,33 @@ "title_aux": "ComfyUI-ImageTransformer" } ], + "https://github.com/techzuhaib/FaceCLIP-ComfyUI": [ + [ + "FaceCLIPSDXLGenerate", + "FaceCLIPTextImageEncode" + ], + { + "title_aux": "FaceCLIP-ComfyUI" + } + ], "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea": [ [ "Tea_ImageCheckpointFromPath", + "Tea_LoadFrameFromVidAsImg", "Tea_SaveAndReloadImage" ], { "title_aux": "ComfyUI-SuiteTea" } ], + "https://github.com/tenitsky/tenitsky-prompt-cycler-simple": [ + [ + "PromptCycler" + ], + { + "title_aux": "ComfyUI Prompt Cycler Node" + } + ], "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": [ [ "OminiKontextImageEncoder", @@ -40481,6 +49017,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", @@ -40530,6 +49085,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", @@ -40541,7 +49112,8 @@ ], "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": [ [ - "Load Styles CSV" + "Load Styles CSV", + "StylesCSVLoader" ], { "title_aux": "Styles CSV Loader Extension for ComfyUI" @@ -40571,10 +49143,14 @@ [ "CLIPTokenCounter", "DivergentGeminiNode", - "KoboldCppApiNode", + "GeminiBatchProcess", + "ImageInfo", "LoraStrengthXYPlot", "MusiQNode", - "SaveImageEnhancedNode" + "PreviewText", + "PromptCombiner", + "SaveImageEnhancedNode", + "StringToList" ], { "title_aux": "Divergent Nodes" @@ -40590,6 +49166,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", @@ -40610,6 +49194,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" @@ -40685,17 +49277,44 @@ "title_aux": "ComfyUI Multimedia Utilities" } ], + "https://github.com/thnikk/comfyui-thnikk-utils": [ + [ + "CharacterPresetNode", + "DetailerNode", + "DetailerPipeNode", + "FullPipeIn", + "FullPipeLoader", + "FullPipeOut", + "ModelPresetNode", + "MultiStringConditioning", + "SeedWithOverride", + "StylePresetNode", + "WildcardNode" + ], + { + "title_aux": "comfyui-thnikk-utils" + } + ], "https://github.com/thoddnn/ComfyUI-MLX": [ [ "MLXClipTextEncoder", "MLXDecoder", "MLXLoadFlux", + "MLXLoadFluxLocal", "MLXSampler" ], { "title_aux": "ComfyUI MLX Nodes" } ], + "https://github.com/thrakotool/ComfyUI-KiraLoraEQ": [ + [ + "KiraLora_EQ" + ], + { + "title_aux": "ComfyUI-KiraLoraEQ" + } + ], "https://github.com/tianguanggliu/Utools": [ [ "UTools" @@ -40744,6 +49363,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", @@ -40782,6 +49411,26 @@ "title_aux": "ComfyUI-Prediction-Boost" } ], + "https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack": [ + [ + "TAEbuLMStudioLoadModel", + "TAEbuLMStudioUnload", + "TAEbuLMStudioVisionRequest", + "TAFilenameGenerator", + "TALMStudioLoadOnRun", + "TALMStudioLoadedModels", + "TALMStudioModelSelector", + "TALMStudioSmartLoader", + "TALoadCheckpointModelWithName", + "TALoadDiffusionModelWithName", + "TALoadGGUFModelWithName", + "TAPromptController", + "ta_captioning" + ], + { + "title_aux": "TA-ComfyUI-Nodes-Pack" + } + ], "https://github.com/tocubed/ComfyUI-AudioReactor": [ [ "AudioFrameTransformBeats", @@ -40827,7 +49476,9 @@ "https://github.com/toxicwind/ComfyUI-TTools": [ [ "TTools Extract JSON", - "TTools SD3 Resolution Solver" + "TTools SD3 Resolution Solver", + "TToolsExtractJson", + "TToolsSD3ResolutionSolver" ], { "title_aux": "TTools for ComfyUI" @@ -40844,14 +49495,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" ], @@ -40859,6 +49524,15 @@ "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/traugdor/ComfyUI-Riffusion": [ [ "RiffusionNode", @@ -40894,6 +49568,7 @@ "LoRA Stacker", "Manual XY Entry Info", "NNLatentUpscale", + "NNlLatentUpscale", "Noise Control Script", "Pack SDXL Tuple", "Tiled Upscaler Script", @@ -40949,8 +49624,39 @@ "title_aux": "quadmoon's ComfyUI nodes" } ], + "https://github.com/tristanvdb/ComfyUI-toolset": [ + [ + "AnimatedSlideshowWithText", + "CompleteScheduleSDXL", + "FloatAbsolute", + "FloatBinaryOperator", + "FloatNegative", + "FloatToInteger", + "IntegerAbsolute", + "IntegerBinaryOperator", + "IntegerNegative", + "IntegerToFloat", + "InteractiveImageSelector", + "ListToSchedule", + "LoadMatchingImageBatch", + "LoadMostRecentImage", + "MapToSchedule", + "MultiScaleFinal", + "MultiScaleInit", + "MultiScaleLoop", + "RepeatLatentsByList", + "ScaleOperator", + "SelectLatentsByIndices", + "StringToFloat", + "StringToInteger" + ], + { + "title_aux": "ComfyUI-toolset" + } + ], "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": [ [ + "FreqSeparationSharpen", "PhotoFilmGrain" ], { @@ -40959,6 +49665,7 @@ ], "https://github.com/tritant/ComfyUI_CreaPrompt": [ [ + "CSL", "CreaPrompt", "CreaPrompt List", "CreaPrompt_0", @@ -40971,6 +49678,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" @@ -41011,6 +49730,14 @@ "title_aux": "Remove Banding Artifacts" } ], + "https://github.com/tritant/ComfyUI_SuperScaler": [ + [ + "SuperScaler_Pipeline" + ], + { + "title_aux": "SuperScaler" + } + ], "https://github.com/trojblue/trNodes": [ [ "trColorCorrection", @@ -41038,6 +49765,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" @@ -41046,6 +49788,48 @@ "title_aux": "ComfyUI-load-image-from-url" } ], + "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": [ + [ + "ConditioningAddNoise", + "ConditioningFrequencyMerge", + "ConditioningFrequencySplit", + "ConditioningGaussianBlur", + "ConditioningScale", + "ImageAddNoise", + "ImageFractalBrownianMotion", + "ImagePerlinFractalNoise", + "ImageReactionDiffusion", + "ImageSimplexNoise", + "ImageSwirlNoise", + "ImageWorleyNoise", + "LatentAddNoise", + "LatentForwardDiffusion", + "LatentFractalBrownianMotion", + "LatentFrequencySplit", + "LatentGaussianBlur", + "LatentHybridInverter", + "LatentPerlinFractalNoise", + "LatentReactionDiffusion", + "LatentSimplexNoise", + "LatentSwirlNoise", + "LatentWorleyNoise", + "QwenRectifiedFlowInverter" + ], + { + "title_aux": "ComfyUI Qwen Rectified Flow Tools" + } + ], + "https://github.com/ttulttul/ComfyUI-FlowMatching-Upscaler": [ + [ + "DyPEQwenImage", + "FlowMatchingProgressiveUpscaler", + "FlowMatchingStage", + "LatentChannelStatsPreview" + ], + { + "title_aux": "ComfyUI-FlowMatching-Upscaler" + } + ], "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": [ [ "Batch Unsampler", @@ -41072,6 +49856,44 @@ "title_aux": "ComfyUI-Tensor-Operations" } ], + "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", @@ -41097,6 +49919,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", @@ -41112,8 +49966,6 @@ "ImageComplexityScorer", "ImageNoveltyScorer", "Image_saver", - "LatentReplicator", - "LatentReplicatorPrompts", "PromptCounter", "Random_Prompt_Multipicker", "Random_Prompt_Selector", @@ -41149,6 +50001,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", @@ -41160,6 +50024,40 @@ "title_aux": "ComfyUI-Fans" } ], + "https://github.com/ubisoft/ComfyUI-Chord": [ + [ + "ChordLoadModel", + "ChordMaterialEstimation", + "ChordNormalToHeight" + ], + { + "title_aux": "ComfyUI-Chord" + } + ], + "https://github.com/ucloud/comfyui-plugin": [ + [ + "ModelVerse Image Packer", + "Modelverse FluxDevNode", + "Modelverse FluxKontextMaxNode", + "Modelverse FluxKontextMaxT2INode", + "Modelverse FluxKontextProNode", + "Modelverse FluxKontextProT2INode", + "Modelverse GPTImage1EditNode", + "Modelverse GPTImage1Node", + "Modelverse QwenImageEditNode", + "Modelverse QwenImageT2INode", + "Modelverse Step1xEditNode", + "ModelverseChat", + "ModelverseInputFiles", + "Modelverse_WanAII2V", + "Modelverse_WanAIT2V", + "NanoBanana", + "UCloud ModelVerse Client" + ], + { + "title_aux": "ComfyUl-UCloud" + } + ], "https://github.com/uetuluk/comfyui-webcam-node": [ [ "webcam_capture_node" @@ -41264,6 +50162,7 @@ "ApplyInstantID", "ColorAdjustNew(FaceParsing)", "CropFaces", + "DetectFaceByIndex", "DetectFaces", "Example", "InstantIDFaceAnalysis", @@ -41288,6 +50187,45 @@ "title_aux": "comfyui-holdup" } ], + "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": [ + [ + "DisTorchPurgeVRAMV2", + "MemoryCleaner", + "MemoryManager", + "ModelPatchMemoryCleaner", + "SafeMemoryManager" + ], + { + "title_aux": "ComfyUI-DistorchMemoryManager" + } + ], + "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": [ + [ + "FastGroupsBypasserV2", + "FluxLoraMultiLoader", + "ModelPatchLoaderCustom" + ], + { + "title_aux": "ComfyUI-NunchakuFluxLoraStacker" + } + ], + "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": [ + [ + "NunchakuQwenImageLoraLoader", + "NunchakuQwenImageLoraStack" + ], + { + "title_aux": "ComfyUI-QwenImageLoraLoader" + } + ], + "https://github.com/ussoewwin/image_resize_comfyui": [ + [ + "ImageResizeAdvanced" + ], + { + "title_aux": "image-resize-comfyui" + } + ], "https://github.com/vadimcro/VKRiez-Edge": [ [ "VKriezEnhancedEdgePreprocessor", @@ -41340,15 +50278,19 @@ ], "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" @@ -41367,6 +50309,23 @@ "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", @@ -41378,6 +50337,16 @@ "title_aux": "Vantage-HunyuanFoley" } ], + "https://github.com/vantagewithai/VantageLongWanVideo": [ + [ + "VantageI2VDualLooper", + "VantageI2VSingleLooper", + "VantageProject" + ], + { + "title_aux": "Vantage Long Wan Video" + } + ], "https://github.com/var1ableX/ComfyUI_Accessories": [ [ "ACC_AnyCast", @@ -41401,43 +50370,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" @@ -41501,6 +50446,7 @@ ], "https://github.com/viperyl/ComfyUI-RGT": [ [ + "RGT Upscale", "RGT_Upscale" ], { @@ -41519,7 +50465,6 @@ "Hy3D21MeshUVWrap", "Hy3D21MeshlibDecimate", "Hy3D21MultiViewsGeneratorWithMetaData", - "Hy3D21MultiViewsMeshGenerator", "Hy3D21PostprocessMesh", "Hy3D21ResizeImages", "Hy3D21SimpleMeshlibDecimate", @@ -41593,24 +50538,81 @@ "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": [ [ "ColorMatchToReference", "FastFilmGrain", "FastLaplacianSharpen", "FastSobelSharpen", - "FastUnsharpSharpen" + "FastUnsharpSharpen", + "VRGDG_AudioCrop", + "VRGDG_AudioCropTime", + "VRGDG_CalculateSetsFromAudio", + "VRGDG_CalculateSetsFromAudio_Queue", + "VRGDG_CleanAudio", + "VRGDG_CombinevideosV2", + "VRGDG_CombinevideosV3", + "VRGDG_CombinevideosV5", + "VRGDG_ConditionalLoadVideos", + "VRGDG_CreateFinalVideo", + "VRGDG_DisplayIndex", + "VRGDG_Extract_Frame_Number", + "VRGDG_GetFilenamePrefix", + "VRGDG_GetIndexNumber", + "VRGDG_GetRunIndexFromJson", + "VRGDG_HumoReminderNode", + "VRGDG_IndexedPromptChunker", + "VRGDG_IndexedPromptChunkerV2", + "VRGDG_LoadAudioSplitDynamic", + "VRGDG_LoadAudioSplitUpload", + "VRGDG_LoadAudioSplit_HUMO", + "VRGDG_LoadAudioSplit_HUMO_Transcribe", + "VRGDG_LoadAudioSplit_HUMO_TranscribeV2", + "VRGDG_LoadAudioSplit_HUMO_TranscribeV3", + "VRGDG_LoadVideos", + "VRGDG_ManualLyricsExtractor", + "VRGDG_MusicVideoPromptCreator", + "VRGDG_MusicVideoPromptCreatorV2", + "VRGDG_MusicVideoPromptCreatorV3", + "VRGDG_PostRunIndexStepper", + "VRGDG_PromptSplitter", + "VRGDG_PromptSplitterForManual", + "VRGDG_PromptSplitterJson", + "VRGDG_PromptSplitterV2", + "VRGDG_QueueTriggerFromAudio", + "VRGDG_StringConcat", + "VRGDG_ThemeSplitter", + "VRGDG_TimecodeFromIndex", + "VRGDG_TranscribeText", + "VRGDG_TriggerCounter", + "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", + "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": [ @@ -41635,8 +50637,16 @@ ], "https://github.com/vslinx/ComfyUI-vslinx-nodes": [ [ + "vsLinx_AppendLorasFromNodeToString", + "vsLinx_BooleanAndOperator", + "vsLinx_BooleanFlip", + "vsLinx_BooleanOrOperator", + "vsLinx_BypassOnBool", + "vsLinx_FitImageIntoBBoxMask", + "vsLinx_ImpactMultilineWildcardText", "vsLinx_LoadSelectedImagesBatch", - "vsLinx_LoadSelectedImagesList" + "vsLinx_LoadSelectedImagesList", + "vsLinx_MuteOnBool" ], { "title_aux": "ComfyUI vsLinx Nodes" @@ -41676,7 +50686,8 @@ ], "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": [ [ - "VGGTVideoCameraNode" + "VGGTVideoCameraNode", + "VVLVGGTLoader" ], { "title_aux": "ComfyUI VVL Video Camera Advanced" @@ -41696,9 +50707,79 @@ "title_aux": "ComfyUI-AbstractImaGen" } ], + "https://github.com/walke2019/ComfyUI-GGUF-VLM": [ + [ + "LocalTextModelLoader", + "MemoryManagerNode", + "MultiImageAnalysis", + "NexaServiceStatus", + "RemoteAPIConfig", + "RemoteTextModelSelector", + "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" + ], + { + "title_aux": "ComfyUI-Wan22FMLF" + } + ], + "https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer": [ + [ + "WanAnimateModelEnhancer", + "WanAnimateToVideoEnhanced" + ], + { + "title_aux": "ComfyUI-WanAnimate-Enhancer" + } + ], "https://github.com/wallish77/wlsh_nodes": [ [ - "Alternating KSampler (WLSH)", "Build Filename String (WLSH)", "CLIP +/- w/Text Unified (WLSH)", "CLIP Positive-Negative (WLSH)", @@ -41773,18 +50854,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" @@ -41822,8 +50914,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" ], @@ -41889,8 +51006,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", @@ -41921,16 +51062,26 @@ ], "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", + "ImageBlendAdvance_UTK", "ImageCombineAlpha_UTK", "ImageConcatenateMulti_UTK", "ImageConcatenate_UTK", + "ImageCropByMaskAndResize_UTK", "ImageMaskScaleAs_UTK", "ImagePadForOutpaintMasked_UTK", "ImageRatioDetector_UTK", @@ -41938,6 +51089,7 @@ "ImageScaleByAspectRatio_UTK", "ImageScaleRestore_UTK", "ImitationHueNode_UTK", + "LazySwitchKJ_UTK", "LoadAudioPlusFromPath_UTK", "LoadKontextPresets_UTK", "LoraInfo_UTK", @@ -41946,9 +51098,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" ], @@ -41965,6 +51121,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", @@ -41975,6 +51139,14 @@ "title_aux": "ComfyUI-KEEP" } ], + "https://github.com/wildminder/ComfyUI-KaniTTS": [ + [ + "KaniTTS" + ], + { + "title_aux": "ComfyUI-KaniTTS" + } + ], "https://github.com/wildminder/ComfyUI-VibeVoice": [ [ "VibeVoiceTTS" @@ -41983,6 +51155,14 @@ "title_aux": "ComfyUI-VibeVoice" } ], + "https://github.com/wildminder/ComfyUI-VoxCPM": [ + [ + "VoxCPM_TTS" + ], + { + "title_aux": "ComfyUI-VoxCPM" + } + ], "https://github.com/willchil/ComfyUI-Environment-Visualizer": [ [ "EnvironmentVisualizer", @@ -41995,6 +51175,21 @@ ], "https://github.com/willmiao/ComfyUI-Lora-Manager": [ [ + "BasicScheduler", + "CFGGuider", + "CLIPTextEncode", + "DebugMetadata", + "KSamplerSelect", + "LoraManagerLoader", + "LoraManagerTextLoader", + "LoraStacker", + "PromptLoraManager", + "SamplerCustomAdvanced", + "SaveImage", + "TSC_EfficientLoader", + "TriggerWordToggle", + "VAEDecode", + "WanVideoLoraSelect", "WanVideoLoraSelectFromText" ], { @@ -42117,27 +51312,32 @@ "title_aux": "mpx-comfyui-nodes" } ], - "https://github.com/wizdroid/wizdroid-fashionista": [ + "https://github.com/wizdroid/wizdroid-character": [ [ - "CharacterSheetGeneratorNode", - "ImageValidatorNode", - "OllamaLLMNode", - "PhotoStyleHelperNode", - "PresetPatchApplierNode", - "SimpleOllamaNode" + "BackgroundEditNode", + "CharacterPromptBuilder", + "MetaPromptGenerator", + "SceneGeneratorNode", + "WizdroidCharacterEdit", + "WizdroidLoRADatasetExport", + "WizdroidLoRADatasetValidator", + "WizdroidLoRAValidate", + "WizdroidPhotoAspectExtractor", + "WizdroidPromptCombiner", + "WizdroidSDXLLoRATrainer" ], { - "title_aux": "Wizdroid ComfyUI Outfit Selection" + "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", @@ -42291,6 +51491,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" @@ -42352,6 +51583,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" @@ -42360,6 +51599,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", @@ -42422,6 +51711,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", @@ -42442,6 +51740,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" @@ -42450,6 +51757,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" @@ -42577,8 +51892,7 @@ "MuseTalkPostprocess", "MuseTalkPreprocess", "MuseTalkTrain", - "MuseTalkTrainPreprocess", - "MuseTalkUncropMask" + "MuseTalkTrainPreprocess" ], { "title_aux": "ComfyUI-MuseTalkUtils" @@ -42618,6 +51932,8 @@ "AudioBeforeAfterSilence", "AutioInfo", "AutioPath", + "ChildWorkflowNodes", + "ChildWorkflowParameters", "DoWhileEnd", "DoWhileStart", "EasyPromptSelecto", @@ -42675,12 +51991,16 @@ "LamLoadImageBase64", "LamLoadPathImage", "LamLoadVideo", + "LamPanorama2Spherical", "LamReadFileList", "LamSamplerName", "LamSaveAudio", "LamSaveOnly", "LamSaveVideo", "LamScheduler", + "LamSpherical2Panorama", + "LamSwitchMiddle", + "LamSwitchStart", "LamSwitcherCase", "LamViewVideo", "LamViewVideoOut", @@ -42708,6 +52028,8 @@ "PreviewImageLam", "PromptTranslator", "QRCode", + "QwenImageEditNode", + "QwenImageNode", "SaveImageLam", "SaveImgOutputLam", "SectionEnd", @@ -42726,6 +52048,22 @@ "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/yasser-baalla/comfyUI-SemanticImageFetch": [ [ "ColorGradeSampler", @@ -42746,6 +52084,21 @@ "title_aux": "ComfyUI Preview Magnifier" } ], + "https://github.com/ycyy/ComfyUI-YCYY-API": [ + [ + "YCYY_Config_Options", + "YCYY_Gemini_Image_API", + "YCYY_Gemini_Image_Preset", + "YCYY_ModelScope_Image_API", + "YCYY_Ollama_LLM_API", + "YCYY_Ollama_LLM_Advanced_Options", + "YCYY_Ollama_VLM_API", + "YCYY_Proxy_Options" + ], + { + "title_aux": "ComfyUI-YCYY-API" + } + ], "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": [ [ "LoraInfo" @@ -42754,6 +52107,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", @@ -42799,8 +52160,6 @@ ], "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": [ [ - "Preview3DModel", - "Save3DModel", "StabilityControlSketch", "StabilityControlStructure", "StabilityControlStyle", @@ -42811,9 +52170,7 @@ "StabilityImageUltra", "StabilityUpscaleConservative", "StabilityUpscaleCreative", - "StabilityUpscaleFast", - "StableFast3D", - "StablePointAware3D" + "StabilityUpscaleFast" ], { "title_aux": "ComfyUI-Stability-AI-API" @@ -42828,11 +52185,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", @@ -42840,6 +52219,7 @@ "ImageMirror", "ImageMosaic", "ImageRotate", + "ImageScaleRestoreV2_YC", "ImageSelector", "ImageUpscaleTiled", "IrregularToEllipseMask", @@ -42853,6 +52233,7 @@ "MaskFromBatch", "MaskPreviewNode", "MaskRepeatBatch", + "MaskResizeToRatio", "MaskSmartValleySplit", "MaskSplitFilter", "MaskTopNFilter", @@ -42864,15 +52245,19 @@ "YC Text Condition Switch", "YC Text Index Switch", "YC Universal Gate", + "YCImageAccumulator", "YCImageSmartCrop", "YCImageSmartPad", "YCImageTile", "YCImageUntile", + "YCMaskBlur", "YCMaskComposite", + "YCMaskRatioPadCrop", "YCRemapMaskRange", "YCTextImageGenerator", "YC_FiveTextCombineNode", "YC_Image_Save", + "YC_MaskColorOverlay", "YC_SingleTextNode", "YC_textReplaceNode" ], @@ -42880,6 +52265,19 @@ "title_aux": "ComfyUI-YCNodes" } ], + "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit": [ + [ + "YCLiveLoadImagesMulti", + "YCSwitch", + "YC_ShowText", + "ycBBoxBridge", + "ycCanvasBBox", + "ycimagebrushmask" + ], + { + "title_aux": "ComfyUI-YCNodes_Toolkit" + } + ], "https://github.com/yichengup/ComfyUI_SwiftCut": [ [ "SelectImages", @@ -42992,6 +52390,15 @@ "title_aux": "florence_dw" } ], + "https://github.com/yolain/ComfyUI-Easy-DotsOCR": [ + [ + "easy applyDotsOCR", + "easy downloadDotsOCRAndLoadModel" + ], + { + "title_aux": "ComfyUI-Easy-DotsOCR" + } + ], "https://github.com/yolain/ComfyUI-Easy-Use": [ [ "dynamicThresholdingFull", @@ -43062,6 +52469,7 @@ "easy imageCount", "easy imageCropFromMask", "easy imageDetailTransfer", + "easy imageHSVMask", "easy imageIndexSwitch", "easy imageInsetCrop", "easy imageInterrogator", @@ -43199,6 +52607,14 @@ "title_aux": "ComfyUI Easy Use" } ], + "https://github.com/yolain/SaveVideoRGBA": [ + [ + "SaveVideoRGBA" + ], + { + "title_aux": "SaveVideoRGBA" + } + ], "https://github.com/yolanother/ComfyUI-Save16bitPng": [ [ "SaveImageARGB16PNG" @@ -43231,6 +52647,7 @@ "DTLoadLatent", "DTLoraLoader", "DTLorasLoader", + "DTPreviewImage", "DTStyleModelLoader", "DTUpscaleModelLoader", "DTVAELoader", @@ -43309,15 +52726,25 @@ "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", @@ -43326,8 +52753,11 @@ "KY_ReadImage", "KY_RegexExtractor", "KY_RegexReplace", + "KY_SaveImageSequence", "KY_SaveImageToPath", + "KY_SaveVideo", "KY_ToVideoUrl", + "KY_Uploads", "KY_VideoCompare", "KY_isNone", "KY_restoreBBox", @@ -43386,6 +52816,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", @@ -43637,7 +53103,6 @@ "https://github.com/zcfrank1st/Comfyui-Toolbox": [ [ "PreviewJson", - "PreviewVideo", "SaveJson", "TestJsonPreview" ], @@ -43656,7 +53121,7 @@ ], "https://github.com/zcfrank1st/comfyui_visual_anagrams": [ [ - "VisualAnagramsAnimate", + "VisialAnagramsSample", "VisualAnagramsSample" ], { @@ -43748,6 +53213,26 @@ "title_aux": "ComfyUI_zfkun" } ], + "https://github.com/zhanglongxiao111/Comfyui-geminiapi": [ + [ + "ElevenLabsTTSNode", + "FluxKontextMaxNode", + "FluxKontextProNode", + "GPTImageEditNode", + "GeminiChatNode", + "GeminiSegmentationNode", + "GeminiTTSNode", + "GoogleImagenEditNode", + "GoogleImagenNode", + "NanoBananaNode", + "NanoBananaProNode", + "NanoBananaProVertexNode", + "Veo3VideoGenerator" + ], + { + "title_aux": "Comfyui-geminiapi" + } + ], "https://github.com/zhangp365/ComfyUI-utils-nodes": [ [ "BooleanControlOutput", @@ -43758,6 +53243,10 @@ "DeepfaceAnalyzeFaceAttributes", "DetectorForNSFW", "EmptyConditioning", + "FalFunControlVideoRequestNode", + "FalImage2VideoRequestNode", + "FalNanoBananaNode", + "FalVideo2VideoRequestNode", "FloatMultipleAddLiteral", "FrameAdjuster", "GeminiPromptEnhance", @@ -43777,6 +53266,7 @@ "ImageTransitionTopToBottom", "ImagesConcanateToGrid", "IntMultipleAddLiteral", + "LayerUtility: CropByMask To Specific Size", "LoadImageMaskWithSwitch", "LoadImageMaskWithoutListDir", "LoadImageWithSwitch", @@ -43788,15 +53278,20 @@ "MaskFromFaceModel", "MaskofCenter", "MatchImageRatioToPreset", + "ModelsDownloaderOfUtils", "ModifyTextGender", "NeedImageSizeAndCount", + "NovitaVideoRequestNode", + "QwenEditPlusLoraNode", "ReplicateRequstNode", "ReplicateVideoRequestNode", + "SegmindVideoRequestNode", "SplitMask", "TextInputAutoSelector", "TextPreview", "TorchCompileModelAdvanced", "UpscaleImageWithModelIfNeed", + "VolcanoArkImageEditNode", "VolcanoImageEditNode", "VolcanoOutpaintingNode" ], @@ -43835,7 +53330,8 @@ [ "EasyCaptureNode", "EasyVideoOutputNode", - "SendImageWebSocket" + "SendImageWebSocket", + "SendImageWebSocketNode" ], { "title_aux": "EasyCaptureNode for ComfyUI" @@ -43854,6 +53350,7 @@ ], "https://github.com/zichongc/ComfyUI-Attention-Distillation": [ [ + "ADHandler", "ADOptimizer", "ADSampler", "LoadDistiller", @@ -43865,15 +53362,6 @@ "title_aux": "ComfyUI-Attention-Distillation" } ], - "https://github.com/ziwang-com/comfyui-deepseek-r1": [ - [ - "deep_gen", - "deep_load" - ], - { - "title_aux": "comfyui-deepseek-r1" - } - ], "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": [ [ "ArkVideoGenerate" @@ -43909,6 +53397,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" @@ -43931,6 +53439,14 @@ "title_aux": "SD-PPP" } ], + "https://github.com/zpengcom/Comfyui-TextLine-counter": [ + [ + "TextLineCounter" + ], + { + "title_aux": "Comfyui-TextLine-counter" + } + ], "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": [ [ "ASVPromptGenerator" @@ -44072,8 +53588,10 @@ [ "fcFloat", "fcFloatMatic", + "fcFloatNode", "fcHex", - "fcInteger" + "fcInteger", + "fcIntegerNode" ], { "title_aux": "fcSuite" @@ -44081,7 +53599,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" @@ -44105,6 +53624,7 @@ ], "https://raw.githubusercontent.com/lrzjason/ComfyUIJasonNode/main/SDXLMixSampler.py": [ [ + "JNode", "SDXLMixSampler" ], { @@ -44174,9 +53694,6 @@ "SDXLAspectRatio" ], { - "preemptions": [ - "SAMLoader" - ], "title_aux": "SDXLCustomAspectRatio" } ], diff --git a/git_helper.py b/git_helper.py index e79b43a60..4e184a3b3 100644 --- a/git_helper.py +++ b/git_helper.py @@ -2,6 +2,7 @@ import sys import os import traceback +import time import git import json @@ -219,7 +220,14 @@ def gitpull(path): repo.close() return - remote.pull() + try: + repo.git.pull('--ff-only') + except git.GitCommandError: + backup_name = f'backup_{time.strftime("%Y%m%d_%H%M%S")}' + repo.create_head(backup_name) + print(f"[ComfyUI-Manager] Cannot fast-forward. Backup created: {backup_name}") + repo.git.reset('--hard', f'{remote_name}/{branch_name}') + print(f"[ComfyUI-Manager] Reset to {remote_name}/{branch_name}") repo.git.submodule('update', '--init', '--recursive') new_commit_hash = repo.head.commit.hexsha diff --git a/github-stats-cache.json b/github-stats-cache.json new file mode 100644 index 000000000..4b8af7114 --- /dev/null +++ b/github-stats-cache.json @@ -0,0 +1,22346 @@ +{ + "https://github.com/comfyanonymous/ComfyUI_experiments": { + "stars": 195, + "last_update": "2024-05-22 15:29:49", + "cached_time": 1765726668.090152, + "author_account_age_days": 1087 + }, + "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { + "stars": 296, + "last_update": "2025-07-22 03:44:20", + "cached_time": 1765726668.355554, + "author_account_age_days": 1000 + }, + "https://github.com/ltdrdata/comfyui-connection-helper": { + "stars": 45, + "last_update": "2025-04-07 13:49:56", + "cached_time": 1765726668.337285, + "author_account_age_days": 1000 + }, + "https://github.com/comfyanonymous/ComfyUI_TensorRT": { + "stars": 677, + "last_update": "2024-10-10 00:23:55", + "cached_time": 1765726668.356102, + "author_account_age_days": 1087 + }, + "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { + "stars": 721, + "last_update": "2025-11-17 17:03:31", + "cached_time": 1765726668.383121, + "author_account_age_days": 1000 + }, + "https://github.com/Comfy-Org/NIMnodes": { + "stars": 56, + "last_update": "2025-08-20 15:31:03", + "cached_time": 1765726668.377054, + "author_account_age_days": 613 + }, + "https://github.com/Stability-AI/stability-ComfyUI-nodes": { + "stars": 236, + "last_update": "2024-05-22 15:30:47", + "cached_time": 1765726668.426009, + "author_account_age_days": 1381 + }, + "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { + "stars": 2858, + "last_update": "2025-11-18 15:30:24", + "cached_time": 1765726668.369297, + "author_account_age_days": 1000 + }, + "https://github.com/ltdrdata/was-node-suite-comfyui": { + "stars": 143, + "last_update": "2025-09-26 22:22:30", + "cached_time": 1765726668.449761, + "author_account_age_days": 1000 + }, + "https://github.com/Stability-AI/ComfyUI-SAI_API": { + "stars": 60, + "last_update": "2025-03-04 12:11:12", + "cached_time": 1765726668.520869, + "author_account_age_days": 1381 + }, + "https://github.com/ltdrdata/ComfyUI-Manager": { + "stars": 12762, + "last_update": "2025-12-14 15:36:47", + "cached_time": 1765726668.930539, + "author_account_age_days": 613 + }, + "https://github.com/Fannovel16/ComfyUI-MagickWand": { + "stars": 131, + "last_update": "2025-11-09 02:34:01", + "cached_time": 1765726669.126832, + "author_account_age_days": 3670 + }, + "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { + "stars": 908, + "last_update": "2025-04-30 11:32:27", + "cached_time": 1765726669.355127, + "author_account_age_days": 3670 + }, + "https://github.com/Fannovel16/ComfyUI-Video-Matting": { + "stars": 221, + "last_update": "2024-08-14 01:28:50", + "cached_time": 1765726669.402867, + "author_account_age_days": 3670 + }, + "https://github.com/Fannovel16/ComfyUI-MotionDiff": { + "stars": 211, + "last_update": "2024-08-01 01:01:53", + "cached_time": 1765726669.415212, + "author_account_age_days": 3670 + }, + "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { + "stars": 42, + "last_update": "2024-05-22 14:57:04", + "cached_time": 1765726669.392126, + "author_account_age_days": 1015 + }, + "https://github.com/BlenderNeko/ComfyUI_Noise": { + "stars": 314, + "last_update": "2024-06-10 16:38:48", + "cached_time": 1765726669.417326, + "author_account_age_days": 1015 + }, + "https://github.com/Fannovel16/comfyui_controlnet_aux": { + "stars": 3634, + "last_update": "2025-12-10 11:26:27", + "cached_time": 1765726669.433851, + "author_account_age_days": 3670 + }, + "https://github.com/BlenderNeko/ComfyUI_Cutoff": { + "stars": 397, + "last_update": "2024-05-22 15:01:45", + "cached_time": 1765726669.530405, + "author_account_age_days": 1015 + }, + "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { + "stars": 426, + "last_update": "2024-08-07 15:13:31", + "cached_time": 1765726669.509254, + "author_account_age_days": 1015 + }, + "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { + "stars": 402, + "last_update": "2024-05-22 14:56:49", + "cached_time": 1765726669.549466, + "author_account_age_days": 1015 + }, + "https://github.com/jags111/efficiency-nodes-comfyui": { + "stars": 1380, + "last_update": "2025-07-10 01:46:42", + "cached_time": 1765726670.006158, + "author_account_age_days": 4409 + }, + "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { + "stars": 86, + "last_update": "2025-04-02 08:46:34", + "cached_time": 1765726670.168627, + "author_account_age_days": 4409 + }, + "https://github.com/paulo-coronado/comfy_clip_blip_node": { + "stars": 30, + "last_update": "2024-05-22 17:39:09", + "cached_time": 1765726670.38881, + "author_account_age_days": 3225 + }, + "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { + "stars": 9, + "last_update": "2025-11-08 18:44:40", + "cached_time": 1765726670.446707, + "author_account_age_days": 5163 + }, + "https://github.com/WASasquatch/PowerNoiseSuite": { + "stars": 80, + "last_update": "2024-07-31 13:48:33", + "cached_time": 1765726670.44726, + "author_account_age_days": 5163 + }, + "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { + "stars": 172, + "last_update": "2024-09-10 14:16:30", + "cached_time": 1765726670.465427, + "author_account_age_days": 5044 + }, + "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { + "stars": 25, + "last_update": "2024-06-14 10:27:23", + "cached_time": 1765726670.449004, + "author_account_age_days": 5163 + }, + "https://github.com/jags111/ComfyUI_Jags_Audiotools": { + "stars": 94, + "last_update": "2025-03-20 16:23:33", + "cached_time": 1765726670.454241, + "author_account_age_days": 4409 + }, + "https://github.com/WASasquatch/FreeU_Advanced": { + "stars": 121, + "last_update": "2025-09-29 15:46:06", + "cached_time": 1765726670.565172, + "author_account_age_days": 5163 + }, + "https://github.com/WASasquatch/WAS_Extras": { + "stars": 39, + "last_update": "2025-11-04 17:59:47", + "cached_time": 1765726670.550917, + "author_account_age_days": 5163 + }, + "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { + "stars": 34, + "last_update": "2025-03-27 14:52:46", + "cached_time": 1765726670.564642, + "author_account_age_days": 5163 + }, + "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { + "stars": 440, + "last_update": "2024-06-22 02:12:19", + "cached_time": 1765726671.064814, + "author_account_age_days": 2312 + }, + "https://github.com/lilly1987/ComfyUI_node_Lilly": { + "stars": 57, + "last_update": "2024-12-21 01:50:03", + "cached_time": 1765726671.222146, + "author_account_age_days": 3448 + }, + "https://github.com/sylym/comfy_vid2vid": { + "stars": 72, + "last_update": "2024-05-22 17:53:40", + "cached_time": 1765726671.446441, + "author_account_age_days": 2436 + }, + "https://github.com/trojblue/trNodes": { + "stars": 8, + "last_update": "2024-05-22 18:04:36", + "cached_time": 1765726671.470127, + "author_account_age_days": 2796 + }, + "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { + "stars": 82, + "last_update": "2024-06-20 16:48:44", + "cached_time": 1765726671.482315, + "author_account_age_days": 5309 + }, + "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { + "stars": 240, + "last_update": "2025-01-20 07:16:46", + "cached_time": 1765726671.50131, + "author_account_age_days": 3316 + }, + "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { + "stars": 10, + "last_update": "2024-05-22 17:55:41", + "cached_time": 1765726671.570986, + "author_account_age_days": 787 + }, + "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { + "stars": 460, + "last_update": "2024-06-19 04:16:54", + "cached_time": 1765726671.535176, + "author_account_age_days": 968 + }, + "https://github.com/Jcd1230/rembg-comfyui-node": { + "stars": 180, + "last_update": "2024-05-22 17:58:34", + "cached_time": 1765726671.584046, + "author_account_age_days": 5424 + }, + "https://github.com/LEv145/images-grid-comfy-plugin": { + "stars": 199, + "last_update": "2024-05-30 17:54:32", + "cached_time": 1765726671.589402, + "author_account_age_days": 2745 + }, + "https://github.com/szhublox/ambw_comfyui": { + "stars": 16, + "last_update": "2024-05-22 18:04:57", + "cached_time": 1765726671.577731, + "author_account_age_days": 1545 + }, + "https://github.com/city96/ComfyUI_NetDist": { + "stars": 489, + "last_update": "2024-05-22 18:05:10", + "cached_time": 1765726672.103356, + "author_account_age_days": 1035 + }, + "https://github.com/city96/SD-Latent-Interposer": { + "stars": 313, + "last_update": "2024-08-06 22:01:47", + "cached_time": 1765726672.286794, + "author_account_age_days": 1035 + }, + "https://github.com/city96/SD-Latent-Upscaler": { + "stars": 165, + "last_update": "2024-05-22 18:05:50", + "cached_time": 1765726672.461254, + "author_account_age_days": 1035 + }, + "https://github.com/city96/ComfyUI_DiT": { + "stars": 5, + "last_update": "2024-08-06 22:44:33", + "cached_time": 1765726672.516946, + "author_account_age_days": 1035 + }, + "https://github.com/city96/ComfyUI-GGUF": { + "stars": 2950, + "last_update": "2025-12-01 00:48:35", + "cached_time": 1765726672.54944, + "author_account_age_days": 1035 + }, + "https://github.com/city96/ComfyUI_ExtraModels": { + "stars": 526, + "last_update": "2024-12-17 06:44:05", + "cached_time": 1765726672.544736, + "author_account_age_days": 1035 + }, + "https://github.com/SLAPaper/ComfyUI-Image-Selector": { + "stars": 102, + "last_update": "2025-03-16 12:13:46", + "cached_time": 1765726672.673041, + "author_account_age_days": 4235 + }, + "https://github.com/city96/ComfyUI_ColorMod": { + "stars": 102, + "last_update": "2024-08-06 22:38:54", + "cached_time": 1765726672.60303, + "author_account_age_days": 1035 + }, + "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { + "stars": 8, + "last_update": "2025-05-23 17:29:13", + "cached_time": 1765726672.775834, + "author_account_age_days": 4033 + }, + "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { + "stars": 13, + "last_update": "2025-03-16 12:13:59", + "cached_time": 1765726672.642504, + "author_account_age_days": 4235 + }, + "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { + "stars": 44, + "last_update": "2023-09-19 12:11:26", + "cached_time": 1765726673.036265, + "author_account_age_days": 1060 + }, + "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { + "stars": 120, + "last_update": "2024-12-06 14:22:11", + "cached_time": 1765726673.171981, + "author_account_age_days": 1060 + }, + "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { + "stars": 39, + "last_update": "2024-09-08 09:17:04", + "cached_time": 1765726673.342293, + "author_account_age_days": 1060 + }, + "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { + "stars": 1413, + "last_update": "2025-09-21 11:02:10", + "cached_time": 1765726673.498725, + "author_account_age_days": 3237 + }, + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { + "stars": 2845, + "last_update": "2025-08-09 16:18:21", + "cached_time": 1765726673.571964, + "author_account_age_days": 1035 + }, + "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { + "stars": 1045, + "last_update": "2025-07-11 09:59:23", + "cached_time": 1765726673.608473, + "author_account_age_days": 1035 + }, + "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { + "stars": 568, + "last_update": "2025-08-08 05:18:56", + "cached_time": 1765726673.589014, + "author_account_age_days": 1159 + }, + "https://github.com/bvhari/ComfyUI_PerpWeight": { + "stars": 12, + "last_update": "2025-03-30 18:55:52", + "cached_time": 1765726673.618992, + "author_account_age_days": 1713 + }, + "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { + "stars": 34, + "last_update": "2024-06-17 10:01:44", + "cached_time": 1765726673.701607, + "author_account_age_days": 3165 + }, + "https://github.com/bvhari/ComfyUI_ImageProcessing": { + "stars": 24, + "last_update": "2025-03-30 18:55:42", + "cached_time": 1765726673.742194, + "author_account_age_days": 1713 + }, + "https://github.com/bvhari/ComfyUI_SUNoise": { + "stars": 16, + "last_update": "2025-03-30 18:55:16", + "cached_time": 1765726673.933528, + "author_account_age_days": 1713 + }, + "https://github.com/Jordach/comfy-plasma": { + "stars": 75, + "last_update": "2024-05-22 18:08:28", + "cached_time": 1765726674.052245, + "author_account_age_days": 5051 + }, + "https://github.com/bvhari/ComfyUI_PerpCFG": { + "stars": 1, + "last_update": "2025-03-30 18:53:54", + "cached_time": 1765726674.194893, + "author_account_age_days": 1713 + }, + "https://github.com/bvhari/ComfyUI_CFGStar": { + "stars": 1, + "last_update": "2025-04-10 17:53:08", + "cached_time": 1765726674.388572, + "author_account_age_days": 1713 + }, + "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { + "stars": 1374, + "last_update": "2025-12-14 03:20:09", + "cached_time": 1765726674.753444, + "author_account_age_days": 2227 + }, + "https://github.com/ssitu/ComfyUI_restart_sampling": { + "stars": 90, + "last_update": "2025-12-06 03:42:31", + "cached_time": 1765726674.574466, + "author_account_age_days": 2227 + }, + "https://github.com/ssitu/ComfyUI_roop": { + "stars": 80, + "last_update": "2024-05-22 18:10:03", + "cached_time": 1765726674.666991, + "author_account_age_days": 2227 + }, + "https://github.com/ssitu/ComfyUI_fabric": { + "stars": 93, + "last_update": "2024-05-22 18:10:19", + "cached_time": 1765726674.679881, + "author_account_age_days": 2227 + }, + "https://github.com/Nourepide/ComfyUI-Allor": { + "stars": 288, + "last_update": "2024-05-22 18:11:17", + "cached_time": 1765726674.650278, + "author_account_age_days": 3384 + }, + "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { + "stars": 58, + "last_update": "2024-08-07 11:51:17", + "cached_time": 1765726674.724917, + "author_account_age_days": 3262 + }, + "https://github.com/space-nuko/nui-suite": { + "stars": 11, + "last_update": "2024-05-22 18:11:04", + "cached_time": 1765726674.788235, + "author_account_age_days": 3262 + }, + "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { + "stars": 231, + "last_update": "2024-05-22 18:10:49", + "cached_time": 1765726675.004359, + "author_account_age_days": 3262 + }, + "https://github.com/melMass/comfy_mtb": { + "stars": 653, + "last_update": "2025-11-09 15:31:23", + "cached_time": 1765726675.067085, + "author_account_age_days": 4283 + }, + "https://github.com/melMass/comfy_oiio": { + "stars": 9, + "last_update": "2025-09-08 19:18:29", + "cached_time": 1765726675.207958, + "author_account_age_days": 4283 + }, + "https://github.com/ciri/comfyui-model-downloader": { + "stars": 101, + "last_update": "2025-12-10 09:16:35", + "cached_time": 1765726675.406849, + "author_account_age_days": 5908 + }, + "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { + "stars": 1104, + "last_update": "2024-07-24 11:16:13", + "cached_time": 1765726675.595633, + "author_account_age_days": 2687 + }, + "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { + "stars": 47, + "last_update": "2024-05-22 18:11:51", + "cached_time": 1765726675.696485, + "author_account_age_days": 4074 + }, + "https://github.com/bmad4ever/comfyui_ab_samplercustom": { + "stars": 11, + "last_update": "2024-09-17 20:18:46", + "cached_time": 1765726675.695001, + "author_account_age_days": 4074 + }, + "https://github.com/bmad4ever/comfyui_quilting": { + "stars": 10, + "last_update": "2025-03-17 14:50:15", + "cached_time": 1765726675.715981, + "author_account_age_days": 4074 + }, + "https://github.com/bmad4ever/comfyui_wfc_like": { + "stars": 5, + "last_update": "2025-03-17 14:51:47", + "cached_time": 1765726675.750479, + "author_account_age_days": 4074 + }, + "https://github.com/FizzleDorf/ComfyUI-AIT": { + "stars": 52, + "last_update": "2024-06-22 03:13:05", + "cached_time": 1765726675.802665, + "author_account_age_days": 2517 + }, + "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { + "stars": 468, + "last_update": "2024-10-29 01:51:46", + "cached_time": 1765726675.813643, + "author_account_age_days": 2517 + }, + "https://github.com/xXAdonesXx/NodeGPT": { + "stars": 354, + "last_update": "2024-06-20 11:41:30", + "cached_time": 1765726676.430742, + "author_account_age_days": 2017 + }, + "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { + "stars": 5, + "last_update": "2025-11-18 23:47:59", + "cached_time": 1765726676.125588, + "author_account_age_days": 4074 + }, + "https://github.com/filipemeneses/comfy_pixelization": { + "stars": 81, + "last_update": "2025-08-19 21:29:55", + "cached_time": 1765726676.261864, + "author_account_age_days": 4014 + }, + "https://github.com/shiimizu/ComfyUI_smZNodes": { + "stars": 309, + "last_update": "2025-06-04 15:26:05", + "cached_time": 1765726676.43354, + "author_account_age_days": 2303 + }, + "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { + "stars": 290, + "last_update": "2024-12-01 18:40:16", + "cached_time": 1765726676.621654, + "author_account_age_days": 2303 + }, + "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { + "stars": 499, + "last_update": "2025-03-18 19:50:35", + "cached_time": 1765726676.748661, + "author_account_age_days": 2303 + }, + "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { + "stars": 12, + "last_update": "2024-08-08 19:59:57", + "cached_time": 1765726676.866644, + "author_account_age_days": 2303 + }, + "https://github.com/cubiq/ComfyUI_InstantID": { + "stars": 1765, + "last_update": "2025-04-14 07:50:01", + "cached_time": 1765726676.771099, + "author_account_age_days": 5549 + }, + "https://github.com/cubiq/ComfyUI_FaceAnalysis": { + "stars": 508, + "last_update": "2025-05-20 05:18:36", + "cached_time": 1765726676.793905, + "author_account_age_days": 5549 + }, + "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { + "stars": 5654, + "last_update": "2025-04-14 07:29:17", + "cached_time": 1765726676.816637, + "author_account_age_days": 5549 + }, + "https://github.com/SeargeDP/SeargeSDXL": { + "stars": 867, + "last_update": "2024-05-22 00:28:26", + "cached_time": 1765726676.824603, + "author_account_age_days": 4709 + }, + "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { + "stars": 142, + "last_update": "2025-11-29 01:12:44", + "cached_time": 1765726677.150733, + "author_account_age_days": 4709 + }, + "https://github.com/ZaneA/ComfyUI-ImageReward": { + "stars": 31, + "last_update": "2025-02-24 19:55:45", + "cached_time": 1765726677.287297, + "author_account_age_days": 6078 + }, + "https://github.com/cubiq/Block_Patcher_ComfyUI": { + "stars": 85, + "last_update": "2024-09-22 09:49:06", + "cached_time": 1765726677.468818, + "author_account_age_days": 5549 + }, + "https://github.com/cubiq/PuLID_ComfyUI": { + "stars": 902, + "last_update": "2025-04-14 07:47:23", + "cached_time": 1765726677.474076, + "author_account_age_days": 5549 + }, + "https://github.com/yolanother/DTAIComfyPromptAgent": { + "stars": 5, + "last_update": "2024-05-22 18:14:18", + "cached_time": 1765726677.707895, + "author_account_age_days": 5401 + }, + "https://github.com/shockz0rz/comfy-easy-grids": { + "stars": 24, + "last_update": "2024-05-22 18:14:05", + "cached_time": 1765726677.760088, + "author_account_age_days": 2164 + }, + "https://github.com/yolanother/DTAIImageToTextNode": { + "stars": 20, + "last_update": "2024-05-22 18:14:31", + "cached_time": 1765726677.822413, + "author_account_age_days": 5401 + }, + "https://github.com/yolanother/DTAIComfyVariables": { + "stars": 13, + "last_update": "2024-05-22 18:15:21", + "cached_time": 1765726677.826968, + "author_account_age_days": 5401 + }, + "https://github.com/yolanother/DTAIComfyImageSubmit": { + "stars": 1, + "last_update": "2024-09-25 04:40:23", + "cached_time": 1765726677.845849, + "author_account_age_days": 5401 + }, + "https://github.com/yolanother/DTAIComfyQRCodes": { + "stars": 4, + "last_update": "2024-05-22 18:15:09", + "cached_time": 1765726677.921186, + "author_account_age_days": 5401 + }, + "https://github.com/yolanother/ComfyUI-Save16bitPng": { + "stars": 4, + "last_update": "2024-12-23 01:50:04", + "cached_time": 1765726677.994019, + "author_account_age_days": 5401 + }, + "https://github.com/yolanother/DTAIComfyLoaders": { + "stars": 1, + "last_update": "2024-11-18 09:35:46", + "cached_time": 1765726678.221715, + "author_account_age_days": 5401 + }, + "https://github.com/sipherxyz/comfyui-art-venture": { + "stars": 325, + "last_update": "2025-11-04 08:43:09", + "cached_time": 1765726678.360218, + "author_account_age_days": 1645 + }, + "https://github.com/pants007/comfy-pants": { + "stars": 2, + "last_update": "2024-05-22 18:16:04", + "cached_time": 1765726678.609389, + "author_account_age_days": 2855 + }, + "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { + "stars": 4, + "last_update": "2025-03-12 00:17:50", + "cached_time": 1765726678.52472, + "author_account_age_days": 4621 + }, + "https://github.com/evanspearman/ComfyMath": { + "stars": 145, + "last_update": "2025-03-08 18:14:34", + "cached_time": 1765726678.738878, + "author_account_age_days": 4776 + }, + "https://github.com/civitai/civitai_comfy_nodes": { + "stars": 165, + "last_update": "2024-08-25 03:32:49", + "cached_time": 1765726678.89257, + "author_account_age_days": 1136 + }, + "https://github.com/andersxa/comfyui-PromptAttention": { + "stars": 22, + "last_update": "2024-06-20 11:09:25", + "cached_time": 1765726678.847759, + "author_account_age_days": 3491 + }, + "https://github.com/twri/sdxl_prompt_styler": { + "stars": 899, + "last_update": "2024-05-22 18:16:58", + "cached_time": 1765726678.846823, + "author_account_age_days": 4606 + }, + "https://github.com/nicofdga/DZ-FaceDetailer": { + "stars": 220, + "last_update": "2024-06-17 10:00:30", + "cached_time": 1765726678.866669, + "author_account_age_days": 1769 + }, + "https://github.com/wolfden/ComfyUi_PromptStylers": { + "stars": 103, + "last_update": "2025-02-15 18:38:12", + "cached_time": 1765726678.961289, + "author_account_age_days": 6259 + }, + "https://github.com/SipherAGI/comfyui-animatediff": { + "stars": 746, + "last_update": "2024-05-22 18:16:43", + "cached_time": 1765726679.054239, + "author_account_age_days": 943 + }, + "https://github.com/wolfden/ComfyUi_String_Function_Tree": { + "stars": 10, + "last_update": "2024-05-22 18:29:16", + "cached_time": 1765726679.278022, + "author_account_age_days": 6259 + }, + "https://github.com/asagi4/comfyui-prompt-control": { + "stars": 354, + "last_update": "2025-12-05 19:25:45", + "cached_time": 1765726679.410079, + "author_account_age_days": 979 + }, + "https://github.com/asagi4/ComfyUI-CADS": { + "stars": 42, + "last_update": "2025-06-23 17:58:56", + "cached_time": 1765726679.553551, + "author_account_age_days": 979 + }, + "https://github.com/asagi4/comfyui-utility-nodes": { + "stars": 8, + "last_update": "2025-01-30 23:01:52", + "cached_time": 1765726679.644477, + "author_account_age_days": 979 + }, + "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { + "stars": 63, + "last_update": "2025-05-03 18:12:38", + "cached_time": 1765726679.792624, + "author_account_age_days": 979 + }, + "https://github.com/asagi4/ComfyUI-NPNet": { + "stars": 17, + "last_update": "2024-12-10 17:20:10", + "cached_time": 1765726679.881762, + "author_account_age_days": 979 + }, + "https://github.com/jamesWalker55/comfyui-p2ldgan": { + "stars": 17, + "last_update": "2024-05-22 18:19:04", + "cached_time": 1765726679.893685, + "author_account_age_days": 3065 + }, + "https://github.com/jamesWalker55/comfyui-various": { + "stars": 157, + "last_update": "2025-02-27 11:01:51", + "cached_time": 1765726679.925083, + "author_account_age_days": 3065 + }, + "https://github.com/mihaiiancu/ComfyUI_Inpaint": { + "stars": 9, + "last_update": "2024-05-22 18:19:38", + "cached_time": 1765726680.084623, + "author_account_age_days": 3199 + }, + "https://github.com/bash-j/mikey_nodes": { + "stars": 174, + "last_update": "2025-10-03 08:03:29", + "cached_time": 1765726679.983537, + "author_account_age_days": 4725 + }, + "https://github.com/adieyal/comfyui-dynamicprompts": { + "stars": 374, + "last_update": "2024-07-09 14:21:09", + "cached_time": 1765726680.092006, + "author_account_age_days": 5555 + }, + "https://github.com/kwaroran/abg-comfyui": { + "stars": 25, + "last_update": "2024-05-22 18:19:51", + "cached_time": 1765726680.309897, + "author_account_age_days": 1146 + }, + "https://github.com/blib-la/blibla-comfyui-extensions": { + "stars": 175, + "last_update": "2025-04-29 06:49:03", + "cached_time": 1765726680.512624, + "author_account_age_days": 811 + }, + "https://github.com/wallish77/wlsh_nodes": { + "stars": 136, + "last_update": "2024-06-19 12:01:29", + "cached_time": 1765726680.586602, + "author_account_age_days": 2758 + }, + "https://github.com/Pfaeff/pfaeff-comfyui": { + "stars": 22, + "last_update": "2024-05-22 18:21:10", + "cached_time": 1765726680.710754, + "author_account_age_days": 3745 + }, + "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { + "stars": 915, + "last_update": "2025-08-06 20:02:42", + "cached_time": 1765726680.839136, + "author_account_age_days": 4254 + }, + "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { + "stars": 3344, + "last_update": "2025-08-06 05:23:51", + "cached_time": 1765726680.919742, + "author_account_age_days": 4254 + }, + "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { + "stars": 1377, + "last_update": "2025-11-27 17:58:49", + "cached_time": 1765726680.91415, + "author_account_age_days": 4254 + }, + "https://github.com/Gourieff/ComfyUI-ReActor": { + "stars": 963, + "last_update": "2025-12-08 08:24:57", + "cached_time": 1765726680.95002, + "author_account_age_days": 1657 + }, + "https://github.com/imb101/ComfyUI-FaceSwap": { + "stars": 36, + "last_update": "2024-05-22 18:22:29", + "cached_time": 1765726681.041235, + "author_account_age_days": 1426 + }, + "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { + "stars": 45, + "last_update": "2025-12-05 14:19:43", + "cached_time": 1765726681.131008, + "author_account_age_days": 2416 + }, + "https://github.com/coreyryanhanson/ComfyQR": { + "stars": 82, + "last_update": "2025-01-26 16:25:19", + "cached_time": 1765726681.16058, + "author_account_age_days": 3594 + }, + "https://github.com/AIrjen/OneButtonPrompt": { + "stars": 1038, + "last_update": "2025-07-20 12:15:47", + "cached_time": 1765726681.350442, + "author_account_age_days": 981 + }, + "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { + "stars": 353, + "last_update": "2025-10-31 00:44:32", + "cached_time": 1765726681.538774, + "author_account_age_days": 3952 + }, + "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { + "stars": 12, + "last_update": "2025-01-26 16:26:36", + "cached_time": 1765726681.604079, + "author_account_age_days": 3594 + }, + "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { + "stars": 70, + "last_update": "2025-09-15 15:48:29", + "cached_time": 1765726681.836721, + "author_account_age_days": 3260 + }, + "https://github.com/M1kep/Comfy_KepListStuff": { + "stars": 48, + "last_update": "2024-06-22 00:51:28", + "cached_time": 1765726681.922433, + "author_account_age_days": 4796 + }, + "https://github.com/M1kep/ComfyLiterals": { + "stars": 78, + "last_update": "2024-05-22 20:31:38", + "cached_time": 1765726681.971778, + "author_account_age_days": 4796 + }, + "https://github.com/M1kep/KepPromptLang": { + "stars": 7, + "last_update": "2024-05-22 20:32:56", + "cached_time": 1765726681.996428, + "author_account_age_days": 4796 + }, + "https://github.com/M1kep/Comfy_KepMatteAnything": { + "stars": 11, + "last_update": "2024-05-22 20:33:16", + "cached_time": 1765726681.976452, + "author_account_age_days": 4796 + }, + "https://github.com/M1kep/ComfyUI-KepOpenAI": { + "stars": 30, + "last_update": "2024-08-20 16:33:57", + "cached_time": 1765726682.078456, + "author_account_age_days": 4796 + }, + "https://github.com/M1kep/ComfyUI-OtherVAEs": { + "stars": 2, + "last_update": "2024-05-22 20:33:41", + "cached_time": 1765726682.1304, + "author_account_age_days": 4796 + }, + "https://github.com/M1kep/Comfy_KepKitchenSink": { + "stars": 0, + "last_update": "2024-05-22 20:33:29", + "cached_time": 1765726682.196422, + "author_account_age_days": 4796 + }, + "https://github.com/uarefans/ComfyUI-Fans": { + "stars": 17, + "last_update": "2024-07-14 15:00:38", + "cached_time": 1765726682.382252, + "author_account_age_days": 1810 + }, + "https://github.com/ManglerFTW/ComfyI2I": { + "stars": 176, + "last_update": "2024-06-14 11:01:01", + "cached_time": 1765726682.602626, + "author_account_age_days": 1193 + }, + "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { + "stars": 16, + "last_update": "2024-05-22 20:34:46", + "cached_time": 1765726682.628215, + "author_account_age_days": 5688 + }, + "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { + "stars": 3, + "last_update": "2025-09-29 00:50:12", + "cached_time": 1765726682.868915, + "author_account_age_days": 853 + }, + "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { + "stars": 34, + "last_update": "2024-08-13 14:19:11", + "cached_time": 1765726682.979148, + "author_account_age_days": 3688 + }, + "https://github.com/Extraltodeus/LoadLoraWithTags": { + "stars": 85, + "last_update": "2025-02-25 18:12:40", + "cached_time": 1765726683.005083, + "author_account_age_days": 3688 + }, + "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { + "stars": 90, + "last_update": "2025-08-21 18:17:03", + "cached_time": 1765726683.024206, + "author_account_age_days": 3688 + }, + "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { + "stars": 425, + "last_update": "2024-09-10 17:44:50", + "cached_time": 1765726683.024706, + "author_account_age_days": 3688 + }, + "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { + "stars": 125, + "last_update": "2024-08-28 05:29:07", + "cached_time": 1765726683.113805, + "author_account_age_days": 3688 + }, + "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { + "stars": 44, + "last_update": "2024-07-10 00:27:51", + "cached_time": 1765726683.177864, + "author_account_age_days": 3688 + }, + "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { + "stars": 51, + "last_update": "2024-07-10 00:27:36", + "cached_time": 1765726683.250039, + "author_account_age_days": 3688 + }, + "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { + "stars": 57, + "last_update": "2025-05-24 07:36:22", + "cached_time": 1765726683.416323, + "author_account_age_days": 3688 + }, + "https://github.com/Extraltodeus/DistanceSampler": { + "stars": 41, + "last_update": "2025-06-19 22:54:08", + "cached_time": 1765726683.638643, + "author_account_age_days": 3688 + }, + "https://github.com/Extraltodeus/Skimmed_CFG": { + "stars": 222, + "last_update": "2024-10-25 20:59:10", + "cached_time": 1765726683.636093, + "author_account_age_days": 3688 + }, + "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { + "stars": 9, + "last_update": "2025-03-20 15:10:24", + "cached_time": 1765726683.911545, + "author_account_age_days": 3688 + }, + "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { + "stars": 92, + "last_update": "2024-05-22 20:39:14", + "cached_time": 1765726683.993769, + "author_account_age_days": 854 + }, + "https://github.com/hustille/ComfyUI_hus_utils": { + "stars": 5, + "last_update": "2024-05-22 20:39:34", + "cached_time": 1765726684.048762, + "author_account_age_days": 978 + }, + "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { + "stars": 66, + "last_update": "2024-05-22 20:39:48", + "cached_time": 1765726684.041135, + "author_account_age_days": 978 + }, + "https://github.com/badjeff/comfyui_lora_tag_loader": { + "stars": 93, + "last_update": "2024-05-22 20:40:03", + "cached_time": 1765726684.047421, + "author_account_age_days": 5900 + }, + "https://github.com/rgthree/rgthree-comfy": { + "stars": 2531, + "last_update": "2025-12-12 01:53:37", + "cached_time": 1765726684.166414, + "author_account_age_days": 5512 + }, + "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { + "stars": 2406, + "last_update": "2025-03-24 00:01:12", + "cached_time": 1765726684.274188, + "author_account_age_days": 1039 + }, + "https://github.com/AIGODLIKE/ComfyUI-CUP": { + "stars": 53, + "last_update": "2025-10-15 09:39:30", + "cached_time": 1765726684.398696, + "author_account_age_days": 1039 + }, + "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { + "stars": 379, + "last_update": "2025-10-27 09:36:36", + "cached_time": 1765726684.499644, + "author_account_age_days": 1039 + }, + "https://github.com/syllebra/bilbox-comfyui": { + "stars": 139, + "last_update": "2025-09-17 19:49:51", + "cached_time": 1765726684.6469, + "author_account_age_days": 3674 + }, + "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { + "stars": 371, + "last_update": "2024-07-17 02:28:49", + "cached_time": 1765726684.739833, + "author_account_age_days": 1039 + }, + "https://github.com/giriss/comfy-image-saver": { + "stars": 319, + "last_update": "2024-05-22 20:40:55", + "cached_time": 1765726684.939906, + "author_account_age_days": 4776 + }, + "https://github.com/laksjdjf/cgem156-ComfyUI": { + "stars": 90, + "last_update": "2025-04-30 14:52:29", + "cached_time": 1765726685.050931, + "author_account_age_days": 3369 + }, + "https://github.com/laksjdjf/pfg-ComfyUI": { + "stars": 12, + "last_update": "2024-05-22 20:41:41", + "cached_time": 1765726685.451215, + "author_account_age_days": 3369 + }, + "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { + "stars": 23, + "last_update": "2024-05-22 20:42:04", + "cached_time": 1765726685.06858, + "author_account_age_days": 3369 + }, + "https://github.com/laksjdjf/LCMSampler-ComfyUI": { + "stars": 16, + "last_update": "2024-05-22 20:42:17", + "cached_time": 1765726685.081486, + "author_account_age_days": 3369 + }, + "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { + "stars": 13, + "last_update": "2024-05-22 20:42:29", + "cached_time": 1765726685.199171, + "author_account_age_days": 3369 + }, + "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { + "stars": 8, + "last_update": "2024-05-22 20:42:42", + "cached_time": 1765726685.311395, + "author_account_age_days": 3369 + }, + "https://github.com/laksjdjf/ComfyUI-Imatrix": { + "stars": 6, + "last_update": "2025-06-07 00:17:26", + "cached_time": 1765726685.48999, + "author_account_age_days": 3369 + }, + "https://github.com/alsritter/asymmetric-tiling-comfyui": { + "stars": 17, + "last_update": "2024-05-22 20:43:07", + "cached_time": 1765726685.500017, + "author_account_age_days": 2532 + }, + "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { + "stars": 3, + "last_update": "2024-05-22 20:43:21", + "cached_time": 1765726685.721227, + "author_account_age_days": 3741 + }, + "https://github.com/meap158/ComfyUI-Background-Replacement": { + "stars": 64, + "last_update": "2025-01-06 23:45:28", + "cached_time": 1765726685.767591, + "author_account_age_days": 3741 + }, + "https://github.com/meap158/ComfyUI-Prompt-Expansion": { + "stars": 77, + "last_update": "2024-05-22 20:43:37", + "cached_time": 1765726685.964184, + "author_account_age_days": 3741 + }, + "https://github.com/TeaCrab/ComfyUI-TeaNodes": { + "stars": 5, + "last_update": "2025-11-11 16:22:44", + "cached_time": 1765726686.083718, + "author_account_age_days": 3755 + }, + "https://github.com/nagolinc/comfyui_openai_node": { + "stars": 1, + "last_update": "2024-06-15 15:59:07", + "cached_time": 1765726686.094491, + "author_account_age_days": 4212 + }, + "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { + "stars": 4, + "last_update": "2024-07-19 14:46:14", + "cached_time": 1765726686.119337, + "author_account_age_days": 4212 + }, + "https://github.com/bradsec/ComfyUI_ResolutionSelector": { + "stars": 14, + "last_update": "2025-12-07 10:46:58", + "cached_time": 1765726686.656167, + "author_account_age_days": 4194 + }, + "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { + "stars": 205, + "last_update": "2024-05-22 20:44:44", + "cached_time": 1765726686.324978, + "author_account_age_days": 2347 + }, + "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { + "stars": 37, + "last_update": "2024-05-22 20:44:56", + "cached_time": 1765726686.502919, + "author_account_age_days": 4187 + }, + "https://github.com/dagthomas/comfyui_dagthomas": { + "stars": 273, + "last_update": "2025-12-13 21:44:35", + "cached_time": 1765726686.498929, + "author_account_age_days": 4610 + }, + "https://github.com/marhensa/sdxl-recommended-res-calc": { + "stars": 92, + "last_update": "2025-04-13 09:33:49", + "cached_time": 1765726686.523354, + "author_account_age_days": 5313 + }, + "https://github.com/Nuked88/ComfyUI-N-Sidebar": { + "stars": 577, + "last_update": "2025-07-06 11:37:45", + "cached_time": 1765726686.746911, + "author_account_age_days": 5017 + }, + "https://github.com/richinsley/Comfy-LFO": { + "stars": 5, + "last_update": "2024-05-22 20:46:30", + "cached_time": 1765726686.996697, + "author_account_age_days": 3218 + }, + "https://github.com/Beinsezii/bsz-cui-extras": { + "stars": 25, + "last_update": "2024-05-22 20:46:45", + "cached_time": 1765726686.974178, + "author_account_age_days": 2764 + }, + "https://github.com/Nuked88/ComfyUI-N-Nodes": { + "stars": 236, + "last_update": "2024-08-15 21:07:32", + "cached_time": 1765726687.256589, + "author_account_age_days": 5017 + }, + "https://github.com/youyegit/tdxh_node_comfyui": { + "stars": 2, + "last_update": "2025-03-17 08:22:16", + "cached_time": 1765726687.119529, + "author_account_age_days": 967 + }, + "https://github.com/Sxela/ComfyWarp": { + "stars": 48, + "last_update": "2025-04-01 22:18:02", + "cached_time": 1765726687.151597, + "author_account_age_days": 3910 + }, + "https://github.com/skfoo/ComfyUI-Coziness": { + "stars": 32, + "last_update": "2024-08-16 03:10:43", + "cached_time": 1765726687.360963, + "author_account_age_days": 2620 + }, + "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { + "stars": 15, + "last_update": "2024-05-22 20:48:23", + "cached_time": 1765726687.529679, + "author_account_age_days": 4293 + }, + "https://github.com/Lerc/canvas_tab": { + "stars": 203, + "last_update": "2024-05-22 20:48:45", + "cached_time": 1765726687.541, + "author_account_age_days": 5905 + }, + "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { + "stars": 255, + "last_update": "2024-12-01 16:34:24", + "cached_time": 1765726687.553344, + "author_account_age_days": 5460 + }, + "https://github.com/spro/comfyui-mirror": { + "stars": 7, + "last_update": "2024-05-22 20:50:25", + "cached_time": 1765726687.678761, + "author_account_age_days": 5769 + }, + "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { + "stars": 47, + "last_update": "2024-08-26 16:33:49", + "cached_time": 1765726687.760674, + "author_account_age_days": 4391 + }, + "https://github.com/Acly/comfyui-tooling-nodes": { + "stars": 596, + "last_update": "2025-12-01 08:36:33", + "cached_time": 1765726687.978568, + "author_account_age_days": 4342 + }, + "https://github.com/Acly/comfyui-inpaint-nodes": { + "stars": 1089, + "last_update": "2025-10-03 16:47:12", + "cached_time": 1765726688.0228, + "author_account_age_days": 4342 + }, + "https://github.com/picturesonpictures/comfy_PoP": { + "stars": 21, + "last_update": "2025-06-05 03:53:18", + "cached_time": 1765726688.17901, + "author_account_age_days": 1125 + }, + "https://github.com/alt-key-project/comfyui-dream-video-batches": { + "stars": 83, + "last_update": "2025-02-23 10:28:40", + "cached_time": 1765726688.286965, + "author_account_age_days": 1198 + }, + "https://github.com/alt-key-project/comfyui-dream-project": { + "stars": 108, + "last_update": "2025-02-16 14:45:43", + "cached_time": 1765726688.28961, + "author_account_age_days": 1198 + }, + "https://github.com/seanlynch/comfyui-optical-flow": { + "stars": 32, + "last_update": "2024-05-22 20:52:17", + "cached_time": 1765726688.390166, + "author_account_age_days": 5843 + }, + "https://github.com/ealkanat/comfyui-easy-padding": { + "stars": 17, + "last_update": "2024-12-31 02:38:22", + "cached_time": 1765726688.551914, + "author_account_age_days": 3001 + }, + "https://github.com/ArtBot2023/CharacterFaceSwap": { + "stars": 95, + "last_update": "2024-05-22 20:53:09", + "cached_time": 1765726688.568205, + "author_account_age_days": 831 + }, + "https://github.com/braintacles/braintacles-comfyui-nodes": { + "stars": 2, + "last_update": "2024-07-31 15:01:52", + "cached_time": 1765726688.568742, + "author_account_age_days": 969 + }, + "https://github.com/mav-rik/facerestore_cf": { + "stars": 313, + "last_update": "2025-06-21 08:02:17", + "cached_time": 1765726688.687573, + "author_account_age_days": 3458 + }, + "https://github.com/hayden-fr/ComfyUI-Model-Manager": { + "stars": 168, + "last_update": "2025-09-24 07:18:26", + "cached_time": 1765726688.776151, + "author_account_age_days": 2475 + }, + "https://github.com/ali1234/comfyui-job-iterator": { + "stars": 122, + "last_update": "2024-11-16 07:51:07", + "cached_time": 1765726688.987462, + "author_account_age_days": 5398 + }, + "https://github.com/jmkl/ComfyUI-ricing": { + "stars": 11, + "last_update": "2024-10-16 15:38:08", + "cached_time": 1765726689.110808, + "author_account_age_days": 5135 + }, + "https://github.com/budihartono/comfyui_otonx_nodes": { + "stars": 1, + "last_update": "2024-07-31 16:01:47", + "cached_time": 1765726689.194571, + "author_account_age_days": 5224 + }, + "https://github.com/budihartono/comfyui-aspect-ratio-presets": { + "stars": 3, + "last_update": "2025-08-26 06:14:34", + "cached_time": 1765726689.316853, + "author_account_age_days": 5224 + }, + "https://github.com/ramyma/A8R8_ComfyUI_nodes": { + "stars": 68, + "last_update": "2024-12-09 16:06:25", + "cached_time": 1765726689.316652, + "author_account_age_days": 3755 + }, + "https://github.com/spinagon/ComfyUI-seamless-tiling": { + "stars": 245, + "last_update": "2025-03-14 08:48:11", + "cached_time": 1765726689.40706, + "author_account_age_days": 5278 + }, + "https://github.com/tusharbhutt/Endless-Nodes": { + "stars": 62, + "last_update": "2025-07-25 22:08:03", + "cached_time": 1765726689.59264, + "author_account_age_days": 3203 + }, + "https://github.com/tusharbhutt/Endless-Buttons": { + "stars": 10, + "last_update": "2025-08-06 06:28:45", + "cached_time": 1765726689.603912, + "author_account_age_days": 3203 + }, + "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { + "stars": 83, + "last_update": "2025-01-30 00:12:58", + "cached_time": 1765726689.630262, + "author_account_age_days": 832 + }, + "https://github.com/spacepxl/ComfyUI-Image-Filters": { + "stars": 271, + "last_update": "2025-12-13 06:13:42", + "cached_time": 1765726689.729226, + "author_account_age_days": 832 + }, + "https://github.com/spacepxl/ComfyUI-Depth-Pro": { + "stars": 200, + "last_update": "2024-10-23 20:05:56", + "cached_time": 1765726689.818813, + "author_account_age_days": 832 + }, + "https://github.com/spacepxl/ComfyUI-RAVE": { + "stars": 93, + "last_update": "2024-05-22 20:56:19", + "cached_time": 1765726690.052856, + "author_account_age_days": 832 + }, + "https://github.com/spacepxl/ComfyUI-StyleGan": { + "stars": 20, + "last_update": "2024-06-10 20:16:34", + "cached_time": 1765726690.155639, + "author_account_age_days": 832 + }, + "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { + "stars": 57, + "last_update": "2025-07-29 18:34:34", + "cached_time": 1765726690.342571, + "author_account_age_days": 2826 + }, + "https://github.com/spacepxl/ComfyUI-LossTesting": { + "stars": 2, + "last_update": "2025-01-26 05:09:57", + "cached_time": 1765726690.364306, + "author_account_age_days": 832 + }, + "https://github.com/receyuki/comfyui-prompt-reader-node": { + "stars": 420, + "last_update": "2025-02-01 15:56:44", + "cached_time": 1765726690.403373, + "author_account_age_days": 3131 + }, + "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { + "stars": 85, + "last_update": "2024-06-14 09:02:44", + "cached_time": 1765726690.439648, + "author_account_age_days": 2272 + }, + "https://github.com/cubiq/ComfyUI_essentials": { + "stars": 1001, + "last_update": "2025-04-14 07:33:29", + "cached_time": 1765726690.616645, + "author_account_age_days": 5549 + }, + "https://github.com/Clybius/ComfyUI-Extra-Samplers": { + "stars": 96, + "last_update": "2024-11-15 17:21:45", + "cached_time": 1765726690.644816, + "author_account_age_days": 2272 + }, + "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { + "stars": 13, + "last_update": "2025-07-08 14:27:15", + "cached_time": 1765726690.665715, + "author_account_age_days": 2272 + }, + "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { + "stars": 1230, + "last_update": "2025-03-14 09:33:32", + "cached_time": 1765726690.853304, + "author_account_age_days": 2640 + }, + "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { + "stars": 15, + "last_update": "2024-11-10 20:44:23", + "cached_time": 1765726690.848948, + "author_account_age_days": 4391 + }, + "https://github.com/chrisgoringe/cg-noisetools": { + "stars": 20, + "last_update": "2024-12-17 04:09:18", + "cached_time": 1765726691.049817, + "author_account_age_days": 4603 + }, + "https://github.com/chrisgoringe/cg-image-filter": { + "stars": 102, + "last_update": "2025-11-30 04:05:03", + "cached_time": 1765726691.230107, + "author_account_age_days": 4603 + }, + "https://github.com/chrisgoringe/cg-use-everywhere": { + "stars": 876, + "last_update": "2025-12-11 01:49:28", + "cached_time": 1765726691.360318, + "author_account_age_days": 4603 + }, + "https://github.com/chrisgoringe/cg-prompt-info": { + "stars": 32, + "last_update": "2024-05-22 21:07:33", + "cached_time": 1765726691.460116, + "author_account_age_days": 4603 + }, + "https://github.com/chrisgoringe/cg-controller": { + "stars": 78, + "last_update": "2025-04-25 00:43:21", + "cached_time": 1765726691.47096, + "author_account_age_days": 4603 + }, + "https://github.com/alpertunga-bile/prompt-generator-comfyui": { + "stars": 108, + "last_update": "2025-05-21 20:05:48", + "cached_time": 1765726691.569174, + "author_account_age_days": 1811 + }, + "https://github.com/seanlynch/srl-nodes": { + "stars": 11, + "last_update": "2024-06-30 13:47:38", + "cached_time": 1765726691.664805, + "author_account_age_days": 5843 + }, + "https://github.com/kijai/ComfyUI-KJNodes": { + "stars": 2030, + "last_update": "2025-12-14 15:12:03", + "cached_time": 1765726691.706961, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-CCSR": { + "stars": 240, + "last_update": "2024-06-28 11:13:33", + "cached_time": 1765726691.724943, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-SVD": { + "stars": 164, + "last_update": "2024-05-22 21:09:54", + "cached_time": 1765726691.888768, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-Marigold": { + "stars": 557, + "last_update": "2025-05-16 10:22:16", + "cached_time": 1765726691.886109, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-Geowizard": { + "stars": 125, + "last_update": "2024-12-16 19:33:54", + "cached_time": 1765726692.073427, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-depth-fm": { + "stars": 86, + "last_update": "2024-05-22 21:10:15", + "cached_time": 1765726692.315148, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-DDColor": { + "stars": 161, + "last_update": "2024-05-21 16:04:26", + "cached_time": 1765726692.397883, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-ADMotionDirector": { + "stars": 178, + "last_update": "2024-11-07 07:20:23", + "cached_time": 1765726692.484498, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-moondream": { + "stars": 111, + "last_update": "2024-08-12 16:30:11", + "cached_time": 1765726692.536488, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-SUPIR": { + "stars": 2183, + "last_update": "2025-09-24 13:51:11", + "cached_time": 1765726692.599347, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { + "stars": 679, + "last_update": "2025-06-02 11:49:00", + "cached_time": 1765726692.695836, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-APISR-KJ": { + "stars": 74, + "last_update": "2024-05-21 16:30:21", + "cached_time": 1765726692.72094, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-DiffusionLight": { + "stars": 72, + "last_update": "2024-05-21 16:16:52", + "cached_time": 1765726692.778424, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-ELLA-wrapper": { + "stars": 115, + "last_update": "2024-05-21 16:47:28", + "cached_time": 1765726692.916698, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { + "stars": 22, + "last_update": "2024-05-21 16:41:18", + "cached_time": 1765726692.943879, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { + "stars": 149, + "last_update": "2024-06-20 12:15:16", + "cached_time": 1765726693.082988, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-DepthAnythingV2": { + "stars": 379, + "last_update": "2025-06-16 13:16:52", + "cached_time": 1765726693.3689, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-IC-Light": { + "stars": 1121, + "last_update": "2025-05-30 19:21:20", + "cached_time": 1765726693.43964, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-Florence2": { + "stars": 1527, + "last_update": "2025-08-09 09:11:04", + "cached_time": 1765726693.521181, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-LuminaWrapper": { + "stars": 196, + "last_update": "2024-07-31 13:52:06", + "cached_time": 1765726693.557906, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { + "stars": 43, + "last_update": "2024-07-03 14:59:13", + "cached_time": 1765726693.660234, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { + "stars": 511, + "last_update": "2025-01-12 17:34:34", + "cached_time": 1765726693.728945, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-LivePortraitKJ": { + "stars": 2108, + "last_update": "2024-08-05 21:39:49", + "cached_time": 1765726693.757652, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { + "stars": 596, + "last_update": "2024-10-18 08:47:45", + "cached_time": 1765726693.863038, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-segment-anything-2": { + "stars": 1142, + "last_update": "2025-09-28 08:35:30", + "cached_time": 1765726693.94967, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { + "stars": 190, + "last_update": "2024-08-15 08:26:15", + "cached_time": 1765726693.964423, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-FluxTrainer": { + "stars": 1086, + "last_update": "2025-04-02 07:35:46", + "cached_time": 1765726694.12137, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { + "stars": 1537, + "last_update": "2025-08-07 11:03:37", + "cached_time": 1765726694.404077, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { + "stars": 368, + "last_update": "2024-11-15 13:28:18", + "cached_time": 1765726694.452999, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { + "stars": 85, + "last_update": "2024-08-25 14:04:22", + "cached_time": 1765726694.584949, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-MoGe": { + "stars": 52, + "last_update": "2025-02-07 18:42:39", + "cached_time": 1765726694.632669, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-LVCDWrapper": { + "stars": 62, + "last_update": "2024-09-30 11:49:12", + "cached_time": 1765726694.688498, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-Lotus": { + "stars": 158, + "last_update": "2025-11-04 16:36:47", + "cached_time": 1765726694.738437, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-GIMM-VFI": { + "stars": 426, + "last_update": "2025-07-31 18:52:50", + "cached_time": 1765726694.801973, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { + "stars": 2562, + "last_update": "2025-08-20 08:38:14", + "cached_time": 1765726694.873407, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-StableXWrapper": { + "stars": 62, + "last_update": "2025-01-31 11:59:01", + "cached_time": 1765726694.951979, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-HFRemoteVae": { + "stars": 53, + "last_update": "2025-03-01 18:22:59", + "cached_time": 1765726694.985221, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-LBMWrapper": { + "stars": 246, + "last_update": "2025-05-14 09:25:13", + "cached_time": 1765726695.157157, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-WanVideoWrapper": { + "stars": 5537, + "last_update": "2025-12-14 14:49:04", + "cached_time": 1765726695.427349, + "author_account_age_days": 2721 + }, + "https://github.com/kijai/ComfyUI-MelBandRoFormer": { + "stars": 84, + "last_update": "2025-08-26 08:29:25", + "cached_time": 1765726695.516079, + "author_account_age_days": 2721 + }, + "https://github.com/hhhzzyang/Comfyui_Lama": { + "stars": 55, + "last_update": "2024-05-22 21:13:19", + "cached_time": 1765726695.633051, + "author_account_age_days": 1045 + }, + "https://github.com/audioscavenger/save-image-extended-comfyui": { + "stars": 125, + "last_update": "2025-09-02 01:48:10", + "cached_time": 1765726695.675239, + "author_account_age_days": 4659 + }, + "https://github.com/audioscavenger/ComfyUI-Thumbnails": { + "stars": 39, + "last_update": "2025-09-02 02:49:43", + "cached_time": 1765726695.706967, + "author_account_age_days": 4659 + }, + "https://github.com/SOELexicon/ComfyUI-LexTools": { + "stars": 31, + "last_update": "2025-03-28 10:50:35", + "cached_time": 1765726695.763487, + "author_account_age_days": 4621 + }, + "https://github.com/mikkel/ComfyUI-text-overlay": { + "stars": 62, + "last_update": "2024-08-17 16:09:41", + "cached_time": 1765726695.834896, + "author_account_age_days": 6454 + }, + "https://github.com/avatechai/avatar-graph-comfyui": { + "stars": 264, + "last_update": "2024-05-22 21:14:14", + "cached_time": 1765726695.930965, + "author_account_age_days": 1392 + }, + "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { + "stars": 27, + "last_update": "2025-06-19 08:44:57", + "cached_time": 1765726696.037646, + "author_account_age_days": 977 + }, + "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { + "stars": 4, + "last_update": "2024-11-21 07:15:20", + "cached_time": 1765726696.098655, + "author_account_age_days": 977 + }, + "https://github.com/storyicon/comfyui_segment_anything": { + "stars": 1055, + "last_update": "2024-07-12 10:17:33", + "cached_time": 1765726696.238308, + "author_account_age_days": 3090 + }, + "https://github.com/storyicon/comfyui_musev_evolved": { + "stars": 26, + "last_update": "2024-06-14 11:02:40", + "cached_time": 1765726696.445707, + "author_account_age_days": 3090 + }, + "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { + "stars": 104, + "last_update": "2024-08-08 03:04:19", + "cached_time": 1765726696.550691, + "author_account_age_days": 5340 + }, + "https://github.com/whatbirdisthat/cyberdolphin": { + "stars": 14, + "last_update": "2024-07-31 13:40:12", + "cached_time": 1765726696.664168, + "author_account_age_days": 6025 + }, + "https://github.com/spinagon/ComfyUI-seam-carving": { + "stars": 26, + "last_update": "2025-03-14 08:47:57", + "cached_time": 1765726696.711684, + "author_account_age_days": 5278 + }, + "https://github.com/chrish-slingshot/CrasHUtils": { + "stars": 14, + "last_update": "2025-10-09 23:23:49", + "cached_time": 1765726696.776267, + "author_account_age_days": 1139 + }, + "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { + "stars": 20, + "last_update": "2025-06-09 08:07:23", + "cached_time": 1765726696.807733, + "author_account_age_days": 3233 + }, + "https://github.com/YMC-GitHub/ymc_node_joy": { + "stars": 0, + "last_update": "2025-06-19 07:24:28", + "cached_time": 1765726696.865784, + "author_account_age_days": 3233 + }, + "https://github.com/YMC-GitHub/ymc-node-as-x-type": { + "stars": 0, + "last_update": "2025-06-06 12:23:11", + "cached_time": 1765726696.963094, + "author_account_age_days": 3233 + }, + "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { + "stars": 0, + "last_update": "2025-04-12 15:00:21", + "cached_time": 1765726697.051125, + "author_account_age_days": 3233 + }, + "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { + "stars": 81, + "last_update": "2025-11-03 21:11:57", + "cached_time": 1765726697.110208, + "author_account_age_days": 3387 + }, + "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { + "stars": 32, + "last_update": "2025-09-15 20:38:26", + "cached_time": 1765726697.276085, + "author_account_age_days": 4576 + }, + "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { + "stars": 203, + "last_update": "2024-05-22 21:18:05", + "cached_time": 1765726697.464925, + "author_account_age_days": 4229 + }, + "https://github.com/THtianhao/ComfyUI-FaceChain": { + "stars": 141, + "last_update": "2025-04-28 07:00:45", + "cached_time": 1765726697.576275, + "author_account_age_days": 4229 + }, + "https://github.com/chflame163/ComfyUI_WordCloud": { + "stars": 114, + "last_update": "2025-03-31 13:11:39", + "cached_time": 1765726697.718937, + "author_account_age_days": 982 + }, + "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { + "stars": 29, + "last_update": "2025-03-31 13:11:24", + "cached_time": 1765726697.751755, + "author_account_age_days": 982 + }, + "https://github.com/zer0TF/cute-comfy": { + "stars": 34, + "last_update": "2024-05-22 21:18:53", + "cached_time": 1765726697.818504, + "author_account_age_days": 3208 + }, + "https://github.com/chflame163/ComfyUI_LayerStyle": { + "stars": 2774, + "last_update": "2025-12-11 10:41:43", + "cached_time": 1765726697.834262, + "author_account_age_days": 982 + }, + "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { + "stars": 560, + "last_update": "2025-12-11 13:28:51", + "cached_time": 1765726697.908793, + "author_account_age_days": 982 + }, + "https://github.com/chflame163/ComfyUI_FaceSimilarity": { + "stars": 37, + "last_update": "2025-03-31 13:12:01", + "cached_time": 1765726697.996184, + "author_account_age_days": 982 + }, + "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { + "stars": 367, + "last_update": "2025-01-01 12:55:16", + "cached_time": 1765726698.106604, + "author_account_age_days": 982 + }, + "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { + "stars": 18, + "last_update": "2025-03-12 02:00:43", + "cached_time": 1765726698.157404, + "author_account_age_days": 982 + }, + "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { + "stars": 147, + "last_update": "2025-03-12 01:58:47", + "cached_time": 1765726698.321558, + "author_account_age_days": 982 + }, + "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { + "stars": 54, + "last_update": "2025-03-06 09:27:25", + "cached_time": 1765726698.513477, + "author_account_age_days": 982 + }, + "https://github.com/drustan-hawk/primitive-types": { + "stars": 6, + "last_update": "2024-08-01 17:44:51", + "cached_time": 1765726698.917287, + "author_account_age_days": 827 + }, + "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { + "stars": 36, + "last_update": "2024-06-22 09:06:04", + "cached_time": 1765726698.800849, + "author_account_age_days": 3853 + }, + "https://github.com/shadowcz007/comfyui-consistency-decoder": { + "stars": 3, + "last_update": "2024-06-14 10:23:35", + "cached_time": 1765726698.873402, + "author_account_age_days": 3853 + }, + "https://github.com/shadowcz007/comfyui-Image-reward": { + "stars": 32, + "last_update": "2024-06-14 10:24:49", + "cached_time": 1765726698.852144, + "author_account_age_days": 3853 + }, + "https://github.com/shadowcz007/comfyui-edit-mask": { + "stars": 6, + "last_update": "2024-06-20 01:42:48", + "cached_time": 1765726698.863876, + "author_account_age_days": 3853 + }, + "https://github.com/shadowcz007/comfyui-mixlab-nodes": { + "stars": 1765, + "last_update": "2025-07-22 01:44:28", + "cached_time": 1765726699.501216, + "author_account_age_days": 2581 + }, + "https://github.com/shadowcz007/comfyui-sound-lab": { + "stars": 129, + "last_update": "2024-07-04 12:53:38", + "cached_time": 1765726699.631148, + "author_account_age_days": 2581 + }, + "https://github.com/ostris/ostris_nodes_comfyui": { + "stars": 42, + "last_update": "2025-04-16 17:03:53", + "cached_time": 1765726699.154937, + "author_account_age_days": 2941 + }, + "https://github.com/ostris/ComfyUI-FlexTools": { + "stars": 79, + "last_update": "2025-08-05 19:40:11", + "cached_time": 1765726699.362712, + "author_account_age_days": 2941 + }, + "https://github.com/0xbitches/ComfyUI-LCM": { + "stars": 259, + "last_update": "2023-11-11 21:24:33", + "cached_time": 1765726699.386606, + "author_account_age_days": 1069 + }, + "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { + "stars": 175, + "last_update": "2025-04-01 21:45:31", + "cached_time": 1765726699.538847, + "author_account_age_days": 3265 + }, + "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { + "stars": 261, + "last_update": "2024-11-18 00:45:28", + "cached_time": 1765726699.859828, + "author_account_age_days": 2221 + }, + "https://github.com/taabata/ComfyCanvas": { + "stars": 93, + "last_update": "2025-07-10 00:40:21", + "cached_time": 1765726699.894055, + "author_account_age_days": 2221 + }, + "https://github.com/shadowcz007/comfyui-liveportrait": { + "stars": 468, + "last_update": "2024-09-01 10:34:41", + "cached_time": 1765726700.421972, + "author_account_age_days": 2581 + }, + "https://github.com/shadowcz007/comfyui-try-on": { + "stars": 14, + "last_update": "2024-08-15 10:50:22", + "cached_time": 1765726700.48629, + "author_account_age_days": 2581 + }, + "https://github.com/taabata/SANA_LOWVRAM": { + "stars": 4, + "last_update": "2024-12-28 01:16:29", + "cached_time": 1765726699.955919, + "author_account_age_days": 2221 + }, + "https://github.com/noxinias/ComfyUI_NoxinNodes": { + "stars": 12, + "last_update": "2024-05-22 21:24:24", + "cached_time": 1765726700.182112, + "author_account_age_days": 3098 + }, + "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { + "stars": 29, + "last_update": "2024-05-22 21:25:13", + "cached_time": 1765726700.378806, + "author_account_age_days": 1006 + }, + "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { + "stars": 59, + "last_update": "2024-05-22 21:25:01", + "cached_time": 1765726700.458696, + "author_account_age_days": 1006 + }, + "https://github.com/kinfolk0117/ComfyUI_Pilgram": { + "stars": 8, + "last_update": "2024-05-22 21:25:24", + "cached_time": 1765726700.536218, + "author_account_age_days": 1006 + }, + "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { + "stars": 29, + "last_update": "2024-10-27 09:04:20", + "cached_time": 1765726700.575814, + "author_account_age_days": 1006 + }, + "https://github.com/Fictiverse/ComfyUI_Fictiverse": { + "stars": 19, + "last_update": "2025-12-06 12:50:17", + "cached_time": 1765726700.715233, + "author_account_age_days": 1210 + }, + "https://github.com/noembryo/ComfyUI-noEmbryo": { + "stars": 25, + "last_update": "2025-05-11 19:04:36", + "cached_time": 1765726700.900235, + "author_account_age_days": 3281 + }, + "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { + "stars": 247, + "last_update": "2025-07-26 17:43:22", + "cached_time": 1765726700.920364, + "author_account_age_days": 3587 + }, + "https://github.com/aianimation55/ComfyUI-FatLabels": { + "stars": 5, + "last_update": "2024-05-22 21:26:01", + "cached_time": 1765726701.036701, + "author_account_age_days": 812 + }, + "https://github.com/mikkel/comfyui-mask-boundingbox": { + "stars": 31, + "last_update": "2024-05-22 21:26:23", + "cached_time": 1765726701.213165, + "author_account_age_days": 6454 + }, + "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { + "stars": 0, + "last_update": "2024-05-22 21:26:35", + "cached_time": 1765726701.434691, + "author_account_age_days": 4181 + }, + "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { + "stars": 70, + "last_update": "2025-05-01 10:03:33", + "cached_time": 1765726701.480391, + "author_account_age_days": 3278 + }, + "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { + "stars": 17, + "last_update": "2025-03-14 12:21:40", + "cached_time": 1765726701.501912, + "author_account_age_days": 2203 + }, + "https://github.com/Trung0246/ComfyUI-0246": { + "stars": 136, + "last_update": "2025-03-15 03:39:33", + "cached_time": 1765726701.514741, + "author_account_age_days": 3918 + }, + "https://github.com/fexli/fexli-util-node-comfyui": { + "stars": 3, + "last_update": "2025-06-18 06:07:31", + "cached_time": 1765726701.57595, + "author_account_age_days": 2097 + }, + "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { + "stars": 7, + "last_update": "2024-11-12 11:10:16", + "cached_time": 1765726701.605354, + "author_account_age_days": 1027 + }, + "https://github.com/palant/image-resize-comfyui": { + "stars": 102, + "last_update": "2024-01-18 20:59:55", + "cached_time": 1765726701.734649, + "author_account_age_days": 5591 + }, + "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { + "stars": 40, + "last_update": "2024-06-20 13:52:34", + "cached_time": 1765726701.9047, + "author_account_age_days": 990 + }, + "https://github.com/palant/integrated-nodes-comfyui": { + "stars": 39, + "last_update": "2023-12-27 22:52:00", + "cached_time": 1765726701.954978, + "author_account_age_days": 5591 + }, + "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { + "stars": 7, + "last_update": "2025-10-25 11:22:31", + "cached_time": 1765726702.060541, + "author_account_age_days": 990 + }, + "https://github.com/whmc76/ComfyUI-UniversalToolkit": { + "stars": 57, + "last_update": "2025-12-03 17:48:11", + "cached_time": 1765726702.231311, + "author_account_age_days": 990 + }, + "https://github.com/martijnat/comfyui-previewlatent": { + "stars": 44, + "last_update": "2025-09-27 05:59:45", + "cached_time": 1765726702.466401, + "author_account_age_days": 3369 + }, + "https://github.com/banodoco/steerable-motion": { + "stars": 959, + "last_update": "2025-10-03 19:34:07", + "cached_time": 1765726702.565465, + "author_account_age_days": 940 + }, + "https://github.com/gemell1/ComfyUI_GMIC": { + "stars": 9, + "last_update": "2024-05-22 21:28:51", + "cached_time": 1765726702.518977, + "author_account_age_days": 2495 + }, + "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { + "stars": 29, + "last_update": "2024-05-22 21:29:02", + "cached_time": 1765726702.613626, + "author_account_age_days": 1513 + }, + "https://github.com/TheBarret/ZSuite": { + "stars": 9, + "last_update": "2024-08-10 13:31:03", + "cached_time": 1765726702.658607, + "author_account_age_days": 3250 + }, + "https://github.com/ka-puna/comfyui-yanc": { + "stars": 11, + "last_update": "2025-09-07 18:29:10", + "cached_time": 1765726702.617046, + "author_account_age_days": 2745 + }, + "https://github.com/Amorano/Jovimetrix": { + "stars": 383, + "last_update": "2025-09-05 03:15:03", + "cached_time": 1765726702.780589, + "author_account_age_days": 5750 + }, + "https://github.com/Amorano/Jovi_GLSL": { + "stars": 18, + "last_update": "2025-08-25 04:34:38", + "cached_time": 1765726703.001079, + "author_account_age_days": 5750 + }, + "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { + "stars": 7, + "last_update": "2024-05-22 21:29:25", + "cached_time": 1765726702.961995, + "author_account_age_days": 828 + }, + "https://github.com/Amorano/Jovi_Spout": { + "stars": 9, + "last_update": "2025-08-29 02:29:14", + "cached_time": 1765726703.097774, + "author_account_age_days": 5750 + }, + "https://github.com/Amorano/Jovi_Measure": { + "stars": 2, + "last_update": "2025-08-29 02:31:26", + "cached_time": 1765726703.269615, + "author_account_age_days": 5750 + }, + "https://github.com/Amorano/Jovi_MIDI": { + "stars": 5, + "last_update": "2025-05-05 04:11:06", + "cached_time": 1765726703.599977, + "author_account_age_days": 5750 + }, + "https://github.com/Amorano/Jovi_Capture": { + "stars": 9, + "last_update": "2025-05-31 18:38:22", + "cached_time": 1765726703.575959, + "author_account_age_days": 5750 + }, + "https://github.com/Amorano/Jovi_Colorizer": { + "stars": 12, + "last_update": "2025-05-22 20:00:19", + "cached_time": 1765726703.619319, + "author_account_age_days": 5750 + }, + "https://github.com/Umikaze-job/select_folder_path_easy": { + "stars": 5, + "last_update": "2024-05-22 21:30:13", + "cached_time": 1765726703.637135, + "author_account_age_days": 757 + }, + "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { + "stars": 30, + "last_update": "2024-05-22 21:30:40", + "cached_time": 1765726703.652681, + "author_account_age_days": 1580 + }, + "https://github.com/Feidorian/feidorian-ComfyNodes": { + "stars": 5, + "last_update": "2024-06-20 11:31:37", + "cached_time": 1765726703.68333, + "author_account_age_days": 3293 + }, + "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { + "stars": 141, + "last_update": "2025-07-10 14:02:42", + "cached_time": 1765726703.79998, + "author_account_age_days": 5336 + }, + "https://github.com/natto-maki/ComfyUI-NegiTools": { + "stars": 31, + "last_update": "2024-09-15 05:11:18", + "cached_time": 1765726703.999725, + "author_account_age_days": 816 + }, + "https://github.com/wutipong/ComfyUI-TextUtils": { + "stars": 2, + "last_update": "2025-07-21 14:00:53", + "cached_time": 1765726704.026051, + "author_account_age_days": 4723 + }, + "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { + "stars": 3, + "last_update": "2024-05-22 21:31:28", + "cached_time": 1765726704.130133, + "author_account_age_days": 1513 + }, + "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { + "stars": 13, + "last_update": "2025-11-09 20:11:28", + "cached_time": 1765726704.337632, + "author_account_age_days": 3094 + }, + "https://github.com/oyvindg/ComfyUI-TrollSuite": { + "stars": 4, + "last_update": "2024-08-15 10:37:43", + "cached_time": 1765726704.59271, + "author_account_age_days": 2868 + }, + "https://github.com/drago87/ComfyUI_Dragos_Nodes": { + "stars": 3, + "last_update": "2024-05-22 21:32:15", + "cached_time": 1765726704.644336, + "author_account_age_days": 4308 + }, + "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { + "stars": 600, + "last_update": "2025-11-02 19:13:09", + "cached_time": 1765726704.665151, + "author_account_age_days": 4188 + }, + "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { + "stars": 122, + "last_update": "2025-04-03 08:17:10", + "cached_time": 1765726704.678023, + "author_account_age_days": 4188 + }, + "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { + "stars": 366, + "last_update": "2024-05-24 22:14:42", + "cached_time": 1765726704.670361, + "author_account_age_days": 2960 + }, + "https://github.com/bronkula/comfyui-fitsize": { + "stars": 50, + "last_update": "2024-05-22 21:32:34", + "cached_time": 1765726704.706971, + "author_account_age_days": 5693 + }, + "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { + "stars": 224, + "last_update": "2024-05-22 21:33:35", + "cached_time": 1765726704.829948, + "author_account_age_days": 2960 + }, + "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { + "stars": 73, + "last_update": "2024-05-22 21:33:47", + "cached_time": 1765726705.04905, + "author_account_age_days": 2960 + }, + "https://github.com/Danand/ComfyUI-ComfyCouple": { + "stars": 87, + "last_update": "2024-08-10 22:24:01", + "cached_time": 1765726705.125978, + "author_account_age_days": 4826 + }, + "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { + "stars": 4, + "last_update": "2024-05-22 21:34:15", + "cached_time": 1765726705.163717, + "author_account_age_days": 3870 + }, + "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { + "stars": 3, + "last_update": "2024-05-22 21:34:27", + "cached_time": 1765726705.395732, + "author_account_age_days": 1121 + }, + "https://github.com/komojini/komojini-comfyui-nodes": { + "stars": 78, + "last_update": "2024-05-22 21:34:39", + "cached_time": 1765726705.6728, + "author_account_age_days": 1121 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { + "stars": 117, + "last_update": "2024-05-31 12:03:55", + "cached_time": 1765726705.728524, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { + "stars": 382, + "last_update": "2024-05-22 14:14:46", + "cached_time": 1765726705.698495, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { + "stars": 5, + "last_update": "2024-05-22 14:15:52", + "cached_time": 1765726705.719217, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { + "stars": 1785, + "last_update": "2024-06-14 09:00:04", + "cached_time": 1765726705.82551, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { + "stars": 1440, + "last_update": "2024-05-22 13:57:55", + "cached_time": 1765726705.822274, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { + "stars": 817, + "last_update": "2024-05-22 14:13:49", + "cached_time": 1765726705.873696, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { + "stars": 109, + "last_update": "2024-05-22 13:40:44", + "cached_time": 1765726706.076177, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { + "stars": 220, + "last_update": "2024-05-22 14:14:57", + "cached_time": 1765726706.168024, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { + "stars": 80, + "last_update": "2024-05-22 13:41:14", + "cached_time": 1765726706.214271, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { + "stars": 797, + "last_update": "2024-05-22 13:01:07", + "cached_time": 1765726706.439271, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { + "stars": 51, + "last_update": "2024-05-22 13:40:58", + "cached_time": 1765726706.688514, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { + "stars": 824, + "last_update": "2024-05-22 14:14:18", + "cached_time": 1765726706.736788, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { + "stars": 74, + "last_update": "2024-05-22 14:14:03", + "cached_time": 1765726706.756848, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { + "stars": 205, + "last_update": "2024-06-30 08:41:40", + "cached_time": 1765726706.761632, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { + "stars": 538, + "last_update": "2024-06-12 04:40:50", + "cached_time": 1765726706.830572, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { + "stars": 21, + "last_update": "2024-06-14 07:06:15", + "cached_time": 1765726706.845032, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { + "stars": 106, + "last_update": "2025-02-21 09:45:54", + "cached_time": 1765726706.900756, + "author_account_age_days": 878 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { + "stars": 148, + "last_update": "2024-07-11 14:59:07", + "cached_time": 1765726707.107194, + "author_account_age_days": 878 + }, + "https://github.com/kenjiqq/qq-nodes-comfyui": { + "stars": 63, + "last_update": "2025-06-24 22:38:01", + "cached_time": 1765726707.202256, + "author_account_age_days": 5427 + }, + "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { + "stars": 11, + "last_update": "2025-03-14 11:42:07", + "cached_time": 1765726707.235426, + "author_account_age_days": 2009 + }, + "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { + "stars": 301, + "last_update": "2024-06-14 07:04:37", + "cached_time": 1765726707.510364, + "author_account_age_days": 4205 + }, + "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { + "stars": 69, + "last_update": "2024-06-14 07:10:18", + "cached_time": 1765726707.731689, + "author_account_age_days": 4773 + }, + "https://github.com/discopixel-studio/comfyui-discopixel": { + "stars": 12, + "last_update": "2024-09-30 00:46:13", + "cached_time": 1765726707.797925, + "author_account_age_days": 883 + }, + "https://github.com/zcfrank1st/Comfyui-Yolov8": { + "stars": 27, + "last_update": "2024-06-14 07:08:40", + "cached_time": 1765726707.769095, + "author_account_age_days": 4953 + }, + "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { + "stars": 24, + "last_update": "2024-06-14 07:09:03", + "cached_time": 1765726707.84283, + "author_account_age_days": 4062 + }, + "https://github.com/SoftMeng/ComfyUI_ImageToText": { + "stars": 14, + "last_update": "2024-06-14 08:08:36", + "cached_time": 1765726707.848569, + "author_account_age_days": 4062 + }, + "https://github.com/SoftMeng/ComfyUI-PIL": { + "stars": 7, + "last_update": "2024-10-13 10:02:17", + "cached_time": 1765726707.85506, + "author_account_age_days": 4062 + }, + "https://github.com/wmatson/easy-comfy-nodes": { + "stars": 18, + "last_update": "2025-04-17 16:26:02", + "cached_time": 1765726707.931222, + "author_account_age_days": 4656 + }, + "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { + "stars": 27, + "last_update": "2024-06-14 07:06:27", + "cached_time": 1765726708.155361, + "author_account_age_days": 4062 + }, + "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { + "stars": 15, + "last_update": "2024-07-25 13:09:00", + "cached_time": 1765726708.222658, + "author_account_age_days": 4062 + }, + "https://github.com/DrJKL/ComfyUI-Anchors": { + "stars": 6, + "last_update": "2024-06-20 18:23:00", + "cached_time": 1765726708.284649, + "author_account_age_days": 5532 + }, + "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { + "stars": 6, + "last_update": "2025-04-02 04:56:25", + "cached_time": 1765726708.560408, + "author_account_age_days": 1395 + }, + "https://github.com/WebDev9000/WebDev9000-Nodes": { + "stars": 1, + "last_update": "2024-06-14 10:28:22", + "cached_time": 1765726708.784161, + "author_account_age_days": 4290 + }, + "https://github.com/Haoming02/comfyui-old-photo-restoration": { + "stars": 58, + "last_update": "2025-06-30 04:14:30", + "cached_time": 1765726708.79412, + "author_account_age_days": 1869 + }, + "https://github.com/Scholar01/ComfyUI-Keyframe": { + "stars": 17, + "last_update": "2025-01-22 04:09:29", + "cached_time": 1765726708.83856, + "author_account_age_days": 3734 + }, + "https://github.com/Haoming02/comfyui-diffusion-cg": { + "stars": 103, + "last_update": "2025-11-19 08:58:40", + "cached_time": 1765726708.882002, + "author_account_age_days": 1869 + }, + "https://github.com/Haoming02/comfyui-prompt-format": { + "stars": 35, + "last_update": "2025-11-19 07:31:58", + "cached_time": 1765726708.861231, + "author_account_age_days": 1869 + }, + "https://github.com/Haoming02/comfyui-tab-handler": { + "stars": 4, + "last_update": "2025-11-19 07:46:47", + "cached_time": 1765726708.927482, + "author_account_age_days": 1869 + }, + "https://github.com/Haoming02/comfyui-clear-screen": { + "stars": 1, + "last_update": "2025-11-19 07:54:55", + "cached_time": 1765726708.961742, + "author_account_age_days": 1869 + }, + "https://github.com/Haoming02/comfyui-floodgate": { + "stars": 34, + "last_update": "2025-08-12 06:56:07", + "cached_time": 1765726709.171827, + "author_account_age_days": 1869 + }, + "https://github.com/Haoming02/comfyui-menu-anchor": { + "stars": 3, + "last_update": "2025-11-25 08:41:38", + "cached_time": 1765726709.23929, + "author_account_age_days": 1869 + }, + "https://github.com/Haoming02/comfyui-node-beautify": { + "stars": 8, + "last_update": "2025-11-19 07:30:34", + "cached_time": 1765726709.32525, + "author_account_age_days": 1869 + }, + "https://github.com/Haoming02/comfyui-resharpen": { + "stars": 54, + "last_update": "2025-12-09 01:57:07", + "cached_time": 1765726709.578252, + "author_account_age_days": 1869 + }, + "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { + "stars": 85, + "last_update": "2025-10-11 21:48:05", + "cached_time": 1765726709.818024, + "author_account_age_days": 900 + }, + "https://github.com/ningxiaoxiao/comfyui-NDI": { + "stars": 62, + "last_update": "2025-04-11 03:55:37", + "cached_time": 1765726709.888309, + "author_account_age_days": 3526 + }, + "https://github.com/Off-Live/ComfyUI-off-suite": { + "stars": 0, + "last_update": "2024-06-14 12:02:25", + "cached_time": 1765726709.922196, + "author_account_age_days": 1710 + }, + "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { + "stars": 42, + "last_update": "2024-08-16 01:18:03", + "cached_time": 1765726709.89814, + "author_account_age_days": 6468 + }, + "https://github.com/Electrofried/ComfyUI-OpenAINode": { + "stars": 28, + "last_update": "2024-06-14 09:01:22", + "cached_time": 1765726709.924017, + "author_account_age_days": 3158 + }, + "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { + "stars": 11, + "last_update": "2024-10-17 19:59:40", + "cached_time": 1765726709.947614, + "author_account_age_days": 4612 + }, + "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { + "stars": 0, + "last_update": "2024-06-14 07:06:51", + "cached_time": 1765726709.998879, + "author_account_age_days": 4612 + }, + "https://github.com/zcfrank1st/comfyui_visual_anagrams": { + "stars": 8, + "last_update": "2024-06-14 07:07:27", + "cached_time": 1765726710.183063, + "author_account_age_days": 4953 + }, + "https://github.com/AustinMroz/ComfyUI-MinCache": { + "stars": 3, + "last_update": "2024-12-25 18:52:07", + "cached_time": 1765726710.246405, + "author_account_age_days": 4612 + }, + "https://github.com/AustinMroz/ComfyUI-SpliceTools": { + "stars": 6, + "last_update": "2024-06-14 07:07:21", + "cached_time": 1765726710.746346, + "author_account_age_days": 4612 + }, + "https://github.com/11cafe/comfyui-workspace-manager": { + "stars": 1395, + "last_update": "2025-04-16 14:02:54", + "cached_time": 1765726710.671298, + "author_account_age_days": 743 + }, + "https://github.com/knuknX/ComfyUI-Image-Tools": { + "stars": 3, + "last_update": "2024-06-14 09:05:58", + "cached_time": 1765726710.856951, + "author_account_age_days": 738 + }, + "https://github.com/jtrue/ComfyUI-JaRue": { + "stars": 7, + "last_update": "2024-06-14 09:01:12", + "cached_time": 1765726710.889613, + "author_account_age_days": 4468 + }, + "https://github.com/jtrue/ComfyUI-WordEmbeddings": { + "stars": 1, + "last_update": "2025-08-22 05:30:24", + "cached_time": 1765726710.927612, + "author_account_age_days": 4468 + }, + "https://github.com/jtrue/ComfyUI-Rect": { + "stars": 3, + "last_update": "2025-08-24 04:20:24", + "cached_time": 1765726710.934733, + "author_account_age_days": 4468 + }, + "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { + "stars": 174, + "last_update": "2025-08-16 16:44:41", + "cached_time": 1765726710.969234, + "author_account_age_days": 2274 + }, + "https://github.com/filliptm/ComfyUI_FL-Trainer": { + "stars": 173, + "last_update": "2024-10-18 00:20:18", + "cached_time": 1765726711.030471, + "author_account_age_days": 2274 + }, + "https://github.com/zfkun/ComfyUI_zfkun": { + "stars": 24, + "last_update": "2025-11-24 07:31:53", + "cached_time": 1765726711.195253, + "author_account_age_days": 5401 + }, + "https://github.com/filliptm/ComfyUI_Fill-Nodes": { + "stars": 527, + "last_update": "2025-12-04 00:13:50", + "cached_time": 1765726711.279158, + "author_account_age_days": 2274 + }, + "https://github.com/talesofai/comfyui-browser": { + "stars": 637, + "last_update": "2024-11-11 01:42:30", + "cached_time": 1765726711.42294, + "author_account_age_days": 1094 + }, + "https://github.com/zcfrank1st/Comfyui-Toolbox": { + "stars": 6, + "last_update": "2024-05-22 22:08:07", + "cached_time": 1765726711.820668, + "author_account_age_days": 4953 + }, + "https://github.com/yolain/ComfyUI-Easy-Use": { + "stars": 2159, + "last_update": "2025-12-11 14:56:18", + "cached_time": 1765726711.822521, + "author_account_age_days": 1878 + }, + "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { + "stars": 2, + "last_update": "2024-05-22 22:08:50", + "cached_time": 1765726711.878087, + "author_account_age_days": 5142 + }, + "https://github.com/bruefire/ComfyUI-SeqImageLoader": { + "stars": 45, + "last_update": "2025-06-29 12:48:28", + "cached_time": 1765726711.904209, + "author_account_age_days": 2904 + }, + "https://github.com/aria1th/ComfyUI-LogicUtils": { + "stars": 99, + "last_update": "2025-10-19 07:50:46", + "cached_time": 1765726711.980125, + "author_account_age_days": 2883 + }, + "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { + "stars": 2, + "last_update": "2025-07-04 12:30:55", + "cached_time": 1765726711.961122, + "author_account_age_days": 4506 + }, + "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { + "stars": 1, + "last_update": "2025-07-04 12:59:35", + "cached_time": 1765726712.0086, + "author_account_age_days": 4506 + }, + "https://github.com/deroberon/demofusion-comfyui": { + "stars": 88, + "last_update": "2024-05-22 22:09:42", + "cached_time": 1765726712.06632, + "author_account_age_days": 5834 + }, + "https://github.com/deroberon/StableZero123-comfyui": { + "stars": 181, + "last_update": "2024-05-22 22:09:53", + "cached_time": 1765726712.235049, + "author_account_age_days": 5834 + }, + "https://github.com/concarne000/ConCarneNode": { + "stars": 5, + "last_update": "2024-05-22 22:10:18", + "cached_time": 1765726712.324579, + "author_account_age_days": 2439 + }, + "https://github.com/glifxyz/ComfyUI-GlifNodes": { + "stars": 62, + "last_update": "2025-08-18 08:00:38", + "cached_time": 1765726712.519174, + "author_account_age_days": 1111 + }, + "https://github.com/concarne000/ComfyUI-Stacker": { + "stars": 9, + "last_update": "2025-07-26 12:44:46", + "cached_time": 1765726712.839563, + "author_account_age_days": 2439 + }, + "https://github.com/aegis72/aegisflow_utility_nodes": { + "stars": 37, + "last_update": "2024-10-03 11:11:39", + "cached_time": 1765726712.881903, + "author_account_age_days": 1121 + }, + "https://github.com/aegis72/comfyui-styles-all": { + "stars": 53, + "last_update": "2024-05-22 22:10:41", + "cached_time": 1765726712.890714, + "author_account_age_days": 1121 + }, + "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { + "stars": 32, + "last_update": "2024-05-22 22:11:14", + "cached_time": 1765726712.918877, + "author_account_age_days": 3965 + }, + "https://github.com/glibsonoran/Plush-for-ComfyUI": { + "stars": 191, + "last_update": "2025-07-10 14:15:13", + "cached_time": 1765726712.992537, + "author_account_age_days": 3036 + }, + "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { + "stars": 81, + "last_update": "2025-12-10 13:07:18", + "cached_time": 1765726713.008746, + "author_account_age_days": 2143 + }, + "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { + "stars": 8, + "last_update": "2024-08-01 15:13:33", + "cached_time": 1765726713.080173, + "author_account_age_days": 730 + }, + "https://github.com/NimaNzrii/comfyui-popup_preview": { + "stars": 37, + "last_update": "2024-05-22 22:12:04", + "cached_time": 1765726713.100225, + "author_account_age_days": 782 + }, + "https://github.com/brianfitzgerald/style_aligned_comfy": { + "stars": 308, + "last_update": "2025-03-24 20:04:44", + "cached_time": 1765726713.254784, + "author_account_age_days": 4777 + }, + "https://github.com/NimaNzrii/comfyui-photoshop": { + "stars": 1385, + "last_update": "2025-05-17 18:02:00", + "cached_time": 1765726713.356546, + "author_account_age_days": 782 + }, + "https://github.com/rui40000/RUI-Nodes": { + "stars": 16, + "last_update": "2024-05-22 22:12:26", + "cached_time": 1765726713.572612, + "author_account_age_days": 1012 + }, + "https://github.com/dmarx/ComfyUI-Keyframed": { + "stars": 90, + "last_update": "2024-07-01 01:41:23", + "cached_time": 1765726713.890337, + "author_account_age_days": 5042 + }, + "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { + "stars": 64, + "last_update": "2025-06-18 09:32:23", + "cached_time": 1765726713.898278, + "author_account_age_days": 1398 + }, + "https://github.com/dmarx/ComfyUI-AudioReactive": { + "stars": 11, + "last_update": "2024-05-22 22:12:53", + "cached_time": 1765726713.955209, + "author_account_age_days": 5042 + }, + "https://github.com/BennyKok/comfyui-deploy": { + "stars": 1472, + "last_update": "2025-11-13 10:40:04", + "cached_time": 1765726714.022351, + "author_account_age_days": 3534 + }, + "https://github.com/florestefano1975/comfyui-portrait-master": { + "stars": 1165, + "last_update": "2025-09-14 10:54:52", + "cached_time": 1765726714.050921, + "author_account_age_days": 731 + }, + "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { + "stars": 140, + "last_update": "2025-04-09 12:40:58", + "cached_time": 1765726714.068371, + "author_account_age_days": 731 + }, + "https://github.com/florestefano1975/comfyui-prompt-composer": { + "stars": 297, + "last_update": "2025-04-27 15:00:00", + "cached_time": 1765726714.11849, + "author_account_age_days": 731 + }, + "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { + "stars": 5, + "last_update": "2025-04-09 12:40:36", + "cached_time": 1765726714.21635, + "author_account_age_days": 731 + }, + "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { + "stars": 2, + "last_update": "2025-04-09 12:40:05", + "cached_time": 1765726714.285683, + "author_account_age_days": 731 + }, + "https://github.com/florestefano1975/ComfyUI-CogVideoX": { + "stars": 16, + "last_update": "2025-04-09 12:39:53", + "cached_time": 1765726714.38938, + "author_account_age_days": 731 + }, + "https://github.com/mozman/ComfyUI_mozman_nodes": { + "stars": 0, + "last_update": "2024-05-22 22:13:32", + "cached_time": 1765726714.612955, + "author_account_age_days": 4618 + }, + "https://github.com/rcsaquino/comfyui-custom-nodes": { + "stars": 1, + "last_update": "2024-08-26 10:08:29", + "cached_time": 1765726714.919426, + "author_account_age_days": 2049 + }, + "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { + "stars": 1, + "last_update": "2024-05-22 22:13:55", + "cached_time": 1765726714.921586, + "author_account_age_days": 3962 + }, + "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { + "stars": 3, + "last_update": "2025-07-14 15:28:38", + "cached_time": 1765726714.971677, + "author_account_age_days": 6019 + }, + "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { + "stars": 41, + "last_update": "2024-09-30 10:38:22", + "cached_time": 1765726715.052197, + "author_account_age_days": 6019 + }, + "https://github.com/IDGallagher/MotionVideoSearch": { + "stars": 12, + "last_update": "2025-01-13 09:37:08", + "cached_time": 1765726715.081193, + "author_account_age_days": 6019 + }, + "https://github.com/violet-chen/comfyui-psd2png": { + "stars": 20, + "last_update": "2025-06-04 11:41:34", + "cached_time": 1765726715.118486, + "author_account_age_days": 1936 + }, + "https://github.com/lldacing/comfyui-easyapi-nodes": { + "stars": 90, + "last_update": "2025-12-10 10:58:04", + "cached_time": 1765726715.145909, + "author_account_age_days": 2631 + }, + "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { + "stars": 439, + "last_update": "2025-11-07 05:19:50", + "cached_time": 1765726715.243528, + "author_account_age_days": 2631 + }, + "https://github.com/lldacing/ComfyUI_StableDelight_ll": { + "stars": 13, + "last_update": "2025-04-08 06:22:43", + "cached_time": 1765726715.320028, + "author_account_age_days": 2631 + }, + "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { + "stars": 260, + "last_update": "2025-06-01 16:39:20", + "cached_time": 1765726715.422716, + "author_account_age_days": 2631 + }, + "https://github.com/lldacing/ComfyUI_StableHair_ll": { + "stars": 77, + "last_update": "2025-03-31 09:16:21", + "cached_time": 1765726715.670901, + "author_account_age_days": 2631 + }, + "https://github.com/lldacing/ComfyUI_Patches_ll": { + "stars": 117, + "last_update": "2025-11-04 10:36:44", + "cached_time": 1765726715.947298, + "author_account_age_days": 2631 + }, + "https://github.com/lldacing/ComfyUI_BEN_ll": { + "stars": 4, + "last_update": "2025-05-22 07:01:42", + "cached_time": 1765726716.009034, + "author_account_age_days": 2631 + }, + "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { + "stars": 133, + "last_update": "2025-12-14 13:46:52", + "cached_time": 1765726716.016593, + "author_account_age_days": 4193 + }, + "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { + "stars": 7, + "last_update": "2024-05-22 22:16:41", + "cached_time": 1765726716.093102, + "author_account_age_days": 724 + }, + "https://github.com/OpenArt-AI/ComfyUI-Assistant": { + "stars": 21, + "last_update": "2024-05-22 22:16:57", + "cached_time": 1765726716.163276, + "author_account_age_days": 1313 + }, + "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { + "stars": 6, + "last_update": "2025-02-03 16:57:00", + "cached_time": 1765726716.181607, + "author_account_age_days": 5295 + }, + "https://github.com/jitcoder/lora-info": { + "stars": 108, + "last_update": "2025-05-15 07:25:46", + "cached_time": 1765726716.169669, + "author_account_age_days": 4578 + }, + "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { + "stars": 118, + "last_update": "2025-03-10 03:33:02", + "cached_time": 1765726716.285322, + "author_account_age_days": 5295 + }, + "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { + "stars": 141, + "last_update": "2024-08-03 16:22:31", + "cached_time": 1765726716.366566, + "author_account_age_days": 1691 + }, + "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { + "stars": 38, + "last_update": "2024-05-22 22:18:07", + "cached_time": 1765726716.4532, + "author_account_age_days": 2384 + }, + "https://github.com/styler00dollar/ComfyUI-deepcache": { + "stars": 11, + "last_update": "2024-05-22 22:18:18", + "cached_time": 1765726716.676231, + "author_account_age_days": 2384 + }, + "https://github.com/NotHarroweD/Harronode": { + "stars": 5, + "last_update": "2024-05-22 22:18:29", + "cached_time": 1765726716.998558, + "author_account_age_days": 2521 + }, + "https://github.com/Limitex/ComfyUI-Calculation": { + "stars": 0, + "last_update": "2024-05-22 22:18:40", + "cached_time": 1765726717.060334, + "author_account_age_days": 1813 + }, + "https://github.com/Limitex/ComfyUI-Diffusers": { + "stars": 178, + "last_update": "2025-11-28 17:04:22", + "cached_time": 1765726717.09747, + "author_account_age_days": 1813 + }, + "https://github.com/edenartlab/eden_comfy_pipelines": { + "stars": 106, + "last_update": "2025-10-23 12:26:53", + "cached_time": 1765726717.167941, + "author_account_age_days": 810 + }, + "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { + "stars": 2, + "last_update": "2025-02-01 16:29:22", + "cached_time": 1765726717.296193, + "author_account_age_days": 2041 + }, + "https://github.com/pkpkTech/ComfyUI-ngrok": { + "stars": 6, + "last_update": "2024-05-22 22:19:32", + "cached_time": 1765726717.206001, + "author_account_age_days": 2041 + }, + "https://github.com/edenartlab/sd-lora-trainer": { + "stars": 63, + "last_update": "2025-08-04 21:16:39", + "cached_time": 1765726717.316868, + "author_account_age_days": 810 + }, + "https://github.com/pkpkTech/ComfyUI-SaveQueues": { + "stars": 10, + "last_update": "2024-05-22 22:19:54", + "cached_time": 1765726717.323877, + "author_account_age_days": 2041 + }, + "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { + "stars": 2, + "last_update": "2024-05-22 22:19:44", + "cached_time": 1765726717.391075, + "author_account_age_days": 2041 + }, + "https://github.com/crystian/ComfyUI-Crystools-save": { + "stars": 52, + "last_update": "2025-08-17 12:29:48", + "cached_time": 1765726717.472687, + "author_account_age_days": 4655 + }, + "https://github.com/crystian/ComfyUI-Crystools": { + "stars": 1624, + "last_update": "2025-10-26 19:10:29", + "cached_time": 1765726717.68872, + "author_account_age_days": 4655 + }, + "https://github.com/Kangkang625/ComfyUI-paint-by-example": { + "stars": 16, + "last_update": "2024-05-22 22:20:27", + "cached_time": 1765726718.051755, + "author_account_age_days": 1452 + }, + "https://github.com/54rt1n/ComfyUI-DareMerge": { + "stars": 94, + "last_update": "2025-03-27 14:57:35", + "cached_time": 1765726718.092221, + "author_account_age_days": 4588 + }, + "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { + "stars": 0, + "last_update": "2024-05-22 22:21:00", + "cached_time": 1765726718.145238, + "author_account_age_days": 726 + }, + "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { + "stars": 150, + "last_update": "2025-03-18 04:47:24", + "cached_time": 1765726718.246659, + "author_account_age_days": 4190 + }, + "https://github.com/ai-liam/comfyui_liam_util": { + "stars": 1, + "last_update": "2024-05-22 22:21:23", + "cached_time": 1765726718.261669, + "author_account_age_days": 2059 + }, + "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { + "stars": 40, + "last_update": "2024-09-12 11:54:59", + "cached_time": 1765726718.337564, + "author_account_age_days": 2951 + }, + "https://github.com/tocubed/ComfyUI-AudioReactor": { + "stars": 9, + "last_update": "2024-05-22 22:21:57", + "cached_time": 1765726718.344792, + "author_account_age_days": 4397 + }, + "https://github.com/Ryuukeisyou/comfyui_face_parsing": { + "stars": 185, + "last_update": "2025-02-18 09:22:52", + "cached_time": 1765726718.352215, + "author_account_age_days": 2951 + }, + "https://github.com/ai-liam/comfyui-liam": { + "stars": 2, + "last_update": "2024-06-22 03:27:52", + "cached_time": 1765726718.603628, + "author_account_age_days": 2059 + }, + "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { + "stars": 36, + "last_update": "2024-05-22 22:22:14", + "cached_time": 1765726719.152572, + "author_account_age_days": 2255 + }, + "https://github.com/tocubed/ComfyUI-EvTexture": { + "stars": 16, + "last_update": "2025-01-05 23:21:23", + "cached_time": 1765726718.754363, + "author_account_age_days": 4397 + }, + "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { + "stars": 1, + "last_update": "2024-05-22 22:22:25", + "cached_time": 1765726719.055344, + "author_account_age_days": 5588 + }, + "https://github.com/ownimage/ComfyUI-ownimage": { + "stars": 0, + "last_update": "2024-05-22 22:22:37", + "cached_time": 1765726719.184706, + "author_account_age_days": 3321 + }, + "https://github.com/Ryuukeisyou/comfyui_io_helpers": { + "stars": 2, + "last_update": "2024-07-13 13:10:10", + "cached_time": 1765726719.176667, + "author_account_age_days": 2951 + }, + "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { + "stars": 261, + "last_update": "2024-06-14 09:04:51", + "cached_time": 1765726719.298065, + "author_account_age_days": 811 + }, + "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { + "stars": 527, + "last_update": "2024-06-16 00:53:22", + "cached_time": 1765726719.375323, + "author_account_age_days": 811 + }, + "https://github.com/hinablue/ComfyUI_3dPoseEditor": { + "stars": 223, + "last_update": "2024-06-21 17:38:40", + "cached_time": 1765726719.35383, + "author_account_age_days": 5650 + }, + "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { + "stars": 156, + "last_update": "2024-06-14 10:23:09", + "cached_time": 1765726719.356209, + "author_account_age_days": 811 + }, + "https://github.com/chaojie/ComfyUI-EasyAnimate": { + "stars": 54, + "last_update": "2024-05-22 22:24:00", + "cached_time": 1765726719.380982, + "author_account_age_days": 5372 + }, + "https://github.com/siliconflow/onediff_comfy_nodes": { + "stars": 23, + "last_update": "2024-06-24 10:08:11", + "cached_time": 1765726719.687677, + "author_account_age_days": 844 + }, + "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { + "stars": 26, + "last_update": "2024-06-14 09:07:23", + "cached_time": 1765726719.799756, + "author_account_age_days": 5372 + }, + "https://github.com/massao000/ComfyUI_aspect_ratios": { + "stars": 14, + "last_update": "2024-05-22 22:23:10", + "cached_time": 1765726720.1086, + "author_account_age_days": 1945 + }, + "https://github.com/chaojie/ComfyUI_StreamingT2V": { + "stars": 36, + "last_update": "2024-06-14 10:26:21", + "cached_time": 1765726720.194475, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { + "stars": 50, + "last_update": "2024-05-29 16:15:10", + "cached_time": 1765726720.196431, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-MuseTalk": { + "stars": 281, + "last_update": "2024-05-22 22:25:07", + "cached_time": 1765726720.331889, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-MuseV": { + "stars": 158, + "last_update": "2024-05-22 22:25:31", + "cached_time": 1765726720.347681, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-AniPortrait": { + "stars": 253, + "last_update": "2024-05-22 22:26:03", + "cached_time": 1765726720.403337, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-Champ": { + "stars": 24, + "last_update": "2024-05-22 22:26:47", + "cached_time": 1765726720.366412, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { + "stars": 38, + "last_update": "2024-05-22 22:26:30", + "cached_time": 1765726720.398, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-Open-Sora": { + "stars": 104, + "last_update": "2024-07-19 05:13:25", + "cached_time": 1765726720.444956, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-Trajectory": { + "stars": 6, + "last_update": "2024-05-22 22:27:12", + "cached_time": 1765726720.731664, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-dust3r": { + "stars": 22, + "last_update": "2024-05-22 22:27:33", + "cached_time": 1765726720.970545, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-Gemma": { + "stars": 6, + "last_update": "2024-05-22 22:27:47", + "cached_time": 1765726721.165435, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-DynamiCrafter": { + "stars": 130, + "last_update": "2024-06-14 10:23:59", + "cached_time": 1765726721.224677, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-Panda3d": { + "stars": 16, + "last_update": "2024-06-14 10:28:47", + "cached_time": 1765726721.224278, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-Pymunk": { + "stars": 16, + "last_update": "2024-06-14 12:02:32", + "cached_time": 1765726721.337786, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-MotionCtrl": { + "stars": 139, + "last_update": "2024-06-14 10:26:02", + "cached_time": 1765726721.419625, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { + "stars": 1, + "last_update": "2024-06-14 10:26:15", + "cached_time": 1765726721.40135, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-DragAnything": { + "stars": 71, + "last_update": "2024-06-14 10:23:53", + "cached_time": 1765726721.441406, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { + "stars": 85, + "last_update": "2024-06-14 10:26:30", + "cached_time": 1765726721.430099, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { + "stars": 211, + "last_update": "2024-06-10 20:16:06", + "cached_time": 1765726721.507913, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-LightGlue": { + "stars": 49, + "last_update": "2024-01-20 16:53:51", + "cached_time": 1765726721.751422, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-DragNUWA": { + "stars": 412, + "last_update": "2024-06-14 10:25:01", + "cached_time": 1765726722.022163, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { + "stars": 28, + "last_update": "2024-06-14 09:06:10", + "cached_time": 1765726722.238056, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-RAFT": { + "stars": 26, + "last_update": "2024-06-14 11:02:00", + "cached_time": 1765726722.260935, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-LaVIT": { + "stars": 12, + "last_update": "2024-06-14 10:27:44", + "cached_time": 1765726722.258348, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-SimDA": { + "stars": 13, + "last_update": "2024-06-14 12:02:39", + "cached_time": 1765726722.386892, + "author_account_age_days": 5372 + }, + "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { + "stars": 17, + "last_update": "2024-06-14 10:28:16", + "cached_time": 1765726722.413708, + "author_account_age_days": 5372 + }, + "https://github.com/alexopus/ComfyUI-Image-Saver": { + "stars": 136, + "last_update": "2025-10-19 13:03:33", + "cached_time": 1765726722.508526, + "author_account_age_days": 3217 + }, + "https://github.com/MrForExample/ComfyUI-3D-Pack": { + "stars": 3548, + "last_update": "2025-12-05 12:34:09", + "cached_time": 1765726722.498299, + "author_account_age_days": 2099 + }, + "https://github.com/kft334/Knodes": { + "stars": 4, + "last_update": "2024-06-14 08:12:06", + "cached_time": 1765726722.510405, + "author_account_age_days": 1497 + }, + "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { + "stars": 0, + "last_update": "2025-07-22 18:35:43", + "cached_time": 1765726722.531107, + "author_account_age_days": 3217 + }, + "https://github.com/tzwm/comfyui-profiler": { + "stars": 163, + "last_update": "2024-08-28 14:27:12", + "cached_time": 1765726722.766079, + "author_account_age_days": 5307 + }, + "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { + "stars": 555, + "last_update": "2024-06-14 12:02:47", + "cached_time": 1765726723.036036, + "author_account_age_days": 2099 + }, + "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { + "stars": 63, + "last_update": "2024-06-29 19:55:42", + "cached_time": 1765726723.283526, + "author_account_age_days": 3890 + }, + "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { + "stars": 30, + "last_update": "2024-06-14 08:09:49", + "cached_time": 1765726723.271119, + "author_account_age_days": 3890 + }, + "https://github.com/djbielejeski/a-person-mask-generator": { + "stars": 387, + "last_update": "2025-09-22 11:58:35", + "cached_time": 1765726723.284321, + "author_account_age_days": 4822 + }, + "https://github.com/smagnetize/kb-comfyui-nodes": { + "stars": 0, + "last_update": "2024-06-14 12:00:45", + "cached_time": 1765726723.414571, + "author_account_age_days": 3253 + }, + "https://github.com/glowcone/comfyui-base64-to-image": { + "stars": 19, + "last_update": "2024-07-08 22:53:25", + "cached_time": 1765726723.490502, + "author_account_age_days": 4284 + }, + "https://github.com/glowcone/comfyui-string-converter": { + "stars": 2, + "last_update": "2024-07-31 13:40:48", + "cached_time": 1765726723.528442, + "author_account_age_days": 4284 + }, + "https://github.com/AInseven/ComfyUI-fastblend": { + "stars": 228, + "last_update": "2024-11-22 03:32:25", + "cached_time": 1765726723.529461, + "author_account_age_days": 2221 + }, + "https://github.com/LarryJane491/Lora-Training-in-Comfy": { + "stars": 521, + "last_update": "2024-08-05 11:32:30", + "cached_time": 1765726723.544609, + "author_account_age_days": 702 + }, + "https://github.com/HebelHuber/comfyui-enhanced-save-node": { + "stars": 2, + "last_update": "2024-06-14 08:59:28", + "cached_time": 1765726723.562395, + "author_account_age_days": 2862 + }, + "https://github.com/Layer-norm/comfyui-lama-remover": { + "stars": 143, + "last_update": "2024-08-03 04:18:39", + "cached_time": 1765726723.821671, + "author_account_age_days": 870 + }, + "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { + "stars": 71, + "last_update": "2024-06-06 20:45:43", + "cached_time": 1765726724.048262, + "author_account_age_days": 702 + }, + "https://github.com/Taremin/comfyui-prompt-extranetworks": { + "stars": 6, + "last_update": "2025-12-07 21:41:24", + "cached_time": 1765726724.31146, + "author_account_age_days": 2753 + }, + "https://github.com/Taremin/comfyui-string-tools": { + "stars": 3, + "last_update": "2025-12-07 23:43:19", + "cached_time": 1765726724.307152, + "author_account_age_days": 2753 + }, + "https://github.com/Taremin/webui-monaco-prompt": { + "stars": 29, + "last_update": "2025-12-07 21:29:11", + "cached_time": 1765726724.298212, + "author_account_age_days": 2753 + }, + "https://github.com/Taremin/comfyui-keep-multiple-tabs": { + "stars": 7, + "last_update": "2025-02-25 15:53:35", + "cached_time": 1765726724.495237, + "author_account_age_days": 2753 + }, + "https://github.com/Taremin/comfyui-prompt-config": { + "stars": 0, + "last_update": "2025-02-28 03:53:16", + "cached_time": 1765726724.554574, + "author_account_age_days": 2753 + }, + "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { + "stars": 13, + "last_update": "2025-03-30 08:19:30", + "cached_time": 1765726724.556088, + "author_account_age_days": 698 + }, + "https://github.com/abyz22/image_control": { + "stars": 16, + "last_update": "2024-08-31 08:39:44", + "cached_time": 1765726724.562094, + "author_account_age_days": 700 + }, + "https://github.com/HAL41/ComfyUI-aichemy-nodes": { + "stars": 5, + "last_update": "2024-05-22 23:10:19", + "cached_time": 1765726724.571508, + "author_account_age_days": 3384 + }, + "https://github.com/foxtrot-roger/comfyui-rf-nodes": { + "stars": 2, + "last_update": "2024-08-13 22:01:40", + "cached_time": 1765726724.638314, + "author_account_age_days": 2859 + }, + "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { + "stars": 25, + "last_update": "2025-03-30 08:19:25", + "cached_time": 1765726724.850611, + "author_account_age_days": 698 + }, + "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { + "stars": 108, + "last_update": "2025-03-30 08:19:20", + "cached_time": 1765726725.072031, + "author_account_age_days": 698 + }, + "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { + "stars": 13, + "last_update": "2025-03-30 08:19:45", + "cached_time": 1765726725.330112, + "author_account_age_days": 698 + }, + "https://github.com/nkchocoai/ComfyUI-Dart": { + "stars": 28, + "last_update": "2025-03-30 08:19:01", + "cached_time": 1765726725.344005, + "author_account_age_days": 698 + }, + "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { + "stars": 0, + "last_update": "2025-03-30 08:30:33", + "cached_time": 1765726725.326725, + "author_account_age_days": 698 + }, + "https://github.com/JaredTherriault/ComfyUI-JNodes": { + "stars": 79, + "last_update": "2025-09-09 00:16:03", + "cached_time": 1765726725.513514, + "author_account_age_days": 4110 + }, + "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { + "stars": 7, + "last_update": "2024-05-22 23:11:46", + "cached_time": 1765726725.574553, + "author_account_age_days": 6106 + }, + "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { + "stars": 0, + "last_update": "2024-05-22 23:12:11", + "cached_time": 1765726725.953341, + "author_account_age_days": 696 + }, + "https://github.com/Inzaniak/comfyui-ranbooru": { + "stars": 22, + "last_update": "2024-05-22 23:12:23", + "cached_time": 1765726725.635435, + "author_account_age_days": 4447 + }, + "https://github.com/Miosp/ComfyUI-FBCNN": { + "stars": 34, + "last_update": "2025-02-24 20:53:32", + "cached_time": 1765726725.65294, + "author_account_age_days": 3054 + }, + "https://github.com/Siberpone/lazy-pony-prompter": { + "stars": 48, + "last_update": "2025-03-28 05:54:45", + "cached_time": 1765726725.688647, + "author_account_age_days": 990 + }, + "https://github.com/JcandZero/ComfyUI_GLM4Node": { + "stars": 30, + "last_update": "2024-05-22 23:12:46", + "cached_time": 1765726725.931341, + "author_account_age_days": 1228 + }, + "https://github.com/darkpixel/darkprompts": { + "stars": 10, + "last_update": "2025-06-09 16:39:38", + "cached_time": 1765726726.464762, + "author_account_age_days": 5862 + }, + "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { + "stars": 2, + "last_update": "2024-05-23 20:29:30", + "cached_time": 1765726726.354287, + "author_account_age_days": 1788 + }, + "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { + "stars": 29, + "last_update": "2025-03-07 08:09:46", + "cached_time": 1765726726.556422, + "author_account_age_days": 4096 + }, + "https://github.com/longgui0318/comfyui-llm-assistant": { + "stars": 8, + "last_update": "2024-09-17 13:12:43", + "cached_time": 1765726726.372209, + "author_account_age_days": 4703 + }, + "https://github.com/longgui0318/comfyui-mask-util": { + "stars": 8, + "last_update": "2025-04-07 08:18:11", + "cached_time": 1765726726.535512, + "author_account_age_days": 4703 + }, + "https://github.com/longgui0318/comfyui-magic-clothing": { + "stars": 82, + "last_update": "2024-08-08 14:42:04", + "cached_time": 1765726726.596157, + "author_account_age_days": 4703 + }, + "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { + "stars": 2, + "last_update": "2024-05-22 23:14:18", + "cached_time": 1765726726.669268, + "author_account_age_days": 2760 + }, + "https://github.com/FlyingFireCo/tiled_ksampler": { + "stars": 97, + "last_update": "2024-05-22 23:15:17", + "cached_time": 1765726726.663298, + "author_account_age_days": 1170 + }, + "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { + "stars": 6, + "last_update": "2024-05-22 23:14:06", + "cached_time": 1765726726.713376, + "author_account_age_days": 3611 + }, + "https://github.com/longgui0318/comfyui-common-util": { + "stars": 1, + "last_update": "2025-04-07 08:19:05", + "cached_time": 1765726726.997713, + "author_account_age_days": 4703 + }, + "https://github.com/Shraknard/ComfyUI-Remover": { + "stars": 5, + "last_update": "2024-07-24 08:42:48", + "cached_time": 1765726727.084099, + "author_account_age_days": 2855 + }, + "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { + "stars": 16, + "last_update": "2024-05-22 23:15:37", + "cached_time": 1765726727.366829, + "author_account_age_days": 4369 + }, + "https://github.com/godspede/ComfyUI_Substring": { + "stars": 0, + "last_update": "2025-03-27 15:33:12", + "cached_time": 1765726727.428553, + "author_account_age_days": 3651 + }, + "https://github.com/gokayfem/ComfyUI_VLM_nodes": { + "stars": 544, + "last_update": "2025-12-05 12:29:00", + "cached_time": 1765726727.478199, + "author_account_age_days": 1596 + }, + "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { + "stars": 81, + "last_update": "2024-07-31 16:11:04", + "cached_time": 1765726727.608243, + "author_account_age_days": 1596 + }, + "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { + "stars": 67, + "last_update": "2024-10-31 23:50:57", + "cached_time": 1765726727.64607, + "author_account_age_days": 1596 + }, + "https://github.com/gokayfem/ComfyUI-Texture-Simple": { + "stars": 53, + "last_update": "2024-07-31 16:14:23", + "cached_time": 1765726727.627304, + "author_account_age_days": 1596 + }, + "https://github.com/gokayfem/ComfyUI-fal-API": { + "stars": 166, + "last_update": "2025-12-09 21:44:38", + "cached_time": 1765726727.705566, + "author_account_age_days": 1596 + }, + "https://github.com/yuvraj108c/ComfyUI-Whisper": { + "stars": 164, + "last_update": "2025-08-27 06:08:11", + "cached_time": 1765726727.717606, + "author_account_age_days": 2690 + }, + "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { + "stars": 5, + "last_update": "2024-05-22 23:16:28", + "cached_time": 1765726727.806825, + "author_account_age_days": 839 + }, + "https://github.com/yuvraj108c/ComfyUI-Pronodes": { + "stars": 4, + "last_update": "2025-01-05 10:06:31", + "cached_time": 1765726728.014124, + "author_account_age_days": 2690 + }, + "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { + "stars": 8, + "last_update": "2025-05-11 05:18:07", + "cached_time": 1765726728.169274, + "author_account_age_days": 839 + }, + "https://github.com/yuvraj108c/ComfyUI-Vsgan": { + "stars": 3, + "last_update": "2024-05-22 23:17:02", + "cached_time": 1765726728.438302, + "author_account_age_days": 2690 + }, + "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { + "stars": 122, + "last_update": "2025-09-17 05:44:08", + "cached_time": 1765726728.459139, + "author_account_age_days": 2690 + }, + "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { + "stars": 28, + "last_update": "2024-05-22 23:17:27", + "cached_time": 1765726728.504586, + "author_account_age_days": 2690 + }, + "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { + "stars": 215, + "last_update": "2025-09-08 04:44:47", + "cached_time": 1765726728.621446, + "author_account_age_days": 2690 + }, + "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { + "stars": 18, + "last_update": "2025-07-29 16:09:08", + "cached_time": 1765726728.664591, + "author_account_age_days": 2690 + }, + "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { + "stars": 47, + "last_update": "2025-05-03 19:32:24", + "cached_time": 1765726728.699463, + "author_account_age_days": 2690 + }, + "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { + "stars": 28, + "last_update": "2024-09-22 13:07:19", + "cached_time": 1765726728.737579, + "author_account_age_days": 2690 + }, + "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { + "stars": 36, + "last_update": "2025-10-15 06:15:18", + "cached_time": 1765726728.778714, + "author_account_age_days": 2690 + }, + "https://github.com/yuvraj108c/ComfyUI_InvSR": { + "stars": 248, + "last_update": "2025-07-06 15:46:55", + "cached_time": 1765726728.870893, + "author_account_age_days": 2690 + }, + "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { + "stars": 65, + "last_update": "2025-09-23 07:06:14", + "cached_time": 1765726729.049889, + "author_account_age_days": 2690 + }, + "https://github.com/yuvraj108c/ComfyUI-Thera": { + "stars": 35, + "last_update": "2025-05-01 07:52:54", + "cached_time": 1765726729.178803, + "author_account_age_days": 2690 + }, + "https://github.com/yuvraj108c/ComfyUI-FLOAT": { + "stars": 239, + "last_update": "2025-08-27 08:00:28", + "cached_time": 1765726729.834523, + "author_account_age_days": 2690 + }, + "https://github.com/blepping/ComfyUI-bleh": { + "stars": 131, + "last_update": "2025-09-17 19:18:14", + "cached_time": 1765726729.47733, + "author_account_age_days": 692 + }, + "https://github.com/blepping/ComfyUI-sonar": { + "stars": 47, + "last_update": "2025-08-08 16:02:55", + "cached_time": 1765726729.550306, + "author_account_age_days": 692 + }, + "https://github.com/blepping/comfyui_jankhidiffusion": { + "stars": 125, + "last_update": "2025-05-06 10:34:03", + "cached_time": 1765726729.661026, + "author_account_age_days": 692 + }, + "https://github.com/blepping/comfyui_jankdiffusehigh": { + "stars": 36, + "last_update": "2025-05-06 10:28:37", + "cached_time": 1765726729.714385, + "author_account_age_days": 692 + }, + "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { + "stars": 31, + "last_update": "2025-02-27 16:14:46", + "cached_time": 1765726729.732171, + "author_account_age_days": 692 + }, + "https://github.com/blepping/comfyui_overly_complicated_sampling": { + "stars": 28, + "last_update": "2025-08-09 13:28:10", + "cached_time": 1765726729.799039, + "author_account_age_days": 692 + }, + "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { + "stars": 2, + "last_update": "2024-05-22 23:19:02", + "cached_time": 1765726729.806329, + "author_account_age_days": 1515 + }, + "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { + "stars": 6, + "last_update": "2024-08-25 18:35:55", + "cached_time": 1765726729.896207, + "author_account_age_days": 693 + }, + "https://github.com/zhongpei/ComfyUI-InstructIR": { + "stars": 74, + "last_update": "2024-05-22 23:19:43", + "cached_time": 1765726730.055019, + "author_account_age_days": 3997 + }, + "https://github.com/mape/ComfyUI-mape-Helpers": { + "stars": 186, + "last_update": "2024-06-27 16:30:32", + "cached_time": 1765726730.219424, + "author_account_age_days": 6292 + }, + "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { + "stars": 69, + "last_update": "2025-04-07 09:09:34", + "cached_time": 1765726730.573911, + "author_account_age_days": 1009 + }, + "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { + "stars": 2, + "last_update": "2025-03-27 12:41:28", + "cached_time": 1765726730.69582, + "author_account_age_days": 2780 + }, + "https://github.com/StartHua/ComfyUI_Seg_VITON": { + "stars": 225, + "last_update": "2024-05-22 23:20:17", + "cached_time": 1765726730.778333, + "author_account_age_days": 3373 + }, + "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { + "stars": 103, + "last_update": "2024-07-24 14:45:58", + "cached_time": 1765726730.770586, + "author_account_age_days": 3373 + }, + "https://github.com/StartHua/Comfyui_joytag": { + "stars": 61, + "last_update": "2024-05-22 23:20:28", + "cached_time": 1765726730.825287, + "author_account_age_days": 3373 + }, + "https://github.com/StartHua/ComfyUI_PCDMs": { + "stars": 7, + "last_update": "2024-05-22 23:21:14", + "cached_time": 1765726730.864662, + "author_account_age_days": 3373 + }, + "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { + "stars": 127, + "last_update": "2024-06-14 08:12:12", + "cached_time": 1765726730.8711, + "author_account_age_days": 3373 + }, + "https://github.com/StartHua/Comfyui_CXH_DeepLX": { + "stars": 8, + "last_update": "2024-09-21 02:38:08", + "cached_time": 1765726730.920208, + "author_account_age_days": 3373 + }, + "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { + "stars": 16, + "last_update": "2024-08-22 04:45:39", + "cached_time": 1765726730.955213, + "author_account_age_days": 3373 + }, + "https://github.com/StartHua/Comfyui_Gemini2": { + "stars": 16, + "last_update": "2024-12-12 09:42:42", + "cached_time": 1765726731.099269, + "author_account_age_days": 3373 + }, + "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { + "stars": 25, + "last_update": "2024-12-26 06:56:07", + "cached_time": 1765726731.260518, + "author_account_age_days": 3373 + }, + "https://github.com/ricklove/comfyui-ricklove": { + "stars": 1, + "last_update": "2024-10-05 03:12:28", + "cached_time": 1765726731.59532, + "author_account_age_days": 5371 + }, + "https://github.com/nosiu/comfyui-instantId-faceswap": { + "stars": 256, + "last_update": "2025-06-27 11:36:33", + "cached_time": 1765726731.766306, + "author_account_age_days": 4443 + }, + "https://github.com/nosiu/comfyui-text-randomizer": { + "stars": 0, + "last_update": "2025-03-03 01:40:12", + "cached_time": 1765726731.84788, + "author_account_age_days": 4443 + }, + "https://github.com/LyazS/comfyui-anime-seg": { + "stars": 9, + "last_update": "2024-05-22 23:21:49", + "cached_time": 1765726731.806583, + "author_account_age_days": 3395 + }, + "https://github.com/LyazS/comfyui-nettools": { + "stars": 5, + "last_update": "2024-09-23 12:52:44", + "cached_time": 1765726731.858456, + "author_account_age_days": 3395 + }, + "https://github.com/Chan-0312/ComfyUI-IPAnimate": { + "stars": 75, + "last_update": "2024-05-22 23:22:03", + "cached_time": 1765726731.933147, + "author_account_age_days": 2404 + }, + "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { + "stars": 13, + "last_update": "2024-05-22 23:22:14", + "cached_time": 1765726731.893983, + "author_account_age_days": 2404 + }, + "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { + "stars": 49, + "last_update": "2025-04-21 05:38:12", + "cached_time": 1765726731.945967, + "author_account_age_days": 3498 + }, + "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { + "stars": 172, + "last_update": "2025-11-12 21:46:59", + "cached_time": 1765726731.993274, + "author_account_age_days": 5508 + }, + "https://github.com/TemryL/ComfyS3": { + "stars": 55, + "last_update": "2024-11-05 14:56:04", + "cached_time": 1765726732.149919, + "author_account_age_days": 1407 + }, + "https://github.com/yffyhk/comfyui_auto_danbooru": { + "stars": 1, + "last_update": "2024-05-22 23:23:03", + "cached_time": 1765726732.281349, + "author_account_age_days": 4260 + }, + "https://github.com/dfl/comfyui-clip-with-break": { + "stars": 17, + "last_update": "2025-03-04 20:16:06", + "cached_time": 1765726732.63998, + "author_account_age_days": 6512 + }, + "https://github.com/dfl/comfyui-tcd-scheduler": { + "stars": 84, + "last_update": "2024-05-22 23:23:28", + "cached_time": 1765726732.804319, + "author_account_age_days": 6512 + }, + "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { + "stars": 25, + "last_update": "2025-04-02 21:40:49", + "cached_time": 1765726732.844465, + "author_account_age_days": 3400 + }, + "https://github.com/bilal-arikan/ComfyUI_TextAssets": { + "stars": 2, + "last_update": "2024-05-22 23:23:50", + "cached_time": 1765726732.888629, + "author_account_age_days": 4045 + }, + "https://github.com/kadirnar/ComfyUI-Transformers": { + "stars": 23, + "last_update": "2024-06-22 22:44:39", + "cached_time": 1765726732.863085, + "author_account_age_days": 2867 + }, + "https://github.com/digitaljohn/comfyui-propost": { + "stars": 195, + "last_update": "2025-02-10 23:25:24", + "cached_time": 1765726732.92378, + "author_account_age_days": 5056 + }, + "https://github.com/kadirnar/ComfyUI-YOLO": { + "stars": 109, + "last_update": "2025-12-08 18:57:22", + "cached_time": 1765726732.971857, + "author_account_age_days": 2867 + }, + "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { + "stars": 7, + "last_update": "2024-05-22 23:24:45", + "cached_time": 1765726733.001246, + "author_account_age_days": 1241 + }, + "https://github.com/mbrostami/ComfyUI-HF": { + "stars": 19, + "last_update": "2024-05-27 21:45:33", + "cached_time": 1765726733.018043, + "author_account_age_days": 4860 + }, + "https://github.com/XmYx/ComfyUI-SmolLM3": { + "stars": 5, + "last_update": "2025-07-10 06:25:43", + "cached_time": 1765726733.227476, + "author_account_age_days": 3144 + }, + "https://github.com/Billius-AI/ComfyUI-Path-Helper": { + "stars": 21, + "last_update": "2024-05-22 23:25:08", + "cached_time": 1765726733.315422, + "author_account_age_days": 673 + }, + "https://github.com/XmYx/deforum-comfy-nodes": { + "stars": 197, + "last_update": "2025-05-26 19:50:55", + "cached_time": 1765726733.658994, + "author_account_age_days": 3144 + }, + "https://github.com/Franck-Demongin/NX_PromptStyler": { + "stars": 9, + "last_update": "2024-05-22 23:25:21", + "cached_time": 1765726733.829772, + "author_account_age_days": 2309 + }, + "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { + "stars": 3, + "last_update": "2024-08-14 02:17:21", + "cached_time": 1765726733.884417, + "author_account_age_days": 2309 + }, + "https://github.com/Franck-Demongin/NX_Translator": { + "stars": 2, + "last_update": "2024-08-14 02:17:01", + "cached_time": 1765726733.92389, + "author_account_age_days": 2309 + }, + "https://github.com/xiaoxiaodesha/hd_node": { + "stars": 18, + "last_update": "2024-06-11 02:36:48", + "cached_time": 1765726733.927595, + "author_account_age_days": 3412 + }, + "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { + "stars": 3, + "last_update": "2025-03-09 04:33:26", + "cached_time": 1765726733.982901, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { + "stars": 147, + "last_update": "2024-09-18 13:17:42", + "cached_time": 1765726734.011371, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { + "stars": 31, + "last_update": "2025-03-20 04:42:59", + "cached_time": 1765726734.03438, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { + "stars": 18, + "last_update": "2024-11-20 12:58:30", + "cached_time": 1765726734.017765, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { + "stars": 130, + "last_update": "2025-03-20 11:25:12", + "cached_time": 1765726734.244202, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { + "stars": 18, + "last_update": "2024-07-18 12:41:22", + "cached_time": 1765726734.345016, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { + "stars": 27, + "last_update": "2025-07-26 17:23:13", + "cached_time": 1765726734.74212, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { + "stars": 9, + "last_update": "2024-11-23 03:57:20", + "cached_time": 1765726734.888063, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { + "stars": 21, + "last_update": "2025-07-21 19:10:32", + "cached_time": 1765726734.927666, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { + "stars": 17, + "last_update": "2024-12-23 10:54:08", + "cached_time": 1765726734.97048, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { + "stars": 332, + "last_update": "2025-04-22 17:30:51", + "cached_time": 1765726734.998625, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { + "stars": 42, + "last_update": "2024-12-27 11:19:59", + "cached_time": 1765726735.033757, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { + "stars": 46, + "last_update": "2024-12-31 19:19:42", + "cached_time": 1765726735.029087, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { + "stars": 9, + "last_update": "2024-12-29 05:30:57", + "cached_time": 1765726735.05178, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { + "stars": 19, + "last_update": "2025-02-05 19:26:18", + "cached_time": 1765726735.08015, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { + "stars": 924, + "last_update": "2025-09-04 08:19:07", + "cached_time": 1765726735.298179, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { + "stars": 19, + "last_update": "2025-01-27 17:14:24", + "cached_time": 1765726735.374727, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { + "stars": 31, + "last_update": "2025-03-20 11:20:56", + "cached_time": 1765726735.789956, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { + "stars": 8, + "last_update": "2025-03-20 11:24:21", + "cached_time": 1765726735.906458, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { + "stars": 67, + "last_update": "2025-04-03 13:49:04", + "cached_time": 1765726735.948458, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { + "stars": 37, + "last_update": "2025-02-27 13:48:05", + "cached_time": 1765726735.989338, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { + "stars": 3, + "last_update": "2025-03-20 11:23:20", + "cached_time": 1765726736.064258, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { + "stars": 7, + "last_update": "2025-04-02 10:58:27", + "cached_time": 1765726736.088591, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/comfyui-openai_fm": { + "stars": 3, + "last_update": "2025-04-03 14:25:24", + "cached_time": 1765726736.084722, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/google_moogle": { + "stars": 4, + "last_update": "2025-10-16 05:00:58", + "cached_time": 1765726736.174602, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { + "stars": 10, + "last_update": "2025-05-03 22:06:22", + "cached_time": 1765726736.187648, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { + "stars": 2, + "last_update": "2025-04-04 16:06:49", + "cached_time": 1765726736.71676, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { + "stars": 31, + "last_update": "2025-04-12 04:25:55", + "cached_time": 1765726736.41708, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { + "stars": 110, + "last_update": "2025-09-18 04:06:05", + "cached_time": 1765726736.850163, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI_Hedra": { + "stars": 4, + "last_update": "2025-05-04 16:41:02", + "cached_time": 1765726736.934207, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { + "stars": 25, + "last_update": "2025-05-11 20:53:31", + "cached_time": 1765726736.977403, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { + "stars": 106, + "last_update": "2025-05-19 21:10:06", + "cached_time": 1765726737.033746, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { + "stars": 19, + "last_update": "2025-05-23 14:21:58", + "cached_time": 1765726737.088471, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { + "stars": 21, + "last_update": "2025-06-04 18:50:40", + "cached_time": 1765726737.109427, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { + "stars": 17, + "last_update": "2025-07-24 15:03:22", + "cached_time": 1765726737.103907, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/FluxKontextCreator": { + "stars": 81, + "last_update": "2025-06-10 17:07:05", + "cached_time": 1765726737.217236, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/ComfyUI-NanoBanano": { + "stars": 62, + "last_update": "2025-08-27 12:38:13", + "cached_time": 1765726737.205497, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/multi-lora-stack": { + "stars": 8, + "last_update": "2025-08-04 10:42:16", + "cached_time": 1765726737.472599, + "author_account_age_days": 1743 + }, + "https://github.com/ShmuelRonen/flux_pro_integrative": { + "stars": 0, + "last_update": "2025-09-05 18:08:58", + "cached_time": 1765726737.75365, + "author_account_age_days": 1743 + }, + "https://github.com/redhottensors/ComfyUI-Prediction": { + "stars": 15, + "last_update": "2024-07-14 21:19:01", + "cached_time": 1765726737.864218, + "author_account_age_days": 677 + }, + "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { + "stars": 28, + "last_update": "2024-06-14 10:24:17", + "cached_time": 1765726737.969851, + "author_account_age_days": 920 + }, + "https://github.com/jordoh/ComfyUI-Deepface": { + "stars": 34, + "last_update": "2025-08-30 18:41:41", + "cached_time": 1765726738.010808, + "author_account_age_days": 5531 + }, + "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { + "stars": 6, + "last_update": "2024-07-31 13:48:47", + "cached_time": 1765726738.079974, + "author_account_age_days": 1467 + }, + "https://github.com/al-swaiti/All-IN-ONE-style": { + "stars": 6, + "last_update": "2024-07-30 05:59:49", + "cached_time": 1765726738.164389, + "author_account_age_days": 1467 + }, + "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { + "stars": 143, + "last_update": "2025-12-07 02:42:55", + "cached_time": 1765726738.127678, + "author_account_age_days": 1467 + }, + "https://github.com/mirabarukaso/ComfyUI_Mira": { + "stars": 162, + "last_update": "2025-12-10 15:42:53", + "cached_time": 1765726738.152728, + "author_account_age_days": 1758 + }, + "https://github.com/1038lab/ComfyUI-WildPromptor": { + "stars": 60, + "last_update": "2025-11-06 00:14:44", + "cached_time": 1765726738.222556, + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-OmniGen": { + "stars": 295, + "last_update": "2025-04-18 18:33:34", + "cached_time": 1765726738.256313, + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-RMBG": { + "stars": 1574, + "last_update": "2025-12-11 07:22:00", + "cached_time": 1765726738.503353, + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-Pollinations": { + "stars": 46, + "last_update": "2025-07-07 07:11:19", + "cached_time": 1765726738.781878, + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-SparkTTS": { + "stars": 120, + "last_update": "2025-04-15 19:28:39", + "cached_time": 1765726738.95199, + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-EdgeTTS": { + "stars": 58, + "last_update": "2025-07-24 03:21:45", + "cached_time": 1765726738.969303, + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-MegaTTS": { + "stars": 49, + "last_update": "2025-06-19 19:12:51", + "cached_time": 1765726739.075991, + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-LBM": { + "stars": 88, + "last_update": "2025-05-27 17:37:31", + "cached_time": 1765726739.166625, + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-ReduxFineTune": { + "stars": 65, + "last_update": "2025-06-21 19:10:36", + "cached_time": 1765726739.193181, + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-JoyCaption": { + "stars": 172, + "last_update": "2025-11-07 06:57:18", + "cached_time": 1765726739.198325, + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { + "stars": 74, + "last_update": "2025-06-27 21:57:55", + "cached_time": 1765726739.255725, + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-Mosaic": { + "stars": 1, + "last_update": "2025-07-05 16:12:04", + "cached_time": 1765726739.276176, + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-MiniCPM": { + "stars": 139, + "last_update": "2025-08-28 19:52:08", + "cached_time": 1765726739.483493, + "author_account_age_days": 990 + }, + "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { + "stars": 17, + "last_update": "2025-03-12 09:07:07", + "cached_time": 1765726739.730593, + "author_account_age_days": 1570 + }, + "https://github.com/klinter007/klinter_nodes": { + "stars": 18, + "last_update": "2025-12-07 05:28:22", + "cached_time": 1765726739.800547, + "author_account_age_days": 963 + }, + "https://github.com/logtd/ComfyUI-InstanceDiffusion": { + "stars": 177, + "last_update": "2024-08-30 21:17:51", + "cached_time": 1765726739.994664, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-TrackingNodes": { + "stars": 19, + "last_update": "2024-05-22 00:03:27", + "cached_time": 1765726740.018353, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-InversedNoise": { + "stars": 16, + "last_update": "2024-05-22 00:10:18", + "cached_time": 1765726740.087829, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-FLATTEN": { + "stars": 110, + "last_update": "2024-08-30 21:18:55", + "cached_time": 1765726740.195169, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-RefSampling": { + "stars": 5, + "last_update": "2024-09-11 20:56:01", + "cached_time": 1765726740.204519, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-RAVE_ATTN": { + "stars": 13, + "last_update": "2024-05-22 00:20:03", + "cached_time": 1765726740.258408, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-RefUNet": { + "stars": 45, + "last_update": "2024-08-30 21:20:20", + "cached_time": 1765726740.260606, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-SEGAttention": { + "stars": 40, + "last_update": "2024-09-11 20:55:00", + "cached_time": 1765726740.314451, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-SSREncoder": { + "stars": 1, + "last_update": "2024-08-24 23:33:09", + "cached_time": 1765726740.524164, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-SeeCoder": { + "stars": 0, + "last_update": "2024-08-24 23:31:10", + "cached_time": 1765726740.74004, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-4DHumans": { + "stars": 7, + "last_update": "2024-08-30 21:12:55", + "cached_time": 1765726740.822986, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-ReNoise": { + "stars": 6, + "last_update": "2024-09-01 22:17:49", + "cached_time": 1765726741.025118, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { + "stars": 41, + "last_update": "2024-08-30 21:19:48", + "cached_time": 1765726741.056438, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-DiLightNet": { + "stars": 11, + "last_update": "2024-10-06 03:48:15", + "cached_time": 1765726741.111148, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-ViewCrafter": { + "stars": 14, + "last_update": "2024-09-30 19:32:41", + "cached_time": 1765726741.232661, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-Fluxtapoz": { + "stars": 1392, + "last_update": "2025-01-09 02:38:40", + "cached_time": 1765726741.221003, + "author_account_age_days": 660 + }, + "https://github.com/logtd/ComfyUI-APGScaling": { + "stars": 29, + "last_update": "2024-10-06 20:51:27", + "cached_time": 1765726741.313639, + "author_account_age_days": 660 + }, + "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { + "stars": 66, + "last_update": "2025-04-19 11:58:55", + "cached_time": 1765726741.349894, + "author_account_age_days": 1409 + }, + "https://github.com/logtd/ComfyUI-MochiEdit": { + "stars": 295, + "last_update": "2024-11-03 18:38:16", + "cached_time": 1765726741.331313, + "author_account_age_days": 660 + }, + "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { + "stars": 33, + "last_update": "2025-08-29 08:44:14", + "cached_time": 1765726741.609111, + "author_account_age_days": 1409 + }, + "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { + "stars": 3, + "last_update": "2024-06-14 08:59:42", + "cached_time": 1765726741.766489, + "author_account_age_days": 2018 + }, + "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { + "stars": 469, + "last_update": "2024-07-12 03:49:27", + "cached_time": 1765726741.872632, + "author_account_age_days": 928 + }, + "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { + "stars": 37, + "last_update": "2024-06-14 09:03:24", + "cached_time": 1765726742.093097, + "author_account_age_days": 928 + }, + "https://github.com/czcz1024/Comfyui-FaceCompare": { + "stars": 0, + "last_update": "2024-06-14 07:13:32", + "cached_time": 1765726742.094519, + "author_account_age_days": 4772 + }, + "https://github.com/TheBill2001/comfyui-upscale-by-model": { + "stars": 11, + "last_update": "2024-06-18 17:57:06", + "cached_time": 1765726742.144743, + "author_account_age_days": 1980 + }, + "https://github.com/leoleelxh/ComfyUI-LLMs": { + "stars": 51, + "last_update": "2025-06-17 13:52:33", + "cached_time": 1765726742.279675, + "author_account_age_days": 4613 + }, + "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { + "stars": 36, + "last_update": "2025-07-30 15:44:50", + "cached_time": 1765726742.279254, + "author_account_age_days": 6178 + }, + "https://github.com/hiforce/comfyui-hiforce-plugin": { + "stars": 11, + "last_update": "2024-06-14 08:13:24", + "cached_time": 1765726742.387063, + "author_account_age_days": 2340 + }, + "https://github.com/jkrauss82/ultools-comfyui": { + "stars": 8, + "last_update": "2025-12-04 12:39:44", + "cached_time": 1765726742.3645, + "author_account_age_days": 4750 + }, + "https://github.com/guill/abracadabra-comfyui": { + "stars": 1, + "last_update": "2024-12-23 09:46:10", + "cached_time": 1765726742.383179, + "author_account_age_days": 4731 + }, + "https://github.com/guill/comfyui-droopy-noodles": { + "stars": 8, + "last_update": "2025-07-26 05:48:32", + "cached_time": 1765726742.640721, + "author_account_age_days": 4731 + }, + "https://github.com/cerspense/ComfyUI_cspnodes": { + "stars": 36, + "last_update": "2025-10-09 11:28:43", + "cached_time": 1765726742.800224, + "author_account_age_days": 3220 + }, + "https://github.com/qwixiwp/queuetools": { + "stars": 0, + "last_update": "2024-06-14 10:27:57", + "cached_time": 1765726742.922098, + "author_account_age_days": 1149 + }, + "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { + "stars": 23, + "last_update": "2025-03-27 17:57:44", + "cached_time": 1765726743.460173, + "author_account_age_days": 1919 + }, + "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { + "stars": 37, + "last_update": "2024-06-14 09:01:37", + "cached_time": 1765726743.159348, + "author_account_age_days": 2404 + }, + "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { + "stars": 54, + "last_update": "2025-06-07 04:46:39", + "cached_time": 1765726743.200652, + "author_account_age_days": 3583 + }, + "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { + "stars": 3, + "last_update": "2024-06-24 13:53:39", + "cached_time": 1765726743.332962, + "author_account_age_days": 1705 + }, + "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { + "stars": 24, + "last_update": "2024-06-14 07:13:34", + "cached_time": 1765726743.323832, + "author_account_age_days": 1023 + }, + "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { + "stars": 27, + "last_update": "2025-04-06 02:06:59", + "cached_time": 1765726743.428867, + "author_account_age_days": 952 + }, + "https://github.com/huchenlei/ComfyUI-layerdiffuse": { + "stars": 1743, + "last_update": "2025-02-25 16:35:50", + "cached_time": 1765726743.413626, + "author_account_age_days": 3414 + }, + "https://github.com/uetuluk/comfyui-webcam-node": { + "stars": 4, + "last_update": "2024-06-14 08:25:13", + "cached_time": 1765726743.431538, + "author_account_age_days": 2852 + }, + "https://github.com/huchenlei/ComfyUI_DanTagGen": { + "stars": 77, + "last_update": "2024-08-01 01:42:14", + "cached_time": 1765726743.641438, + "author_account_age_days": 3414 + }, + "https://github.com/huchenlei/ComfyUI_densediffusion": { + "stars": 152, + "last_update": "2025-02-25 16:34:32", + "cached_time": 1765726743.852226, + "author_account_age_days": 3414 + }, + "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { + "stars": 639, + "last_update": "2025-02-25 16:35:36", + "cached_time": 1765726743.949476, + "author_account_age_days": 3414 + }, + "https://github.com/huchenlei/ComfyUI-openpose-editor": { + "stars": 137, + "last_update": "2024-07-31 13:44:16", + "cached_time": 1765726744.195588, + "author_account_age_days": 3414 + }, + "https://github.com/huchenlei/ComfyUI_omost": { + "stars": 447, + "last_update": "2025-02-25 16:35:18", + "cached_time": 1765726744.220441, + "author_account_age_days": 3414 + }, + "https://github.com/nathannlu/ComfyUI-Pets": { + "stars": 48, + "last_update": "2024-06-14 11:00:42", + "cached_time": 1765726744.36849, + "author_account_age_days": 3263 + }, + "https://github.com/nathannlu/ComfyUI-Cloud": { + "stars": 206, + "last_update": "2024-07-31 18:05:55", + "cached_time": 1765726744.370817, + "author_account_age_days": 3263 + }, + "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { + "stars": 96, + "last_update": "2024-08-23 12:04:09", + "cached_time": 1765726744.44572, + "author_account_age_days": 663 + }, + "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { + "stars": 27, + "last_update": "2024-06-28 05:28:05", + "cached_time": 1765726744.460823, + "author_account_age_days": 663 + }, + "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { + "stars": 77, + "last_update": "2025-06-22 14:48:37", + "cached_time": 1765726744.460606, + "author_account_age_days": 663 + }, + "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { + "stars": 114, + "last_update": "2025-08-11 17:17:54", + "cached_time": 1765726744.482517, + "author_account_age_days": 663 + }, + "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { + "stars": 40, + "last_update": "2024-08-02 05:24:19", + "cached_time": 1765726744.692985, + "author_account_age_days": 663 + }, + "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { + "stars": 3, + "last_update": "2024-05-23 00:08:50", + "cached_time": 1765726744.882128, + "author_account_age_days": 2981 + }, + "https://github.com/11dogzi/Comfyui-HYPIR": { + "stars": 116, + "last_update": "2025-08-03 02:14:03", + "cached_time": 1765726744.98298, + "author_account_age_days": 663 + }, + "https://github.com/cdb-boop/comfyui-image-round": { + "stars": 11, + "last_update": "2025-05-10 13:32:13", + "cached_time": 1765726745.234032, + "author_account_age_days": 1742 + }, + "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { + "stars": 495, + "last_update": "2024-09-12 06:55:50", + "cached_time": 1765726745.318587, + "author_account_age_days": 1742 + }, + "https://github.com/atmaranto/ComfyUI-SaveAsScript": { + "stars": 160, + "last_update": "2025-09-13 07:08:57", + "cached_time": 1765726745.471372, + "author_account_age_days": 2886 + }, + "https://github.com/meshmesh-io/mm-comfyui-loopback": { + "stars": 1, + "last_update": "2024-05-23 00:09:57", + "cached_time": 1765726745.494937, + "author_account_age_days": 766 + }, + "https://github.com/meshmesh-io/mm-comfyui-megamask": { + "stars": 0, + "last_update": "2024-05-23 00:09:47", + "cached_time": 1765726745.55677, + "author_account_age_days": 766 + }, + "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { + "stars": 0, + "last_update": "2024-05-23 00:10:09", + "cached_time": 1765726745.519273, + "author_account_age_days": 766 + }, + "https://github.com/cozymantis/pose-generator-comfyui-node": { + "stars": 89, + "last_update": "2025-04-07 09:53:17", + "cached_time": 1765726745.5438, + "author_account_age_days": 646 + }, + "https://github.com/cozymantis/human-parser-comfyui-node": { + "stars": 122, + "last_update": "2025-04-19 14:09:03", + "cached_time": 1765726745.53894, + "author_account_age_days": 646 + }, + "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { + "stars": 5, + "last_update": "2025-04-07 09:53:31", + "cached_time": 1765726745.783407, + "author_account_age_days": 646 + }, + "https://github.com/victorchall/comfyui_webcamcapture": { + "stars": 15, + "last_update": "2025-04-16 20:39:32", + "cached_time": 1765726745.932677, + "author_account_age_days": 3683 + }, + "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { + "stars": 3, + "last_update": "2024-09-07 18:42:27", + "cached_time": 1765726746.02931, + "author_account_age_days": 2377 + }, + "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { + "stars": 163, + "last_update": "2025-02-21 07:03:30", + "cached_time": 1765726746.268595, + "author_account_age_days": 2377 + }, + "https://github.com/ljleb/comfy-mecha": { + "stars": 94, + "last_update": "2025-12-01 03:12:40", + "cached_time": 1765726746.334347, + "author_account_age_days": 3001 + }, + "https://github.com/diStyApps/ComfyUI_FrameMaker": { + "stars": 22, + "last_update": "2024-05-23 00:11:33", + "cached_time": 1765726746.532295, + "author_account_age_days": 4742 + }, + "https://github.com/diStyApps/ComfyUI-disty-Flow": { + "stars": 575, + "last_update": "2025-01-04 18:03:37", + "cached_time": 1765726746.547557, + "author_account_age_days": 4742 + }, + "https://github.com/hackkhai/ComfyUI-Image-Matting": { + "stars": 18, + "last_update": "2024-07-31 15:02:56", + "cached_time": 1765726746.567368, + "author_account_age_days": 2389 + }, + "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { + "stars": 27, + "last_update": "2024-05-23 00:12:17", + "cached_time": 1765726746.560052, + "author_account_age_days": 2161 + }, + "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { + "stars": 306, + "last_update": "2024-05-23 00:12:41", + "cached_time": 1765726746.572372, + "author_account_age_days": 2161 + }, + "https://github.com/angeloshredder/StableCascadeResizer": { + "stars": 2, + "last_update": "2024-05-23 00:12:55", + "cached_time": 1765726746.620191, + "author_account_age_days": 2366 + }, + "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { + "stars": 115, + "last_update": "2024-06-08 02:33:02", + "cached_time": 1765726746.817275, + "author_account_age_days": 2161 + }, + "https://github.com/stavsap/comfyui-kokoro": { + "stars": 65, + "last_update": "2025-05-17 13:23:49", + "cached_time": 1765726746.973236, + "author_account_age_days": 4622 + }, + "https://github.com/stavsap/comfyui-ollama": { + "stars": 726, + "last_update": "2025-10-23 17:02:46", + "cached_time": 1765726747.080879, + "author_account_age_days": 4622 + }, + "https://github.com/stavsap/comfyui-downloader": { + "stars": 0, + "last_update": "2025-06-22 20:44:33", + "cached_time": 1765726747.314543, + "author_account_age_days": 4622 + }, + "https://github.com/dchatel/comfyui_davcha": { + "stars": 2, + "last_update": "2025-12-03 10:03:22", + "cached_time": 1765726747.397019, + "author_account_age_days": 5073 + }, + "https://github.com/dchatel/comfyui_facetools": { + "stars": 161, + "last_update": "2025-10-08 11:49:00", + "cached_time": 1765726747.559086, + "author_account_age_days": 5073 + }, + "https://github.com/prodogape/ComfyUI-Minio": { + "stars": 7, + "last_update": "2024-05-23 00:13:38", + "cached_time": 1765726747.637297, + "author_account_age_days": 1568 + }, + "https://github.com/prodogape/ComfyUI-OmDet": { + "stars": 3, + "last_update": "2024-06-14 13:01:34", + "cached_time": 1765726747.689752, + "author_account_age_days": 1568 + }, + "https://github.com/prodogape/ComfyUI-EasyOCR": { + "stars": 45, + "last_update": "2024-08-05 07:03:20", + "cached_time": 1765726747.648674, + "author_account_age_days": 1568 + }, + "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { + "stars": 10, + "last_update": "2025-04-02 03:48:05", + "cached_time": 1765726747.618434, + "author_account_age_days": 5522 + }, + "https://github.com/prodogape/Comfyui-Yolov8-JSON": { + "stars": 27, + "last_update": "2024-08-28 02:10:39", + "cached_time": 1765726747.718311, + "author_account_age_days": 1568 + }, + "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { + "stars": 7, + "last_update": "2024-09-13 07:34:18", + "cached_time": 1765726747.953553, + "author_account_age_days": 748 + }, + "https://github.com/Xyem/Xycuno-Oobabooga": { + "stars": 4, + "last_update": "2024-05-23 00:14:14", + "cached_time": 1765726748.038577, + "author_account_age_days": 4862 + }, + "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { + "stars": 2, + "last_update": "2024-05-23 00:14:25", + "cached_time": 1765726748.204674, + "author_account_age_days": 5631 + }, + "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { + "stars": 44, + "last_update": "2025-03-09 09:17:01", + "cached_time": 1765726748.349176, + "author_account_age_days": 3400 + }, + "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { + "stars": 21, + "last_update": "2025-07-14 11:50:02", + "cached_time": 1765726748.414356, + "author_account_age_days": 3400 + }, + "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { + "stars": 172, + "last_update": "2025-03-09 09:28:07", + "cached_time": 1765726748.606203, + "author_account_age_days": 3400 + }, + "https://github.com/if-ai/ComfyUI-IF_Trellis": { + "stars": 441, + "last_update": "2025-03-09 09:31:12", + "cached_time": 1765726748.638614, + "author_account_age_days": 3400 + }, + "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { + "stars": 21, + "last_update": "2025-03-17 08:14:01", + "cached_time": 1765726748.762694, + "author_account_age_days": 3400 + }, + "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { + "stars": 17, + "last_update": "2025-03-14 13:27:47", + "cached_time": 1765726748.686477, + "author_account_age_days": 3400 + }, + "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { + "stars": 53, + "last_update": "2025-04-02 17:19:28", + "cached_time": 1765726748.719968, + "author_account_age_days": 3400 + }, + "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { + "stars": 25, + "last_update": "2025-03-14 13:19:03", + "cached_time": 1765726748.761563, + "author_account_age_days": 3400 + }, + "https://github.com/if-ai/ComfyUI-IF_Gemini": { + "stars": 64, + "last_update": "2025-09-03 12:31:44", + "cached_time": 1765726748.973734, + "author_account_age_days": 3400 + }, + "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { + "stars": 13, + "last_update": "2025-03-14 13:24:31", + "cached_time": 1765726749.092533, + "author_account_age_days": 3400 + }, + "https://github.com/if-ai/ComfyUI-IF_LLM": { + "stars": 146, + "last_update": "2025-04-09 09:23:21", + "cached_time": 1765726749.262848, + "author_account_age_days": 3400 + }, + "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { + "stars": 9, + "last_update": "2025-08-25 14:42:19", + "cached_time": 1765726749.44265, + "author_account_age_days": 3400 + }, + "https://github.com/if-ai/ComfyUI_HunyuanVideoFoley": { + "stars": 136, + "last_update": "2025-09-08 20:24:15", + "cached_time": 1765726749.442272, + "author_account_age_days": 3400 + }, + "https://github.com/dmMaze/sketch2manga": { + "stars": 42, + "last_update": "2025-03-31 08:51:09", + "cached_time": 1765726749.64471, + "author_account_age_days": 2387 + }, + "https://github.com/if-ai/ComfyUI-yt_dl": { + "stars": 2, + "last_update": "2025-08-13 14:47:44", + "cached_time": 1765726749.656167, + "author_account_age_days": 3400 + }, + "https://github.com/olduvai-jp/ComfyUI-HfLoader": { + "stars": 4, + "last_update": "2025-02-13 17:05:40", + "cached_time": 1765726749.75934, + "author_account_age_days": 1414 + }, + "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { + "stars": 0, + "last_update": "2024-06-20 17:26:02", + "cached_time": 1765726749.734533, + "author_account_age_days": 1814 + }, + "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { + "stars": 2, + "last_update": "2025-09-27 03:52:18", + "cached_time": 1765726749.863683, + "author_account_age_days": 1414 + }, + "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { + "stars": 243, + "last_update": "2024-05-29 18:29:05", + "cached_time": 1765726749.796007, + "author_account_age_days": 1782 + }, + "https://github.com/madtunebk/ComfyUI-ControlnetAux": { + "stars": 16, + "last_update": "2024-06-28 16:16:51", + "cached_time": 1765726749.978127, + "author_account_age_days": 999 + }, + "https://github.com/MarkoCa1/ComfyUI-Text": { + "stars": 9, + "last_update": "2024-12-16 09:48:49", + "cached_time": 1765726750.120407, + "author_account_age_days": 2171 + }, + "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { + "stars": 24, + "last_update": "2024-05-23 00:15:51", + "cached_time": 1765726750.317818, + "author_account_age_days": 2171 + }, + "https://github.com/Jannchie/ComfyUI-J": { + "stars": 98, + "last_update": "2025-04-07 09:03:24", + "cached_time": 1765726750.462334, + "author_account_age_days": 3091 + }, + "https://github.com/daxcay/ComfyUI-DataSet": { + "stars": 55, + "last_update": "2025-03-01 05:24:50", + "cached_time": 1765726750.472073, + "author_account_age_days": 633 + }, + "https://github.com/daxcay/ComfyUI-Nexus": { + "stars": 92, + "last_update": "2025-03-01 15:40:05", + "cached_time": 1765726750.685679, + "author_account_age_days": 633 + }, + "https://github.com/daxcay/ComfyUI-JDCN": { + "stars": 140, + "last_update": "2025-04-14 09:20:22", + "cached_time": 1765726750.747112, + "author_account_age_days": 633 + }, + "https://github.com/daxcay/ComfyUI-WA": { + "stars": 50, + "last_update": "2024-11-28 09:44:50", + "cached_time": 1765726751.039551, + "author_account_age_days": 633 + }, + "https://github.com/daxcay/ComfyUI-TG": { + "stars": 23, + "last_update": "2024-11-28 09:45:12", + "cached_time": 1765726750.795372, + "author_account_age_days": 633 + }, + "https://github.com/daxcay/ComfyUI-NODEJS": { + "stars": 16, + "last_update": "2024-11-28 09:46:29", + "cached_time": 1765726750.825608, + "author_account_age_days": 633 + }, + "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { + "stars": 13, + "last_update": "2025-11-24 01:11:29", + "cached_time": 1765726750.892647, + "author_account_age_days": 829 + }, + "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { + "stars": 4, + "last_update": "2024-11-28 09:45:30", + "cached_time": 1765726751.020791, + "author_account_age_days": 633 + }, + "https://github.com/zhangp365/ComfyUI-utils-nodes": { + "stars": 111, + "last_update": "2025-12-13 04:26:18", + "cached_time": 1765726751.15551, + "author_account_age_days": 829 + }, + "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { + "stars": 90, + "last_update": "2024-08-26 09:52:06", + "cached_time": 1765726751.357511, + "author_account_age_days": 5032 + }, + "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { + "stars": 5, + "last_update": "2024-05-23 00:17:31", + "cached_time": 1765726751.491975, + "author_account_age_days": 1064 + }, + "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { + "stars": 97, + "last_update": "2025-06-09 05:43:18", + "cached_time": 1765726751.485818, + "author_account_age_days": 1138 + }, + "https://github.com/chaosaiart/Chaosaiart-Nodes": { + "stars": 113, + "last_update": "2025-05-06 07:15:41", + "cached_time": 1765726751.725326, + "author_account_age_days": 872 + }, + "https://github.com/hieuck/ComfyUI-BiRefNet": { + "stars": 5, + "last_update": "2024-12-04 16:20:00", + "cached_time": 1765726751.805327, + "author_account_age_days": 3063 + }, + "https://github.com/viperyl/ComfyUI-RGT": { + "stars": 8, + "last_update": "2024-06-20 15:33:50", + "cached_time": 1765726751.803108, + "author_account_age_days": 2571 + }, + "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { + "stars": 206, + "last_update": "2025-07-28 04:57:56", + "cached_time": 1765726751.833208, + "author_account_age_days": 627 + }, + "https://github.com/hay86/ComfyUI_Dreamtalk": { + "stars": 12, + "last_update": "2024-08-15 03:37:37", + "cached_time": 1765726751.983197, + "author_account_age_days": 5205 + }, + "https://github.com/hay86/ComfyUI_Hallo": { + "stars": 21, + "last_update": "2024-07-30 09:55:03", + "cached_time": 1765726752.112079, + "author_account_age_days": 5205 + }, + "https://github.com/hay86/ComfyUI_OpenVoice": { + "stars": 19, + "last_update": "2024-07-02 08:16:20", + "cached_time": 1765726752.136268, + "author_account_age_days": 5205 + }, + "https://github.com/hay86/ComfyUI_DDColor": { + "stars": 7, + "last_update": "2024-06-14 08:12:13", + "cached_time": 1765726752.210023, + "author_account_age_days": 5205 + }, + "https://github.com/hay86/ComfyUI_MiniCPM-V": { + "stars": 42, + "last_update": "2024-08-09 07:52:59", + "cached_time": 1765726752.452382, + "author_account_age_days": 5205 + }, + "https://github.com/shinich39/comfyui-prevent-sleep": { + "stars": 1, + "last_update": "2025-09-13 15:11:24", + "cached_time": 1765726752.538483, + "author_account_age_days": 850 + }, + "https://github.com/shinich39/comfyui-civitai-workflow": { + "stars": 0, + "last_update": "2025-10-12 10:16:58", + "cached_time": 1765726752.521391, + "author_account_age_days": 850 + }, + "https://github.com/shinich39/comfyui-get-meta": { + "stars": 9, + "last_update": "2025-09-12 23:21:21", + "cached_time": 1765726752.786302, + "author_account_age_days": 850 + }, + "https://github.com/hay86/ComfyUI_LatentSync": { + "stars": 16, + "last_update": "2025-01-06 07:47:40", + "cached_time": 1765726752.965646, + "author_account_age_days": 5205 + }, + "https://github.com/shinich39/comfyui-dynamic-routes": { + "stars": 5, + "last_update": "2025-09-10 15:13:41", + "cached_time": 1765726752.862263, + "author_account_age_days": 850 + }, + "https://github.com/shinich39/comfyui-innnnnpaint": { + "stars": 0, + "last_update": "2025-05-25 10:18:06", + "cached_time": 1765726752.873996, + "author_account_age_days": 850 + }, + "https://github.com/shinich39/comfyui-global-prompts": { + "stars": 0, + "last_update": "2025-10-16 09:46:49", + "cached_time": 1765726752.988285, + "author_account_age_days": 850 + }, + "https://github.com/shinich39/comfyui-break-workflow": { + "stars": 2, + "last_update": "2025-09-10 15:02:44", + "cached_time": 1765726753.144614, + "author_account_age_days": 850 + }, + "https://github.com/shinich39/comfyui-mtga": { + "stars": 0, + "last_update": "2025-12-14 11:12:47", + "cached_time": 1765726753.175971, + "author_account_age_days": 850 + }, + "https://github.com/wei30172/comfygen": { + "stars": 9, + "last_update": "2024-11-07 22:10:50", + "cached_time": 1765726753.228183, + "author_account_age_days": 2151 + }, + "https://github.com/zombieyang/sd-ppp": { + "stars": 1861, + "last_update": "2025-12-14 01:54:05", + "cached_time": 1765726753.475396, + "author_account_age_days": 4455 + }, + "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { + "stars": 5, + "last_update": "2024-05-23 00:21:43", + "cached_time": 1765726753.552378, + "author_account_age_days": 2317 + }, + "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { + "stars": 145, + "last_update": "2025-03-16 18:58:58", + "cached_time": 1765726753.5741, + "author_account_age_days": 2317 + }, + "https://github.com/1mckw/Comfyui-Gelbooru": { + "stars": 8, + "last_update": "2025-04-06 14:11:25", + "cached_time": 1765726753.835036, + "author_account_age_days": 1228 + }, + "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { + "stars": 69, + "last_update": "2024-05-23 00:22:08", + "cached_time": 1765726753.883528, + "author_account_age_days": 631 + }, + "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { + "stars": 34, + "last_update": "2024-08-06 19:59:25", + "cached_time": 1765726753.896396, + "author_account_age_days": 631 + }, + "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { + "stars": 5, + "last_update": "2024-08-11 18:10:36", + "cached_time": 1765726753.994488, + "author_account_age_days": 631 + }, + "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { + "stars": 8, + "last_update": "2024-08-14 02:16:43", + "cached_time": 1765726754.025372, + "author_account_age_days": 631 + }, + "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { + "stars": 16, + "last_update": "2025-10-25 14:38:09", + "cached_time": 1765726754.188628, + "author_account_age_days": 917 + }, + "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { + "stars": 284, + "last_update": "2024-05-23 00:22:23", + "cached_time": 1765726754.256033, + "author_account_age_days": 1824 + }, + "https://github.com/ParisNeo/lollms_nodes_suite": { + "stars": 11, + "last_update": "2025-03-12 07:36:41", + "cached_time": 1765726754.419776, + "author_account_age_days": 5307 + }, + "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { + "stars": 9, + "last_update": "2025-07-08 01:45:22", + "cached_time": 1765726754.48485, + "author_account_age_days": 649 + }, + "https://github.com/nickve28/ComfyUI-Nich-Utils": { + "stars": 8, + "last_update": "2025-06-19 10:15:26", + "cached_time": 1765726754.585127, + "author_account_age_days": 4567 + }, + "https://github.com/frankchieng/ComfyUI_Aniportrait": { + "stars": 56, + "last_update": "2024-09-13 10:41:16", + "cached_time": 1765726754.596398, + "author_account_age_days": 979 + }, + "https://github.com/frankchieng/ComfyUI_MagicClothing": { + "stars": 594, + "last_update": "2024-09-04 04:57:15", + "cached_time": 1765726754.886618, + "author_account_age_days": 979 + }, + "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { + "stars": 10, + "last_update": "2024-05-23 00:23:44", + "cached_time": 1765726754.967158, + "author_account_age_days": 3070 + }, + "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { + "stars": 17, + "last_update": "2024-05-23 00:23:56", + "cached_time": 1765726754.913239, + "author_account_age_days": 3070 + }, + "https://github.com/BlakeOne/ComfyUI-NodePresets": { + "stars": 14, + "last_update": "2024-05-23 00:24:07", + "cached_time": 1765726755.362161, + "author_account_age_days": 3070 + }, + "https://github.com/BlakeOne/ComfyUI-NodeReset": { + "stars": 3, + "last_update": "2024-05-23 00:24:18", + "cached_time": 1765726755.048385, + "author_account_age_days": 3070 + }, + "https://github.com/kale4eat/ComfyUI-string-util": { + "stars": 6, + "last_update": "2024-05-23 00:24:40", + "cached_time": 1765726755.214412, + "author_account_age_days": 2150 + }, + "https://github.com/kale4eat/ComfyUI-text-file-util": { + "stars": 0, + "last_update": "2024-05-23 00:24:51", + "cached_time": 1765726755.283472, + "author_account_age_days": 2150 + }, + "https://github.com/kale4eat/ComfyUI-path-util": { + "stars": 0, + "last_update": "2024-05-25 05:44:11", + "cached_time": 1765726755.443228, + "author_account_age_days": 2150 + }, + "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { + "stars": 20, + "last_update": "2025-06-17 01:58:03", + "cached_time": 1765726755.501553, + "author_account_age_days": 2150 + }, + "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { + "stars": 4, + "last_update": "2024-07-15 13:21:10", + "cached_time": 1765726755.641813, + "author_account_age_days": 1570 + }, + "https://github.com/DrMWeigand/ComfyUI-StereoVision": { + "stars": 9, + "last_update": "2025-09-18 05:45:51", + "cached_time": 1765726755.637763, + "author_account_age_days": 1570 + }, + "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { + "stars": 152, + "last_update": "2024-05-23 00:25:37", + "cached_time": 1765726755.886252, + "author_account_age_days": 3073 + }, + "https://github.com/bobmagicii/comfykit-custom-nodes": { + "stars": 1, + "last_update": "2024-08-22 22:28:30", + "cached_time": 1765726755.944053, + "author_account_age_days": 5282 + }, + "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { + "stars": 11, + "last_update": "2025-01-21 22:26:11", + "cached_time": 1765726756.091457, + "author_account_age_days": 1010 + }, + "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { + "stars": 1, + "last_update": "2024-05-23 00:26:10", + "cached_time": 1765726756.116109, + "author_account_age_days": 1010 + }, + "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { + "stars": 108, + "last_update": "2024-11-18 05:08:11", + "cached_time": 1765726756.266658, + "author_account_age_days": 4693 + }, + "https://github.com/liusida/ComfyUI-Debug": { + "stars": 14, + "last_update": "2024-06-14 10:25:26", + "cached_time": 1765726756.281684, + "author_account_age_days": 3746 + }, + "https://github.com/liusida/ComfyUI-Login": { + "stars": 198, + "last_update": "2025-10-31 03:29:37", + "cached_time": 1765726756.393744, + "author_account_age_days": 3746 + }, + "https://github.com/liusida/ComfyUI-AutoCropFaces": { + "stars": 125, + "last_update": "2024-08-12 17:38:17", + "cached_time": 1765726756.508002, + "author_account_age_days": 3746 + }, + "https://github.com/liusida/ComfyUI-SD3-nodes": { + "stars": 8, + "last_update": "2024-06-14 13:01:41", + "cached_time": 1765726756.525915, + "author_account_age_days": 3746 + }, + "https://github.com/liusida/ComfyUI-B-LoRA": { + "stars": 76, + "last_update": "2024-06-18 03:17:46", + "cached_time": 1765726756.64742, + "author_account_age_days": 3746 + }, + "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { + "stars": 41, + "last_update": "2024-07-31 13:45:53", + "cached_time": 1765726756.665773, + "author_account_age_days": 5291 + }, + "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { + "stars": 31, + "last_update": "2024-11-13 11:50:46", + "cached_time": 1765726756.926826, + "author_account_age_days": 5291 + }, + "https://github.com/jtydhr88/ComfyUI-LayerDivider": { + "stars": 103, + "last_update": "2025-04-25 11:21:00", + "cached_time": 1765726757.003193, + "author_account_age_days": 5291 + }, + "https://github.com/jtydhr88/ComfyUI-OpenCut": { + "stars": 127, + "last_update": "2025-12-01 18:41:51", + "cached_time": 1765726757.117048, + "author_account_age_days": 5291 + }, + "https://github.com/jtydhr88/ComfyUI-AudioMass": { + "stars": 24, + "last_update": "2025-11-30 20:14:13", + "cached_time": 1765726757.130431, + "author_account_age_days": 5291 + }, + "https://github.com/tsogzark/ComfyUI-load-image-from-url": { + "stars": 24, + "last_update": "2024-06-14 13:59:05", + "cached_time": 1765726757.307608, + "author_account_age_days": 2067 + }, + "https://github.com/jtydhr88/ComfyUI-StableStudio": { + "stars": 22, + "last_update": "2025-08-15 00:06:43", + "cached_time": 1765726757.302995, + "author_account_age_days": 5291 + }, + "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { + "stars": 163, + "last_update": "2025-03-08 04:16:32", + "cached_time": 1765726757.467854, + "author_account_age_days": 615 + }, + "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { + "stars": 16, + "last_update": "2024-06-14 08:12:05", + "cached_time": 1765726757.525997, + "author_account_age_days": 2008 + }, + "https://github.com/discus0434/comfyui-caching-embeddings": { + "stars": 2, + "last_update": "2024-06-14 08:59:36", + "cached_time": 1765726757.548389, + "author_account_age_days": 2008 + }, + "https://github.com/discus0434/comfyui-flux-accelerator": { + "stars": 140, + "last_update": "2024-12-19 14:39:39", + "cached_time": 1765726757.704092, + "author_account_age_days": 2008 + }, + "https://github.com/AIFSH/StyleShot-ComfyUI": { + "stars": 4, + "last_update": "2024-08-17 00:25:29", + "cached_time": 1765726757.681455, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/VocalSeparation-ComfyUI": { + "stars": 23, + "last_update": "2024-10-24 07:16:37", + "cached_time": 1765726758.015297, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/DiffMorpher-ComfyUI": { + "stars": 16, + "last_update": "2024-07-17 01:24:59", + "cached_time": 1765726758.047677, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-UVR5": { + "stars": 105, + "last_update": "2024-06-20 07:31:20", + "cached_time": 1765726758.130397, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-IP_LAP": { + "stars": 34, + "last_update": "2024-06-14 07:05:39", + "cached_time": 1765726758.1481, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { + "stars": 21, + "last_update": "2024-06-14 07:05:19", + "cached_time": 1765726758.342466, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { + "stars": 247, + "last_update": "2024-08-09 22:00:45", + "cached_time": 1765726758.383242, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-WhisperX": { + "stars": 59, + "last_update": "2025-04-01 00:14:44", + "cached_time": 1765726758.508448, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-RVC": { + "stars": 26, + "last_update": "2024-06-14 07:05:25", + "cached_time": 1765726758.572617, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-XTTS": { + "stars": 64, + "last_update": "2024-06-24 09:45:59", + "cached_time": 1765726758.627157, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-Live2DViewer": { + "stars": 10, + "last_update": "2024-06-14 07:04:49", + "cached_time": 1765726758.731497, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-FishSpeech": { + "stars": 43, + "last_update": "2024-05-23 01:18:49", + "cached_time": 1765726758.710253, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI_V-Express": { + "stars": 86, + "last_update": "2024-06-23 09:54:57", + "cached_time": 1765726759.063157, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-MimicBrush": { + "stars": 118, + "last_update": "2024-06-17 22:26:53", + "cached_time": 1765726759.090466, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-Hallo": { + "stars": 307, + "last_update": "2024-06-24 06:43:23", + "cached_time": 1765726759.168995, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-UniAnimate": { + "stars": 40, + "last_update": "2024-06-30 09:20:25", + "cached_time": 1765726759.192942, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { + "stars": 15, + "last_update": "2024-06-19 13:59:49", + "cached_time": 1765726759.404703, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-AuraSR": { + "stars": 22, + "last_update": "2024-06-27 14:00:16", + "cached_time": 1765726759.410954, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { + "stars": 28, + "last_update": "2024-07-02 02:00:28", + "cached_time": 1765726759.531836, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-MimicMotion": { + "stars": 381, + "last_update": "2024-08-06 06:21:16", + "cached_time": 1765726759.594439, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { + "stars": 21, + "last_update": "2024-07-02 01:59:49", + "cached_time": 1765726759.731977, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { + "stars": 95, + "last_update": "2024-08-05 08:48:03", + "cached_time": 1765726759.779363, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/CosyVoice-ComfyUI": { + "stars": 276, + "last_update": "2024-09-10 22:21:37", + "cached_time": 1765726759.778961, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/DHLive-ComfyUI": { + "stars": 24, + "last_update": "2024-11-14 01:45:45", + "cached_time": 1765726760.105632, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/AniTalker-ComfyUI": { + "stars": 5, + "last_update": "2024-08-06 03:08:44", + "cached_time": 1765726760.117059, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/GSTTS-ComfyUI": { + "stars": 43, + "last_update": "2024-08-25 03:23:24", + "cached_time": 1765726760.193746, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/FancyVideo-ComfyUI": { + "stars": 36, + "last_update": "2024-10-12 07:21:51", + "cached_time": 1765726760.220552, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { + "stars": 176, + "last_update": "2024-09-16 14:16:06", + "cached_time": 1765726760.429035, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/VideoSys-ComfyUI": { + "stars": 6, + "last_update": "2024-09-01 09:11:57", + "cached_time": 1765726760.446689, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/DiffSynth-ComfyUI": { + "stars": 0, + "last_update": "2024-09-07 12:23:07", + "cached_time": 1765726760.609986, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/RealisDance-ComfyUI": { + "stars": 52, + "last_update": "2024-09-13 14:38:59", + "cached_time": 1765726760.684016, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/ViewCrafter-ComfyUI": { + "stars": 8, + "last_update": "2024-09-19 11:11:25", + "cached_time": 1765726760.746168, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/SenseVoice-ComfyUI": { + "stars": 15, + "last_update": "2024-07-16 06:41:25", + "cached_time": 1765726760.812588, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/EzAudio-ComfyUI": { + "stars": 9, + "last_update": "2024-10-08 05:22:46", + "cached_time": 1765726760.795804, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/PyramidFlow-ComfyUI": { + "stars": 15, + "last_update": "2024-10-10 13:59:16", + "cached_time": 1765726761.136244, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/JoyHallo-ComfyUI": { + "stars": 8, + "last_update": "2024-11-14 01:44:39", + "cached_time": 1765726761.156343, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/F5-TTS-ComfyUI": { + "stars": 36, + "last_update": "2024-11-14 01:43:03", + "cached_time": 1765726761.229463, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/FireRedTTS-ComfyUI": { + "stars": 13, + "last_update": "2024-10-24 01:18:51", + "cached_time": 1765726761.239335, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/OmniGen-ComfyUI": { + "stars": 210, + "last_update": "2024-11-14 01:37:33", + "cached_time": 1765726761.47832, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/IMAGDressing-ComfyUI": { + "stars": 63, + "last_update": "2024-11-14 01:44:02", + "cached_time": 1765726761.466295, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/MaskGCT-ComfyUI": { + "stars": 63, + "last_update": "2024-11-14 01:40:15", + "cached_time": 1765726761.626605, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { + "stars": 58, + "last_update": "2024-12-08 08:53:21", + "cached_time": 1765726761.724498, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/MiniMates-ComfyUI": { + "stars": 29, + "last_update": "2024-11-14 01:36:30", + "cached_time": 1765726761.797153, + "author_account_age_days": 769 + }, + "https://github.com/AIFSH/SemiChat-ComfyUI": { + "stars": 12, + "last_update": "2025-02-19 23:21:48", + "cached_time": 1765726761.825088, + "author_account_age_days": 769 + }, + "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { + "stars": 220, + "last_update": "2024-09-01 03:57:22", + "cached_time": 1765726761.836139, + "author_account_age_days": 2024 + }, + "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { + "stars": 6, + "last_update": "2024-09-27 17:58:43", + "cached_time": 1765726762.151968, + "author_account_age_days": 2024 + }, + "https://github.com/smthemex/ComfyUI_FoleyCrafter": { + "stars": 64, + "last_update": "2025-05-29 11:42:48", + "cached_time": 1765726762.191623, + "author_account_age_days": 892 + }, + "https://github.com/sdfxai/SDFXBridgeForComfyUI": { + "stars": 11, + "last_update": "2024-06-14 10:26:56", + "cached_time": 1765726762.309267, + "author_account_age_days": 773 + }, + "https://github.com/smthemex/ComfyUI_Diffree": { + "stars": 31, + "last_update": "2025-03-09 01:16:33", + "cached_time": 1765726762.30012, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_Stable_Makeup": { + "stars": 100, + "last_update": "2025-07-03 00:30:45", + "cached_time": 1765726762.475854, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { + "stars": 17, + "last_update": "2025-04-11 13:45:15", + "cached_time": 1765726762.541858, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_EchoMimic": { + "stars": 680, + "last_update": "2025-08-26 00:42:33", + "cached_time": 1765726762.676078, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_StableAudio_Open": { + "stars": 32, + "last_update": "2024-08-10 03:45:47", + "cached_time": 1765726762.765505, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_ChatGLM_API": { + "stars": 25, + "last_update": "2024-07-31 13:53:41", + "cached_time": 1765726762.810171, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_AnyDoor": { + "stars": 66, + "last_update": "2025-02-05 04:01:50", + "cached_time": 1765726762.85027, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { + "stars": 52, + "last_update": "2025-01-13 03:29:50", + "cached_time": 1765726762.870535, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_StoryDiffusion": { + "stars": 484, + "last_update": "2025-10-11 09:57:02", + "cached_time": 1765726763.174194, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_Pic2Story": { + "stars": 10, + "last_update": "2024-12-06 12:12:19", + "cached_time": 1765726763.23805, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_MS_Diffusion": { + "stars": 58, + "last_update": "2024-09-10 09:50:19", + "cached_time": 1765726763.325145, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_Llama3_8B": { + "stars": 27, + "last_update": "2024-06-25 00:49:01", + "cached_time": 1765726763.328687, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_ParlerTTS": { + "stars": 47, + "last_update": "2025-07-02 09:39:48", + "cached_time": 1765726763.515402, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { + "stars": 10, + "last_update": "2024-08-05 06:14:57", + "cached_time": 1765726763.571051, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_ID_Animator": { + "stars": 24, + "last_update": "2024-07-31 13:53:27", + "cached_time": 1765726763.777389, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_CustomNet": { + "stars": 10, + "last_update": "2024-08-11 08:58:37", + "cached_time": 1765726763.800688, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_Pops": { + "stars": 22, + "last_update": "2024-08-12 09:11:49", + "cached_time": 1765726763.822179, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { + "stars": 10, + "last_update": "2024-09-06 08:20:59", + "cached_time": 1765726763.904311, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { + "stars": 17, + "last_update": "2024-09-07 06:13:48", + "cached_time": 1765726763.893487, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_MooER": { + "stars": 5, + "last_update": "2025-03-09 01:15:38", + "cached_time": 1765726764.297451, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { + "stars": 42, + "last_update": "2024-09-14 00:17:59", + "cached_time": 1765726764.265375, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_Hallo2": { + "stars": 71, + "last_update": "2025-03-12 05:22:46", + "cached_time": 1765726764.35629, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_Sapiens": { + "stars": 198, + "last_update": "2025-03-12 05:22:59", + "cached_time": 1765726764.367706, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_OmniParser": { + "stars": 39, + "last_update": "2025-03-12 05:22:34", + "cached_time": 1765726764.534581, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_Demucs": { + "stars": 9, + "last_update": "2025-12-12 06:04:30", + "cached_time": 1765726764.628587, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_PBR_Maker": { + "stars": 14, + "last_update": "2025-03-12 05:21:53", + "cached_time": 1765726765.063666, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { + "stars": 244, + "last_update": "2025-03-12 05:22:14", + "cached_time": 1765726764.811718, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { + "stars": 16, + "last_update": "2025-03-12 05:22:03", + "cached_time": 1765726764.828178, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_TRELLIS": { + "stars": 174, + "last_update": "2025-08-17 03:55:34", + "cached_time": 1765726764.904569, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_MangaNinjia": { + "stars": 58, + "last_update": "2025-04-09 14:21:57", + "cached_time": 1765726764.912441, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_SVFR": { + "stars": 97, + "last_update": "2025-03-12 05:21:23", + "cached_time": 1765726765.284214, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_CSD_MT": { + "stars": 19, + "last_update": "2025-02-06 04:30:50", + "cached_time": 1765726765.315146, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_Sonic": { + "stars": 1112, + "last_update": "2025-09-27 00:02:18", + "cached_time": 1765726765.410749, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_DiffuEraser": { + "stars": 228, + "last_update": "2025-12-02 06:38:39", + "cached_time": 1765726765.450519, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_Light_A_Video": { + "stars": 87, + "last_update": "2025-04-10 01:05:56", + "cached_time": 1765726765.5757, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_YuE": { + "stars": 170, + "last_update": "2025-02-24 12:02:41", + "cached_time": 1765726765.68764, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_PhotoDoodle": { + "stars": 95, + "last_update": "2025-03-20 08:19:21", + "cached_time": 1765726765.847519, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_KV_Edit": { + "stars": 61, + "last_update": "2025-09-30 08:22:04", + "cached_time": 1765726765.944932, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_Personalize_Anything": { + "stars": 45, + "last_update": "2025-03-26 00:38:13", + "cached_time": 1765726765.929804, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_DICE_Talk": { + "stars": 25, + "last_update": "2025-05-07 07:47:06", + "cached_time": 1765726765.924208, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { + "stars": 80, + "last_update": "2025-06-24 13:06:34", + "cached_time": 1765726766.095647, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_VisualCloze": { + "stars": 11, + "last_update": "2025-05-21 08:56:45", + "cached_time": 1765726766.332439, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_PartPacker": { + "stars": 30, + "last_update": "2025-06-25 00:44:53", + "cached_time": 1765726766.348721, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_AniCrafter": { + "stars": 36, + "last_update": "2025-07-21 14:04:20", + "cached_time": 1765726766.437445, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_SongGeneration": { + "stars": 110, + "last_update": "2025-12-08 10:08:42", + "cached_time": 1765726766.49773, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_ObjectClear": { + "stars": 26, + "last_update": "2025-11-24 10:01:01", + "cached_time": 1765726766.606409, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_OmniSVG": { + "stars": 23, + "last_update": "2025-12-05 09:14:08", + "cached_time": 1765726766.889351, + "author_account_age_days": 892 + }, + "https://github.com/ALatentPlace/ComfyUI_yanc": { + "stars": 74, + "last_update": "2025-01-22 14:44:17", + "cached_time": 1765726766.888803, + "author_account_age_days": 1998 + }, + "https://github.com/choey/Comfy-Topaz": { + "stars": 206, + "last_update": "2024-09-28 08:02:47", + "cached_time": 1765726766.951998, + "author_account_age_days": 6061 + }, + "https://github.com/smthemex/ComfyUI_StableAvatar": { + "stars": 43, + "last_update": "2025-08-21 07:58:39", + "cached_time": 1765726766.925628, + "author_account_age_days": 892 + }, + "https://github.com/ALatentPlace/YANC_LMStudio": { + "stars": 21, + "last_update": "2025-04-30 14:57:13", + "cached_time": 1765726766.985186, + "author_account_age_days": 1998 + }, + "https://github.com/wandbrandon/comfyui-pixel": { + "stars": 4, + "last_update": "2024-06-14 07:07:09", + "cached_time": 1765726767.111154, + "author_account_age_days": 3921 + }, + "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { + "stars": 1, + "last_update": "2025-10-06 11:03:44", + "cached_time": 1765726767.381188, + "author_account_age_days": 4182 + }, + "https://github.com/nullquant/ComfyUI-BrushNet": { + "stars": 933, + "last_update": "2025-03-31 08:45:34", + "cached_time": 1765726767.373921, + "author_account_age_days": 1714 + }, + "https://github.com/pamparamm/sd-perturbed-attention": { + "stars": 291, + "last_update": "2025-09-27 04:23:13", + "cached_time": 1765726767.478397, + "author_account_age_days": 2669 + }, + "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { + "stars": 19, + "last_update": "2025-02-24 21:59:04", + "cached_time": 1765726767.517292, + "author_account_age_days": 2669 + }, + "https://github.com/pamparamm/ComfyUI-ppm": { + "stars": 230, + "last_update": "2025-12-09 13:44:22", + "cached_time": 1765726767.614987, + "author_account_age_days": 2669 + }, + "https://github.com/unwdef/unwdef-nodes-comfyui": { + "stars": 5, + "last_update": "2025-03-27 10:42:15", + "cached_time": 1765726767.923755, + "author_account_age_days": 611 + }, + "https://github.com/forever22777/comfyui-self-guidance": { + "stars": 10, + "last_update": "2025-04-17 08:13:40", + "cached_time": 1765726767.914367, + "author_account_age_days": 863 + }, + "https://github.com/aburahamu/ComfyUI-RequestsPoster": { + "stars": 2, + "last_update": "2024-06-14 13:59:24", + "cached_time": 1765726767.969863, + "author_account_age_days": 611 + }, + "https://github.com/Sorcerio/MBM-Music-Visualizer": { + "stars": 31, + "last_update": "2024-05-23 01:09:18", + "cached_time": 1765726767.984127, + "author_account_age_days": 4785 + }, + "https://github.com/aburahamu/ComfyUI-IsNiceParts": { + "stars": 3, + "last_update": "2024-06-14 12:01:40", + "cached_time": 1765726768.019899, + "author_account_age_days": 611 + }, + "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { + "stars": 16, + "last_update": "2025-12-04 15:25:09", + "cached_time": 1765726768.209498, + "author_account_age_days": 4358 + }, + "https://github.com/traugdor/ComfyUI-Riffusion": { + "stars": 5, + "last_update": "2025-05-30 20:15:05", + "cached_time": 1765726768.421701, + "author_account_age_days": 4358 + }, + "https://github.com/e7mac/ComfyUI-ShadertoyGL": { + "stars": 4, + "last_update": "2024-06-20 14:52:42", + "cached_time": 1765726768.557477, + "author_account_age_days": 5341 + }, + "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { + "stars": 13, + "last_update": "2025-08-22 23:56:33", + "cached_time": 1765726768.558904, + "author_account_age_days": 4358 + }, + "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { + "stars": 26, + "last_update": "2025-04-23 00:52:31", + "cached_time": 1765726768.662812, + "author_account_age_days": 3067 + }, + "https://github.com/kunieone/ComfyUI_alkaid": { + "stars": 0, + "last_update": "2024-05-23 01:10:21", + "cached_time": 1765726769.194341, + "author_account_age_days": 3058 + }, + "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { + "stars": 177, + "last_update": "2024-07-04 10:12:32", + "cached_time": 1765726768.957811, + "author_account_age_days": 4666 + }, + "https://github.com/kealiu/ComfyUI-S3-Tools": { + "stars": 7, + "last_update": "2024-07-04 10:13:07", + "cached_time": 1765726768.952706, + "author_account_age_days": 4666 + }, + "https://github.com/txt2any/ComfyUI-PromptOrganizer": { + "stars": 0, + "last_update": "2024-05-23 01:10:33", + "cached_time": 1765726769.125941, + "author_account_age_days": 622 + }, + "https://github.com/kealiu/ComfyUI-Zero123-Porting": { + "stars": 22, + "last_update": "2024-08-22 07:07:57", + "cached_time": 1765726768.99506, + "author_account_age_days": 4666 + }, + "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { + "stars": 7, + "last_update": "2025-09-30 20:29:12", + "cached_time": 1765726769.101867, + "author_account_age_days": 726 + }, + "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { + "stars": 1, + "last_update": "2025-06-22 19:16:21", + "cached_time": 1765726769.484621, + "author_account_age_days": 3702 + }, + "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { + "stars": 1, + "last_update": "2025-03-27 17:08:39", + "cached_time": 1765726769.571018, + "author_account_age_days": 4629 + }, + "https://github.com/heshengtao/comfyui_LLM_party": { + "stars": 2035, + "last_update": "2025-09-08 02:51:40", + "cached_time": 1765726769.61239, + "author_account_age_days": 3433 + }, + "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { + "stars": 11, + "last_update": "2025-03-27 17:07:38", + "cached_time": 1765726769.593357, + "author_account_age_days": 4629 + }, + "https://github.com/heshengtao/comfyui_LLM_schools": { + "stars": 7, + "last_update": "2024-08-24 15:08:14", + "cached_time": 1765726769.688814, + "author_account_age_days": 3433 + }, + "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { + "stars": 315, + "last_update": "2025-11-06 05:26:51", + "cached_time": 1765726770.061086, + "author_account_age_days": 780 + }, + "https://github.com/JettHu/ComfyUI_TGate": { + "stars": 98, + "last_update": "2024-09-24 02:15:59", + "cached_time": 1765726769.97962, + "author_account_age_days": 2896 + }, + "https://github.com/JettHu/ComfyUI-TCD": { + "stars": 138, + "last_update": "2024-07-31 13:50:21", + "cached_time": 1765726770.043664, + "author_account_age_days": 2896 + }, + "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { + "stars": 2, + "last_update": "2025-06-04 00:48:13", + "cached_time": 1765726770.132436, + "author_account_age_days": 1414 + }, + "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { + "stars": 13, + "last_update": "2024-05-23 01:12:46", + "cached_time": 1765726770.140196, + "author_account_age_days": 3168 + }, + "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { + "stars": 384, + "last_update": "2024-08-16 11:21:10", + "cached_time": 1765726770.305615, + "author_account_age_days": 636 + }, + "https://github.com/sugarkwork/comfyui-trtupscaler": { + "stars": 2, + "last_update": "2025-06-11 07:43:10", + "cached_time": 1765726770.506728, + "author_account_age_days": 1414 + }, + "https://github.com/sugarkwork/comfyui_tag_fillter": { + "stars": 73, + "last_update": "2025-09-16 00:29:21", + "cached_time": 1765726771.123351, + "author_account_age_days": 1414 + }, + "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { + "stars": 125, + "last_update": "2025-08-14 07:01:19", + "cached_time": 1765726770.676301, + "author_account_age_days": 603 + }, + "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { + "stars": 3, + "last_update": "2025-09-06 00:52:37", + "cached_time": 1765726770.640622, + "author_account_age_days": 4978 + }, + "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { + "stars": 18, + "last_update": "2024-05-23 01:13:32", + "cached_time": 1765726770.788238, + "author_account_age_days": 603 + }, + "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { + "stars": 60, + "last_update": "2025-02-24 06:08:49", + "cached_time": 1765726771.031584, + "author_account_age_days": 603 + }, + "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { + "stars": 589, + "last_update": "2025-03-31 02:51:00", + "cached_time": 1765726771.103577, + "author_account_age_days": 603 + }, + "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { + "stars": 12, + "last_update": "2024-08-14 04:01:10", + "cached_time": 1765726771.142196, + "author_account_age_days": 603 + }, + "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { + "stars": 348, + "last_update": "2024-08-16 18:57:07", + "cached_time": 1765726771.227691, + "author_account_age_days": 603 + }, + "https://github.com/blueraincoatli/comfyUI_SillyNodes": { + "stars": 3, + "last_update": "2025-01-17 09:17:48", + "cached_time": 1765726771.179145, + "author_account_age_days": 850 + }, + "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { + "stars": 162, + "last_update": "2025-11-01 14:56:57", + "cached_time": 1765726771.348392, + "author_account_age_days": 4241 + }, + "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { + "stars": 109, + "last_update": "2024-10-30 10:52:42", + "cached_time": 1765726771.572386, + "author_account_age_days": 603 + }, + "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { + "stars": 47, + "last_update": "2025-04-16 20:52:10", + "cached_time": 1765726771.676771, + "author_account_age_days": 4589 + }, + "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { + "stars": 904, + "last_update": "2025-11-23 20:42:45", + "cached_time": 1765726771.68247, + "author_account_age_days": 4589 + }, + "https://github.com/lquesada/ComfyUI-Interactive": { + "stars": 47, + "last_update": "2025-05-01 03:39:47", + "cached_time": 1765726771.819644, + "author_account_age_days": 4589 + }, + "https://github.com/randjtw/advance-aesthetic-score": { + "stars": 0, + "last_update": "2024-05-23 01:14:47", + "cached_time": 1765726772.066233, + "author_account_age_days": 1299 + }, + "https://github.com/FredBill1/comfyui-fb-utils": { + "stars": 2, + "last_update": "2025-03-14 08:09:14", + "cached_time": 1765726772.156689, + "author_account_age_days": 2855 + }, + "https://github.com/jeffy5/comfyui-faceless-node": { + "stars": 57, + "last_update": "2025-04-07 02:19:38", + "cached_time": 1765726772.144485, + "author_account_age_days": 3469 + }, + "https://github.com/TaiTair/comfyui-simswap": { + "stars": 14, + "last_update": "2024-07-31 18:28:38", + "cached_time": 1765726772.172902, + "author_account_age_days": 4104 + }, + "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { + "stars": 11, + "last_update": "2024-06-20 11:51:50", + "cached_time": 1765726772.275597, + "author_account_age_days": 5645 + }, + "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { + "stars": 80, + "last_update": "2025-02-10 16:39:49", + "cached_time": 1765726772.281035, + "author_account_age_days": 5645 + }, + "https://github.com/fofr/comfyui-fofr-toolkit": { + "stars": 5, + "last_update": "2024-08-09 11:36:38", + "cached_time": 1765726772.416258, + "author_account_age_days": 5645 + }, + "https://github.com/replicate/comfyui-replicate": { + "stars": 204, + "last_update": "2024-11-05 15:26:20", + "cached_time": 1765726772.697505, + "author_account_age_days": 2146 + }, + "https://github.com/fofr/comfyui-basic-auth": { + "stars": 2, + "last_update": "2025-03-17 09:38:05", + "cached_time": 1765726772.707624, + "author_account_age_days": 5645 + }, + "https://github.com/chrisfreilich/virtuoso-nodes": { + "stars": 92, + "last_update": "2025-04-19 22:57:17", + "cached_time": 1765726772.716297, + "author_account_age_days": 1270 + }, + "https://github.com/da2el-ai/D2-nodes-ComfyUI": { + "stars": 46, + "last_update": "2025-12-09 02:42:57", + "cached_time": 1765726772.845059, + "author_account_age_days": 927 + }, + "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { + "stars": 4, + "last_update": "2024-10-02 14:04:20", + "cached_time": 1765726773.126754, + "author_account_age_days": 927 + }, + "https://github.com/da2el-ai/ComfyUI-d2-steps": { + "stars": 6, + "last_update": "2024-10-02 14:03:14", + "cached_time": 1765726773.162562, + "author_account_age_days": 927 + }, + "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { + "stars": 19, + "last_update": "2025-03-10 14:31:22", + "cached_time": 1765726773.17991, + "author_account_age_days": 927 + }, + "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { + "stars": 5, + "last_update": "2024-10-02 14:00:58", + "cached_time": 1765726773.225162, + "author_account_age_days": 927 + }, + "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { + "stars": 3, + "last_update": "2025-04-05 03:00:34", + "cached_time": 1765726773.276411, + "author_account_age_days": 927 + }, + "https://github.com/nat-chan/comfyui-transceiver": { + "stars": 5, + "last_update": "2024-05-23 01:16:28", + "cached_time": 1765726773.318771, + "author_account_age_days": 3531 + }, + "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { + "stars": 4, + "last_update": "2025-04-08 15:28:06", + "cached_time": 1765726773.463284, + "author_account_age_days": 927 + }, + "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { + "stars": 1, + "last_update": "2024-05-23 01:16:54", + "cached_time": 1765726773.718898, + "author_account_age_days": 1506 + }, + "https://github.com/GentlemanHu/ComfyUI-SunoAI": { + "stars": 20, + "last_update": "2024-12-17 11:46:33", + "cached_time": 1765726773.750247, + "author_account_age_days": 2921 + }, + "https://github.com/nat-chan/ComfyUI-graphToPrompt": { + "stars": 2, + "last_update": "2024-05-23 01:16:40", + "cached_time": 1765726773.743236, + "author_account_age_days": 3531 + }, + "https://github.com/TemryL/ComfyUI-IDM-VTON": { + "stars": 557, + "last_update": "2024-08-20 02:44:02", + "cached_time": 1765726773.855899, + "author_account_age_days": 1407 + }, + "https://github.com/jax-explorer/fast_video_comfyui": { + "stars": 0, + "last_update": "2024-05-23 01:17:35", + "cached_time": 1765726774.156623, + "author_account_age_days": 1115 + }, + "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { + "stars": 4, + "last_update": "2024-06-14 10:25:32", + "cached_time": 1765726774.24905, + "author_account_age_days": 1862 + }, + "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { + "stars": 1, + "last_update": "2025-06-01 07:58:16", + "cached_time": 1765726774.237565, + "author_account_age_days": 1115 + }, + "https://github.com/jax-explorer/ComfyUI-easycontrol": { + "stars": 187, + "last_update": "2025-04-17 15:39:33", + "cached_time": 1765726774.266782, + "author_account_age_days": 1115 + }, + "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { + "stars": 0, + "last_update": "2025-04-07 10:07:44", + "cached_time": 1765726774.309651, + "author_account_age_days": 1115 + }, + "https://github.com/jax-explorer/ComfyUI-VideoBasic": { + "stars": 19, + "last_update": "2025-06-22 14:53:19", + "cached_time": 1765726774.375699, + "author_account_age_days": 1115 + }, + "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { + "stars": 189, + "last_update": "2025-05-13 15:04:58", + "cached_time": 1765726774.630063, + "author_account_age_days": 1115 + }, + "https://github.com/alessandrozonta/ComfyUI-Layers": { + "stars": 56, + "last_update": "2024-07-31 13:46:32", + "cached_time": 1765726774.762137, + "author_account_age_days": 1735 + }, + "https://github.com/sugarkwork/comfyui_cohere": { + "stars": 1, + "last_update": "2025-06-11 04:29:08", + "cached_time": 1765726774.762528, + "author_account_age_days": 1414 + }, + "https://github.com/alessandrozonta/ComfyUI-CenterNode": { + "stars": 7, + "last_update": "2024-11-14 12:20:40", + "cached_time": 1765726774.77333, + "author_account_age_days": 1735 + }, + "https://github.com/alessandrozonta/ComfyUI-OpenPose": { + "stars": 32, + "last_update": "2024-07-31 13:51:14", + "cached_time": 1765726774.865929, + "author_account_age_days": 1735 + }, + "https://github.com/alessandrozonta/Comfyui-LoopLoader": { + "stars": 2, + "last_update": "2025-02-21 13:28:39", + "cached_time": 1765726775.212055, + "author_account_age_days": 1735 + }, + "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { + "stars": 2, + "last_update": "2025-06-03 10:12:26", + "cached_time": 1765726775.335, + "author_account_age_days": 1735 + }, + "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { + "stars": 6, + "last_update": "2024-05-28 13:09:32", + "cached_time": 1765726775.27578, + "author_account_age_days": 2468 + }, + "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { + "stars": 4, + "last_update": "2025-04-24 14:09:18", + "cached_time": 1765726775.295788, + "author_account_age_days": 1027 + }, + "https://github.com/osi1880vr/prompt_quill_comfyui": { + "stars": 21, + "last_update": "2025-01-27 10:43:16", + "cached_time": 1765726775.320285, + "author_account_age_days": 1615 + }, + "https://github.com/philz1337x/ComfyUI-ClarityAI": { + "stars": 200, + "last_update": "2025-04-24 09:51:25", + "cached_time": 1765726775.44637, + "author_account_age_days": 1201 + }, + "https://github.com/runtime44/comfyui_r44_nodes": { + "stars": 42, + "last_update": "2024-07-01 08:02:04", + "cached_time": 1765726775.743658, + "author_account_age_days": 706 + }, + "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { + "stars": 65, + "last_update": "2025-03-01 05:37:40", + "cached_time": 1765726775.78994, + "author_account_age_days": 3728 + }, + "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { + "stars": 13, + "last_update": "2024-11-24 15:55:30", + "cached_time": 1765726775.807535, + "author_account_age_days": 3728 + }, + "https://github.com/chenpx976/ComfyUI-RunRunRun": { + "stars": 0, + "last_update": "2024-05-23 01:19:37", + "cached_time": 1765726776.034161, + "author_account_age_days": 3953 + }, + "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { + "stars": 1, + "last_update": "2024-05-23 01:19:47", + "cached_time": 1765726775.902047, + "author_account_age_days": 4441 + }, + "https://github.com/githubYiheng/comfyui_kmeans_filter": { + "stars": 0, + "last_update": "2024-06-14 09:01:24", + "cached_time": 1765726776.272308, + "author_account_age_days": 4441 + }, + "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { + "stars": 0, + "last_update": "2024-05-23 01:20:09", + "cached_time": 1765726776.333818, + "author_account_age_days": 4441 + }, + "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { + "stars": 3, + "last_update": "2024-06-23 19:19:40", + "cached_time": 1765726776.930537, + "author_account_age_days": 1732 + }, + "https://github.com/githubYiheng/comfyui_meanshift_filter": { + "stars": 0, + "last_update": "2024-06-14 10:59:43", + "cached_time": 1765726776.334666, + "author_account_age_days": 4441 + }, + "https://github.com/githubYiheng/comfyui_private_postprocessor": { + "stars": 1, + "last_update": "2024-06-14 08:09:39", + "cached_time": 1765726776.734178, + "author_account_age_days": 4441 + }, + "https://github.com/KewkLW/ComfyUI-kewky_tools": { + "stars": 8, + "last_update": "2025-05-11 21:55:10", + "cached_time": 1765726776.484197, + "author_account_age_days": 2225 + }, + "https://github.com/Fihade/IC-Light-ComfyUI-Node": { + "stars": 9, + "last_update": "2024-07-02 03:47:17", + "cached_time": 1765726776.785995, + "author_account_age_days": 3285 + }, + "https://github.com/saftle/uber_comfy_nodes": { + "stars": 1, + "last_update": "2025-08-22 15:14:56", + "cached_time": 1765726776.830885, + "author_account_age_days": 5295 + }, + "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { + "stars": 0, + "last_update": "2024-08-01 08:45:43", + "cached_time": 1765726776.87301, + "author_account_age_days": 4247 + }, + "https://github.com/mephisto83/petty-paint-comfyui-node": { + "stars": 3, + "last_update": "2024-10-23 22:23:03", + "cached_time": 1765726776.931582, + "author_account_age_days": 4210 + }, + "https://github.com/fsdymy1024/ComfyUI_fsdymy": { + "stars": 9, + "last_update": "2024-07-01 17:58:52", + "cached_time": 1765726777.050945, + "author_account_age_days": 2744 + }, + "https://github.com/huagetai/ComfyUI_LightGradient": { + "stars": 9, + "last_update": "2024-05-23 01:21:27", + "cached_time": 1765726777.312424, + "author_account_age_days": 5170 + }, + "https://github.com/huagetai/ComfyUI-Gaffer": { + "stars": 52, + "last_update": "2024-06-19 00:58:38", + "cached_time": 1765726777.384139, + "author_account_age_days": 5170 + }, + "https://github.com/gonzalu/ComfyUI_YFG_Comical": { + "stars": 25, + "last_update": "2025-10-04 03:55:06", + "cached_time": 1765726777.373649, + "author_account_age_days": 2999 + }, + "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { + "stars": 0, + "last_update": "2024-05-23 01:21:50", + "cached_time": 1765726777.78679, + "author_account_age_days": 608 + }, + "https://github.com/teward/ComfyUI-Helper-Nodes": { + "stars": 7, + "last_update": "2024-05-23 01:22:01", + "cached_time": 1765726777.824851, + "author_account_age_days": 5636 + }, + "https://github.com/fmatray/ComfyUI_BattlemapGrid": { + "stars": 0, + "last_update": "2024-06-05 22:35:06", + "cached_time": 1765726777.845872, + "author_account_age_days": 4160 + }, + "https://github.com/christian-byrne/img2txt-comfyui-nodes": { + "stars": 95, + "last_update": "2025-03-14 10:38:33", + "cached_time": 1765726777.897087, + "author_account_age_days": 1886 + }, + "https://github.com/christian-byrne/img2colors-comfyui-node": { + "stars": 15, + "last_update": "2025-01-05 18:48:59", + "cached_time": 1765726777.876516, + "author_account_age_days": 1886 + }, + "https://github.com/christian-byrne/size-match-compositing-nodes": { + "stars": 5, + "last_update": "2025-01-05 17:45:02", + "cached_time": 1765726777.960574, + "author_account_age_days": 1886 + }, + "https://github.com/christian-byrne/comfyui-search-navigation": { + "stars": 8, + "last_update": "2024-06-26 04:41:12", + "cached_time": 1765726777.955536, + "author_account_age_days": 1886 + }, + "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { + "stars": 391, + "last_update": "2025-12-09 21:54:02", + "cached_time": 1765726778.257346, + "author_account_age_days": 1886 + }, + "https://github.com/christian-byrne/comfyui-default-values-manager": { + "stars": 12, + "last_update": "2024-07-28 20:52:51", + "cached_time": 1765726778.330382, + "author_account_age_days": 1886 + }, + "https://github.com/christian-byrne/youtube-dl-comfyui": { + "stars": 4, + "last_update": "2024-10-01 16:32:14", + "cached_time": 1765726778.390346, + "author_account_age_days": 1886 + }, + "https://github.com/christian-byrne/claude-code-comfyui-nodes": { + "stars": 14, + "last_update": "2025-06-17 04:43:43", + "cached_time": 1765726778.409162, + "author_account_age_days": 1886 + }, + "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { + "stars": 31, + "last_update": "2025-04-07 08:30:38", + "cached_time": 1765726778.839239, + "author_account_age_days": 1379 + }, + "https://github.com/GraftingRayman/ComfyUI_QueueTube": { + "stars": 0, + "last_update": "2025-01-08 20:59:13", + "cached_time": 1765726778.834986, + "author_account_age_days": 701 + }, + "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { + "stars": 67, + "last_update": "2025-12-05 10:46:01", + "cached_time": 1765726778.897386, + "author_account_age_days": 701 + }, + "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { + "stars": 56, + "last_update": "2025-02-24 07:15:35", + "cached_time": 1765726778.913329, + "author_account_age_days": 701 + }, + "https://github.com/royceschultz/ComfyUI-Notifications": { + "stars": 24, + "last_update": "2025-07-07 23:30:54", + "cached_time": 1765726778.913502, + "author_account_age_days": 3067 + }, + "https://github.com/katalist-ai/comfyUI-nsfw-detection": { + "stars": 4, + "last_update": "2024-05-23 01:23:32", + "cached_time": 1765726779.015848, + "author_account_age_days": 1291 + }, + "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { + "stars": 5, + "last_update": "2025-01-25 10:57:38", + "cached_time": 1765726779.05479, + "author_account_age_days": 1805 + }, + "https://github.com/badayvedat/ComfyUI-fal-Connector": { + "stars": 51, + "last_update": "2025-06-20 15:50:56", + "cached_time": 1765726779.272601, + "author_account_age_days": 2308 + }, + "https://github.com/TheMistoAI/ComfyUI-Anyline": { + "stars": 490, + "last_update": "2025-09-05 11:18:56", + "cached_time": 1765726779.489169, + "author_account_age_days": 703 + }, + "https://github.com/mbrostami/ComfyUI-TITrain": { + "stars": 13, + "last_update": "2025-07-21 16:58:23", + "cached_time": 1765726779.443112, + "author_account_age_days": 4860 + }, + "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { + "stars": 45, + "last_update": "2025-03-17 06:08:17", + "cached_time": 1765726779.465259, + "author_account_age_days": 3927 + }, + "https://github.com/Makeezi/ComfyUI-promptLAB": { + "stars": 0, + "last_update": "2024-05-23 01:24:51", + "cached_time": 1765726779.847751, + "author_account_age_days": 2320 + }, + "https://github.com/portu-sim/comfyui_bmab": { + "stars": 122, + "last_update": "2025-08-23 16:35:18", + "cached_time": 1765726779.849892, + "author_account_age_days": 860 + }, + "https://github.com/CavinHuang/comfyui-nodes-docs": { + "stars": 268, + "last_update": "2025-03-26 02:12:29", + "cached_time": 1765726779.932283, + "author_account_age_days": 3264 + }, + "https://github.com/griptape-ai/ComfyUI-Griptape": { + "stars": 220, + "last_update": "2025-08-02 05:07:54", + "cached_time": 1765726780.023547, + "author_account_age_days": 1058 + }, + "https://github.com/icesun963/ComfyUI_HFDownLoad": { + "stars": 0, + "last_update": "2024-07-18 12:13:23", + "cached_time": 1765726779.955662, + "author_account_age_days": 4644 + }, + "https://github.com/chandlergis/ComfyUI-IMG_Query": { + "stars": 1, + "last_update": "2024-05-23 01:25:57", + "cached_time": 1765726780.070896, + "author_account_age_days": 894 + }, + "https://github.com/conquestace/ComfyUI-ImageUploader": { + "stars": 6, + "last_update": "2024-05-23 01:25:49", + "cached_time": 1765726780.08003, + "author_account_age_days": 5147 + }, + "https://github.com/iemesowum/ComfyUI_IsaacNodes": { + "stars": 1, + "last_update": "2025-03-27 13:28:10", + "cached_time": 1765726780.308243, + "author_account_age_days": 5829 + }, + "https://github.com/fexploit/ComfyUI-AutoTrimBG": { + "stars": 6, + "last_update": "2025-03-10 12:59:42", + "cached_time": 1765726780.491927, + "author_account_age_days": 5582 + }, + "https://github.com/fexploit/ComfyUI-Classifier": { + "stars": 1, + "last_update": "2025-03-10 20:33:42", + "cached_time": 1765726780.497939, + "author_account_age_days": 5582 + }, + "https://github.com/fexploit/ComfyUI-AutoLabel": { + "stars": 9, + "last_update": "2025-03-18 13:07:46", + "cached_time": 1765726780.553561, + "author_account_age_days": 5582 + }, + "https://github.com/linshier/comfyui-remote-tools": { + "stars": 4, + "last_update": "2024-05-28 07:44:23", + "cached_time": 1765726780.884763, + "author_account_age_days": 4330 + }, + "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { + "stars": 5, + "last_update": "2024-06-14 09:05:52", + "cached_time": 1765726780.898242, + "author_account_age_days": 1074 + }, + "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { + "stars": 350, + "last_update": "2024-12-22 13:50:25", + "cached_time": 1765726780.994868, + "author_account_age_days": 2942 + }, + "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { + "stars": 1, + "last_update": "2024-05-23 05:04:53", + "cached_time": 1765726780.967807, + "author_account_age_days": 3187 + }, + "https://github.com/iFREEGROUP/comfyui-undistort": { + "stars": 2, + "last_update": "2024-06-14 08:59:52", + "cached_time": 1765726781.127877, + "author_account_age_days": 2095 + }, + "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { + "stars": 12, + "last_update": "2025-03-15 00:23:20", + "cached_time": 1765726781.109614, + "author_account_age_days": 3484 + }, + "https://github.com/MarcusNyne/m9-prompts-comfyui": { + "stars": 1, + "last_update": "2024-08-24 16:56:53", + "cached_time": 1765726781.128949, + "author_account_age_days": 1960 + }, + "https://github.com/xuhongming251/ComfyUI-GPEN": { + "stars": 4, + "last_update": "2025-04-16 21:37:02", + "cached_time": 1765726781.359123, + "author_account_age_days": 4644 + }, + "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { + "stars": 21, + "last_update": "2025-04-16 21:36:46", + "cached_time": 1765726781.571904, + "author_account_age_days": 4644 + }, + "https://github.com/xuhongming251/ComfyUI_Camera": { + "stars": 6, + "last_update": "2025-05-05 18:30:40", + "cached_time": 1765726781.527985, + "author_account_age_days": 4644 + }, + "https://github.com/TW-CUI/TW-CUI-Util": { + "stars": 1, + "last_update": "2024-08-14 01:49:13", + "cached_time": 1765726781.686612, + "author_account_age_days": 569 + }, + "https://github.com/lks-ai/anynode": { + "stars": 547, + "last_update": "2024-07-07 03:45:48", + "cached_time": 1765726781.915192, + "author_account_age_days": 637 + }, + "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { + "stars": 264, + "last_update": "2025-01-07 08:33:57", + "cached_time": 1765726781.935795, + "author_account_age_days": 637 + }, + "https://github.com/SayanoAI/Comfy-RVC": { + "stars": 26, + "last_update": "2025-10-15 18:30:03", + "cached_time": 1765726782.028342, + "author_account_age_days": 3141 + }, + "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { + "stars": 0, + "last_update": "2024-07-31 08:34:48", + "cached_time": 1765726782.142332, + "author_account_age_days": 873 + }, + "https://github.com/larsupb/LoRA-Merger-ComfyUI": { + "stars": 62, + "last_update": "2024-10-24 11:28:08", + "cached_time": 1765726782.202852, + "author_account_age_days": 3614 + }, + "https://github.com/cuongloveit/comfy_http_request": { + "stars": 6, + "last_update": "2024-06-14 11:00:11", + "cached_time": 1765726782.160615, + "author_account_age_days": 3790 + }, + "https://github.com/Mason-McGough/ComfyUI-Mosaica": { + "stars": 6, + "last_update": "2024-08-26 20:42:35", + "cached_time": 1765726782.397466, + "author_account_age_days": 3743 + }, + "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { + "stars": 3, + "last_update": "2024-06-28 19:36:30", + "cached_time": 1765726782.459887, + "author_account_age_days": 1467 + }, + "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { + "stars": 18, + "last_update": "2025-03-19 10:35:44", + "cached_time": 1765726782.551286, + "author_account_age_days": 2839 + }, + "https://github.com/xliry/ComfyUI_SendDiscord": { + "stars": 0, + "last_update": "2024-05-23 02:21:38", + "cached_time": 1765726782.598554, + "author_account_age_days": 1811 + }, + "https://github.com/nirex0/ComfyUI_pytorch_openpose": { + "stars": 2, + "last_update": "2024-06-14 12:01:07", + "cached_time": 1765726782.746818, + "author_account_age_days": 4041 + }, + "https://github.com/AshMartian/ComfyUI-DirGir": { + "stars": 29, + "last_update": "2025-05-04 03:34:19", + "cached_time": 1765726782.958118, + "author_account_age_days": 5124 + }, + "https://github.com/SozeInc/ComfyUI-Mobile": { + "stars": 0, + "last_update": "2024-08-22 03:12:11", + "cached_time": 1765726782.980344, + "author_account_age_days": 617 + }, + "https://github.com/Goktug/comfyui-saveimage-plus": { + "stars": 14, + "last_update": "2024-11-13 06:03:10", + "cached_time": 1765726783.112221, + "author_account_age_days": 5470 + }, + "https://github.com/wujm424606/ComfyUi-Ollama-YN": { + "stars": 85, + "last_update": "2024-09-17 13:20:02", + "cached_time": 1765726783.174791, + "author_account_age_days": 2801 + }, + "https://github.com/tmagara/ComfyUI-Prediction-Boost": { + "stars": 1, + "last_update": "2024-07-31 13:51:19", + "cached_time": 1765726783.19753, + "author_account_age_days": 4913 + }, + "https://github.com/coolzilj/ComfyUI-Photopea": { + "stars": 184, + "last_update": "2024-06-14 08:10:57", + "cached_time": 1765726783.235736, + "author_account_age_days": 5201 + }, + "https://github.com/chesnokovivan/ComfyUI-Novakid": { + "stars": 0, + "last_update": "2024-06-10 20:15:56", + "cached_time": 1765726783.529748, + "author_account_age_days": 2068 + }, + "https://github.com/bitaffinity/ComfyUI_HF_Inference": { + "stars": 5, + "last_update": "2024-06-14 10:23:29", + "cached_time": 1765726783.590879, + "author_account_age_days": 595 + }, + "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { + "stars": 1, + "last_update": "2024-06-14 09:03:10", + "cached_time": 1765726783.586652, + "author_account_age_days": 3238 + }, + "https://github.com/MariusKM/ComfyUI-BadmanNodes": { + "stars": 2, + "last_update": "2025-11-12 22:57:40", + "cached_time": 1765726783.60454, + "author_account_age_days": 2769 + }, + "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { + "stars": 1, + "last_update": "2025-10-13 07:45:11", + "cached_time": 1765726783.785149, + "author_account_age_days": 3089 + }, + "https://github.com/TMElyralab/Comfyui-MusePose": { + "stars": 420, + "last_update": "2024-07-31 06:21:52", + "cached_time": 1765726784.071879, + "author_account_age_days": 635 + }, + "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { + "stars": 2, + "last_update": "2024-06-22 16:53:47", + "cached_time": 1765726784.016647, + "author_account_age_days": 1705 + }, + "https://github.com/humgate/simplecomfy": { + "stars": 0, + "last_update": "2024-06-14 08:58:21", + "cached_time": 1765726784.153466, + "author_account_age_days": 1904 + }, + "https://github.com/Smirnov75/ComfyUI-mxToolkit": { + "stars": 285, + "last_update": "2025-05-07 11:44:27", + "cached_time": 1765726784.211863, + "author_account_age_days": 2050 + }, + "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { + "stars": 146, + "last_update": "2024-06-23 14:56:16", + "cached_time": 1765726784.253397, + "author_account_age_days": 1037 + }, + "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { + "stars": 5, + "last_update": "2025-11-19 01:52:23", + "cached_time": 1765726784.751321, + "author_account_age_days": 3496 + }, + "https://github.com/hben35096/ComfyUI-ReplenishNodes": { + "stars": 6, + "last_update": "2025-08-09 15:07:29", + "cached_time": 1765726784.554622, + "author_account_age_days": 885 + }, + "https://github.com/tiankuan93/ComfyUI-V-Express": { + "stars": 112, + "last_update": "2024-06-26 02:41:00", + "cached_time": 1765726784.631221, + "author_account_age_days": 3488 + }, + "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { + "stars": 40, + "last_update": "2024-12-01 11:46:58", + "cached_time": 1765726784.639201, + "author_account_age_days": 3863 + }, + "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { + "stars": 20, + "last_update": "2024-08-26 14:51:47", + "cached_time": 1765726784.652702, + "author_account_age_days": 1648 + }, + "https://github.com/chakib-belgaid/ComfyUI-autosize": { + "stars": 0, + "last_update": "2024-06-14 07:13:20", + "cached_time": 1765726784.925994, + "author_account_age_days": 4374 + }, + "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { + "stars": 0, + "last_update": "2024-07-01 12:40:52", + "cached_time": 1765726785.404089, + "author_account_age_days": 4374 + }, + "https://github.com/ThereforeGames/ComfyUI-Unprompted": { + "stars": 12, + "last_update": "2024-11-13 20:46:08", + "cached_time": 1765726785.079321, + "author_account_age_days": 1473 + }, + "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { + "stars": 0, + "last_update": "2024-06-14 09:05:03", + "cached_time": 1765726785.207799, + "author_account_age_days": 894 + }, + "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { + "stars": 37, + "last_update": "2024-06-14 10:28:04", + "cached_time": 1765726785.233108, + "author_account_age_days": 1185 + }, + "https://github.com/luandev/ComfyUI-CrewAI": { + "stars": 56, + "last_update": "2025-01-17 18:06:27", + "cached_time": 1765726785.288274, + "author_account_age_days": 4345 + }, + "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { + "stars": 13, + "last_update": "2024-06-14 13:59:48", + "cached_time": 1765726785.61933, + "author_account_age_days": 4855 + }, + "https://github.com/risunobushi/ComfyUI-Similarity-Score": { + "stars": 6, + "last_update": "2025-07-28 10:40:52", + "cached_time": 1765726785.665314, + "author_account_age_days": 1185 + }, + "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { + "stars": 3, + "last_update": "2025-01-29 18:06:41", + "cached_time": 1765726785.693162, + "author_account_age_days": 1185 + }, + "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { + "stars": 18, + "last_update": "2025-09-25 09:39:29", + "cached_time": 1765726785.714039, + "author_account_age_days": 1185 + }, + "https://github.com/zohac/ComfyUI_ZC_DrawShape": { + "stars": 3, + "last_update": "2024-06-25 15:05:28", + "cached_time": 1765726785.766052, + "author_account_age_days": 3199 + }, + "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { + "stars": 12, + "last_update": "2024-06-26 03:13:32", + "cached_time": 1765726785.934228, + "author_account_age_days": 979 + }, + "https://github.com/DataCTE/prompt_injection": { + "stars": 96, + "last_update": "2025-08-18 13:18:24", + "cached_time": 1765726786.109846, + "author_account_age_days": 1315 + }, + "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { + "stars": 26, + "last_update": "2024-07-31 13:54:00", + "cached_time": 1765726786.234187, + "author_account_age_days": 1630 + }, + "https://github.com/denfrost/Den_ComfyUI_Workflow": { + "stars": 4, + "last_update": "2025-05-07 07:15:01", + "cached_time": 1765726786.242731, + "author_account_age_days": 4035 + }, + "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { + "stars": 8, + "last_update": "2024-06-18 05:35:49", + "cached_time": 1765726786.384923, + "author_account_age_days": 1630 + }, + "https://github.com/marduk191/comfyui-marnodes": { + "stars": 3, + "last_update": "2025-03-27 13:26:45", + "cached_time": 1765726786.446669, + "author_account_age_days": 4953 + }, + "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { + "stars": 118, + "last_update": "2025-08-03 03:41:23", + "cached_time": 1765726786.635581, + "author_account_age_days": 4953 + }, + "https://github.com/exdysa/comfyui-selector": { + "stars": 5, + "last_update": "2025-03-14 12:21:29", + "cached_time": 1765726786.686196, + "author_account_age_days": 1533 + }, + "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { + "stars": 0, + "last_update": "2024-07-28 21:08:27", + "cached_time": 1765726786.7407, + "author_account_age_days": 643 + }, + "https://github.com/coolzilj/ComfyUI-LJNodes": { + "stars": 91, + "last_update": "2024-06-15 01:57:32", + "cached_time": 1765726786.784716, + "author_account_age_days": 5201 + }, + "https://github.com/BenNarum/SigmaWaveFormNode": { + "stars": 5, + "last_update": "2024-06-20 15:20:35", + "cached_time": 1765726786.813409, + "author_account_age_days": 3610 + }, + "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { + "stars": 15, + "last_update": "2025-09-16 20:38:14", + "cached_time": 1765726786.957937, + "author_account_age_days": 5106 + }, + "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { + "stars": 3, + "last_update": "2024-06-20 13:57:29", + "cached_time": 1765726787.111299, + "author_account_age_days": 4845 + }, + "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { + "stars": 16, + "last_update": "2024-11-29 21:51:05", + "cached_time": 1765726787.281936, + "author_account_age_days": 5044 + }, + "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { + "stars": 52, + "last_update": "2025-11-18 20:04:03", + "cached_time": 1765726787.325976, + "author_account_age_days": 4218 + }, + "https://github.com/toxicwind/ComfyUI-TTools": { + "stars": 1, + "last_update": "2024-07-04 20:07:35", + "cached_time": 1765726787.397438, + "author_account_age_days": 4908 + }, + "https://github.com/Yanick112/ComfyUI-ToSVG": { + "stars": 250, + "last_update": "2025-06-20 14:10:06", + "cached_time": 1765726787.514594, + "author_account_age_days": 1352 + }, + "https://github.com/latenightlabs/ComfyUI-LNL": { + "stars": 26, + "last_update": "2024-10-07 20:09:43", + "cached_time": 1765726788.087973, + "author_account_age_days": 688 + }, + "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { + "stars": 11, + "last_update": "2024-09-18 04:30:33", + "cached_time": 1765726787.943386, + "author_account_age_days": 4529 + }, + "https://github.com/G-370/ComfyUI-SD3-Powerlab": { + "stars": 20, + "last_update": "2024-06-22 19:17:18", + "cached_time": 1765726787.749704, + "author_account_age_days": 2057 + }, + "https://github.com/juehackr/comfyui_fk_server": { + "stars": 517, + "last_update": "2025-12-12 10:41:08", + "cached_time": 1765726787.804207, + "author_account_age_days": 1650 + }, + "https://github.com/TylerZoro/SD3-Scaling": { + "stars": 1, + "last_update": "2024-06-15 16:59:22", + "cached_time": 1765726787.846651, + "author_account_age_days": 1823 + }, + "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { + "stars": 1, + "last_update": "2025-03-29 13:16:05", + "cached_time": 1765726787.99873, + "author_account_age_days": 4116 + }, + "https://github.com/baicai99/ComfyUI-FrameSkipping": { + "stars": 14, + "last_update": "2025-06-23 02:50:12", + "cached_time": 1765726788.236107, + "author_account_age_days": 1369 + }, + "https://github.com/SamKhoze/ComfyUI-DeepFuze": { + "stars": 448, + "last_update": "2025-08-15 03:14:39", + "cached_time": 1765726788.358605, + "author_account_age_days": 1981 + }, + "https://github.com/superyoman/comfyui_lumaAPI": { + "stars": 21, + "last_update": "2024-06-17 21:00:05", + "cached_time": 1765726788.335443, + "author_account_age_days": 987 + }, + "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { + "stars": 7, + "last_update": "2024-07-31 13:51:59", + "cached_time": 1765726788.464348, + "author_account_age_days": 2335 + }, + "https://github.com/zhulu111/ComfyUI_Bxb": { + "stars": 1483, + "last_update": "2025-09-11 03:57:50", + "cached_time": 1765726788.548953, + "author_account_age_days": 577 + }, + "https://github.com/lordgasmic/comfyui_wildcards": { + "stars": 13, + "last_update": "2024-06-20 16:52:14", + "cached_time": 1765726788.764338, + "author_account_age_days": 5305 + }, + "https://github.com/lordgasmic/comfyui_save_image_with_options": { + "stars": 0, + "last_update": "2024-06-20 16:39:23", + "cached_time": 1765726788.85964, + "author_account_age_days": 5305 + }, + "https://github.com/opvelll/ComfyUI_TextListProduct": { + "stars": 1, + "last_update": "2024-10-30 16:00:09", + "cached_time": 1765726788.864587, + "author_account_age_days": 2092 + }, + "https://github.com/jakechai/ComfyUI-JakeUpgrade": { + "stars": 129, + "last_update": "2025-12-01 07:50:07", + "cached_time": 1765726788.967565, + "author_account_age_days": 2110 + }, + "https://github.com/celsojr2013/comfyui_simpletools": { + "stars": 4, + "last_update": "2024-06-22 11:35:40", + "cached_time": 1765726789.008615, + "author_account_age_days": 3937 + }, + "https://github.com/celsojr2013/comfyui_jamworks_client": { + "stars": 0, + "last_update": "2024-06-23 12:35:44", + "cached_time": 1765726789.117501, + "author_account_age_days": 3937 + }, + "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { + "stars": 3, + "last_update": "2025-10-09 02:55:31", + "cached_time": 1765726789.304578, + "author_account_age_days": 598 + }, + "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { + "stars": 7, + "last_update": "2025-03-27 23:13:16", + "cached_time": 1765726789.355265, + "author_account_age_days": 1126 + }, + "https://github.com/slyt/comfyui-ollama-nodes": { + "stars": 1, + "last_update": "2024-07-31 13:52:27", + "cached_time": 1765726789.386364, + "author_account_age_days": 4477 + }, + "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { + "stars": 11, + "last_update": "2025-12-12 06:36:17", + "cached_time": 1765726789.547134, + "author_account_age_days": 940 + }, + "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { + "stars": 4, + "last_update": "2024-07-03 03:39:49", + "cached_time": 1765726789.606677, + "author_account_age_days": 653 + }, + "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { + "stars": 75, + "last_update": "2025-04-07 05:52:19", + "cached_time": 1765726789.808531, + "author_account_age_days": 2981 + }, + "https://github.com/iwanders/ComfyUI_nodes": { + "stars": 2, + "last_update": "2024-07-11 01:06:26", + "cached_time": 1765726789.888398, + "author_account_age_days": 4964 + }, + "https://github.com/rhdunn/comfyui-bus-plugin": { + "stars": 2, + "last_update": "2024-08-22 19:00:56", + "cached_time": 1765726789.921214, + "author_account_age_days": 6175 + }, + "https://github.com/rhdunn/comfyui-audio-processing": { + "stars": 11, + "last_update": "2024-08-22 19:11:01", + "cached_time": 1765726790.010432, + "author_account_age_days": 6175 + }, + "https://github.com/veighnsche/comfyui_gr85": { + "stars": 1, + "last_update": "2025-11-28 04:00:25", + "cached_time": 1765726790.020431, + "author_account_age_days": 3638 + }, + "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { + "stars": 4, + "last_update": "2025-04-10 01:38:49", + "cached_time": 1765726790.134765, + "author_account_age_days": 3648 + }, + "https://github.com/hwhaocool/ComfyUI-Select-Any": { + "stars": 2, + "last_update": "2024-07-31 13:52:47", + "cached_time": 1765726790.333765, + "author_account_age_days": 3426 + }, + "https://github.com/licyk/ComfyUI-Restart-Sampler": { + "stars": 12, + "last_update": "2025-02-24 04:53:52", + "cached_time": 1765726790.391539, + "author_account_age_days": 1806 + }, + "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { + "stars": 199, + "last_update": "2025-09-25 21:20:31", + "cached_time": 1765726790.415444, + "author_account_age_days": 1735 + }, + "https://github.com/licyk/ComfyUI-HakuImg": { + "stars": 10, + "last_update": "2025-08-06 15:55:12", + "cached_time": 1765726790.584425, + "author_account_age_days": 1806 + }, + "https://github.com/licyk/ComfyUI-TCD-Sampler": { + "stars": 7, + "last_update": "2025-03-27 16:32:33", + "cached_time": 1765726790.677142, + "author_account_age_days": 1806 + }, + "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { + "stars": 1, + "last_update": "2024-07-31 14:04:26", + "cached_time": 1765726790.838456, + "author_account_age_days": 1918 + }, + "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { + "stars": 2, + "last_update": "2024-07-31 14:13:17", + "cached_time": 1765726790.922486, + "author_account_age_days": 1918 + }, + "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { + "stars": 37, + "last_update": "2025-04-27 11:44:51", + "cached_time": 1765726790.925567, + "author_account_age_days": 4129 + }, + "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { + "stars": 1, + "last_update": "2025-05-25 01:55:29", + "cached_time": 1765726791.031296, + "author_account_age_days": 4129 + }, + "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { + "stars": 14, + "last_update": "2024-08-01 19:39:30", + "cached_time": 1765726791.065886, + "author_account_age_days": 1227 + }, + "https://github.com/DeJoker/pipeline-parallel-comfy": { + "stars": 4, + "last_update": "2024-07-29 06:59:37", + "cached_time": 1765726791.139, + "author_account_age_days": 3529 + }, + "https://github.com/SEkINVR/ComfyUI-SaveAs": { + "stars": 8, + "last_update": "2024-08-19 01:06:16", + "cached_time": 1765726791.756301, + "author_account_age_days": 1195 + }, + "https://github.com/yiwangsimple/florence_dw": { + "stars": 50, + "last_update": "2025-02-13 01:52:15", + "cached_time": 1765726791.395497, + "author_account_age_days": 1090 + }, + "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { + "stars": 89, + "last_update": "2025-07-25 02:13:12", + "cached_time": 1765726791.443913, + "author_account_age_days": 1090 + }, + "https://github.com/tritant/ComfyUI_CreaPrompt": { + "stars": 76, + "last_update": "2025-12-05 12:18:00", + "cached_time": 1765726791.587371, + "author_account_age_days": 3679 + }, + "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { + "stars": 3, + "last_update": "2025-05-09 04:39:16", + "cached_time": 1765726791.704576, + "author_account_age_days": 3679 + }, + "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { + "stars": 3, + "last_update": "2025-07-01 15:26:48", + "cached_time": 1765726791.906873, + "author_account_age_days": 3679 + }, + "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { + "stars": 4, + "last_update": "2025-10-04 19:08:45", + "cached_time": 1765726791.980084, + "author_account_age_days": 3679 + }, + "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { + "stars": 13, + "last_update": "2025-07-21 20:23:10", + "cached_time": 1765726791.958364, + "author_account_age_days": 3679 + }, + "https://github.com/tritant/ComfyUI_Layers_Utility": { + "stars": 65, + "last_update": "2025-10-07 17:14:33", + "cached_time": 1765726792.06936, + "author_account_age_days": 3679 + }, + "https://github.com/metncelik/comfyui_met_suite": { + "stars": 2, + "last_update": "2025-03-27 12:27:48", + "cached_time": 1765726792.102473, + "author_account_age_days": 1161 + }, + "https://github.com/tritant/ComfyUI_Relight_Img": { + "stars": 6, + "last_update": "2025-08-02 12:20:39", + "cached_time": 1765726792.172362, + "author_account_age_days": 3679 + }, + "https://github.com/Smuzzies/comfyui_meme_maker": { + "stars": 1, + "last_update": "2024-07-05 22:01:41", + "cached_time": 1765726792.423408, + "author_account_age_days": 1229 + }, + "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { + "stars": 2, + "last_update": "2025-03-31 08:48:48", + "cached_time": 1765726792.473939, + "author_account_age_days": 5105 + }, + "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { + "stars": 5, + "last_update": "2025-06-23 10:08:04", + "cached_time": 1765726792.616233, + "author_account_age_days": 1899 + }, + "https://github.com/wTechArtist/ComfyUI-CustomNodes": { + "stars": 3, + "last_update": "2024-08-21 03:03:16", + "cached_time": 1765726792.747649, + "author_account_age_days": 1899 + }, + "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { + "stars": 0, + "last_update": "2024-07-15 14:13:58", + "cached_time": 1765726792.788297, + "author_account_age_days": 4476 + }, + "https://github.com/HECer/ComfyUI-FilePathCreator": { + "stars": 15, + "last_update": "2025-04-17 16:32:12", + "cached_time": 1765726792.926621, + "author_account_age_days": 3518 + }, + "https://github.com/adigayung/ComfyUI-Translator": { + "stars": 15, + "last_update": "2024-09-09 03:36:52", + "cached_time": 1765726793.012291, + "author_account_age_days": 751 + }, + "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { + "stars": 2, + "last_update": "2025-03-23 07:52:36", + "cached_time": 1765726793.92174, + "author_account_age_days": 1899 + }, + "https://github.com/BenNarum/ComfyUI_CAS": { + "stars": 3, + "last_update": "2024-07-13 12:00:40", + "cached_time": 1765726793.129789, + "author_account_age_days": 3610 + }, + "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { + "stars": 23, + "last_update": "2024-07-19 06:38:39", + "cached_time": 1765726793.121635, + "author_account_age_days": 1811 + }, + "https://github.com/siliconflow/BizyAir": { + "stars": 807, + "last_update": "2025-09-24 10:15:54", + "cached_time": 1765726793.219474, + "author_account_age_days": 844 + }, + "https://github.com/Excidos/ComfyUI-Documents": { + "stars": 56, + "last_update": "2024-07-11 20:15:21", + "cached_time": 1765726793.46809, + "author_account_age_days": 545 + }, + "https://github.com/injet-zhou/comfyui_extra_api": { + "stars": 14, + "last_update": "2025-06-06 02:35:34", + "cached_time": 1765726793.49461, + "author_account_age_days": 2765 + }, + "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { + "stars": 34, + "last_update": "2025-08-22 14:25:23", + "cached_time": 1765726793.634214, + "author_account_age_days": 5088 + }, + "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { + "stars": 17, + "last_update": "2024-07-30 10:27:07", + "cached_time": 1765726793.798652, + "author_account_age_days": 545 + }, + "https://github.com/leestuartx/ComfyUI-GG": { + "stars": 2, + "last_update": "2025-03-10 16:26:37", + "cached_time": 1765726793.822482, + "author_account_age_days": 4317 + }, + "https://github.com/mgfxer/ComfyUI-FrameFX": { + "stars": 25, + "last_update": "2024-07-20 13:58:46", + "cached_time": 1765726793.936553, + "author_account_age_days": 540 + }, + "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { + "stars": 19, + "last_update": "2024-08-05 01:50:04", + "cached_time": 1765726794.060359, + "author_account_age_days": 1100 + }, + "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { + "stars": 1, + "last_update": "2024-07-31 13:54:16", + "cached_time": 1765726794.156469, + "author_account_age_days": 5696 + }, + "https://github.com/807502278/ComfyUI-3D-MeshTool": { + "stars": 23, + "last_update": "2024-10-18 09:59:54", + "cached_time": 1765726794.198346, + "author_account_age_days": 2551 + }, + "https://github.com/807502278/ComfyUI-WJNodes": { + "stars": 13, + "last_update": "2025-09-03 02:31:35", + "cached_time": 1765726794.264225, + "author_account_age_days": 2551 + }, + "https://github.com/JackEllie/ComfyUI_AI_Assistant": { + "stars": 24, + "last_update": "2024-09-05 03:42:14", + "cached_time": 1765726794.523184, + "author_account_age_days": 1109 + }, + "https://github.com/807502278/ComfyUI_MaskGCT": { + "stars": 27, + "last_update": "2025-03-05 09:15:32", + "cached_time": 1765726794.521989, + "author_account_age_days": 2551 + }, + "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { + "stars": 5, + "last_update": "2025-04-21 19:22:43", + "cached_time": 1765726794.680884, + "author_account_age_days": 3015 + }, + "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { + "stars": 7, + "last_update": "2025-08-11 13:55:09", + "cached_time": 1765726795.348663, + "author_account_age_days": 3015 + }, + "https://github.com/APZmedia/APZmedia-comfy-together-lora": { + "stars": 0, + "last_update": "2025-02-15 13:14:17", + "cached_time": 1765726794.855764, + "author_account_age_days": 3015 + }, + "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { + "stars": 72, + "last_update": "2024-08-19 12:52:20", + "cached_time": 1765726794.970522, + "author_account_age_days": 615 + }, + "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { + "stars": 15, + "last_update": "2025-10-31 14:48:37", + "cached_time": 1765726794.967575, + "author_account_age_days": 1311 + }, + "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { + "stars": 2, + "last_update": "2025-09-16 12:38:44", + "cached_time": 1765726795.098686, + "author_account_age_days": 1311 + }, + "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { + "stars": 498, + "last_update": "2025-04-26 02:32:18", + "cached_time": 1765726795.176497, + "author_account_age_days": 1006 + }, + "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { + "stars": 229, + "last_update": "2025-05-05 15:00:47", + "cached_time": 1765726795.211707, + "author_account_age_days": 5618 + }, + "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { + "stars": 34, + "last_update": "2025-08-10 09:11:18", + "cached_time": 1765726795.303279, + "author_account_age_days": 1006 + }, + "https://github.com/2kpr/ComfyUI-UltraPixel": { + "stars": 229, + "last_update": "2024-07-27 14:52:10", + "cached_time": 1765726795.548319, + "author_account_age_days": 1457 + }, + "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { + "stars": 2, + "last_update": "2024-07-17 01:24:53", + "cached_time": 1765726795.768139, + "author_account_age_days": 522 + }, + "https://github.com/mikebilly/Transparent-background-comfyUI": { + "stars": 2, + "last_update": "2025-01-29 16:29:23", + "cached_time": 1765726795.88588, + "author_account_age_days": 3102 + }, + "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { + "stars": 4, + "last_update": "2024-07-17 03:55:26", + "cached_time": 1765726796.0266, + "author_account_age_days": 2064 + }, + "https://github.com/un-seen/comfyui-tensorops": { + "stars": 34, + "last_update": "2024-10-26 00:04:07", + "cached_time": 1765726796.051213, + "author_account_age_days": 1854 + }, + "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { + "stars": 681, + "last_update": "2024-07-31 13:54:32", + "cached_time": 1765726796.00801, + "author_account_age_days": 746 + }, + "https://github.com/un-seen/comfyui_segment_anything_plus": { + "stars": 10, + "last_update": "2024-07-29 06:21:54", + "cached_time": 1765726796.192185, + "author_account_age_days": 1854 + }, + "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { + "stars": 2, + "last_update": "2024-07-31 13:59:12", + "cached_time": 1765726796.208536, + "author_account_age_days": 2655 + }, + "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { + "stars": 4, + "last_update": "2025-03-14 09:52:02", + "cached_time": 1765726796.315974, + "author_account_age_days": 1658 + }, + "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { + "stars": 240, + "last_update": "2025-04-03 09:09:43", + "cached_time": 1765726796.403305, + "author_account_age_days": 4201 + }, + "https://github.com/lrzjason/Comfyui-Kolors-Utils": { + "stars": 17, + "last_update": "2025-05-05 16:10:11", + "cached_time": 1765726796.390026, + "author_account_age_days": 4201 + }, + "https://github.com/lrzjason/Comfyui-ThinkRemover": { + "stars": 4, + "last_update": "2025-02-07 10:57:50", + "cached_time": 1765726796.580687, + "author_account_age_days": 4201 + }, + "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { + "stars": 39, + "last_update": "2025-05-28 20:46:50", + "cached_time": 1765726796.816205, + "author_account_age_days": 4201 + }, + "https://github.com/cozy-comfyui/cozy_comm": { + "stars": 2, + "last_update": "2025-04-03 17:02:54", + "cached_time": 1765726796.956382, + "author_account_age_days": 604 + }, + "https://github.com/RhizoNymph/ComfyUI-Latte": { + "stars": 3, + "last_update": "2024-08-11 07:25:04", + "cached_time": 1765726797.058434, + "author_account_age_days": 1705 + }, + "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { + "stars": 9, + "last_update": "2024-09-07 19:47:02", + "cached_time": 1765726797.078358, + "author_account_age_days": 1705 + }, + "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { + "stars": 1, + "last_update": "2024-10-13 06:26:51", + "cached_time": 1765726797.244263, + "author_account_age_days": 1705 + }, + "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { + "stars": 8, + "last_update": "2025-05-07 13:56:23", + "cached_time": 1765726797.239808, + "author_account_age_days": 1246 + }, + "https://github.com/fssorc/ComfyUI_pose_inter": { + "stars": 89, + "last_update": "2025-05-27 07:05:00", + "cached_time": 1765726797.234148, + "author_account_age_days": 5125 + }, + "https://github.com/fssorc/ComfyUI_FaceShaper": { + "stars": 185, + "last_update": "2024-09-20 06:15:46", + "cached_time": 1765726797.350779, + "author_account_age_days": 5125 + }, + "https://github.com/fssorc/ComfyUI_FFT": { + "stars": 14, + "last_update": "2024-09-30 01:27:21", + "cached_time": 1765726797.438174, + "author_account_age_days": 5125 + }, + "https://github.com/fssorc/ComfyUI_RopeWrapper": { + "stars": 20, + "last_update": "2025-01-07 04:55:59", + "cached_time": 1765726797.443677, + "author_account_age_days": 5125 + }, + "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { + "stars": 6, + "last_update": "2024-07-19 18:11:11", + "cached_time": 1765726797.63608, + "author_account_age_days": 1335 + }, + "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { + "stars": 1, + "last_update": "2024-08-01 07:59:10", + "cached_time": 1765726797.827378, + "author_account_age_days": 1335 + }, + "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { + "stars": 17, + "last_update": "2024-08-05 04:45:12", + "cached_time": 1765726797.979605, + "author_account_age_days": 1335 + }, + "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { + "stars": 1, + "last_update": "2024-08-28 00:24:01", + "cached_time": 1765726798.095773, + "author_account_age_days": 1335 + }, + "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { + "stars": 10, + "last_update": "2024-09-16 05:34:01", + "cached_time": 1765726798.102434, + "author_account_age_days": 1335 + }, + "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { + "stars": 5, + "last_update": "2024-07-30 04:43:14", + "cached_time": 1765726798.251291, + "author_account_age_days": 514 + }, + "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { + "stars": 37, + "last_update": "2025-05-01 06:24:47", + "cached_time": 1765726798.265046, + "author_account_age_days": 1335 + }, + "https://github.com/googincheng/ComfyUX": { + "stars": 149, + "last_update": "2024-08-22 09:47:17", + "cached_time": 1765726798.262426, + "author_account_age_days": 3327 + }, + "https://github.com/alanhuang67/ComfyUI-FAI-Node": { + "stars": 14, + "last_update": "2024-08-02 03:35:41", + "cached_time": 1765726798.419796, + "author_account_age_days": 4028 + }, + "https://github.com/MuziekMagie/ComfyUI-Matchering": { + "stars": 57, + "last_update": "2024-07-23 14:39:52", + "cached_time": 1765726798.452413, + "author_account_age_days": 510 + }, + "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { + "stars": 4, + "last_update": "2024-07-24 16:39:41", + "cached_time": 1765726798.45712, + "author_account_age_days": 3715 + }, + "https://github.com/pikenrover/ComfyUI_PRNodes": { + "stars": 2, + "last_update": "2025-04-03 13:31:42", + "cached_time": 1765726798.667626, + "author_account_age_days": 508 + }, + "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { + "stars": 63, + "last_update": "2024-08-17 21:12:43", + "cached_time": 1765726799.298887, + "author_account_age_days": 2106 + }, + "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { + "stars": 8, + "last_update": "2025-11-09 01:25:14", + "cached_time": 1765726799.000528, + "author_account_age_days": 507 + }, + "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { + "stars": 7, + "last_update": "2025-11-09 02:04:45", + "cached_time": 1765726799.153623, + "author_account_age_days": 507 + }, + "https://github.com/EnragedAntelope/comfyui-relight": { + "stars": 85, + "last_update": "2025-11-09 02:16:20", + "cached_time": 1765726799.142518, + "author_account_age_days": 507 + }, + "https://github.com/jn-jairo/jn_comfyui": { + "stars": 5, + "last_update": "2024-08-16 18:09:12", + "cached_time": 1765726799.275097, + "author_account_age_days": 4522 + }, + "https://github.com/akierson/comfyui-colornodes": { + "stars": 2, + "last_update": "2024-10-20 20:14:09", + "cached_time": 1765726799.340792, + "author_account_age_days": 2872 + }, + "https://github.com/akierson/ComfyUI-textnodes": { + "stars": 0, + "last_update": "2024-10-20 20:12:15", + "cached_time": 1765726799.313603, + "author_account_age_days": 2872 + }, + "https://github.com/ai-shizuka/ComfyUI-tbox": { + "stars": 19, + "last_update": "2025-04-22 10:21:03", + "cached_time": 1765726799.931863, + "author_account_age_days": 550 + }, + "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { + "stars": 21, + "last_update": "2025-05-12 16:09:03", + "cached_time": 1765726799.497804, + "author_account_age_days": 1557 + }, + "https://github.com/neverbiasu/ComfyUI-SAM2": { + "stars": 238, + "last_update": "2025-11-13 00:40:29", + "cached_time": 1765726799.512463, + "author_account_age_days": 1557 + }, + "https://github.com/neverbiasu/ComfyUI-StyleShot": { + "stars": 15, + "last_update": "2025-04-23 08:01:32", + "cached_time": 1765726799.695768, + "author_account_age_days": 1557 + }, + "https://github.com/neverbiasu/ComfyUI-Dashscope": { + "stars": 4, + "last_update": "2025-04-05 02:19:36", + "cached_time": 1765726800.025012, + "author_account_age_days": 1557 + }, + "https://github.com/neverbiasu/ComfyUI-ChatTTS": { + "stars": 3, + "last_update": "2025-05-12 08:15:13", + "cached_time": 1765726800.166702, + "author_account_age_days": 1557 + }, + "https://github.com/neverbiasu/ComfyUI-BAGEL": { + "stars": 187, + "last_update": "2025-10-13 00:36:22", + "cached_time": 1765726800.192635, + "author_account_age_days": 1557 + }, + "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { + "stars": 4, + "last_update": "2025-09-28 21:59:19", + "cached_time": 1765726800.312831, + "author_account_age_days": 1557 + }, + "https://github.com/var1ableX/ComfyUI_Accessories": { + "stars": 1, + "last_update": "2025-09-18 02:41:54", + "cached_time": 1765726800.31912, + "author_account_age_days": 5302 + }, + "https://github.com/MakkiShizu/comfyui_reimgsize": { + "stars": 5, + "last_update": "2025-04-27 15:34:57", + "cached_time": 1765726800.350152, + "author_account_age_days": 850 + }, + "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { + "stars": 18, + "last_update": "2025-09-22 12:41:25", + "cached_time": 1765726800.372341, + "author_account_age_days": 850 + }, + "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { + "stars": 16, + "last_update": "2025-08-16 09:04:36", + "cached_time": 1765726800.541609, + "author_account_age_days": 850 + }, + "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { + "stars": 6, + "last_update": "2025-12-12 07:14:28", + "cached_time": 1765726800.562679, + "author_account_age_days": 850 + }, + "https://github.com/Parameshvadivel/ComfyUI-SVGview": { + "stars": 1, + "last_update": "2024-07-31 13:40:33", + "cached_time": 1765726800.749394, + "author_account_age_days": 3366 + }, + "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { + "stars": 13, + "last_update": "2024-08-02 15:16:12", + "cached_time": 1765726800.967701, + "author_account_age_days": 3892 + }, + "https://github.com/Visionatrix/ComfyUI-Visionatrix": { + "stars": 2, + "last_update": "2025-07-06 10:53:01", + "cached_time": 1765726801.096648, + "author_account_age_days": 654 + }, + "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { + "stars": 2, + "last_update": "2025-07-05 18:20:05", + "cached_time": 1765726801.274242, + "author_account_age_days": 654 + }, + "https://github.com/Visionatrix/ComfyUI-Gemini": { + "stars": 26, + "last_update": "2025-12-08 20:49:55", + "cached_time": 1765726801.300569, + "author_account_age_days": 654 + }, + "https://github.com/liangt/comfyui-loadimagewithsubfolder": { + "stars": 3, + "last_update": "2025-03-27 16:49:42", + "cached_time": 1765726801.346175, + "author_account_age_days": 4596 + }, + "https://github.com/vault-developer/comfyui-image-blender": { + "stars": 20, + "last_update": "2025-04-02 19:37:15", + "cached_time": 1765726801.403296, + "author_account_age_days": 3151 + }, + "https://github.com/gisu/comfyui-foxpack": { + "stars": 2, + "last_update": "2024-08-20 06:43:22", + "cached_time": 1765726801.40817, + "author_account_age_days": 5537 + }, + "https://github.com/webfiltered/DebugNode-ComfyUI": { + "stars": 11, + "last_update": "2025-05-06 16:15:33", + "cached_time": 1765726801.487031, + "author_account_age_days": 512 + }, + "https://github.com/pzc163/Comfyui-CatVTON": { + "stars": 167, + "last_update": "2024-10-03 12:50:42", + "cached_time": 1765726801.589486, + "author_account_age_days": 1315 + }, + "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { + "stars": 83, + "last_update": "2024-08-30 08:37:48", + "cached_time": 1765726801.617304, + "author_account_age_days": 1315 + }, + "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { + "stars": 2, + "last_update": "2024-07-31 13:39:36", + "cached_time": 1765726801.772455, + "author_account_age_days": 527 + }, + "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { + "stars": 31, + "last_update": "2025-11-30 20:57:15", + "cached_time": 1765726801.998172, + "author_account_age_days": 573 + }, + "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { + "stars": 334, + "last_update": "2025-11-30 04:47:00", + "cached_time": 1765726802.144256, + "author_account_age_days": 573 + }, + "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { + "stars": 247, + "last_update": "2025-05-05 04:23:55", + "cached_time": 1765726802.294253, + "author_account_age_days": 573 + }, + "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { + "stars": 86, + "last_update": "2025-04-20 05:29:13", + "cached_time": 1765726802.424647, + "author_account_age_days": 573 + }, + "https://github.com/teward/Comfy-Sentry": { + "stars": 1, + "last_update": "2024-07-31 21:37:42", + "cached_time": 1765726802.457415, + "author_account_age_days": 5636 + }, + "https://github.com/akatz-ai/ComfyUI-Basic-Math": { + "stars": 10, + "last_update": "2025-09-30 03:58:34", + "cached_time": 1765726802.440028, + "author_account_age_days": 573 + }, + "https://github.com/FuouM/FM_nodes": { + "stars": 7, + "last_update": "2025-03-27 12:16:55", + "cached_time": 1765726802.50953, + "author_account_age_days": 2219 + }, + "https://github.com/FuouM/ComfyUI-FirstOrderMM": { + "stars": 7, + "last_update": "2025-03-27 12:22:31", + "cached_time": 1765726802.704451, + "author_account_age_days": 2219 + }, + "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { + "stars": 13, + "last_update": "2025-03-27 12:15:58", + "cached_time": 1765726802.64467, + "author_account_age_days": 2219 + }, + "https://github.com/FuouM/ComfyUI-EbSynth": { + "stars": 105, + "last_update": "2025-03-30 06:30:52", + "cached_time": 1765726802.679999, + "author_account_age_days": 2219 + }, + "https://github.com/FuouM/ComfyUI-MatAnyone": { + "stars": 18, + "last_update": "2025-03-24 03:43:48", + "cached_time": 1765726802.832426, + "author_account_age_days": 2219 + }, + "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { + "stars": 4, + "last_update": "2024-08-01 06:47:24", + "cached_time": 1765726803.043489, + "author_account_age_days": 1068 + }, + "https://github.com/MiddleKD/ComfyUI-productfix": { + "stars": 12, + "last_update": "2025-05-12 05:00:24", + "cached_time": 1765726803.182335, + "author_account_age_days": 1068 + }, + "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { + "stars": 6, + "last_update": "2024-11-07 12:35:00", + "cached_time": 1765726803.305051, + "author_account_age_days": 1068 + }, + "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { + "stars": 2559, + "last_update": "2024-08-21 06:14:24", + "cached_time": 1765726803.466687, + "author_account_age_days": 501 + }, + "https://github.com/cdxOo/comfyui-text-node-with-comments": { + "stars": 2, + "last_update": "2024-08-03 00:54:38", + "cached_time": 1765726803.457718, + "author_account_age_days": 3834 + }, + "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { + "stars": 0, + "last_update": "2024-09-03 06:55:04", + "cached_time": 1765726803.47299, + "author_account_age_days": 3061 + }, + "https://github.com/oleksandr612/ComfyUI-Counter": { + "stars": 0, + "last_update": "2024-08-05 16:18:48", + "cached_time": 1765726803.538057, + "author_account_age_days": 500 + }, + "https://github.com/alpertunga-bile/image-caption-comfyui": { + "stars": 10, + "last_update": "2025-05-21 20:09:00", + "cached_time": 1765726803.685545, + "author_account_age_days": 1811 + }, + "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { + "stars": 2, + "last_update": "2025-01-23 13:35:49", + "cached_time": 1765726803.721887, + "author_account_age_days": 3914 + }, + "https://github.com/NMWave/ComfyUI-Nader-Tagging": { + "stars": 4, + "last_update": "2025-04-09 01:07:33", + "cached_time": 1765726803.745741, + "author_account_age_days": 1116 + }, + "https://github.com/caleboleary/ComfyUI-Arc2Face": { + "stars": 50, + "last_update": "2024-09-02 23:00:00", + "cached_time": 1765726803.86472, + "author_account_age_days": 3840 + }, + "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { + "stars": 45, + "last_update": "2025-11-29 15:08:39", + "cached_time": 1765726804.11545, + "author_account_age_days": 1208 + }, + "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { + "stars": 49, + "last_update": "2025-08-08 22:25:29", + "cached_time": 1765726804.253113, + "author_account_age_days": 1208 + }, + "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { + "stars": 2, + "last_update": "2025-08-05 15:09:34", + "cached_time": 1765726804.338631, + "author_account_age_days": 1208 + }, + "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { + "stars": 8, + "last_update": "2025-09-13 11:00:11", + "cached_time": 1765726804.470895, + "author_account_age_days": 1208 + }, + "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader": { + "stars": 1, + "last_update": "2025-08-21 13:06:03", + "cached_time": 1765726804.513395, + "author_account_age_days": 1208 + }, + "https://github.com/Dobidop/ComfyStereo": { + "stars": 32, + "last_update": "2025-11-26 07:52:40", + "cached_time": 1765726804.504101, + "author_account_age_days": 1998 + }, + "https://github.com/bananasss00/ComfyUI-SP-Nodes": { + "stars": 15, + "last_update": "2025-08-29 18:40:07", + "cached_time": 1765726804.568482, + "author_account_age_days": 3072 + }, + "https://github.com/leeguandong/ComfyUI_M3Net": { + "stars": 12, + "last_update": "2024-08-16 00:03:21", + "cached_time": 1765726804.721929, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_LLaSM": { + "stars": 5, + "last_update": "2024-08-10 10:58:17", + "cached_time": 1765726804.769406, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_InternVL2": { + "stars": 13, + "last_update": "2024-08-10 11:00:11", + "cached_time": 1765726805.021713, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_VideoEditing": { + "stars": 4, + "last_update": "2024-08-14 16:59:49", + "cached_time": 1765726804.895186, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { + "stars": 3, + "last_update": "2024-08-16 11:59:42", + "cached_time": 1765726805.179289, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_Style_Aligned": { + "stars": 5, + "last_update": "2024-08-16 11:59:33", + "cached_time": 1765726805.290604, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { + "stars": 8, + "last_update": "2024-08-26 05:15:14", + "cached_time": 1765726805.394975, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_MasaCtrl": { + "stars": 3, + "last_update": "2024-09-01 03:47:35", + "cached_time": 1765726805.489403, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { + "stars": 3, + "last_update": "2025-01-09 02:43:41", + "cached_time": 1765726805.540262, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { + "stars": 3, + "last_update": "2025-03-02 07:32:55", + "cached_time": 1765726805.530154, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_FluxCustomId": { + "stars": 7, + "last_update": "2025-01-06 01:12:44", + "cached_time": 1765726805.59808, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { + "stars": 4, + "last_update": "2025-03-15 07:37:50", + "cached_time": 1765726805.777521, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_Cogview4": { + "stars": 2, + "last_update": "2025-03-13 15:58:44", + "cached_time": 1765726805.786804, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { + "stars": 5, + "last_update": "2025-03-13 16:11:50", + "cached_time": 1765726805.915517, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_ChatGen": { + "stars": 2, + "last_update": "2025-03-13 16:24:46", + "cached_time": 1765726806.067232, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { + "stars": 0, + "last_update": "2025-03-13 16:32:16", + "cached_time": 1765726806.188344, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_Gemma3": { + "stars": 9, + "last_update": "2025-09-06 08:35:54", + "cached_time": 1765726806.318338, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { + "stars": 17, + "last_update": "2025-03-17 01:07:01", + "cached_time": 1765726806.450248, + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_QWQ32B": { + "stars": 2, + "last_update": "2025-03-15 17:19:23", + "cached_time": 1765726806.523936, + "author_account_age_days": 3332 + }, + "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { + "stars": 15, + "last_update": "2025-07-16 21:04:06", + "cached_time": 1765726806.546794, + "author_account_age_days": 4034 + }, + "https://github.com/kappa54m/ComfyUI_Usability": { + "stars": 0, + "last_update": "2024-08-08 15:31:47", + "cached_time": 1765726806.577059, + "author_account_age_days": 2049 + }, + "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { + "stars": 423, + "last_update": "2025-10-23 04:10:00", + "cached_time": 1765726807.10911, + "author_account_age_days": 949 + }, + "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { + "stars": 15, + "last_update": "2025-04-02 16:35:52", + "cached_time": 1765726806.817031, + "author_account_age_days": 949 + }, + "https://github.com/misterjoessef/MLTask_ComfyUI": { + "stars": 1, + "last_update": "2024-08-17 16:45:24", + "cached_time": 1765726806.821981, + "author_account_age_days": 1276 + }, + "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { + "stars": 23, + "last_update": "2024-12-26 16:21:00", + "cached_time": 1765726806.941883, + "author_account_age_days": 3259 + }, + "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { + "stars": 13, + "last_update": "2025-01-27 13:33:49", + "cached_time": 1765726807.132774, + "author_account_age_days": 3259 + }, + "https://github.com/Julian-adv/WildDivide": { + "stars": 18, + "last_update": "2025-07-24 15:43:12", + "cached_time": 1765726807.232758, + "author_account_age_days": 876 + }, + "https://github.com/goburiin/nsfwrecog-comfyui": { + "stars": 0, + "last_update": "2024-08-14 02:17:15", + "cached_time": 1765726807.348736, + "author_account_age_days": 492 + }, + "https://github.com/eastoc/ComfyUI_SemanticSAM": { + "stars": 5, + "last_update": "2024-08-13 19:24:33", + "cached_time": 1765726807.470222, + "author_account_age_days": 3256 + }, + "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { + "stars": 8, + "last_update": "2025-06-02 02:45:04", + "cached_time": 1765726807.615895, + "author_account_age_days": 925 + }, + "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { + "stars": 11, + "last_update": "2025-10-24 07:46:08", + "cached_time": 1765726808.017067, + "author_account_age_days": 953 + }, + "https://github.com/blackcodetavern/ComfyUI-Benripack": { + "stars": 9, + "last_update": "2024-09-07 09:06:00", + "cached_time": 1765726807.611201, + "author_account_age_days": 3411 + }, + "https://github.com/MohammadAboulEla/ComfyUI-iTools": { + "stars": 203, + "last_update": "2025-12-13 14:54:37", + "cached_time": 1765726807.843777, + "author_account_age_days": 1564 + }, + "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { + "stars": 2, + "last_update": "2025-05-21 02:17:36", + "cached_time": 1765726807.86521, + "author_account_age_days": 3622 + }, + "https://github.com/caleboleary/Comfyui-calbenodes": { + "stars": 1, + "last_update": "2024-09-16 19:27:58", + "cached_time": 1765726808.031879, + "author_account_age_days": 3840 + }, + "https://github.com/Pheat-AI/Remade_nodes": { + "stars": 5, + "last_update": "2024-10-18 00:04:58", + "cached_time": 1765726808.130337, + "author_account_age_days": 571 + }, + "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { + "stars": 1, + "last_update": "2024-08-14 04:00:49", + "cached_time": 1765726808.160068, + "author_account_age_days": 3071 + }, + "https://github.com/justUmen/Bjornulf_custom_nodes": { + "stars": 483, + "last_update": "2025-06-11 12:32:38", + "cached_time": 1765726808.267043, + "author_account_age_days": 3327 + }, + "https://github.com/jstit/comfyui_custom_node_image": { + "stars": 0, + "last_update": "2024-08-27 05:10:12", + "cached_time": 1765726808.41078, + "author_account_age_days": 2402 + }, + "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { + "stars": 1, + "last_update": "2024-08-14 04:00:34", + "cached_time": 1765726808.565527, + "author_account_age_days": 892 + }, + "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { + "stars": 185, + "last_update": "2025-10-02 08:17:02", + "cached_time": 1765726808.672067, + "author_account_age_days": 1630 + }, + "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { + "stars": 4, + "last_update": "2024-08-12 15:55:42", + "cached_time": 1765726809.20768, + "author_account_age_days": 4470 + }, + "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { + "stars": 20, + "last_update": "2025-10-02 08:11:32", + "cached_time": 1765726808.875332, + "author_account_age_days": 1630 + }, + "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough": { + "stars": 4, + "last_update": "2025-11-26 09:45:37", + "cached_time": 1765726809.417378, + "author_account_age_days": 1630 + }, + "https://github.com/XLabs-AI/x-flux-comfyui": { + "stars": 1678, + "last_update": "2024-10-30 12:51:21", + "cached_time": 1765726809.114969, + "author_account_age_days": 496 + }, + "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { + "stars": 33, + "last_update": "2025-10-21 17:29:45", + "cached_time": 1765726809.414062, + "author_account_age_days": 1630 + }, + "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { + "stars": 8, + "last_update": "2025-04-03 09:41:53", + "cached_time": 1765726809.179793, + "author_account_age_days": 3225 + }, + "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { + "stars": 2, + "last_update": "2025-03-12 00:07:25", + "cached_time": 1765726809.212593, + "author_account_age_days": 2950 + }, + "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { + "stars": 6, + "last_update": "2025-11-12 21:16:28", + "cached_time": 1765726809.290825, + "author_account_age_days": 2128 + }, + "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { + "stars": 17, + "last_update": "2024-09-23 21:48:27", + "cached_time": 1765726809.440355, + "author_account_age_days": 2950 + }, + "https://github.com/yuan199696/chinese_clip_encode": { + "stars": 10, + "last_update": "2025-03-27 14:39:40", + "cached_time": 1765726809.602238, + "author_account_age_days": 2981 + }, + "https://github.com/yuan199696/add_text_2_img": { + "stars": 8, + "last_update": "2025-03-27 14:40:27", + "cached_time": 1765726809.686153, + "author_account_age_days": 2981 + }, + "https://github.com/fairy-root/comfyui-ollama-llms": { + "stars": 17, + "last_update": "2025-03-27 20:47:17", + "cached_time": 1765726809.904569, + "author_account_age_days": 2472 + }, + "https://github.com/fairy-root/ComfyUI-Show-Text": { + "stars": 21, + "last_update": "2025-04-08 14:21:57", + "cached_time": 1765726810.144964, + "author_account_age_days": 2472 + }, + "https://github.com/fairy-root/Flux-Prompt-Generator": { + "stars": 236, + "last_update": "2025-11-22 01:14:46", + "cached_time": 1765726810.222402, + "author_account_age_days": 2472 + }, + "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { + "stars": 33, + "last_update": "2025-05-09 00:12:06", + "cached_time": 1765726810.246154, + "author_account_age_days": 2472 + }, + "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { + "stars": 573, + "last_update": "2025-07-26 14:02:11", + "cached_time": 1765726810.261145, + "author_account_age_days": 4227 + }, + "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { + "stars": 72, + "last_update": "2025-06-19 14:20:29", + "cached_time": 1765726810.344913, + "author_account_age_days": 4227 + }, + "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { + "stars": 3, + "last_update": "2024-12-21 20:25:05", + "cached_time": 1765726810.805185, + "author_account_age_days": 4227 + }, + "https://github.com/ryanontheinside/ComfyUI_Doom": { + "stars": 5, + "last_update": "2024-11-08 17:58:21", + "cached_time": 1765726810.435392, + "author_account_age_days": 4227 + }, + "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { + "stars": 69, + "last_update": "2025-05-27 22:10:23", + "cached_time": 1765726810.465021, + "author_account_age_days": 4227 + }, + "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { + "stars": 7, + "last_update": "2025-04-07 17:53:16", + "cached_time": 1765726810.61723, + "author_account_age_days": 4227 + }, + "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { + "stars": 20, + "last_update": "2025-04-13 23:18:36", + "cached_time": 1765726810.717396, + "author_account_age_days": 4227 + }, + "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { + "stars": 11, + "last_update": "2025-05-26 14:26:57", + "cached_time": 1765726810.989321, + "author_account_age_days": 4227 + }, + "https://github.com/gseth/ControlAltAI-Nodes": { + "stars": 180, + "last_update": "2025-06-05 04:21:56", + "cached_time": 1765726811.243854, + "author_account_age_days": 4384 + }, + "https://github.com/OliverCrosby/Comfyui-Minimap": { + "stars": 99, + "last_update": "2024-08-24 14:10:43", + "cached_time": 1765726811.280965, + "author_account_age_days": 2664 + }, + "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { + "stars": 3, + "last_update": "2024-08-30 01:19:54", + "cached_time": 1765726811.269207, + "author_account_age_days": 2221 + }, + "https://github.com/markuryy/ComfyUI-SuperLoader": { + "stars": 0, + "last_update": "2025-03-12 18:23:22", + "cached_time": 1765726811.313872, + "author_account_age_days": 3416 + }, + "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { + "stars": 16, + "last_update": "2024-10-30 10:25:15", + "cached_time": 1765726811.350598, + "author_account_age_days": 3416 + }, + "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { + "stars": 3, + "last_update": "2025-03-12 18:18:54", + "cached_time": 1765726811.502327, + "author_account_age_days": 3416 + }, + "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { + "stars": 73, + "last_update": "2024-09-01 11:43:02", + "cached_time": 1765726811.843458, + "author_account_age_days": 5255 + }, + "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { + "stars": 1, + "last_update": "2025-03-27 14:09:26", + "cached_time": 1765726811.847642, + "author_account_age_days": 2288 + }, + "https://github.com/modelscope/comfyscope": { + "stars": 4, + "last_update": "2024-11-20 08:48:36", + "cached_time": 1765726811.927443, + "author_account_age_days": 1238 + }, + "https://github.com/JPrevots/ComfyUI-PhyCV": { + "stars": 1, + "last_update": "2025-02-21 11:36:11", + "cached_time": 1765726811.861308, + "author_account_age_days": 1097 + }, + "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { + "stars": 16, + "last_update": "2024-08-20 22:39:19", + "cached_time": 1765726812.007811, + "author_account_age_days": 4085 + }, + "https://github.com/phyblas/paint-by-example_comfyui": { + "stars": 10, + "last_update": "2025-09-10 14:45:01", + "cached_time": 1765726812.300782, + "author_account_age_days": 3591 + }, + "https://github.com/kasukanra/ComfyUI_StringToHex": { + "stars": 1, + "last_update": "2024-08-20 04:52:06", + "cached_time": 1765726812.330992, + "author_account_age_days": 3199 + }, + "https://github.com/aidenli/ComfyUI_NYJY": { + "stars": 140, + "last_update": "2025-12-04 02:01:08", + "cached_time": 1765726812.302904, + "author_account_age_days": 5086 + }, + "https://github.com/Pseudotools/Pseudocomfy": { + "stars": 2, + "last_update": "2025-10-07 04:01:07", + "cached_time": 1765726812.384167, + "author_account_age_days": 808 + }, + "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { + "stars": 825, + "last_update": "2025-06-15 11:21:35", + "cached_time": 1765726812.474248, + "author_account_age_days": 741 + }, + "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { + "stars": 29, + "last_update": "2024-08-21 17:52:56", + "cached_time": 1765726812.545278, + "author_account_age_days": 741 + }, + "https://github.com/TTPlanetPig/Comfyui_JC2": { + "stars": 215, + "last_update": "2025-05-21 16:25:36", + "cached_time": 1765726812.883685, + "author_account_age_days": 741 + }, + "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { + "stars": 30, + "last_update": "2024-11-10 16:59:42", + "cached_time": 1765726812.886131, + "author_account_age_days": 741 + }, + "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { + "stars": 787, + "last_update": "2024-11-20 16:51:57", + "cached_time": 1765726812.907198, + "author_account_age_days": 741 + }, + "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { + "stars": 44, + "last_update": "2025-04-25 11:36:15", + "cached_time": 1765726812.93999, + "author_account_age_days": 741 + }, + "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { + "stars": 143, + "last_update": "2025-12-14 14:27:01", + "cached_time": 1765726813.088641, + "author_account_age_days": 741 + }, + "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { + "stars": 29, + "last_update": "2025-02-01 18:36:52", + "cached_time": 1765726813.346124, + "author_account_age_days": 5037 + }, + "https://github.com/camenduru/ComfyUI-TostAI": { + "stars": 1, + "last_update": "2024-08-22 04:04:06", + "cached_time": 1765726813.337026, + "author_account_age_days": 2306 + }, + "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { + "stars": 8, + "last_update": "2024-08-30 17:38:52", + "cached_time": 1765726813.393825, + "author_account_age_days": 5037 + }, + "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { + "stars": 13, + "last_update": "2024-09-03 08:55:08", + "cached_time": 1765726813.450249, + "author_account_age_days": 5037 + }, + "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { + "stars": 4, + "last_update": "2025-05-10 05:51:42", + "cached_time": 1765726813.514046, + "author_account_age_days": 3568 + }, + "https://github.com/nonnonstop/comfyui-faster-loading": { + "stars": 10, + "last_update": "2024-06-13 15:37:45", + "cached_time": 1765726813.562286, + "author_account_age_days": 2660 + }, + "https://github.com/maepopi/Diffusers-in-ComfyUI": { + "stars": 6, + "last_update": "2025-03-28 07:29:38", + "cached_time": 1765726813.970153, + "author_account_age_days": 2896 + }, + "https://github.com/niknah/quick-connections": { + "stars": 423, + "last_update": "2025-12-12 00:35:07", + "cached_time": 1765726813.934085, + "author_account_age_days": 5258 + }, + "https://github.com/niknah/ComfyUI-F5-TTS": { + "stars": 243, + "last_update": "2025-11-04 07:35:16", + "cached_time": 1765726813.932888, + "author_account_age_days": 5258 + }, + "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { + "stars": 65, + "last_update": "2025-12-12 17:46:38", + "cached_time": 1765726813.957966, + "author_account_age_days": 5258 + }, + "https://github.com/niknah/ComfyUI-InfiniteYou": { + "stars": 11, + "last_update": "2025-04-16 08:44:22", + "cached_time": 1765726814.170925, + "author_account_age_days": 5258 + }, + "https://github.com/daryltucker/ComfyUI-LoadFiles": { + "stars": 3, + "last_update": "2024-08-31 23:59:44", + "cached_time": 1765726814.363518, + "author_account_age_days": 5002 + }, + "https://github.com/niknah/audio-general-ComfyUI": { + "stars": 1, + "last_update": "2025-05-28 02:51:53", + "cached_time": 1765726814.355924, + "author_account_age_days": 5258 + }, + "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { + "stars": 46, + "last_update": "2024-09-04 11:37:04", + "cached_time": 1765726814.410592, + "author_account_age_days": 1701 + }, + "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { + "stars": 9, + "last_update": "2024-08-26 00:40:09", + "cached_time": 1765726814.470336, + "author_account_age_days": 3140 + }, + "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { + "stars": 57, + "last_update": "2025-01-16 08:47:22", + "cached_time": 1765726814.541911, + "author_account_age_days": 1108 + }, + "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { + "stars": 567, + "last_update": "2025-11-18 23:55:24", + "cached_time": 1765726814.586456, + "author_account_age_days": 535 + }, + "https://github.com/yhayano-ponotech/comfyui-save-image-local": { + "stars": 7, + "last_update": "2025-01-15 12:30:50", + "cached_time": 1765726814.96125, + "author_account_age_days": 1108 + }, + "https://github.com/Steudio/ComfyUI_Steudio": { + "stars": 112, + "last_update": "2025-11-17 17:59:12", + "cached_time": 1765726815.00507, + "author_account_age_days": 674 + }, + "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { + "stars": 6, + "last_update": "2024-11-03 02:48:52", + "cached_time": 1765726814.973204, + "author_account_age_days": 900 + }, + "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { + "stars": 9, + "last_update": "2025-12-03 03:34:57", + "cached_time": 1765726815.004063, + "author_account_age_days": 900 + }, + "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { + "stars": 2, + "last_update": "2025-11-05 21:49:30", + "cached_time": 1765726815.198594, + "author_account_age_days": 900 + }, + "https://github.com/nux1111/ComfyUI_NetDist_Plus": { + "stars": 39, + "last_update": "2024-08-27 23:15:18", + "cached_time": 1765726815.369924, + "author_account_age_days": 1091 + }, + "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { + "stars": 4, + "last_update": "2025-06-30 11:17:30", + "cached_time": 1765726815.387757, + "author_account_age_days": 4548 + }, + "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { + "stars": 0, + "last_update": "2024-09-07 07:43:41", + "cached_time": 1765726815.456887, + "author_account_age_days": 4548 + }, + "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { + "stars": 1, + "last_update": "2025-12-11 15:08:49", + "cached_time": 1765726815.514098, + "author_account_age_days": 4548 + }, + "https://github.com/mittimi/ComfyUI_mittimiDaisyChainText": { + "stars": 0, + "last_update": "2025-07-09 08:51:24", + "cached_time": 1765726815.594706, + "author_account_age_days": 4548 + }, + "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { + "stars": 8, + "last_update": "2025-06-09 23:34:07", + "cached_time": 1765726815.663598, + "author_account_age_days": 1286 + }, + "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { + "stars": 14, + "last_update": "2025-08-07 05:37:43", + "cached_time": 1765726816.001626, + "author_account_age_days": 1286 + }, + "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { + "stars": 23, + "last_update": "2025-04-14 03:36:22", + "cached_time": 1765726816.006485, + "author_account_age_days": 1286 + }, + "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { + "stars": 5, + "last_update": "2025-11-18 15:42:36", + "cached_time": 1765726816.042823, + "author_account_age_days": 476 + }, + "https://github.com/nicehero/comfyui-SegGPT": { + "stars": 6, + "last_update": "2024-08-26 06:05:35", + "cached_time": 1765726816.047826, + "author_account_age_days": 4548 + }, + "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { + "stars": 1, + "last_update": "2025-05-02 08:31:46", + "cached_time": 1765726816.400515, + "author_account_age_days": 1067 + }, + "https://github.com/DanielHabib/ComfyUI-Voxels": { + "stars": 4, + "last_update": "2024-09-16 15:41:02", + "cached_time": 1765726816.41796, + "author_account_age_days": 4121 + }, + "https://github.com/StarMagicAI/comfyui_tagger": { + "stars": 5, + "last_update": "2024-09-03 02:01:59", + "cached_time": 1765726816.499436, + "author_account_age_days": 4084 + }, + "https://github.com/boredofnames/ComfyUI-ntfy": { + "stars": 0, + "last_update": "2025-03-28 00:54:54", + "cached_time": 1765726816.607096, + "author_account_age_days": 4636 + }, + "https://github.com/Xclbr7/ComfyUI-Merlin": { + "stars": 31, + "last_update": "2024-09-02 19:36:05", + "cached_time": 1765726816.601543, + "author_account_age_days": 475 + }, + "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { + "stars": 2, + "last_update": "2024-08-27 03:37:29", + "cached_time": 1765726816.653266, + "author_account_age_days": 2546 + }, + "https://github.com/tianguanggliu/Utools": { + "stars": 0, + "last_update": "2024-08-29 09:45:03", + "cached_time": 1765726816.745803, + "author_account_age_days": 2878 + }, + "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { + "stars": 12, + "last_update": "2025-04-01 20:35:56", + "cached_time": 1765726817.091969, + "author_account_age_days": 5550 + }, + "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { + "stars": 15, + "last_update": "2024-09-01 13:04:48", + "cached_time": 1765726817.05665, + "author_account_age_days": 5552 + }, + "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { + "stars": 1, + "last_update": "2025-06-16 17:27:27", + "cached_time": 1765726817.165054, + "author_account_age_days": 5552 + }, + "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { + "stars": 0, + "last_update": "2024-08-28 08:32:23", + "cached_time": 1765726817.102471, + "author_account_age_days": 2696 + }, + "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { + "stars": 1, + "last_update": "2025-03-03 03:53:26", + "cached_time": 1765726817.416675, + "author_account_age_days": 3798 + }, + "https://github.com/drmbt/comfyui-dreambait-nodes": { + "stars": 5, + "last_update": "2025-06-23 04:17:05", + "cached_time": 1765726817.444746, + "author_account_age_days": 4315 + }, + "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { + "stars": 4, + "last_update": "2025-11-03 22:46:57", + "cached_time": 1765726817.601487, + "author_account_age_days": 1160 + }, + "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { + "stars": 5, + "last_update": "2025-10-06 02:49:47", + "cached_time": 1765726817.639831, + "author_account_age_days": 924 + }, + "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { + "stars": 31, + "last_update": "2025-02-18 07:36:09", + "cached_time": 1765726817.622505, + "author_account_age_days": 924 + }, + "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { + "stars": 1, + "last_update": "2025-11-09 14:06:53", + "cached_time": 1765726818.336855, + "author_account_age_days": 924 + }, + "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { + "stars": 7, + "last_update": "2025-10-05 18:19:27", + "cached_time": 1765726817.775942, + "author_account_age_days": 924 + }, + "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { + "stars": 0, + "last_update": "2024-08-30 07:52:11", + "cached_time": 1765726818.099623, + "author_account_age_days": 1768 + }, + "https://github.com/ihmily/ComfyUI-Light-Tool": { + "stars": 15, + "last_update": "2025-12-03 14:13:35", + "cached_time": 1765726818.103344, + "author_account_age_days": 1167 + }, + "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { + "stars": 5, + "last_update": "2024-08-29 15:19:06", + "cached_time": 1765726818.143226, + "author_account_age_days": 1027 + }, + "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { + "stars": 0, + "last_update": "2024-08-31 20:59:08", + "cached_time": 1765726818.19875, + "author_account_age_days": 4013 + }, + "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { + "stars": 11, + "last_update": "2025-10-30 23:21:11", + "cached_time": 1765726818.482334, + "author_account_age_days": 2819 + }, + "https://github.com/lazniak/comfyui-google-photos-loader": { + "stars": 3, + "last_update": "2025-04-03 11:46:29", + "cached_time": 1765726818.610353, + "author_account_age_days": 2819 + }, + "https://github.com/lazniak/LiquidTime-Interpolation": { + "stars": 13, + "last_update": "2025-04-03 11:42:12", + "cached_time": 1765726818.814333, + "author_account_age_days": 2819 + }, + "https://github.com/45uee/ComfyUI-Color_Transfer": { + "stars": 35, + "last_update": "2025-11-22 20:30:01", + "cached_time": 1765726818.651635, + "author_account_age_days": 2841 + }, + "https://github.com/geocine/geocine-comfyui": { + "stars": 0, + "last_update": "2025-03-08 15:46:56", + "cached_time": 1765726818.69985, + "author_account_age_days": 5490 + }, + "https://github.com/Phando/ComfyUI-PhandoNodes": { + "stars": 0, + "last_update": "2024-09-05 16:12:24", + "cached_time": 1765726818.816137, + "author_account_age_days": 5763 + }, + "https://github.com/SeanScripts/ComfyUI-Unload-Model": { + "stars": 81, + "last_update": "2025-06-13 04:22:23", + "cached_time": 1765726819.142262, + "author_account_age_days": 2058 + }, + "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { + "stars": 79, + "last_update": "2025-01-31 09:01:23", + "cached_time": 1765726819.156314, + "author_account_age_days": 2058 + }, + "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { + "stars": 1, + "last_update": "2024-09-05 12:33:30", + "cached_time": 1765726819.17596, + "author_account_age_days": 3746 + }, + "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { + "stars": 352, + "last_update": "2025-05-25 15:37:49", + "cached_time": 1765726819.193219, + "author_account_age_days": 467 + }, + "https://github.com/MoonHugo/ComfyUI-FFmpeg": { + "stars": 125, + "last_update": "2025-08-15 02:03:41", + "cached_time": 1765726819.367302, + "author_account_age_days": 467 + }, + "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { + "stars": 29, + "last_update": "2024-10-18 04:12:04", + "cached_time": 1765726819.506599, + "author_account_age_days": 467 + }, + "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { + "stars": 3, + "last_update": "2025-06-04 08:48:11", + "cached_time": 1765726819.652761, + "author_account_age_days": 467 + }, + "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { + "stars": 9, + "last_update": "2024-09-06 11:37:05", + "cached_time": 1765726820.189983, + "author_account_age_days": 2948 + }, + "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { + "stars": 1, + "last_update": "2024-09-26 01:46:02", + "cached_time": 1765726819.74009, + "author_account_age_days": 1110 + }, + "https://github.com/VykosX/ControlFlowUtils": { + "stars": 134, + "last_update": "2024-12-09 17:24:48", + "cached_time": 1765726819.832375, + "author_account_age_days": 2448 + }, + "https://github.com/Tenney95/ComfyUI-NodeAligner": { + "stars": 150, + "last_update": "2025-05-09 07:48:08", + "cached_time": 1765726819.831557, + "author_account_age_days": 464 + }, + "https://github.com/tachyon-beep/comfyui-simplefeed": { + "stars": 11, + "last_update": "2024-10-16 09:19:29", + "cached_time": 1765726820.170635, + "author_account_age_days": 5459 + }, + "https://github.com/alexisrolland/ComfyUI-Phi": { + "stars": 9, + "last_update": "2025-09-22 14:35:07", + "cached_time": 1765726820.200543, + "author_account_age_days": 3824 + }, + "https://github.com/LatentRat/comfy_remote_run": { + "stars": 9, + "last_update": "2025-12-01 22:21:43", + "cached_time": 1765726820.217431, + "author_account_age_days": 1282 + }, + "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { + "stars": 67, + "last_update": "2024-09-24 21:58:55", + "cached_time": 1765726820.261051, + "author_account_age_days": 5428 + }, + "https://github.com/alexisrolland/ComfyUI-Blender": { + "stars": 103, + "last_update": "2025-12-07 09:48:02", + "cached_time": 1765726820.393033, + "author_account_age_days": 3824 + }, + "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { + "stars": 92, + "last_update": "2025-04-27 08:48:53", + "cached_time": 1765726820.567803, + "author_account_age_days": 5428 + }, + "https://github.com/alexcong/ComfyUI_QwenVL": { + "stars": 113, + "last_update": "2025-11-29 20:16:15", + "cached_time": 1765726820.671212, + "author_account_age_days": 4124 + }, + "https://github.com/Bin-sam/DynamicPose-ComfyUI": { + "stars": 5, + "last_update": "2024-09-11 12:09:11", + "cached_time": 1765726820.802552, + "author_account_age_days": 472 + }, + "https://github.com/metal3d/ComfyUI_Human_Parts": { + "stars": 39, + "last_update": "2025-03-07 08:14:46", + "cached_time": 1765726820.864425, + "author_account_age_days": 6011 + }, + "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { + "stars": 77, + "last_update": "2024-11-05 17:00:49", + "cached_time": 1765726820.861436, + "author_account_age_days": 1701 + }, + "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { + "stars": 2, + "last_update": "2025-03-11 12:09:55", + "cached_time": 1765726821.195251, + "author_account_age_days": 6011 + }, + "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { + "stars": 16, + "last_update": "2025-10-24 07:49:28", + "cached_time": 1765726821.729809, + "author_account_age_days": 953 + }, + "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { + "stars": 4, + "last_update": "2025-04-27 05:40:25", + "cached_time": 1765726821.690575, + "author_account_age_days": 953 + }, + "https://github.com/cr7Por/ComfyUI_DepthFlow": { + "stars": 5, + "last_update": "2024-09-16 09:10:08", + "cached_time": 1765726821.254733, + "author_account_age_days": 1663 + }, + "https://github.com/nchenevey1/comfyui-gimp-nodes": { + "stars": 10, + "last_update": "2024-10-26 09:11:34", + "cached_time": 1765726821.282067, + "author_account_age_days": 1187 + }, + "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { + "stars": 2, + "last_update": "2024-09-14 03:03:01", + "cached_time": 1765726821.417251, + "author_account_age_days": 3209 + }, + "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { + "stars": 6, + "last_update": "2024-09-16 16:11:59", + "cached_time": 1765726821.655968, + "author_account_age_days": 817 + }, + "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { + "stars": 18, + "last_update": "2024-09-14 13:46:05", + "cached_time": 1765726821.772425, + "author_account_age_days": 3887 + }, + "https://github.com/pydn/ComfyUI-to-Python-Extension": { + "stars": 2162, + "last_update": "2025-09-26 23:53:00", + "cached_time": 1765726821.866308, + "author_account_age_days": 3235 + }, + "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { + "stars": 4, + "last_update": "2025-08-13 17:48:55", + "cached_time": 1765726821.885962, + "author_account_age_days": 4753 + }, + "https://github.com/NyaamZ/efficiency-nodes-ED": { + "stars": 39, + "last_update": "2025-11-19 06:12:14", + "cached_time": 1765726821.892158, + "author_account_age_days": 2655 + }, + "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { + "stars": 11, + "last_update": "2025-09-05 04:20:22", + "cached_time": 1765726822.291494, + "author_account_age_days": 2655 + }, + "https://github.com/chrissy0/chris-comfyui-nodes": { + "stars": 2, + "last_update": "2024-09-17 16:09:35", + "cached_time": 1765726822.330407, + "author_account_age_days": 2593 + }, + "https://github.com/revirevy/Comfyui_saveimage_imgbb": { + "stars": 2, + "last_update": "2025-04-23 10:49:48", + "cached_time": 1765726822.311096, + "author_account_age_days": 5023 + }, + "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { + "stars": 42, + "last_update": "2024-09-26 02:40:30", + "cached_time": 1765726822.476894, + "author_account_age_days": 5428 + }, + "https://github.com/311-code/ComfyUI-MagicClip_Strength": { + "stars": 2, + "last_update": "2024-09-22 12:07:40", + "cached_time": 1765726822.806051, + "author_account_age_days": 3310 + }, + "https://github.com/godmt/ComfyUI-List-Utils": { + "stars": 13, + "last_update": "2025-05-26 21:41:06", + "cached_time": 1765726822.751833, + "author_account_age_days": 2267 + }, + "https://github.com/godmt/ComfyUI-IP-Composer": { + "stars": 5, + "last_update": "2025-05-18 09:52:01", + "cached_time": 1765726822.807777, + "author_account_age_days": 2267 + }, + "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { + "stars": 13, + "last_update": "2025-10-02 08:08:42", + "cached_time": 1765726823.339777, + "author_account_age_days": 1630 + }, + "https://github.com/mingsky-ai/ComfyUI-MingNodes": { + "stars": 475, + "last_update": "2024-10-18 16:51:14", + "cached_time": 1765726822.914881, + "author_account_age_days": 459 + }, + "https://github.com/lumalabs/ComfyUI-LumaAI-API": { + "stars": 205, + "last_update": "2025-03-31 22:54:28", + "cached_time": 1765726823.178753, + "author_account_age_days": 1649 + }, + "https://github.com/blob8/ComfyUI_sloppy-comic": { + "stars": 11, + "last_update": "2025-09-09 15:26:36", + "cached_time": 1765726823.067985, + "author_account_age_days": 606 + }, + "https://github.com/edelvarden/comfyui_image_metadata_extension": { + "stars": 68, + "last_update": "2025-11-05 10:03:15", + "cached_time": 1765726823.30903, + "author_account_age_days": 2671 + }, + "https://github.com/banqingyuan/ComfyUI-text-replace": { + "stars": 0, + "last_update": "2024-09-22 16:14:22", + "cached_time": 1765726823.347861, + "author_account_age_days": 2837 + }, + "https://github.com/edelvarden/ComfyUI-Display-Value": { + "stars": 0, + "last_update": "2025-05-25 23:02:40", + "cached_time": 1765726823.367024, + "author_account_age_days": 2671 + }, + "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { + "stars": 18, + "last_update": "2024-09-23 07:51:56", + "cached_time": 1765726823.495223, + "author_account_age_days": 447 + }, + "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { + "stars": 2, + "last_update": "2024-09-26 12:38:32", + "cached_time": 1765726823.797969, + "author_account_age_days": 4585 + }, + "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { + "stars": 38, + "last_update": "2025-11-26 17:06:10", + "cached_time": 1765726823.873744, + "author_account_age_days": 2039 + }, + "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { + "stars": 2, + "last_update": "2025-08-20 08:47:24", + "cached_time": 1765726823.851017, + "author_account_age_days": 2039 + }, + "https://github.com/silveroxides/ComfyUI-ModelUtils": { + "stars": 4, + "last_update": "2025-11-29 16:32:53", + "cached_time": 1765726823.945886, + "author_account_age_days": 2039 + }, + "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { + "stars": 9, + "last_update": "2025-09-19 03:17:25", + "cached_time": 1765726824.077323, + "author_account_age_days": 2039 + }, + "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { + "stars": 23, + "last_update": "2025-05-11 19:44:35", + "cached_time": 1765726824.221611, + "author_account_age_days": 2039 + }, + "https://github.com/turkyden/ComfyUI-SmartCrop": { + "stars": 3, + "last_update": "2024-10-08 09:36:34", + "cached_time": 1765726824.334269, + "author_account_age_days": 3287 + }, + "https://github.com/silveroxides/ComfyUI_FDGuidance": { + "stars": 5, + "last_update": "2025-08-22 23:12:24", + "cached_time": 1765726824.395951, + "author_account_age_days": 2039 + }, + "https://github.com/DareFail/ComfyUI-Roboflow": { + "stars": 33, + "last_update": "2024-09-25 18:30:43", + "cached_time": 1765726824.404586, + "author_account_age_days": 5125 + }, + "https://github.com/valofey/Openrouter-Node": { + "stars": 5, + "last_update": "2025-02-13 21:26:22", + "cached_time": 1765726824.4634, + "author_account_age_days": 1921 + }, + "https://github.com/Charlweed/image_transceiver": { + "stars": 4, + "last_update": "2025-01-06 19:22:50", + "cached_time": 1765726824.546716, + "author_account_age_days": 5635 + }, + "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { + "stars": 19, + "last_update": "2024-10-01 01:20:00", + "cached_time": 1765726824.965359, + "author_account_age_days": 4509 + }, + "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { + "stars": 89, + "last_update": "2025-07-07 10:31:15", + "cached_time": 1765726824.909157, + "author_account_age_days": 1203 + }, + "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { + "stars": 26, + "last_update": "2024-10-09 06:56:04", + "cached_time": 1765726824.935568, + "author_account_age_days": 736 + }, + "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { + "stars": 139, + "last_update": "2024-10-14 15:06:36", + "cached_time": 1765726824.992858, + "author_account_age_days": 736 + }, + "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { + "stars": 89, + "last_update": "2025-01-24 16:09:46", + "cached_time": 1765726825.244009, + "author_account_age_days": 736 + }, + "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { + "stars": 7, + "last_update": "2025-01-24 16:13:13", + "cached_time": 1765726825.229547, + "author_account_age_days": 736 + }, + "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { + "stars": 102, + "last_update": "2025-01-24 15:43:29", + "cached_time": 1765726825.399971, + "author_account_age_days": 736 + }, + "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { + "stars": 36, + "last_update": "2025-02-16 18:52:28", + "cached_time": 1765726825.424409, + "author_account_age_days": 736 + }, + "https://github.com/plugcrypt/CRT-Nodes": { + "stars": 64, + "last_update": "2025-12-10 20:18:41", + "cached_time": 1765726825.933796, + "author_account_age_days": 1600 + }, + "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { + "stars": 641, + "last_update": "2025-01-30 08:08:20", + "cached_time": 1765726825.49377, + "author_account_age_days": 736 + }, + "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { + "stars": 17, + "last_update": "2025-02-16 16:30:36", + "cached_time": 1765726825.612006, + "author_account_age_days": 736 + }, + "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { + "stars": 238, + "last_update": "2025-05-08 05:52:02", + "cached_time": 1765726825.944356, + "author_account_age_days": 736 + }, + "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { + "stars": 73, + "last_update": "2025-04-17 09:51:35", + "cached_time": 1765726825.970663, + "author_account_age_days": 736 + }, + "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { + "stars": 20, + "last_update": "2025-05-08 09:38:09", + "cached_time": 1765726826.006635, + "author_account_age_days": 736 + }, + "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { + "stars": 5, + "last_update": "2025-08-17 06:56:13", + "cached_time": 1765726826.019578, + "author_account_age_days": 736 + }, + "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { + "stars": 2, + "last_update": "2024-09-29 22:35:01", + "cached_time": 1765726826.267808, + "author_account_age_days": 3336 + }, + "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { + "stars": 6, + "last_update": "2024-09-30 02:33:25", + "cached_time": 1765726826.294865, + "author_account_age_days": 3963 + }, + "https://github.com/asaddi/YALLM-LlamaVision": { + "stars": 6, + "last_update": "2025-03-27 14:42:04", + "cached_time": 1765726826.498591, + "author_account_age_days": 4072 + }, + "https://github.com/asaddi/ComfyUI-YALLM-node": { + "stars": 4, + "last_update": "2025-09-25 05:37:51", + "cached_time": 1765726826.440211, + "author_account_age_days": 4072 + }, + "https://github.com/darth-veitcher/comfydv": { + "stars": 1, + "last_update": "2025-11-05 15:49:02", + "cached_time": 1765726826.583706, + "author_account_age_days": 4967 + }, + "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { + "stars": 23, + "last_update": "2025-09-23 05:43:28", + "cached_time": 1765726826.640079, + "author_account_age_days": 472 + }, + "https://github.com/fashn-AI/ComfyUI-FASHN": { + "stars": 29, + "last_update": "2025-06-30 12:16:05", + "cached_time": 1765726827.013397, + "author_account_age_days": 893 + }, + "https://github.com/Bria-AI/ComfyUI-BRIA-API": { + "stars": 69, + "last_update": "2025-12-11 20:35:59", + "cached_time": 1765726827.020616, + "author_account_age_days": 2015 + }, + "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { + "stars": 0, + "last_update": "2024-09-29 14:18:23", + "cached_time": 1765726827.00577, + "author_account_age_days": 3434 + }, + "https://github.com/Creeper-MZ/comfyui_nai_api": { + "stars": 0, + "last_update": "2024-10-02 21:30:26", + "cached_time": 1765726827.022471, + "author_account_age_days": 1541 + }, + "https://github.com/guyaton/guy-nodes-comfyui": { + "stars": 0, + "last_update": "2024-10-02 13:15:26", + "cached_time": 1765726827.052789, + "author_account_age_days": 440 + }, + "https://github.com/thoddnn/ComfyUI-MLX": { + "stars": 185, + "last_update": "2025-11-06 10:34:02", + "cached_time": 1765726827.333769, + "author_account_age_days": 801 + }, + "https://github.com/acorderob/sd-webui-prompt-postprocessor": { + "stars": 45, + "last_update": "2025-12-09 19:13:15", + "cached_time": 1765726827.370974, + "author_account_age_days": 4365 + }, + "https://github.com/Moooonet/ComfyUI-Align": { + "stars": 221, + "last_update": "2025-12-08 06:38:47", + "cached_time": 1765726827.482671, + "author_account_age_days": 525 + }, + "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { + "stars": 25, + "last_update": "2025-07-20 12:17:01", + "cached_time": 1765726827.512696, + "author_account_age_days": 3358 + }, + "https://github.com/willchil/ComfyUI-Environment-Visualizer": { + "stars": 12, + "last_update": "2025-03-29 23:09:07", + "cached_time": 1765726827.635542, + "author_account_age_days": 3176 + }, + "https://github.com/nilor-corp/nilor-nodes": { + "stars": 5, + "last_update": "2025-10-20 12:56:45", + "cached_time": 1765726827.710733, + "author_account_age_days": 753 + }, + "https://github.com/YarvixPA/ComfyUI-YarvixPA": { + "stars": 0, + "last_update": "2025-11-28 03:59:23", + "cached_time": 1765726828.022219, + "author_account_age_days": 744 + }, + "https://github.com/AcademiaSD/comfyui_AcademiaSD": { + "stars": 25, + "last_update": "2025-12-10 18:48:28", + "cached_time": 1765726828.034481, + "author_account_age_days": 571 + }, + "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { + "stars": 88, + "last_update": "2024-11-27 09:22:05", + "cached_time": 1765726828.078538, + "author_account_age_days": 3253 + }, + "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { + "stars": 0, + "last_update": "2025-05-12 09:51:17", + "cached_time": 1765726828.084917, + "author_account_age_days": 694 + }, + "https://github.com/GadzoinksOfficial/comfyui_gprompts": { + "stars": 0, + "last_update": "2025-05-16 05:25:09", + "cached_time": 1765726828.1002, + "author_account_age_days": 694 + }, + "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { + "stars": 4, + "last_update": "2025-04-22 08:51:32", + "cached_time": 1765726828.38951, + "author_account_age_days": 739 + }, + "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { + "stars": 1, + "last_update": "2025-08-11 17:57:55", + "cached_time": 1765726828.398878, + "author_account_age_days": 739 + }, + "https://github.com/raysers/Mflux-ComfyUI": { + "stars": 112, + "last_update": "2025-03-09 21:14:27", + "cached_time": 1765726828.54238, + "author_account_age_days": 2542 + }, + "https://github.com/civen-cn/ComfyUI-PaddleOcr": { + "stars": 8, + "last_update": "2024-12-31 19:11:04", + "cached_time": 1765726828.560066, + "author_account_age_days": 3043 + }, + "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { + "stars": 45, + "last_update": "2025-08-28 19:48:17", + "cached_time": 1765726828.678022, + "author_account_age_days": 2519 + }, + "https://github.com/rdancer/ComfyUI_Florence2SAM2": { + "stars": 44, + "last_update": "2025-06-30 19:02:35", + "cached_time": 1765726828.721867, + "author_account_age_days": 6159 + }, + "https://github.com/ggarra13/ComfyUI-mrv2": { + "stars": 5, + "last_update": "2025-03-27 17:24:38", + "cached_time": 1765726829.249423, + "author_account_age_days": 4397 + }, + "https://github.com/SS-snap/ComfyUI-Snap_Processing": { + "stars": 62, + "last_update": "2025-04-25 04:54:44", + "cached_time": 1765726829.08193, + "author_account_age_days": 838 + }, + "https://github.com/SS-snap/ComfyUI-LBW_flux": { + "stars": 5, + "last_update": "2025-04-25 04:47:47", + "cached_time": 1765726829.098051, + "author_account_age_days": 838 + }, + "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { + "stars": 6, + "last_update": "2025-04-25 04:53:31", + "cached_time": 1765726829.131734, + "author_account_age_days": 838 + }, + "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { + "stars": 49, + "last_update": "2025-07-25 09:49:47", + "cached_time": 1765726829.1283, + "author_account_age_days": 838 + }, + "https://github.com/RiceRound/ComfyUI_CryptoCat": { + "stars": 97, + "last_update": "2025-06-19 04:14:31", + "cached_time": 1765726829.423357, + "author_account_age_days": 442 + }, + "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { + "stars": 494, + "last_update": "2025-11-07 13:58:35", + "cached_time": 1765726829.440243, + "author_account_age_days": 1438 + }, + "https://github.com/RiceRound/ComfyUI_RiceRound": { + "stars": 18, + "last_update": "2025-03-18 07:31:16", + "cached_time": 1765726829.631683, + "author_account_age_days": 442 + }, + "https://github.com/playbook3d/playbook3d-comfyui-nodes": { + "stars": 21, + "last_update": "2025-03-25 19:50:08", + "cached_time": 1765726829.640456, + "author_account_age_days": 2038 + }, + "https://github.com/Elaine-chennn/comfyui-overlay-media": { + "stars": 0, + "last_update": "2024-10-09 11:07:46", + "cached_time": 1765726829.719545, + "author_account_age_days": 1681 + }, + "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { + "stars": 8, + "last_update": "2024-10-10 04:45:57", + "cached_time": 1765726829.757755, + "author_account_age_days": 633 + }, + "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { + "stars": 209, + "last_update": "2025-06-16 13:28:22", + "cached_time": 1765726830.101252, + "author_account_age_days": 633 + }, + "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { + "stars": 257, + "last_update": "2025-11-16 16:45:24", + "cached_time": 1765726830.152226, + "author_account_age_days": 633 + }, + "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { + "stars": 242, + "last_update": "2025-11-03 18:34:35", + "cached_time": 1765726830.231037, + "author_account_age_days": 633 + }, + "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { + "stars": 201, + "last_update": "2025-12-02 06:53:37", + "cached_time": 1765726830.155287, + "author_account_age_days": 633 + }, + "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { + "stars": 289, + "last_update": "2025-11-14 17:18:06", + "cached_time": 1765726830.303471, + "author_account_age_days": 633 + }, + "https://github.com/2kpr/ComfyUI-PMRF": { + "stars": 236, + "last_update": "2024-10-11 00:11:40", + "cached_time": 1765726830.449684, + "author_account_age_days": 1457 + }, + "https://github.com/tkreuziger/comfyui-claude": { + "stars": 5, + "last_update": "2025-04-10 18:23:35", + "cached_time": 1765726830.47081, + "author_account_age_days": 1074 + }, + "https://github.com/VertexStudio/roblox-comfyui-nodes": { + "stars": 0, + "last_update": "2024-10-08 16:35:54", + "cached_time": 1765726830.705748, + "author_account_age_days": 3516 + }, + "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { + "stars": 222, + "last_update": "2025-10-07 10:25:26", + "cached_time": 1765726830.65214, + "author_account_age_days": 2665 + }, + "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { + "stars": 694, + "last_update": "2025-06-18 23:00:26", + "cached_time": 1765726830.753542, + "author_account_age_days": 4137 + }, + "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { + "stars": 7, + "last_update": "2025-03-27 12:51:03", + "cached_time": 1765726830.825535, + "author_account_age_days": 2472 + }, + "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { + "stars": 4, + "last_update": "2025-07-14 11:37:31", + "cached_time": 1765726831.120632, + "author_account_age_days": 2472 + }, + "https://github.com/Q-Bug4/comfyui-qbug-batch": { + "stars": 2, + "last_update": "2025-04-13 03:05:36", + "cached_time": 1765726831.177388, + "author_account_age_days": 2472 + }, + "https://github.com/bartly/Comfyui_babel_removebg_api": { + "stars": 6, + "last_update": "2024-10-14 00:48:34", + "cached_time": 1765726831.180224, + "author_account_age_days": 4665 + }, + "https://github.com/numz/ComfyUI-FlowChain": { + "stars": 162, + "last_update": "2025-07-28 06:20:20", + "cached_time": 1765726831.393994, + "author_account_age_days": 5321 + }, + "https://github.com/numz/Comfyui-Orpheus": { + "stars": 9, + "last_update": "2025-04-16 19:20:21", + "cached_time": 1765726831.326753, + "author_account_age_days": 5321 + }, + "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { + "stars": 1519, + "last_update": "2025-12-13 05:38:02", + "cached_time": 1765726831.486219, + "author_account_age_days": 5321 + }, + "https://github.com/SozeInc/ComfyUI_Soze": { + "stars": 8, + "last_update": "2025-09-06 19:16:37", + "cached_time": 1765726831.548864, + "author_account_age_days": 617 + }, + "https://github.com/yanlang0123/ComfyUI_Lam": { + "stars": 60, + "last_update": "2025-12-12 10:59:53", + "cached_time": 1765726831.71677, + "author_account_age_days": 3346 + }, + "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { + "stars": 14, + "last_update": "2025-06-01 16:34:55", + "cached_time": 1765726831.766307, + "author_account_age_days": 2276 + }, + "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { + "stars": 232, + "last_update": "2025-12-04 06:17:57", + "cached_time": 1765726831.791298, + "author_account_age_days": 4643 + }, + "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { + "stars": 4, + "last_update": "2025-06-07 08:30:19", + "cached_time": 1765726831.841973, + "author_account_age_days": 4009 + }, + "https://github.com/sweetndata/ComfyUI-googletrans": { + "stars": 4, + "last_update": "2024-11-20 04:53:19", + "cached_time": 1765726832.222314, + "author_account_age_days": 1270 + }, + "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { + "stars": 3, + "last_update": "2024-11-20 06:10:34", + "cached_time": 1765726832.284754, + "author_account_age_days": 1270 + }, + "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { + "stars": 1, + "last_update": "2025-01-02 06:54:51", + "cached_time": 1765726832.287005, + "author_account_age_days": 1270 + }, + "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { + "stars": 2, + "last_update": "2025-10-01 17:23:19", + "cached_time": 1765726832.333429, + "author_account_age_days": 494 + }, + "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { + "stars": 43, + "last_update": "2025-02-04 21:14:38", + "cached_time": 1765726832.423537, + "author_account_age_days": 3708 + }, + "https://github.com/Kesin11/ComfyUI-list-filter": { + "stars": 0, + "last_update": "2025-03-28 04:00:03", + "cached_time": 1765726832.514407, + "author_account_age_days": 5085 + }, + "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { + "stars": 9, + "last_update": "2024-10-17 13:22:19", + "cached_time": 1765726832.618989, + "author_account_age_days": 1196 + }, + "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { + "stars": 33, + "last_update": "2025-12-08 09:02:26", + "cached_time": 1765726832.814944, + "author_account_age_days": 1007 + }, + "https://github.com/VrchStudio/comfyui-web-viewer": { + "stars": 317, + "last_update": "2025-11-05 20:41:38", + "cached_time": 1765726832.892125, + "author_account_age_days": 1458 + }, + "https://github.com/kk8bit/KayTool": { + "stars": 290, + "last_update": "2025-07-01 03:47:14", + "cached_time": 1765726832.884433, + "author_account_age_days": 895 + }, + "https://github.com/taches-ai/comfyui-scene-composer": { + "stars": 67, + "last_update": "2025-12-05 22:43:56", + "cached_time": 1765726833.653729, + "author_account_age_days": 445 + }, + "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { + "stars": 31, + "last_update": "2025-03-30 15:07:02", + "cached_time": 1765726833.285526, + "author_account_age_days": 946 + }, + "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { + "stars": 10, + "last_update": "2025-11-27 11:27:08", + "cached_time": 1765726833.30919, + "author_account_age_days": 1347 + }, + "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { + "stars": 7, + "last_update": "2024-10-22 09:40:04", + "cached_time": 1765726833.379854, + "author_account_age_days": 5181 + }, + "https://github.com/modelscope/scepter": { + "stars": 547, + "last_update": "2025-04-03 06:00:15", + "cached_time": 1765726833.453022, + "author_account_age_days": 1238 + }, + "https://github.com/DeemosTech/ComfyUI-Rodin": { + "stars": 44, + "last_update": "2025-10-15 03:36:50", + "cached_time": 1765726833.510133, + "author_account_age_days": 1304 + }, + "https://github.com/brayevalerien/ComfyUI-resynthesizer": { + "stars": 29, + "last_update": "2025-07-25 10:07:21", + "cached_time": 1765726833.670975, + "author_account_age_days": 2132 + }, + "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { + "stars": 5, + "last_update": "2024-11-24 09:57:46", + "cached_time": 1765726833.964338, + "author_account_age_days": 664 + }, + "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { + "stars": 4, + "last_update": "2024-11-02 14:45:28", + "cached_time": 1765726833.896362, + "author_account_age_days": 3775 + }, + "https://github.com/brayevalerien/ComfyUI-SplitString": { + "stars": 1, + "last_update": "2025-07-25 10:57:00", + "cached_time": 1765726833.950699, + "author_account_age_days": 2132 + }, + "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { + "stars": 38, + "last_update": "2025-01-06 12:02:58", + "cached_time": 1765726833.973633, + "author_account_age_days": 4666 + }, + "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { + "stars": 36, + "last_update": "2025-01-06 12:03:42", + "cached_time": 1765726834.299727, + "author_account_age_days": 4666 + }, + "https://github.com/stormcenter/ComfyUI-SVGFullfill": { + "stars": 11, + "last_update": "2025-01-06 12:04:18", + "cached_time": 1765726834.342818, + "author_account_age_days": 4666 + }, + "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { + "stars": 4, + "last_update": "2025-10-02 04:10:23", + "cached_time": 1765726834.385641, + "author_account_age_days": 2304 + }, + "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { + "stars": 1, + "last_update": "2025-06-04 13:10:22", + "cached_time": 1765726834.477018, + "author_account_age_days": 2304 + }, + "https://github.com/AkashKarnatak/ComfyUI_faishme": { + "stars": 0, + "last_update": "2025-08-24 07:19:00", + "cached_time": 1765726834.572885, + "author_account_age_days": 2291 + }, + "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { + "stars": 1, + "last_update": "2025-10-19 10:10:12", + "cached_time": 1765726834.717774, + "author_account_age_days": 2304 + }, + "https://github.com/Rinsanga1/comfyui-florence2xy": { + "stars": 0, + "last_update": "2025-06-25 05:42:46", + "cached_time": 1765726834.712072, + "author_account_age_days": 689 + }, + "https://github.com/gt732/ComfyUI-DreamWaltz-G": { + "stars": 3, + "last_update": "2024-10-27 03:15:13", + "cached_time": 1765726834.918703, + "author_account_age_days": 1693 + }, + "https://github.com/clhui/ComfyUi-clh-Tool": { + "stars": 7, + "last_update": "2025-09-27 11:32:52", + "cached_time": 1765726834.995822, + "author_account_age_days": 3367 + }, + "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { + "stars": 4, + "last_update": "2025-06-04 10:19:49", + "cached_time": 1765726834.995236, + "author_account_age_days": 3587 + }, + "https://github.com/jianzhichun/ComfyUI-Easyai": { + "stars": 22, + "last_update": "2024-10-27 03:29:53", + "cached_time": 1765726835.00681, + "author_account_age_days": 3575 + }, + "https://github.com/ruucm/ruucm-comfy": { + "stars": 2, + "last_update": "2025-04-21 15:20:57", + "cached_time": 1765726835.516564, + "author_account_age_days": 2958 + }, + "https://github.com/Isulion/ComfyUI_Isulion": { + "stars": 38, + "last_update": "2025-05-03 12:21:05", + "cached_time": 1765726835.375453, + "author_account_age_days": 895 + }, + "https://github.com/theshubzworld/ComfyUI-ollama_killer": { + "stars": 3, + "last_update": "2025-12-10 12:02:59", + "cached_time": 1765726835.427545, + "author_account_age_days": 509 + }, + "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { + "stars": 2, + "last_update": "2025-12-10 12:04:07", + "cached_time": 1765726835.507558, + "author_account_age_days": 509 + }, + "https://github.com/sneccc/comfyui-snek-nodes": { + "stars": 1, + "last_update": "2025-09-19 00:26:30", + "cached_time": 1765726835.63415, + "author_account_age_days": 2105 + }, + "https://github.com/theshubzworld/ComfyUI-TogetherVision": { + "stars": 5, + "last_update": "2025-12-10 08:25:51", + "cached_time": 1765726835.719295, + "author_account_age_days": 509 + }, + "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { + "stars": 2, + "last_update": "2024-10-26 05:38:07", + "cached_time": 1765726835.799096, + "author_account_age_days": 5009 + }, + "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { + "stars": 0, + "last_update": "2025-12-10 08:17:58", + "cached_time": 1765726835.935679, + "author_account_age_days": 509 + }, + "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { + "stars": 879, + "last_update": "2025-12-04 20:22:40", + "cached_time": 1765726836.023674, + "author_account_age_days": 2717 + }, + "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { + "stars": 0, + "last_update": "2024-12-25 16:45:58", + "cached_time": 1765726836.007821, + "author_account_age_days": 4510 + }, + "https://github.com/changwook987/ComfyUI-Small-Utility": { + "stars": 0, + "last_update": "2025-01-25 17:18:32", + "cached_time": 1765726836.071366, + "author_account_age_days": 1731 + }, + "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { + "stars": 7, + "last_update": "2025-07-02 09:36:48", + "cached_time": 1765726836.404794, + "author_account_age_days": 2855 + }, + "https://github.com/OpalSky-AI/OpalSky_Nodes": { + "stars": 2, + "last_update": "2024-10-27 20:13:40", + "cached_time": 1765726836.495086, + "author_account_age_days": 2273 + }, + "https://github.com/lgldlk/ComfyUI-PSD-Replace": { + "stars": 4, + "last_update": "2025-03-15 07:03:24", + "cached_time": 1765726836.595769, + "author_account_age_days": 2228 + }, + "https://github.com/JustinMatters/comfyUI-JMNodes": { + "stars": 0, + "last_update": "2025-01-04 14:57:58", + "cached_time": 1765726836.557597, + "author_account_age_days": 3309 + }, + "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { + "stars": 79, + "last_update": "2024-12-27 03:25:38", + "cached_time": 1765726836.654487, + "author_account_age_days": 2228 + }, + "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { + "stars": 1, + "last_update": "2024-10-29 11:03:23", + "cached_time": 1765726836.747697, + "author_account_age_days": 3498 + }, + "https://github.com/waterminer/ComfyUI-tagcomplete": { + "stars": 13, + "last_update": "2025-01-06 00:13:57", + "cached_time": 1765726836.840734, + "author_account_age_days": 2650 + }, + "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { + "stars": 1, + "last_update": "2024-11-15 19:46:39", + "cached_time": 1765726836.968364, + "author_account_age_days": 410 + }, + "https://github.com/catboxanon/comfyui_stealth_pnginfo": { + "stars": 3, + "last_update": "2025-04-09 03:39:29", + "cached_time": 1765726837.054887, + "author_account_age_days": 1069 + }, + "https://github.com/dafeng012/comfyui-imgmake": { + "stars": 15, + "last_update": "2024-11-03 17:38:47", + "cached_time": 1765726837.04874, + "author_account_age_days": 1214 + }, + "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { + "stars": 1, + "last_update": "2024-11-04 00:51:29", + "cached_time": 1765726837.119371, + "author_account_age_days": 5500 + }, + "https://github.com/xobiomesh/ComfyUI_xObiomesh": { + "stars": 2, + "last_update": "2024-11-08 17:10:40", + "cached_time": 1765726837.425548, + "author_account_age_days": 2227 + }, + "https://github.com/KohakuBlueleaf/z-tipo-extension": { + "stars": 543, + "last_update": "2025-12-14 13:08:35", + "cached_time": 1765726837.516152, + "author_account_age_days": 2166 + }, + "https://github.com/KohakuBlueleaf/HDM-ext": { + "stars": 39, + "last_update": "2025-12-14 09:11:06", + "cached_time": 1765726837.58759, + "author_account_age_days": 2166 + }, + "https://github.com/HelloVision/ComfyUI_HelloMeme": { + "stars": 373, + "last_update": "2025-06-27 09:47:01", + "cached_time": 1765726837.690338, + "author_account_age_days": 451 + }, + "https://github.com/hanoixan/ComfyUI-DataBeast": { + "stars": 2, + "last_update": "2024-11-05 17:47:30", + "cached_time": 1765726837.679401, + "author_account_age_days": 5375 + }, + "https://github.com/recraft-ai/ComfyUI-RecraftAI": { + "stars": 65, + "last_update": "2025-06-04 11:33:13", + "cached_time": 1765726837.874352, + "author_account_age_days": 1260 + }, + "https://github.com/maludwig/basix_image_filters": { + "stars": 6, + "last_update": "2025-05-15 23:29:38", + "cached_time": 1765726837.838575, + "author_account_age_days": 4044 + }, + "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { + "stars": 2, + "last_update": "2024-11-07 08:59:23", + "cached_time": 1765726838.020924, + "author_account_age_days": 1120 + }, + "https://github.com/bentoml/comfy-pack": { + "stars": 196, + "last_update": "2025-11-10 02:12:51", + "cached_time": 1765726838.167213, + "author_account_age_days": 2448 + }, + "https://github.com/Blonicx/ComfyUI-X-Rework": { + "stars": 1, + "last_update": "2025-05-07 17:02:20", + "cached_time": 1765726838.136098, + "author_account_age_days": 1261 + }, + "https://github.com/LevelPixel/ComfyUI-LevelPixel": { + "stars": 19, + "last_update": "2025-09-01 07:46:45", + "cached_time": 1765726838.162125, + "author_account_age_days": 520 + }, + "https://github.com/1zhangyy1/comfyui-vidu-nodes": { + "stars": 9, + "last_update": "2025-03-21 12:25:22", + "cached_time": 1765726838.486604, + "author_account_age_days": 997 + }, + "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { + "stars": 15, + "last_update": "2025-09-24 19:23:21", + "cached_time": 1765726838.555386, + "author_account_age_days": 520 + }, + "https://github.com/morino-kumasan/comfyui-toml-prompt": { + "stars": 1, + "last_update": "2025-12-08 16:19:15", + "cached_time": 1765726838.656925, + "author_account_age_days": 1862 + }, + "https://github.com/ronaldzgithub/ComfyUI_Appstore": { + "stars": 6, + "last_update": "2024-12-04 15:02:42", + "cached_time": 1765726838.742569, + "author_account_age_days": 2848 + }, + "https://github.com/wentao-uw/ComfyUI-template-matching": { + "stars": 1, + "last_update": "2024-11-06 06:52:30", + "cached_time": 1765726838.732793, + "author_account_age_days": 2317 + }, + "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { + "stars": 5, + "last_update": "2024-11-09 08:00:22", + "cached_time": 1765726838.883022, + "author_account_age_days": 817 + }, + "https://github.com/kycg/comfyui-Lora-auto-downloader": { + "stars": 1, + "last_update": "2025-08-27 13:47:53", + "cached_time": 1765726838.921069, + "author_account_age_days": 1479 + }, + "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { + "stars": 23, + "last_update": "2024-11-09 07:59:42", + "cached_time": 1765726839.09818, + "author_account_age_days": 817 + }, + "https://github.com/6174/comflowy-nodes": { + "stars": 16, + "last_update": "2024-12-03 13:31:04", + "cached_time": 1765726839.188827, + "author_account_age_days": 4657 + }, + "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { + "stars": 1, + "last_update": "2024-11-11 00:07:25", + "cached_time": 1765726839.163529, + "author_account_age_days": 5927 + }, + "https://github.com/neph1/comfyui-smooth-step-lora-loader": { + "stars": 6, + "last_update": "2025-04-06 10:43:14", + "cached_time": 1765726839.237311, + "author_account_age_days": 4189 + }, + "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { + "stars": 10, + "last_update": "2025-03-27 12:49:04", + "cached_time": 1765726839.656745, + "author_account_age_days": 4360 + }, + "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { + "stars": 17, + "last_update": "2025-10-14 04:42:26", + "cached_time": 1765726839.559434, + "author_account_age_days": 397 + }, + "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { + "stars": 3, + "last_update": "2025-02-03 00:25:14", + "cached_time": 1765726839.707944, + "author_account_age_days": 2035 + }, + "https://github.com/phazei/ComfyUI-Prompt-Stash": { + "stars": 38, + "last_update": "2025-12-06 02:53:25", + "cached_time": 1765726839.777234, + "author_account_age_days": 5546 + }, + "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { + "stars": 2, + "last_update": "2025-02-03 00:21:47", + "cached_time": 1765726839.790534, + "author_account_age_days": 2035 + }, + "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { + "stars": 7, + "last_update": "2024-11-30 03:13:29", + "cached_time": 1765726839.908326, + "author_account_age_days": 879 + }, + "https://github.com/phazei/ComfyUI-OrpheusTTS-LMStudio": { + "stars": 2, + "last_update": "2025-09-10 06:24:20", + "cached_time": 1765726839.932713, + "author_account_age_days": 5546 + }, + "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { + "stars": 6, + "last_update": "2024-12-31 00:59:19", + "cached_time": 1765726840.126887, + "author_account_age_days": 879 + }, + "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { + "stars": 31, + "last_update": "2024-12-05 03:05:44", + "cached_time": 1765726840.198218, + "author_account_age_days": 879 + }, + "https://github.com/DoctorDiffusion/ComfyUI-BEN": { + "stars": 44, + "last_update": "2024-12-15 18:19:01", + "cached_time": 1765726840.287676, + "author_account_age_days": 879 + }, + "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { + "stars": 1, + "last_update": "2024-12-25 19:07:11", + "cached_time": 1765726840.30028, + "author_account_age_days": 879 + }, + "https://github.com/robtl2/ComfyUI-ComfyBridge": { + "stars": 0, + "last_update": "2024-11-18 23:28:13", + "cached_time": 1765726840.587552, + "author_account_age_days": 990 + }, + "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { + "stars": 2, + "last_update": "2024-12-26 04:43:40", + "cached_time": 1765726840.68182, + "author_account_age_days": 446 + }, + "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { + "stars": 4, + "last_update": "2025-05-13 04:00:11", + "cached_time": 1765726840.751692, + "author_account_age_days": 446 + }, + "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { + "stars": 1, + "last_update": "2025-01-21 07:58:50", + "cached_time": 1765726840.866112, + "author_account_age_days": 446 + }, + "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { + "stars": 1, + "last_update": "2025-01-22 05:38:11", + "cached_time": 1765726840.895394, + "author_account_age_days": 446 + }, + "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { + "stars": 0, + "last_update": "2025-03-03 06:49:40", + "cached_time": 1765726840.932594, + "author_account_age_days": 446 + }, + "https://github.com/chenbaiyujason/ComfyUI_StepFun": { + "stars": 6, + "last_update": "2024-12-05 14:45:27", + "cached_time": 1765726840.97656, + "author_account_age_days": 2272 + }, + "https://github.com/yondonfu/ComfyUI-Torch-Compile": { + "stars": 8, + "last_update": "2025-04-30 18:46:47", + "cached_time": 1765726841.158385, + "author_account_age_days": 4413 + }, + "https://github.com/yondonfu/ComfyUI-Background-Edit": { + "stars": 22, + "last_update": "2024-12-31 23:15:33", + "cached_time": 1765726841.257608, + "author_account_age_days": 4413 + }, + "https://github.com/gorillaframeai/GF_nodes": { + "stars": 36, + "last_update": "2025-04-19 15:49:54", + "cached_time": 1765726841.320019, + "author_account_age_days": 771 + }, + "https://github.com/jacklukai/ComfyUI_DeployCash": { + "stars": 0, + "last_update": "2025-08-11 07:59:47", + "cached_time": 1765726841.816009, + "author_account_age_days": 521 + }, + "https://github.com/zer0thgear/zer0-comfy-utils": { + "stars": 0, + "last_update": "2025-01-26 19:33:59", + "cached_time": 1765726841.60322, + "author_account_age_days": 655 + }, + "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { + "stars": 8, + "last_update": "2025-11-07 09:24:25", + "cached_time": 1765726841.705546, + "author_account_age_days": 1627 + }, + "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { + "stars": 12, + "last_update": "2025-01-14 07:35:00", + "cached_time": 1765726841.797108, + "author_account_age_days": 1894 + }, + "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { + "stars": 7, + "last_update": "2024-12-09 17:50:23", + "cached_time": 1765726841.914485, + "author_account_age_days": 1770 + }, + "https://github.com/yorkane/ComfyUI-KYNode": { + "stars": 9, + "last_update": "2025-12-01 14:07:57", + "cached_time": 1765726841.943502, + "author_account_age_days": 3927 + }, + "https://github.com/vuongminh1907/ComfyUI_ZenID": { + "stars": 214, + "last_update": "2025-07-03 02:15:51", + "cached_time": 1765726841.978801, + "author_account_age_days": 1110 + }, + "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { + "stars": 18, + "last_update": "2025-05-14 01:41:00", + "cached_time": 1765726842.003607, + "author_account_age_days": 5053 + }, + "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { + "stars": 20, + "last_update": "2025-06-22 08:32:22", + "cached_time": 1765726842.241242, + "author_account_age_days": 725 + }, + "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { + "stars": 10, + "last_update": "2025-04-03 03:08:15", + "cached_time": 1765726842.308564, + "author_account_age_days": 5053 + }, + "https://github.com/liuqianhonga/ComfyUI-Html2Image": { + "stars": 14, + "last_update": "2025-06-22 07:58:49", + "cached_time": 1765726842.346764, + "author_account_age_days": 725 + }, + "https://github.com/liuqianhonga/ComfyUI-String-Helper": { + "stars": 8, + "last_update": "2025-06-22 07:56:48", + "cached_time": 1765726842.621068, + "author_account_age_days": 725 + }, + "https://github.com/liuqianhonga/ComfyUI-QHNodes": { + "stars": 3, + "last_update": "2025-06-22 08:33:17", + "cached_time": 1765726842.723788, + "author_account_age_days": 725 + }, + "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { + "stars": 13, + "last_update": "2025-05-21 02:21:09", + "cached_time": 1765726842.829354, + "author_account_age_days": 720 + }, + "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { + "stars": 42, + "last_update": "2025-05-14 06:09:10", + "cached_time": 1765726842.836413, + "author_account_age_days": 720 + }, + "https://github.com/rubi-du/ComfyUI-ICC-nodes": { + "stars": 2, + "last_update": "2025-05-14 06:10:11", + "cached_time": 1765726842.930731, + "author_account_age_days": 720 + }, + "https://github.com/vkff5833/ComfyUI-PromptConverter": { + "stars": 3, + "last_update": "2025-01-27 18:35:41", + "cached_time": 1765726842.983169, + "author_account_age_days": 833 + }, + "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { + "stars": 14, + "last_update": "2025-07-23 01:54:15", + "cached_time": 1765726843.018703, + "author_account_age_days": 720 + }, + "https://github.com/yichengup/Comfyui-Ycanvas": { + "stars": 110, + "last_update": "2025-07-28 04:39:08", + "cached_time": 1765726843.035369, + "author_account_age_days": 662 + }, + "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { + "stars": 303, + "last_update": "2025-02-19 05:08:27", + "cached_time": 1765726843.270386, + "author_account_age_days": 662 + }, + "https://github.com/yichengup/Comfyui_Redux_Advanced": { + "stars": 103, + "last_update": "2025-04-10 18:36:47", + "cached_time": 1765726843.324723, + "author_account_age_days": 662 + }, + "https://github.com/yichengup/Comfyui-Deepseek": { + "stars": 33, + "last_update": "2025-02-23 19:36:53", + "cached_time": 1765726843.383757, + "author_account_age_days": 662 + }, + "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { + "stars": 7, + "last_update": "2025-01-29 22:26:38", + "cached_time": 1765726843.65157, + "author_account_age_days": 662 + }, + "https://github.com/yichengup/ComfyUI-YCNodes": { + "stars": 33, + "last_update": "2025-12-14 11:56:26", + "cached_time": 1765726843.783323, + "author_account_age_days": 662 + }, + "https://github.com/yichengup/comfyui-face-liquify": { + "stars": 2, + "last_update": "2025-05-08 17:59:05", + "cached_time": 1765726843.862758, + "author_account_age_days": 662 + }, + "https://github.com/yichengup/ComfyUI-LinearTransition": { + "stars": 1, + "last_update": "2025-07-09 01:51:49", + "cached_time": 1765726843.885759, + "author_account_age_days": 662 + }, + "https://github.com/yichengup/ComfyUI_SwiftCut": { + "stars": 5, + "last_update": "2025-10-24 14:27:08", + "cached_time": 1765726843.998708, + "author_account_age_days": 662 + }, + "https://github.com/lodestone-rock/ComfyUI_FluxMod": { + "stars": 121, + "last_update": "2025-06-22 09:44:09", + "cached_time": 1765726844.000243, + "author_account_age_days": 1121 + }, + "https://github.com/lo-th/Comfyui_three_js": { + "stars": 21, + "last_update": "2025-06-12 08:18:17", + "cached_time": 1765726844.039919, + "author_account_age_days": 5018 + }, + "https://github.com/AIPOQUE/ComfyUI-APQNodes": { + "stars": 109, + "last_update": "2024-11-21 08:56:49", + "cached_time": 1765726844.074948, + "author_account_age_days": 420 + }, + "https://github.com/arcum42/ComfyUI_SageUtils": { + "stars": 21, + "last_update": "2025-12-04 07:11:39", + "cached_time": 1765726844.343279, + "author_account_age_days": 6286 + }, + "https://github.com/tomudo/ComfyUI-ascii-art": { + "stars": 3, + "last_update": "2024-11-21 05:24:12", + "cached_time": 1765726844.378857, + "author_account_age_days": 3441 + }, + "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { + "stars": 13, + "last_update": "2024-12-06 18:08:50", + "cached_time": 1765726844.463285, + "author_account_age_days": 1538 + }, + "https://github.com/tungdop2/Comfyui_face_restorer": { + "stars": 1, + "last_update": "2024-11-21 15:53:59", + "cached_time": 1765726844.671335, + "author_account_age_days": 1962 + }, + "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { + "stars": 9, + "last_update": "2025-04-19 06:00:23", + "cached_time": 1765726844.828935, + "author_account_age_days": 1962 + }, + "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { + "stars": 14, + "last_update": "2025-01-21 05:29:03", + "cached_time": 1765726844.884147, + "author_account_age_days": 4525 + }, + "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { + "stars": 450, + "last_update": "2025-06-22 08:50:25", + "cached_time": 1765726844.961287, + "author_account_age_days": 387 + }, + "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { + "stars": 11, + "last_update": "2024-11-26 07:32:18", + "cached_time": 1765726845.025382, + "author_account_age_days": 2744 + }, + "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { + "stars": 2, + "last_update": "2025-04-15 20:36:15", + "cached_time": 1765726845.067132, + "author_account_age_days": 490 + }, + "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { + "stars": 4, + "last_update": "2025-12-02 21:29:54", + "cached_time": 1765726845.10329, + "author_account_age_days": 490 + }, + "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { + "stars": 3, + "last_update": "2025-04-15 20:36:37", + "cached_time": 1765726845.164728, + "author_account_age_days": 490 + }, + "https://github.com/SparknightLLC/ComfyUI-GPENO": { + "stars": 67, + "last_update": "2025-04-15 20:29:05", + "cached_time": 1765726845.412525, + "author_account_age_days": 490 + }, + "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { + "stars": 20, + "last_update": "2025-04-15 20:35:55", + "cached_time": 1765726845.474795, + "author_account_age_days": 490 + }, + "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { + "stars": 2, + "last_update": "2025-12-08 13:44:46", + "cached_time": 1765726845.984948, + "author_account_age_days": 1393 + }, + "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { + "stars": 0, + "last_update": "2025-11-29 00:59:24", + "cached_time": 1765726845.784331, + "author_account_age_days": 490 + }, + "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { + "stars": 0, + "last_update": "2025-04-22 00:31:50", + "cached_time": 1765726845.872667, + "author_account_age_days": 490 + }, + "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { + "stars": 647, + "last_update": "2025-04-19 10:24:42", + "cached_time": 1765726845.918456, + "author_account_age_days": 5219 + }, + "https://github.com/Lightricks/ComfyUI-LTXVideo": { + "stars": 2452, + "last_update": "2025-12-02 14:57:43", + "cached_time": 1765726846.044888, + "author_account_age_days": 4728 + }, + "https://github.com/ramesh-x90/ComfyUI_pyannote": { + "stars": 5, + "last_update": "2025-10-27 11:11:50", + "cached_time": 1765726846.069075, + "author_account_age_days": 1860 + }, + "https://github.com/wu12023/ComfyUI-Image-Evaluation": { + "stars": 9, + "last_update": "2024-12-06 06:51:15", + "cached_time": 1765726846.115452, + "author_account_age_days": 855 + }, + "https://github.com/windfancy/zsq_prompt": { + "stars": 0, + "last_update": "2025-09-14 14:27:33", + "cached_time": 1765726846.128506, + "author_account_age_days": 2075 + }, + "https://github.com/exectails/comfyui-et_infoutils": { + "stars": 3, + "last_update": "2024-11-29 17:27:49", + "cached_time": 1765726846.217045, + "author_account_age_days": 4456 + }, + "https://github.com/exectails/comfyui-et_stringutils": { + "stars": 1, + "last_update": "2024-11-26 20:26:14", + "cached_time": 1765726846.441056, + "author_account_age_days": 4456 + }, + "https://github.com/exectails/comfyui-et_dynamicprompts": { + "stars": 6, + "last_update": "2024-11-29 22:37:19", + "cached_time": 1765726846.502154, + "author_account_age_days": 4456 + }, + "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { + "stars": 7, + "last_update": "2025-03-29 04:35:17", + "cached_time": 1765726846.832314, + "author_account_age_days": 1735 + }, + "https://github.com/flycarl/ComfyUI-Pixelate": { + "stars": 3, + "last_update": "2024-11-26 13:31:56", + "cached_time": 1765726846.898135, + "author_account_age_days": 5398 + }, + "https://github.com/Alvaroeai/ComfyUI-Text2Json": { + "stars": 1, + "last_update": "2024-11-26 16:40:31", + "cached_time": 1765726846.945763, + "author_account_age_days": 4239 + }, + "https://github.com/dymokomi/comfyui_dygen": { + "stars": 1, + "last_update": "2024-11-28 20:08:13", + "cached_time": 1765726847.010796, + "author_account_age_days": 1110 + }, + "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { + "stars": 7, + "last_update": "2024-11-25 20:04:20", + "cached_time": 1765726847.109883, + "author_account_age_days": 3072 + }, + "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { + "stars": 3, + "last_update": "2024-11-27 08:00:48", + "cached_time": 1765726847.098149, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { + "stars": 5, + "last_update": "2024-11-29 09:52:04", + "cached_time": 1765726847.120496, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { + "stars": 3, + "last_update": "2025-02-28 03:47:54", + "cached_time": 1765726847.153789, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { + "stars": 4, + "last_update": "2025-03-10 09:38:08", + "cached_time": 1765726847.262034, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { + "stars": 7, + "last_update": "2025-03-24 02:47:23", + "cached_time": 1765726847.462212, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { + "stars": 4, + "last_update": "2025-04-01 03:16:53", + "cached_time": 1765726847.539032, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { + "stars": 31, + "last_update": "2025-05-27 04:14:03", + "cached_time": 1765726847.862015, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-UNO": { + "stars": 10, + "last_update": "2025-04-11 07:37:33", + "cached_time": 1765726847.932063, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { + "stars": 9, + "last_update": "2025-04-14 02:56:22", + "cached_time": 1765726847.993239, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-Cobra": { + "stars": 7, + "last_update": "2025-04-18 02:06:26", + "cached_time": 1765726848.043281, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { + "stars": 1, + "last_update": "2025-04-17 06:55:14", + "cached_time": 1765726848.096381, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { + "stars": 4, + "last_update": "2025-05-27 04:14:30", + "cached_time": 1765726848.173865, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-Dia": { + "stars": 6, + "last_update": "2025-04-24 06:58:05", + "cached_time": 1765726848.218543, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-AudioX": { + "stars": 10, + "last_update": "2025-05-27 04:14:59", + "cached_time": 1765726848.179017, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { + "stars": 1, + "last_update": "2025-05-09 06:51:35", + "cached_time": 1765726848.291705, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { + "stars": 2, + "last_update": "2025-05-08 08:21:24", + "cached_time": 1765726848.526382, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { + "stars": 7, + "last_update": "2025-05-13 08:05:00", + "cached_time": 1765726848.590628, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { + "stars": 10, + "last_update": "2025-05-27 04:12:30", + "cached_time": 1765726848.920449, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { + "stars": 13, + "last_update": "2025-05-16 02:36:06", + "cached_time": 1765726848.945925, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-AniSora": { + "stars": 49, + "last_update": "2025-05-27 04:11:59", + "cached_time": 1765726849.019267, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { + "stars": 8, + "last_update": "2025-05-28 09:47:34", + "cached_time": 1765726849.065172, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { + "stars": 27, + "last_update": "2025-05-29 07:49:15", + "cached_time": 1765726849.112422, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-Bagel": { + "stars": 29, + "last_update": "2025-05-28 03:00:53", + "cached_time": 1765726849.183437, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { + "stars": 11, + "last_update": "2025-05-30 08:13:06", + "cached_time": 1765726849.210426, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { + "stars": 16, + "last_update": "2025-06-10 03:24:25", + "cached_time": 1765726849.278406, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-Vui": { + "stars": 3, + "last_update": "2025-06-12 03:55:32", + "cached_time": 1765726849.320387, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { + "stars": 35, + "last_update": "2025-06-16 07:03:54", + "cached_time": 1765726849.554066, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { + "stars": 123, + "last_update": "2025-06-26 02:46:07", + "cached_time": 1765726849.664289, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { + "stars": 18, + "last_update": "2025-06-26 10:00:28", + "cached_time": 1765726849.932243, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { + "stars": 21, + "last_update": "2025-07-26 07:19:35", + "cached_time": 1765726849.988674, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { + "stars": 23, + "last_update": "2025-07-12 03:48:32", + "cached_time": 1765726850.102215, + "author_account_age_days": 1978 + }, + "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { + "stars": 12, + "last_update": "2025-07-30 06:02:10", + "cached_time": 1765726850.118985, + "author_account_age_days": 1978 + }, + "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { + "stars": 14, + "last_update": "2025-11-20 11:52:45", + "cached_time": 1765726850.157929, + "author_account_age_days": 540 + }, + "https://github.com/Starnodes2024/ComfyUI_StarNodes": { + "stars": 61, + "last_update": "2025-12-08 16:30:55", + "cached_time": 1765726850.204368, + "author_account_age_days": 540 + }, + "https://github.com/motivated3/comfyui-shua-creator": { + "stars": 6, + "last_update": "2024-12-05 10:39:52", + "cached_time": 1765726850.239739, + "author_account_age_days": 3344 + }, + "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { + "stars": 44, + "last_update": "2024-12-01 13:06:02", + "cached_time": 1765726850.292542, + "author_account_age_days": 923 + }, + "https://github.com/purpen/ComfyUI-ImageTagger": { + "stars": 2, + "last_update": "2024-11-27 17:20:49", + "cached_time": 1765726850.370402, + "author_account_age_days": 5476 + }, + "https://github.com/purpen/ComfyUI-AIRedoon": { + "stars": 3, + "last_update": "2024-12-11 09:38:42", + "cached_time": 1765726850.703846, + "author_account_age_days": 5476 + }, + "https://github.com/regiellis/ComfyUI-EasyPony": { + "stars": 11, + "last_update": "2025-04-05 15:15:29", + "cached_time": 1765726850.95888, + "author_account_age_days": 5165 + }, + "https://github.com/regiellis/ComfyUI-EasyNoobai": { + "stars": 46, + "last_update": "2025-05-12 14:17:10", + "cached_time": 1765726850.968593, + "author_account_age_days": 5165 + }, + "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { + "stars": 114, + "last_update": "2025-06-30 16:50:28", + "cached_time": 1765726851.179798, + "author_account_age_days": 5165 + }, + "https://github.com/regiellis/ComfyUI-SDXL-Adherence": { + "stars": 6, + "last_update": "2025-09-01 01:09:00", + "cached_time": 1765726851.123808, + "author_account_age_days": 5165 + }, + "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { + "stars": 149, + "last_update": "2025-10-24 02:07:14", + "cached_time": 1765726851.704612, + "author_account_age_days": 596 + }, + "https://github.com/mrhan1993/ComfyUI-Fooocus": { + "stars": 9, + "last_update": "2025-01-15 15:18:07", + "cached_time": 1765726851.197073, + "author_account_age_days": 2405 + }, + "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { + "stars": 93, + "last_update": "2024-12-02 22:10:41", + "cached_time": 1765726851.238914, + "author_account_age_days": 1975 + }, + "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { + "stars": 2, + "last_update": "2025-01-27 19:09:46", + "cached_time": 1765726851.337721, + "author_account_age_days": 3105 + }, + "https://github.com/xs315431/Comfyui_Get_promptId": { + "stars": 1, + "last_update": "2025-08-09 06:09:32", + "cached_time": 1765726851.321893, + "author_account_age_days": 1813 + }, + "https://github.com/5x00/ComfyUI-VLM-Captions": { + "stars": 7, + "last_update": "2025-01-04 21:27:47", + "cached_time": 1765726851.4125, + "author_account_age_days": 1510 + }, + "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { + "stars": 2, + "last_update": "2025-01-12 14:49:09", + "cached_time": 1765726851.70639, + "author_account_age_days": 1510 + }, + "https://github.com/ClownsharkBatwing/RES4LYF": { + "stars": 847, + "last_update": "2025-12-13 00:05:24", + "cached_time": 1765726851.988189, + "author_account_age_days": 567 + }, + "https://github.com/NeoGriever/ComfyUI-NeoGriever": { + "stars": 2, + "last_update": "2024-12-12 02:55:40", + "cached_time": 1765726851.998303, + "author_account_age_days": 4827 + }, + "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { + "stars": 0, + "last_update": "2025-03-18 17:38:28", + "cached_time": 1765726852.169453, + "author_account_age_days": 2381 + }, + "https://github.com/huanngzh/ComfyUI-MVAdapter": { + "stars": 451, + "last_update": "2025-06-26 07:01:15", + "cached_time": 1765726852.228099, + "author_account_age_days": 1776 + }, + "https://github.com/Aerse/ComfyUI-Seed-Nodes": { + "stars": 5, + "last_update": "2025-06-10 08:19:10", + "cached_time": 1765726852.21499, + "author_account_age_days": 3916 + }, + "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { + "stars": 65, + "last_update": "2025-09-25 09:47:49", + "cached_time": 1765726852.287803, + "author_account_age_days": 4100 + }, + "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { + "stars": 22, + "last_update": "2025-09-23 11:46:41", + "cached_time": 1765726852.364597, + "author_account_age_days": 4100 + }, + "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { + "stars": 21, + "last_update": "2025-04-03 17:22:59", + "cached_time": 1765726852.422602, + "author_account_age_days": 394 + }, + "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { + "stars": 331, + "last_update": "2025-12-06 04:47:59", + "cached_time": 1765726852.43394, + "author_account_age_days": 2446 + }, + "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { + "stars": 23, + "last_update": "2025-03-28 18:38:24", + "cached_time": 1765726852.728161, + "author_account_age_days": 2035 + }, + "https://github.com/LucipherDev/ComfyUI-AniDoc": { + "stars": 56, + "last_update": "2025-03-28 18:39:10", + "cached_time": 1765726852.736848, + "author_account_age_days": 2035 + }, + "https://github.com/envy-ai/ComfyUI-ConDelta": { + "stars": 207, + "last_update": "2025-09-03 00:40:23", + "cached_time": 1765726853.025148, + "author_account_age_days": 493 + }, + "https://github.com/LucipherDev/ComfyUI-TangoFlux": { + "stars": 102, + "last_update": "2025-03-28 18:39:16", + "cached_time": 1765726853.040239, + "author_account_age_days": 2035 + }, + "https://github.com/kraglik/prompt_collapse": { + "stars": 5, + "last_update": "2024-12-15 08:39:51", + "cached_time": 1765726853.215845, + "author_account_age_days": 2995 + }, + "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { + "stars": 1, + "last_update": "2024-12-04 12:14:51", + "cached_time": 1765726853.864184, + "author_account_age_days": 2021 + }, + "https://github.com/abdozmantar/ComfyUI-DeepExtract": { + "stars": 44, + "last_update": "2025-08-26 02:43:39", + "cached_time": 1765726853.279748, + "author_account_age_days": 690 + }, + "https://github.com/CpreForEver/CFE_comfyui": { + "stars": 0, + "last_update": "2024-12-09 01:38:42", + "cached_time": 1765726853.359768, + "author_account_age_days": 490 + }, + "https://github.com/inflamously/comfyui-prompt-enhancer": { + "stars": 0, + "last_update": "2025-06-02 22:49:50", + "cached_time": 1765726853.396536, + "author_account_age_days": 4318 + }, + "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { + "stars": 3, + "last_update": "2025-08-26 04:55:51", + "cached_time": 1765726853.451193, + "author_account_age_days": 2421 + }, + "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { + "stars": 18, + "last_update": "2024-12-23 07:46:17", + "cached_time": 1765726853.462942, + "author_account_age_days": 613 + }, + "https://github.com/mrchipset/ComfyUI-SaveImageS3": { + "stars": 1, + "last_update": "2025-04-07 00:27:45", + "cached_time": 1765726853.792461, + "author_account_age_days": 2849 + }, + "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { + "stars": 23, + "last_update": "2025-06-22 10:33:31", + "cached_time": 1765726853.805392, + "author_account_age_days": 684 + }, + "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { + "stars": 1, + "last_update": "2025-07-10 08:29:21", + "cached_time": 1765726854.053306, + "author_account_age_days": 684 + }, + "https://github.com/DesertPixelAi/ComfyUI-DP-Ideogram-Character": { + "stars": 2, + "last_update": "2025-08-26 22:21:45", + "cached_time": 1765726854.07457, + "author_account_age_days": 684 + }, + "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { + "stars": 15, + "last_update": "2025-07-03 08:39:45", + "cached_time": 1765726854.257924, + "author_account_age_days": 3667 + }, + "https://github.com/muhammederem/blip-comfyui": { + "stars": 1, + "last_update": "2025-05-25 14:11:04", + "cached_time": 1765726854.319074, + "author_account_age_days": 2633 + }, + "https://github.com/Runware/ComfyUI-Runware": { + "stars": 127, + "last_update": "2025-12-11 03:33:31", + "cached_time": 1765726854.457938, + "author_account_age_days": 738 + }, + "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { + "stars": 5, + "last_update": "2024-12-17 09:20:49", + "cached_time": 1765726854.448193, + "author_account_age_days": 1835 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { + "stars": 54, + "last_update": "2025-04-15 17:12:25", + "cached_time": 1765726854.480157, + "author_account_age_days": 367 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { + "stars": 141, + "last_update": "2024-12-20 08:41:09", + "cached_time": 1765726854.509862, + "author_account_age_days": 367 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { + "stars": 189, + "last_update": "2025-05-05 18:32:28", + "cached_time": 1765726854.818718, + "author_account_age_days": 367 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { + "stars": 24, + "last_update": "2025-04-30 17:12:58", + "cached_time": 1765726854.80889, + "author_account_age_days": 367 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { + "stars": 91, + "last_update": "2025-08-05 00:38:59", + "cached_time": 1765726854.904479, + "author_account_age_days": 367 + }, + "https://github.com/sebord/ComfyUI-LMCQ": { + "stars": 95, + "last_update": "2025-08-12 13:41:13", + "cached_time": 1765726855.069378, + "author_account_age_days": 1325 + }, + "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { + "stars": 2, + "last_update": "2025-07-18 11:45:29", + "cached_time": 1765726855.143886, + "author_account_age_days": 3208 + }, + "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { + "stars": 4, + "last_update": "2025-03-25 06:19:54", + "cached_time": 1765726855.33634, + "author_account_age_days": 368 + }, + "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { + "stars": 6, + "last_update": "2025-03-08 13:58:12", + "cached_time": 1765726855.366238, + "author_account_age_days": 4015 + }, + "https://github.com/wjl0313/ComfyUI_KimNodes": { + "stars": 45, + "last_update": "2025-09-22 06:27:43", + "cached_time": 1765726855.49317, + "author_account_age_days": 2409 + }, + "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { + "stars": 4, + "last_update": "2025-12-07 14:12:56", + "cached_time": 1765726855.543772, + "author_account_age_days": 3940 + }, + "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { + "stars": 2, + "last_update": "2024-12-16 06:53:08", + "cached_time": 1765726855.516949, + "author_account_age_days": 6387 + }, + "https://github.com/kostenickj/jk-comfyui-helpers": { + "stars": 8, + "last_update": "2024-12-19 10:22:42", + "cached_time": 1765726855.549078, + "author_account_age_days": 3587 + }, + "https://github.com/Miyuutsu/comfyui-save-vpred": { + "stars": 4, + "last_update": "2024-12-15 22:29:47", + "cached_time": 1765726855.819801, + "author_account_age_days": 3462 + }, + "https://github.com/IamCreateAI/Ruyi-Models": { + "stars": 522, + "last_update": "2025-01-20 12:21:40", + "cached_time": 1765726855.89815, + "author_account_age_days": 370 + }, + "https://github.com/PressWagon/ComfyUI-StringsAndThings": { + "stars": 3, + "last_update": "2025-05-18 12:01:37", + "cached_time": 1765726855.986568, + "author_account_age_days": 363 + }, + "https://github.com/pollockjj/ComfyUI-MultiGPU": { + "stars": 678, + "last_update": "2025-10-16 03:10:03", + "cached_time": 1765726856.13232, + "author_account_age_days": 4044 + }, + "https://github.com/Eagle-CN/ComfyUI-Addoor": { + "stars": 69, + "last_update": "2025-04-25 01:03:58", + "cached_time": 1765726856.170164, + "author_account_age_days": 3165 + }, + "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { + "stars": 3, + "last_update": "2025-09-05 13:21:04", + "cached_time": 1765726856.409552, + "author_account_age_days": 1640 + }, + "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { + "stars": 0, + "last_update": "2025-04-05 12:52:40", + "cached_time": 1765726856.400284, + "author_account_age_days": 1266 + }, + "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { + "stars": 8, + "last_update": "2025-05-01 18:14:59", + "cached_time": 1765726856.540589, + "author_account_age_days": 1315 + }, + "https://github.com/black-forest-labs/bfl-comfy-nodes": { + "stars": 89, + "last_update": "2025-02-07 22:13:26", + "cached_time": 1765726856.977825, + "author_account_age_days": 634 + }, + "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { + "stars": 8, + "last_update": "2025-04-28 21:45:01", + "cached_time": 1765726856.581234, + "author_account_age_days": 1315 + }, + "https://github.com/Light-x02/ComfyUI_Crop_Image_By_Lightx02": { + "stars": 1, + "last_update": "2025-08-24 15:15:23", + "cached_time": 1765726856.633323, + "author_account_age_days": 1315 + }, + "https://github.com/marcoc2/ComfyUI-AnotherUtils": { + "stars": 1, + "last_update": "2025-08-27 01:08:27", + "cached_time": 1765726856.883343, + "author_account_age_days": 5722 + }, + "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { + "stars": 2, + "last_update": "2025-03-04 17:43:50", + "cached_time": 1765726856.915337, + "author_account_age_days": 5722 + }, + "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { + "stars": 43, + "last_update": "2025-06-03 13:01:58", + "cached_time": 1765726857.062043, + "author_account_age_days": 640 + }, + "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { + "stars": 8, + "last_update": "2024-12-21 11:35:08", + "cached_time": 1765726857.177894, + "author_account_age_days": 1770 + }, + "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { + "stars": 22, + "last_update": "2025-09-01 21:40:26", + "cached_time": 1765726857.191767, + "author_account_age_days": 640 + }, + "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { + "stars": 10, + "last_update": "2025-06-03 13:03:23", + "cached_time": 1765726857.427724, + "author_account_age_days": 640 + }, + "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { + "stars": 58, + "last_update": "2025-09-02 08:09:40", + "cached_time": 1765726857.427897, + "author_account_age_days": 640 + }, + "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { + "stars": 4, + "last_update": "2024-12-24 14:07:18", + "cached_time": 1765726857.557603, + "author_account_age_days": 967 + }, + "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { + "stars": 53, + "last_update": "2025-06-03 13:02:36", + "cached_time": 1765726858.089212, + "author_account_age_days": 640 + }, + "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { + "stars": 2, + "last_update": "2024-12-31 21:44:05", + "cached_time": 1765726857.719987, + "author_account_age_days": 360 + }, + "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { + "stars": 3, + "last_update": "2024-12-23 05:26:14", + "cached_time": 1765726857.934067, + "author_account_age_days": 658 + }, + "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { + "stars": 2, + "last_update": "2024-12-22 06:44:20", + "cached_time": 1765726857.967576, + "author_account_age_days": 1291 + }, + "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { + "stars": 1, + "last_update": "2024-12-28 19:44:14", + "cached_time": 1765726858.0956, + "author_account_age_days": 360 + }, + "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { + "stars": 0, + "last_update": "2025-02-19 06:55:25", + "cached_time": 1765726858.210658, + "author_account_age_days": 1291 + }, + "https://github.com/Aksaz/comfyui-seamless-clone": { + "stars": 18, + "last_update": "2025-09-23 13:10:16", + "cached_time": 1765726858.259901, + "author_account_age_days": 421 + }, + "https://github.com/pharmapsychotic/comfy-cliption": { + "stars": 62, + "last_update": "2025-01-04 05:06:11", + "cached_time": 1765726858.565075, + "author_account_age_days": 1452 + }, + "https://github.com/shahkoorosh/ComfyUI-KGnodes": { + "stars": 6, + "last_update": "2025-05-23 17:41:55", + "cached_time": 1765726858.4554, + "author_account_age_days": 731 + }, + "https://github.com/bombless/comfyUI-RememberingUtils": { + "stars": 0, + "last_update": "2024-12-25 01:31:05", + "cached_time": 1765726858.503944, + "author_account_age_days": 5097 + }, + "https://github.com/shahkoorosh/ComfyUI-PersianText": { + "stars": 25, + "last_update": "2025-05-23 17:43:33", + "cached_time": 1765726858.590526, + "author_account_age_days": 731 + }, + "https://github.com/andygill/comfyui-sunflower-nodes": { + "stars": 1, + "last_update": "2025-01-02 04:23:22", + "cached_time": 1765726858.742946, + "author_account_age_days": 6330 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { + "stars": 163, + "last_update": "2025-10-18 20:06:12", + "cached_time": 1765726858.95959, + "author_account_age_days": 367 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { + "stars": 63, + "last_update": "2025-07-23 11:30:36", + "cached_time": 1765726859.00302, + "author_account_age_days": 367 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { + "stars": 12, + "last_update": "2025-08-12 20:03:12", + "cached_time": 1765726859.102116, + "author_account_age_days": 367 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom": { + "stars": 35, + "last_update": "2025-09-03 17:40:53", + "cached_time": 1765726859.15413, + "author_account_age_days": 367 + }, + "https://github.com/wqjuser/ComfyUI-Chat-Image": { + "stars": 0, + "last_update": "2025-11-17 14:16:32", + "cached_time": 1765726859.22185, + "author_account_age_days": 3472 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_USO": { + "stars": 54, + "last_update": "2025-09-01 19:32:02", + "cached_time": 1765726859.295385, + "author_account_age_days": 367 + }, + "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { + "stars": 8, + "last_update": "2025-01-12 11:57:27", + "cached_time": 1765726859.50538, + "author_account_age_days": 1555 + }, + "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { + "stars": 0, + "last_update": "2025-03-18 08:59:39", + "cached_time": 1765726859.564648, + "author_account_age_days": 375 + }, + "https://github.com/ciga2011/ComfyUI-MarkItDown": { + "stars": 8, + "last_update": "2025-02-27 20:16:01", + "cached_time": 1765726859.69794, + "author_account_age_days": 4737 + }, + "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { + "stars": 10, + "last_update": "2025-01-16 02:24:50", + "cached_time": 1765726859.652552, + "author_account_age_days": 4737 + }, + "https://github.com/ciga2011/ComfyUI-Pollinations": { + "stars": 5, + "last_update": "2025-01-14 15:23:14", + "cached_time": 1765726859.796412, + "author_account_age_days": 4737 + }, + "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { + "stars": 3, + "last_update": "2024-12-28 20:21:22", + "cached_time": 1765726860.038957, + "author_account_age_days": 2768 + }, + "https://github.com/fairy-root/ComfyUI-GLHF": { + "stars": 4, + "last_update": "2025-04-03 13:47:20", + "cached_time": 1765726860.064857, + "author_account_age_days": 2472 + }, + "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { + "stars": 2, + "last_update": "2025-01-18 06:20:23", + "cached_time": 1765726860.135836, + "author_account_age_days": 449 + }, + "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { + "stars": 3, + "last_update": "2025-12-07 02:37:32", + "cached_time": 1765726860.197967, + "author_account_age_days": 357 + }, + "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { + "stars": 3, + "last_update": "2025-01-03 18:48:03", + "cached_time": 1765726860.251791, + "author_account_age_days": 4534 + }, + "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { + "stars": 20, + "last_update": "2025-01-02 08:47:22", + "cached_time": 1765726860.317238, + "author_account_age_days": 3691 + }, + "https://github.com/cherninlab/logo-generator-comfyui": { + "stars": 2, + "last_update": "2024-12-22 15:45:31", + "cached_time": 1765726860.57022, + "author_account_age_days": 635 + }, + "https://github.com/zmwv823/ComfyUI_Anytext": { + "stars": 95, + "last_update": "2025-05-28 01:02:37", + "cached_time": 1765726860.592731, + "author_account_age_days": 3807 + }, + "https://github.com/SKBv0/ComfyUI_SKBundle": { + "stars": 100, + "last_update": "2025-08-14 14:55:48", + "cached_time": 1765726860.673748, + "author_account_age_days": 2094 + }, + "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { + "stars": 7, + "last_update": "2025-01-04 03:37:06", + "cached_time": 1765726860.721755, + "author_account_age_days": 3043 + }, + "https://github.com/WainWong/ComfyUI-Loop-image": { + "stars": 40, + "last_update": "2025-03-28 03:09:27", + "cached_time": 1765726860.816531, + "author_account_age_days": 3161 + }, + "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { + "stars": 3, + "last_update": "2025-01-04 08:22:14", + "cached_time": 1765726861.085195, + "author_account_age_days": 948 + }, + "https://github.com/rhplus0831/ComfyMepi": { + "stars": 0, + "last_update": "2025-04-12 22:59:21", + "cached_time": 1765726861.140439, + "author_account_age_days": 691 + }, + "https://github.com/0x-jerry/comfyui-rembg": { + "stars": 1, + "last_update": "2025-04-07 09:23:31", + "cached_time": 1765726861.240735, + "author_account_age_days": 3747 + }, + "https://github.com/sanbuphy/ComfyUI-AudioLDM": { + "stars": 3, + "last_update": "2025-01-02 02:01:12", + "cached_time": 1765726861.236741, + "author_account_age_days": 1460 + }, + "https://github.com/bear2b/comfyui-argo-nodes": { + "stars": 0, + "last_update": "2025-01-16 11:11:38", + "cached_time": 1765726861.37512, + "author_account_age_days": 3503 + }, + "https://github.com/phuvinh010701/ComfyUI-Nudenet": { + "stars": 37, + "last_update": "2025-09-15 02:17:21", + "cached_time": 1765726861.479132, + "author_account_age_days": 2212 + }, + "https://github.com/Vaibhavs10/ComfyUI-DDUF": { + "stars": 5, + "last_update": "2025-01-03 15:10:44", + "cached_time": 1765726861.629708, + "author_account_age_days": 3519 + }, + "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { + "stars": 10, + "last_update": "2025-08-19 18:40:24", + "cached_time": 1765726861.630179, + "author_account_age_days": 2018 + }, + "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { + "stars": 0, + "last_update": "2025-01-07 06:50:58", + "cached_time": 1765726861.720902, + "author_account_age_days": 2100 + }, + "https://github.com/cenzijing/ComfyUI-Markmap": { + "stars": 1, + "last_update": "2025-01-04 21:00:08", + "cached_time": 1765726861.814521, + "author_account_age_days": 2003 + }, + "https://github.com/bongsang/ComfyUI-Bongsang": { + "stars": 0, + "last_update": "2025-01-05 05:42:30", + "cached_time": 1765726862.203481, + "author_account_age_days": 4141 + }, + "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { + "stars": 164, + "last_update": "2025-05-20 13:36:56", + "cached_time": 1765726862.091799, + "author_account_age_days": 3499 + }, + "https://github.com/inventorado/ComfyUI_NNT": { + "stars": 67, + "last_update": "2025-01-08 17:22:46", + "cached_time": 1765726862.196698, + "author_account_age_days": 3424 + }, + "https://github.com/Hullabalo/ComfyUI-Loop": { + "stars": 12, + "last_update": "2025-10-24 22:39:11", + "cached_time": 1765726862.245681, + "author_account_age_days": 1148 + }, + "https://github.com/hodanajan/optimal-crop-resolution": { + "stars": 1, + "last_update": "2025-01-21 10:46:26", + "cached_time": 1765726862.269378, + "author_account_age_days": 2867 + }, + "https://github.com/cnbjjj/ComfyUI-Jtils": { + "stars": 3, + "last_update": "2025-05-10 23:25:19", + "cached_time": 1765726862.400611, + "author_account_age_days": 712 + }, + "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { + "stars": 24, + "last_update": "2025-07-07 10:55:15", + "cached_time": 1765726862.546713, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { + "stars": 155, + "last_update": "2025-05-23 09:45:26", + "cached_time": 1765726862.677742, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { + "stars": 29, + "last_update": "2025-06-02 14:03:36", + "cached_time": 1765726862.651285, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/ComfyUI_PortraitTools": { + "stars": 19, + "last_update": "2025-06-15 13:31:45", + "cached_time": 1765726862.755762, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/ComfyUI_NotaGen": { + "stars": 53, + "last_update": "2025-06-06 02:58:28", + "cached_time": 1765726862.856016, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { + "stars": 14, + "last_update": "2025-05-23 09:41:43", + "cached_time": 1765726863.179323, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/ComfyUI_gemmax": { + "stars": 27, + "last_update": "2025-05-30 12:17:42", + "cached_time": 1765726863.224387, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/ComfyUI_CSM": { + "stars": 5, + "last_update": "2025-06-02 14:00:17", + "cached_time": 1765726863.249105, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/ComfyUI_SparkTTS": { + "stars": 49, + "last_update": "2025-05-23 09:45:08", + "cached_time": 1765726863.280607, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/ComfyUI_AudioTools": { + "stars": 79, + "last_update": "2025-07-07 05:08:44", + "cached_time": 1765726863.29782, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/ComfyUI_MegaTTS3": { + "stars": 204, + "last_update": "2025-06-11 01:01:40", + "cached_time": 1765726863.410285, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/ComfyUI_OuteTTS": { + "stars": 10, + "last_update": "2025-06-11 06:14:07", + "cached_time": 1765726863.612262, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/ComfyUI_IndexTTS": { + "stars": 446, + "last_update": "2025-11-07 09:48:46", + "cached_time": 1765726863.673909, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/ComfyUI_ACE-Step": { + "stars": 203, + "last_update": "2025-05-28 08:39:13", + "cached_time": 1765726863.772849, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/Comfyui_HeyGem": { + "stars": 165, + "last_update": "2025-06-02 14:14:35", + "cached_time": 1765726863.819059, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { + "stars": 3, + "last_update": "2025-06-15 13:24:58", + "cached_time": 1765726863.924812, + "author_account_age_days": 2474 + }, + "https://github.com/billwuhao/ComfyUI_SOME": { + "stars": 7, + "last_update": "2025-06-10 08:08:17", + "cached_time": 1765726864.227204, + "author_account_age_days": 2474 + }, + "https://github.com/umiyuki/comfyui-pad-to-eight": { + "stars": 0, + "last_update": "2025-01-07 09:58:36", + "cached_time": 1765726864.257502, + "author_account_age_days": 4292 + }, + "https://github.com/Meettya/ComfyUI-OneForOne": { + "stars": 2, + "last_update": "2025-01-07 22:49:30", + "cached_time": 1765726864.288181, + "author_account_age_days": 5870 + }, + "https://github.com/billwuhao/ComfyUI_DiffRhythm": { + "stars": 141, + "last_update": "2025-05-30 12:12:57", + "cached_time": 1765726864.314566, + "author_account_age_days": 2474 + }, + "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { + "stars": 0, + "last_update": "2025-01-07 01:22:23", + "cached_time": 1765726864.335918, + "author_account_age_days": 6106 + }, + "https://github.com/ChenDarYen/ComfyUI-NAG": { + "stars": 295, + "last_update": "2025-11-03 20:44:25", + "cached_time": 1765726864.414657, + "author_account_age_days": 2439 + }, + "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { + "stars": 9, + "last_update": "2025-01-07 18:22:10", + "cached_time": 1765726864.626284, + "author_account_age_days": 2439 + }, + "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { + "stars": 119, + "last_update": "2025-05-13 18:35:00", + "cached_time": 1765726864.701145, + "author_account_age_days": 996 + }, + "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { + "stars": 92, + "last_update": "2025-04-05 05:24:59", + "cached_time": 1765726864.801507, + "author_account_age_days": 996 + }, + "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { + "stars": 2, + "last_update": "2025-01-30 08:30:13", + "cached_time": 1765726864.960994, + "author_account_age_days": 559 + }, + "https://github.com/sh570655308/ComfyUI-GigapixelAI": { + "stars": 233, + "last_update": "2025-07-30 05:16:48", + "cached_time": 1765726864.954244, + "author_account_age_days": 3040 + }, + "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { + "stars": 243, + "last_update": "2025-04-23 08:54:20", + "cached_time": 1765726865.255328, + "author_account_age_days": 3040 + }, + "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { + "stars": 16, + "last_update": "2025-02-26 05:03:05", + "cached_time": 1765726865.281258, + "author_account_age_days": 5016 + }, + "https://github.com/welltop-cn/ComfyUI-TeaCache": { + "stars": 1035, + "last_update": "2025-07-12 04:05:29", + "cached_time": 1765726865.380407, + "author_account_age_days": 2110 + }, + "https://github.com/calcuis/gguf": { + "stars": 169, + "last_update": "2025-12-01 13:08:56", + "cached_time": 1765726865.337889, + "author_account_age_days": 1185 + }, + "https://github.com/ainewsto/comfyui-labs-google": { + "stars": 87, + "last_update": "2025-06-18 02:12:39", + "cached_time": 1765726865.364376, + "author_account_age_days": 1192 + }, + "https://github.com/ainewsto/Comfyui_Comfly_v2": { + "stars": 115, + "last_update": "2025-12-10 02:38:38", + "cached_time": 1765726865.451241, + "author_account_age_days": 1192 + }, + "https://github.com/ainewsto/Comfyui-chatgpt-api": { + "stars": 54, + "last_update": "2025-08-12 06:38:37", + "cached_time": 1765726865.668815, + "author_account_age_days": 1192 + }, + "https://github.com/ainewsto/Comfyui-google-veo2-api": { + "stars": 4, + "last_update": "2025-05-06 06:43:48", + "cached_time": 1765726865.723747, + "author_account_age_days": 1192 + }, + "https://github.com/gremlation/ComfyUI-ViewData": { + "stars": 1, + "last_update": "2025-04-03 09:50:28", + "cached_time": 1765726865.871214, + "author_account_age_days": 361 + }, + "https://github.com/gremlation/ComfyUI-jq": { + "stars": 1, + "last_update": "2025-04-03 09:50:39", + "cached_time": 1765726866.053916, + "author_account_age_days": 361 + }, + "https://github.com/gremlation/ComfyUI-ImageLabel": { + "stars": 5, + "last_update": "2025-04-03 09:49:57", + "cached_time": 1765726866.001949, + "author_account_age_days": 361 + }, + "https://github.com/gremlation/ComfyUI-JMESPath": { + "stars": 2, + "last_update": "2025-04-03 09:50:11", + "cached_time": 1765726866.275094, + "author_account_age_days": 361 + }, + "https://github.com/gremlation/ComfyUI-TrackAndWheel": { + "stars": 2, + "last_update": "2025-04-03 09:50:20", + "cached_time": 1765726866.339869, + "author_account_age_days": 361 + }, + "https://github.com/fuselayer/comfyui-mosaic-blur": { + "stars": 1, + "last_update": "2025-04-05 00:57:07", + "cached_time": 1765726866.354075, + "author_account_age_days": 815 + }, + "https://github.com/jerrylongyan/ComfyUI-My-Mask": { + "stars": 4, + "last_update": "2025-01-08 08:39:19", + "cached_time": 1765726866.419709, + "author_account_age_days": 4470 + }, + "https://github.com/mira-6/comfyui-sasolver": { + "stars": 5, + "last_update": "2025-02-23 21:44:23", + "cached_time": 1765726866.433122, + "author_account_age_days": 930 + }, + "https://github.com/dreamhartley/ComfyUI_show_seed": { + "stars": 2, + "last_update": "2025-01-14 16:15:12", + "cached_time": 1765726866.472566, + "author_account_age_days": 1022 + }, + "https://github.com/aigc-apps/EasyAnimate": { + "stars": 2239, + "last_update": "2025-03-06 11:41:28", + "cached_time": 1765726866.752086, + "author_account_age_days": 856 + }, + "https://github.com/DraconicDragon/ComfyUI-Venice-API": { + "stars": 5, + "last_update": "2025-12-14 09:47:11", + "cached_time": 1765726866.781417, + "author_account_age_days": 1911 + }, + "https://github.com/aigc-apps/VideoX-Fun": { + "stars": 1668, + "last_update": "2025-12-14 03:35:07", + "cached_time": 1765726866.930568, + "author_account_age_days": 856 + }, + "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { + "stars": 8, + "last_update": "2025-12-14 03:38:08", + "cached_time": 1765726867.024109, + "author_account_age_days": 1911 + }, + "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { + "stars": 14, + "last_update": "2025-01-25 05:54:27", + "cached_time": 1765726867.109724, + "author_account_age_days": 832 + }, + "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { + "stars": 25, + "last_update": "2025-01-31 04:28:34", + "cached_time": 1765726867.316819, + "author_account_age_days": 1076 + }, + "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { + "stars": 24, + "last_update": "2025-06-03 21:06:33", + "cached_time": 1765726867.376231, + "author_account_age_days": 832 + }, + "https://github.com/a-und-b/ComfyUI_Delay": { + "stars": 5, + "last_update": "2025-01-10 11:20:35", + "cached_time": 1765726867.36233, + "author_account_age_days": 978 + }, + "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { + "stars": 117, + "last_update": "2025-12-09 21:38:24", + "cached_time": 1765726867.482606, + "author_account_age_days": 832 + }, + "https://github.com/a-und-b/ComfyUI_JSON_Helper": { + "stars": 4, + "last_update": "2025-01-09 15:54:55", + "cached_time": 1765726867.465646, + "author_account_age_days": 978 + }, + "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { + "stars": 4, + "last_update": "2025-01-16 13:40:26", + "cached_time": 1765726867.51931, + "author_account_age_days": 978 + }, + "https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal": { + "stars": 41, + "last_update": "2025-05-05 08:34:47", + "cached_time": 1765726867.820115, + "author_account_age_days": 978 + }, + "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { + "stars": 4, + "last_update": "2025-04-28 08:23:36", + "cached_time": 1765726867.792234, + "author_account_age_days": 978 + }, + "https://github.com/r3dial/redial-discomphy": { + "stars": 1, + "last_update": "2025-01-09 19:59:31", + "cached_time": 1765726868.008904, + "author_account_age_days": 969 + }, + "https://github.com/ArtHommage/HommageTools": { + "stars": 4, + "last_update": "2025-05-20 20:40:25", + "cached_time": 1765726868.039107, + "author_account_age_days": 1071 + }, + "https://github.com/l-comm/WatermarkRemoval": { + "stars": 4, + "last_update": "2025-01-13 05:33:32", + "cached_time": 1765726868.125549, + "author_account_age_days": 349 + }, + "https://github.com/r3dsd/comfyui-template-loader": { + "stars": 0, + "last_update": "2025-01-12 08:55:49", + "cached_time": 1765726868.358886, + "author_account_age_days": 679 + }, + "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { + "stars": 55, + "last_update": "2025-02-03 04:53:25", + "cached_time": 1765726868.407954, + "author_account_age_days": 1437 + }, + "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { + "stars": 12, + "last_update": "2025-12-07 16:08:26", + "cached_time": 1765726868.420446, + "author_account_age_days": 876 + }, + "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { + "stars": 5, + "last_update": "2025-02-04 14:15:08", + "cached_time": 1765726868.537814, + "author_account_age_days": 1437 + }, + "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { + "stars": 1, + "last_update": "2025-01-12 16:43:09", + "cached_time": 1765726868.544335, + "author_account_age_days": 3536 + }, + "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { + "stars": 29, + "last_update": "2025-01-14 10:42:44", + "cached_time": 1765726868.536136, + "author_account_age_days": 651 + }, + "https://github.com/Zeks/comfyui-rapidfire": { + "stars": 0, + "last_update": "2025-11-21 08:39:28", + "cached_time": 1765726868.822115, + "author_account_age_days": 5159 + }, + "https://github.com/Kurdknight/Kurdknight_comfycheck": { + "stars": 4, + "last_update": "2025-01-15 16:47:23", + "cached_time": 1765726868.841821, + "author_account_age_days": 1049 + }, + "https://github.com/meanin2/comfyui-MGnodes": { + "stars": 2, + "last_update": "2025-09-10 15:42:57", + "cached_time": 1765726869.036259, + "author_account_age_days": 1192 + }, + "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { + "stars": 106, + "last_update": "2025-01-21 12:09:05", + "cached_time": 1765726869.193572, + "author_account_age_days": 3619 + }, + "https://github.com/ThepExcel/aiangelgallery-comfyui": { + "stars": 2, + "last_update": "2025-01-15 07:53:09", + "cached_time": 1765726869.158545, + "author_account_age_days": 2099 + }, + "https://github.com/nofunstudio/Node_Fun_ComfyUI": { + "stars": 6, + "last_update": "2025-11-26 22:00:39", + "cached_time": 1765726869.426413, + "author_account_age_days": 1750 + }, + "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { + "stars": 1, + "last_update": "2025-01-23 05:46:33", + "cached_time": 1765726869.444294, + "author_account_age_days": 2308 + }, + "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { + "stars": 0, + "last_update": "2025-01-20 06:40:21", + "cached_time": 1765726869.510596, + "author_account_age_days": 649 + }, + "https://github.com/shenduldh/ComfyUI-Lightning": { + "stars": 220, + "last_update": "2025-03-13 05:58:04", + "cached_time": 1765726869.604305, + "author_account_age_days": 2656 + }, + "https://github.com/theAdamColton/ComfyUI-texflow-extension": { + "stars": 1, + "last_update": "2025-01-16 19:58:24", + "cached_time": 1765726869.570319, + "author_account_age_days": 1894 + }, + "https://github.com/hmwl/ComfyUI_zip": { + "stars": 4, + "last_update": "2025-05-25 16:21:35", + "cached_time": 1765726869.599442, + "author_account_age_days": 3152 + }, + "https://github.com/hmwl/ComfyUI-TaskMonitor": { + "stars": 9, + "last_update": "2025-05-25 15:41:14", + "cached_time": 1765726869.851574, + "author_account_age_days": 3152 + }, + "https://github.com/ngosset/ComfyUI-ImageSimilarity": { + "stars": 9, + "last_update": "2025-01-18 18:17:50", + "cached_time": 1765726869.896441, + "author_account_age_days": 4860 + }, + "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { + "stars": 4, + "last_update": "2025-10-27 19:57:39", + "cached_time": 1765726870.052858, + "author_account_age_days": 4845 + }, + "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { + "stars": 17, + "last_update": "2025-01-27 09:47:46", + "cached_time": 1765726870.186227, + "author_account_age_days": 3545 + }, + "https://github.com/strand1/ComfyUI-Autogen": { + "stars": 3, + "last_update": "2025-01-21 05:10:43", + "cached_time": 1765726870.249898, + "author_account_age_days": 5009 + }, + "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { + "stars": 2, + "last_update": "2025-03-28 14:51:23", + "cached_time": 1765726870.478787, + "author_account_age_days": 4866 + }, + "https://github.com/WangPengxing/ComfyUI_WPX_Node": { + "stars": 0, + "last_update": "2025-01-20 08:31:55", + "cached_time": 1765726870.521276, + "author_account_age_days": 865 + }, + "https://github.com/PixelFunAI/ComfyUI_PixelFun": { + "stars": 3, + "last_update": "2025-01-20 05:44:54", + "cached_time": 1765726870.551729, + "author_account_age_days": 328 + }, + "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { + "stars": 64, + "last_update": "2025-03-18 20:13:52", + "cached_time": 1765726870.577499, + "author_account_age_days": 651 + }, + "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { + "stars": 36, + "last_update": "2025-01-19 19:05:24", + "cached_time": 1765726870.641912, + "author_account_age_days": 329 + }, + "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { + "stars": 0, + "last_update": "2025-04-05 07:45:54", + "cached_time": 1765726870.666118, + "author_account_age_days": 329 + }, + "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { + "stars": 7, + "last_update": "2025-11-11 18:57:09", + "cached_time": 1765726870.895919, + "author_account_age_days": 329 + }, + "https://github.com/Kidev/ComfyUI-Fisheye-effects": { + "stars": 18, + "last_update": "2025-04-03 19:00:30", + "cached_time": 1765726870.924317, + "author_account_age_days": 5139 + }, + "https://github.com/feixuetuba/Spleeter": { + "stars": 0, + "last_update": "2025-01-19 10:39:17", + "cached_time": 1765726871.11753, + "author_account_age_days": 4501 + }, + "https://github.com/aidec/Comfyui_TextBatch_aidec": { + "stars": 14, + "last_update": "2025-11-12 02:50:17", + "cached_time": 1765726871.212934, + "author_account_age_days": 4441 + }, + "https://github.com/asutermo/ComfyUI-Flux-TryOff": { + "stars": 48, + "last_update": "2025-03-10 21:05:14", + "cached_time": 1765726871.262986, + "author_account_age_days": 5449 + }, + "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { + "stars": 7, + "last_update": "2025-11-11 18:57:09", + "cached_time": 1765726872.039595, + "author_account_age_days": 329 + }, + "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { + "stars": 6, + "last_update": "2025-02-02 00:46:30", + "cached_time": 1765726871.551725, + "author_account_age_days": 326 + }, + "https://github.com/KLL535/ComfyUI_SimpleButcher": { + "stars": 9, + "last_update": "2025-08-23 23:14:41", + "cached_time": 1765726871.613708, + "author_account_age_days": 387 + }, + "https://github.com/bugltd/ComfyLab-Pack": { + "stars": 9, + "last_update": "2025-05-13 17:35:50", + "cached_time": 1765726871.634571, + "author_account_age_days": 337 + }, + "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { + "stars": 26, + "last_update": "2025-11-26 15:12:28", + "cached_time": 1765726871.676298, + "author_account_age_days": 387 + }, + "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { + "stars": 2, + "last_update": "2025-01-21 11:31:10", + "cached_time": 1765726871.679099, + "author_account_age_days": 942 + }, + "https://github.com/duchamps0305/comfyui-white-extractor": { + "stars": 0, + "last_update": "2025-01-23 08:09:12", + "cached_time": 1765726872.276285, + "author_account_age_days": 1160 + }, + "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { + "stars": 2, + "last_update": "2025-01-21 08:19:52", + "cached_time": 1765726871.955935, + "author_account_age_days": 2750 + }, + "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { + "stars": 2, + "last_update": "2025-01-24 18:51:53", + "cached_time": 1765726872.148483, + "author_account_age_days": 3902 + }, + "https://github.com/fblissjr/ComfyUI-DatasetHelper": { + "stars": 6, + "last_update": "2025-01-27 18:58:33", + "cached_time": 1765726872.239103, + "author_account_age_days": 3902 + }, + "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { + "stars": 4, + "last_update": "2025-03-17 22:36:22", + "cached_time": 1765726872.279996, + "author_account_age_days": 3902 + }, + "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { + "stars": 8, + "last_update": "2025-07-27 00:03:24", + "cached_time": 1765726872.613927, + "author_account_age_days": 3902 + }, + "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { + "stars": 154, + "last_update": "2025-12-02 19:39:14", + "cached_time": 1765726872.632916, + "author_account_age_days": 3902 + }, + "https://github.com/vincentfs/ComfyUI-ArchiGraph": { + "stars": 2, + "last_update": "2025-12-08 07:31:36", + "cached_time": 1765726872.650318, + "author_account_age_days": 4204 + }, + "https://github.com/fblissjr/shrug-prompter": { + "stars": 21, + "last_update": "2025-09-30 21:58:22", + "cached_time": 1765726872.695996, + "author_account_age_days": 3902 + }, + "https://github.com/davidgressett/comfyui-systemlevel": { + "stars": 2, + "last_update": "2025-01-22 23:51:40", + "cached_time": 1765726872.699361, + "author_account_age_days": 3168 + }, + "https://github.com/SshunWang/ComfyUI_CosyVoice": { + "stars": 17, + "last_update": "2025-02-05 23:48:10", + "cached_time": 1765726873.001459, + "author_account_age_days": 2480 + }, + "https://github.com/Xiangyu-CAS/HandFixer": { + "stars": 205, + "last_update": "2025-02-10 02:02:01", + "cached_time": 1765726873.05526, + "author_account_age_days": 3926 + }, + "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { + "stars": 3, + "last_update": "2025-06-15 22:39:14", + "cached_time": 1765726873.190112, + "author_account_age_days": 591 + }, + "https://github.com/MontagenAI/ComfyUI-Montagen": { + "stars": 26, + "last_update": "2025-05-29 10:43:37", + "cached_time": 1765726873.293143, + "author_account_age_days": 368 + }, + "https://github.com/cake-ml/tiny-sana-preview": { + "stars": 2, + "last_update": "2025-02-08 00:36:49", + "cached_time": 1765726873.342248, + "author_account_age_days": 420 + }, + "https://github.com/huixingyun/ComfyUI-HX-Captioner": { + "stars": 0, + "last_update": "2025-01-25 06:48:18", + "cached_time": 1765726873.365027, + "author_account_age_days": 373 + }, + "https://github.com/bradsec/ComfyUI_StringEssentials": { + "stars": 24, + "last_update": "2025-12-12 22:53:20", + "cached_time": 1765726873.669523, + "author_account_age_days": 4194 + }, + "https://github.com/Positliver/comfyui-zegr": { + "stars": 1, + "last_update": "2025-01-26 11:51:59", + "cached_time": 1765726873.641852, + "author_account_age_days": 3930 + }, + "https://github.com/tianyuw/ComfyUI-LLM-API": { + "stars": 11, + "last_update": "2025-01-25 19:31:47", + "cached_time": 1765726873.67853, + "author_account_age_days": 3731 + }, + "https://github.com/JTriggerFish/ComfyLatentTools": { + "stars": 4, + "last_update": "2025-05-06 21:07:17", + "cached_time": 1765726873.725294, + "author_account_age_days": 4537 + }, + "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { + "stars": 79, + "last_update": "2025-05-25 19:26:43", + "cached_time": 1765726873.72712, + "author_account_age_days": 3980 + }, + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { + "stars": 22, + "last_update": "2025-09-22 18:50:33", + "cached_time": 1765726874.033997, + "author_account_age_days": 3980 + }, + "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { + "stars": 1, + "last_update": "2025-01-26 22:42:52", + "cached_time": 1765726874.101883, + "author_account_age_days": 322 + }, + "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { + "stars": 31, + "last_update": "2025-08-30 18:11:35", + "cached_time": 1765726874.254033, + "author_account_age_days": 5183 + }, + "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { + "stars": 0, + "last_update": "2025-09-13 23:22:31", + "cached_time": 1765726874.298973, + "author_account_age_days": 5183 + }, + "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { + "stars": 2, + "last_update": "2025-07-21 02:04:36", + "cached_time": 1765726874.384715, + "author_account_age_days": 5183 + }, + "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { + "stars": 14, + "last_update": "2025-11-16 12:12:45", + "cached_time": 1765726874.500725, + "author_account_age_days": 934 + }, + "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { + "stars": 0, + "last_update": "2025-03-07 23:55:55", + "cached_time": 1765726874.693421, + "author_account_age_days": 2145 + }, + "https://github.com/willmiao/ComfyUI-Lora-Manager": { + "stars": 806, + "last_update": "2025-12-14 07:59:08", + "cached_time": 1765726874.702724, + "author_account_age_days": 3896 + }, + "https://github.com/tigeryy2/comfyui-structured-outputs": { + "stars": 2, + "last_update": "2025-12-06 03:37:30", + "cached_time": 1765726874.748231, + "author_account_age_days": 2509 + }, + "https://github.com/852wa/ComfyUI-AAP": { + "stars": 9, + "last_update": "2025-01-29 13:21:59", + "cached_time": 1765726874.754677, + "author_account_age_days": 901 + }, + "https://github.com/ReBeating/ComfyUI-Artist-Selector": { + "stars": 1, + "last_update": "2025-02-10 15:39:41", + "cached_time": 1765726874.789149, + "author_account_age_days": 1916 + }, + "https://github.com/oxysoft/ComfyUI-gowiththeflow": { + "stars": 3, + "last_update": "2025-04-09 03:55:00", + "cached_time": 1765726875.555433, + "author_account_age_days": 4649 + }, + "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { + "stars": 77, + "last_update": "2025-09-30 21:05:37", + "cached_time": 1765726875.149761, + "author_account_age_days": 712 + }, + "https://github.com/gmorks/ComfyUI-SendToDiscord": { + "stars": 0, + "last_update": "2025-07-14 03:00:24", + "cached_time": 1765726875.281642, + "author_account_age_days": 2833 + }, + "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { + "stars": 15, + "last_update": "2025-07-20 03:42:06", + "cached_time": 1765726875.341152, + "author_account_age_days": 2833 + }, + "https://github.com/852wa/ComfyUI-ColorshiftColor": { + "stars": 52, + "last_update": "2025-02-01 12:17:38", + "cached_time": 1765726875.426521, + "author_account_age_days": 901 + }, + "https://github.com/Style-Mosaic/dino-x-comfyui-node": { + "stars": 2, + "last_update": "2025-01-28 21:40:18", + "cached_time": 1765726875.597657, + "author_account_age_days": 405 + }, + "https://github.com/checkbins/checkbin-comfy": { + "stars": 0, + "last_update": "2025-01-31 18:05:33", + "cached_time": 1765726875.836633, + "author_account_age_days": 421 + }, + "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { + "stars": 10, + "last_update": "2025-02-20 12:58:43", + "cached_time": 1765726875.721836, + "author_account_age_days": 2707 + }, + "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { + "stars": 0, + "last_update": "2025-01-28 08:04:24", + "cached_time": 1765726876.258562, + "author_account_age_days": 5115 + }, + "https://github.com/aiartvn/A2V_Multi_Image_Composite": { + "stars": 1, + "last_update": "2025-02-02 04:14:06", + "cached_time": 1765726875.800565, + "author_account_age_days": 322 + }, + "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { + "stars": 7, + "last_update": "2025-08-03 11:26:11", + "cached_time": 1765726875.845926, + "author_account_age_days": 2422 + }, + "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { + "stars": 15, + "last_update": "2025-02-09 18:27:16", + "cached_time": 1765726876.198561, + "author_account_age_days": 748 + }, + "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { + "stars": 0, + "last_update": "2025-02-07 17:32:46", + "cached_time": 1765726876.336502, + "author_account_age_days": 748 + }, + "https://github.com/hgabha/WWAA-CustomNodes": { + "stars": 27, + "last_update": "2025-12-13 03:51:18", + "cached_time": 1765726876.383274, + "author_account_age_days": 693 + }, + "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": { + "stars": 4, + "last_update": "2025-02-20 06:30:19", + "cached_time": 1765726876.46206, + "author_account_age_days": 748 + }, + "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { + "stars": 2, + "last_update": "2025-11-06 14:32:52", + "cached_time": 1765726876.606618, + "author_account_age_days": 515 + }, + "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { + "stars": 0, + "last_update": "2025-11-06 13:10:07", + "cached_time": 1765726876.656729, + "author_account_age_days": 515 + }, + "https://github.com/Tr1dae/ComfyUI-Dequality": { + "stars": 3, + "last_update": "2025-02-13 16:41:59", + "cached_time": 1765726876.781501, + "author_account_age_days": 1076 + }, + "https://github.com/greengerong/ComfyUI-JanusPro-PL": { + "stars": 11, + "last_update": "2025-02-08 03:32:59", + "cached_time": 1765726876.848912, + "author_account_age_days": 4807 + }, + "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { + "stars": 6, + "last_update": "2025-02-06 19:02:52", + "cached_time": 1765726876.855879, + "author_account_age_days": 1604 + }, + "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { + "stars": 378, + "last_update": "2025-03-22 09:59:11", + "cached_time": 1765726876.882807, + "author_account_age_days": 1604 + }, + "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { + "stars": 40, + "last_update": "2025-08-29 23:04:42", + "cached_time": 1765726877.236237, + "author_account_age_days": 2135 + }, + "https://github.com/gorillaframeai/GF_translate": { + "stars": 7, + "last_update": "2025-02-04 19:26:53", + "cached_time": 1765726877.312603, + "author_account_age_days": 771 + }, + "https://github.com/Arkanun/ReadCSV_ComfyUI": { + "stars": 0, + "last_update": "2025-02-05 23:06:48", + "cached_time": 1765726877.37633, + "author_account_age_days": 3487 + }, + "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { + "stars": 4, + "last_update": "2025-09-21 11:58:58", + "cached_time": 1765726877.460047, + "author_account_age_days": 350 + }, + "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { + "stars": 6, + "last_update": "2025-12-11 21:36:17", + "cached_time": 1765726877.589141, + "author_account_age_days": 350 + }, + "https://github.com/StarAsh042/ComfyUI_RollingArtist": { + "stars": 1, + "last_update": "2025-12-13 13:19:54", + "cached_time": 1765726877.697017, + "author_account_age_days": 3546 + }, + "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { + "stars": 2, + "last_update": "2025-02-04 08:29:24", + "cached_time": 1765726877.69781, + "author_account_age_days": 1170 + }, + "https://github.com/CC-SUN6/ccsun_node": { + "stars": 0, + "last_update": "2025-02-12 07:58:41", + "cached_time": 1765726877.850159, + "author_account_age_days": 907 + }, + "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { + "stars": 6, + "last_update": "2025-10-19 04:29:10", + "cached_time": 1765726877.89921, + "author_account_age_days": 1023 + }, + "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { + "stars": 18, + "last_update": "2025-05-10 16:42:44", + "cached_time": 1765726877.863505, + "author_account_age_days": 797 + }, + "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { + "stars": 2, + "last_update": "2025-05-29 06:33:54", + "cached_time": 1765726877.91954, + "author_account_age_days": 797 + }, + "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { + "stars": 4, + "last_update": "2025-02-09 02:50:51", + "cached_time": 1765726878.287816, + "author_account_age_days": 552 + }, + "https://github.com/guerreiro/comfyg-switch": { + "stars": 5, + "last_update": "2025-08-28 22:13:10", + "cached_time": 1765726878.399957, + "author_account_age_days": 5579 + }, + "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { + "stars": 17, + "last_update": "2025-02-09 04:06:34", + "cached_time": 1765726878.533185, + "author_account_age_days": 2925 + }, + "https://github.com/yanhuifair/comfyui-janus": { + "stars": 5, + "last_update": "2025-07-28 08:39:15", + "cached_time": 1765726878.494569, + "author_account_age_days": 4100 + }, + "https://github.com/lingha0h/comfyui_kj": { + "stars": 6, + "last_update": "2025-03-20 13:24:29", + "cached_time": 1765726878.604442, + "author_account_age_days": 312 + }, + "https://github.com/ShunL12324/comfy-portal-endpoint": { + "stars": 4, + "last_update": "2025-11-25 13:51:36", + "cached_time": 1765726878.721594, + "author_account_age_days": 3076 + }, + "https://github.com/ShinChven/sc-comfy-nodes": { + "stars": 2, + "last_update": "2025-05-21 03:07:18", + "cached_time": 1765726878.742836, + "author_account_age_days": 4708 + }, + "https://github.com/vkff5833/ComfyUI-MobileClient": { + "stars": 7, + "last_update": "2025-02-11 00:34:36", + "cached_time": 1765726878.916092, + "author_account_age_days": 833 + }, + "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { + "stars": 3, + "last_update": "2025-08-10 00:49:32", + "cached_time": 1765726878.908436, + "author_account_age_days": 1740 + }, + "https://github.com/Deep-Neko/ComfyUI_ascii_art": { + "stars": 3, + "last_update": "2025-02-24 13:07:36", + "cached_time": 1765726879.746772, + "author_account_age_days": 293 + }, + "https://github.com/MieMieeeee/ComfyUI-MieNodes": { + "stars": 141, + "last_update": "2025-12-14 14:46:51", + "cached_time": 1765726878.948907, + "author_account_age_days": 2095 + }, + "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { + "stars": 107, + "last_update": "2025-10-09 02:40:02", + "cached_time": 1765726879.301516, + "author_account_age_days": 2095 + }, + "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { + "stars": 3, + "last_update": "2025-03-21 09:09:09", + "cached_time": 1765726879.488877, + "author_account_age_days": 2095 + }, + "https://github.com/lum3on/comfyui_HiDream-Sampler": { + "stars": 482, + "last_update": "2025-04-22 07:21:41", + "cached_time": 1765726879.530349, + "author_account_age_days": 312 + }, + "https://github.com/lum3on/comfyui_LLM_Polymath": { + "stars": 67, + "last_update": "2025-08-27 23:22:27", + "cached_time": 1765726879.57732, + "author_account_age_days": 312 + }, + "https://github.com/lum3on/ComfyUI-ModelQuantizer": { + "stars": 96, + "last_update": "2025-06-14 20:45:21", + "cached_time": 1765726879.665021, + "author_account_age_days": 312 + }, + "https://github.com/lum3on/ComfyUI-FrameUtilitys": { + "stars": 13, + "last_update": "2025-10-17 20:41:40", + "cached_time": 1765726879.777135, + "author_account_age_days": 312 + }, + "https://github.com/lum3on/comfyui_EdgeTAM": { + "stars": 2, + "last_update": "2025-06-27 15:36:58", + "cached_time": 1765726879.781017, + "author_account_age_days": 312 + }, + "https://github.com/lum3on/ComfyUI-StableAudioX": { + "stars": 40, + "last_update": "2025-06-24 22:55:28", + "cached_time": 1765726879.953514, + "author_account_age_days": 312 + }, + "https://github.com/lum3on/ComfyUI_MJ-Scraper": { + "stars": 2, + "last_update": "2025-07-06 18:35:33", + "cached_time": 1765726879.99801, + "author_account_age_days": 312 + }, + "https://github.com/HowToSD/ComfyUI-Data-Analysis": { + "stars": 19, + "last_update": "2025-06-11 04:28:54", + "cached_time": 1765726880.016368, + "author_account_age_days": 713 + }, + "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { + "stars": 1, + "last_update": "2025-02-13 14:29:22", + "cached_time": 1765726880.359809, + "author_account_age_days": 4636 + }, + "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { + "stars": 6, + "last_update": "2025-06-11 04:48:46", + "cached_time": 1765726880.52688, + "author_account_age_days": 713 + }, + "https://github.com/dasilva333/ComfyUI_HunyuanVideo-Foley": { + "stars": 7, + "last_update": "2025-09-02 14:44:32", + "cached_time": 1765726880.544318, + "author_account_age_days": 5251 + }, + "https://github.com/dasilva333/ComfyUI_ContrastingColor": { + "stars": 1, + "last_update": "2025-02-22 04:49:59", + "cached_time": 1765726880.71462, + "author_account_age_days": 5251 + }, + "https://github.com/dasilva333/ComfyUI_MarkdownImage": { + "stars": 0, + "last_update": "2025-04-12 03:11:13", + "cached_time": 1765726880.744032, + "author_account_age_days": 5251 + }, + "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { + "stars": 22, + "last_update": "2025-09-30 06:36:20", + "cached_time": 1765726880.783444, + "author_account_age_days": 945 + }, + "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { + "stars": 5, + "last_update": "2025-07-21 23:11:58", + "cached_time": 1765726880.789425, + "author_account_age_days": 982 + }, + "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { + "stars": 5, + "last_update": "2025-02-16 09:09:34", + "cached_time": 1765726881.310373, + "author_account_age_days": 1762 + }, + "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { + "stars": 1, + "last_update": "2025-02-17 07:14:46", + "cached_time": 1765726880.978252, + "author_account_age_days": 1253 + }, + "https://github.com/BahaC/ComfyUI-ZonosTTS": { + "stars": 22, + "last_update": "2025-02-19 06:28:38", + "cached_time": 1765726881.023495, + "author_account_age_days": 1844 + }, + "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { + "stars": 73, + "last_update": "2025-04-29 21:48:07", + "cached_time": 1765726881.104389, + "author_account_age_days": 3451 + }, + "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { + "stars": 4, + "last_update": "2025-11-26 05:05:36", + "cached_time": 1765726881.42233, + "author_account_age_days": 3451 + }, + "https://github.com/dzqdzq/ComfyUI-crop-alpha": { + "stars": 4, + "last_update": "2025-02-17 14:46:11", + "cached_time": 1765726881.687662, + "author_account_age_days": 3553 + }, + "https://github.com/Hellfiredragon/comfyui-image-manipulation": { + "stars": 0, + "last_update": "2025-02-17 23:25:53", + "cached_time": 1765726881.598787, + "author_account_age_days": 2273 + }, + "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { + "stars": 1, + "last_update": "2025-02-16 03:01:20", + "cached_time": 1765726881.754465, + "author_account_age_days": 992 + }, + "https://github.com/PrunaAI/ComfyUI_pruna": { + "stars": 65, + "last_update": "2025-09-08 12:53:11", + "cached_time": 1765726881.858157, + "author_account_age_days": 1187 + }, + "https://github.com/lunarring/bitalino_comfy": { + "stars": 0, + "last_update": "2025-02-21 09:03:54", + "cached_time": 1765726881.855317, + "author_account_age_days": 1780 + }, + "https://github.com/AIDC-AI/ComfyUI-Copilot": { + "stars": 3928, + "last_update": "2025-12-12 08:56:34", + "cached_time": 1765726881.852165, + "author_account_age_days": 549 + }, + "https://github.com/attashe/ComfyUI-FluxRegionAttention": { + "stars": 140, + "last_update": "2025-03-02 16:37:39", + "cached_time": 1765726882.001151, + "author_account_age_days": 4162 + }, + "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { + "stars": 0, + "last_update": "2025-02-19 00:38:33", + "cached_time": 1765726882.050075, + "author_account_age_days": 1108 + }, + "https://github.com/HJH-AILab/ComfyUI_Facefusion": { + "stars": 11, + "last_update": "2025-07-25 12:21:52", + "cached_time": 1765726882.221924, + "author_account_age_days": 307 + }, + "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { + "stars": 3, + "last_update": "2025-05-21 08:36:14", + "cached_time": 1765726882.376742, + "author_account_age_days": 307 + }, + "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { + "stars": 17, + "last_update": "2025-04-24 02:45:32", + "cached_time": 1765726882.547377, + "author_account_age_days": 307 + }, + "https://github.com/Easymode-ai/ComfyUI-ShadowR": { + "stars": 15, + "last_update": "2025-02-21 20:53:27", + "cached_time": 1765726882.659149, + "author_account_age_days": 1811 + }, + "https://github.com/GamingDaveUk/daves_nodes": { + "stars": 0, + "last_update": "2025-02-22 06:22:19", + "cached_time": 1765726882.708796, + "author_account_age_days": 970 + }, + "https://github.com/Easymode-ai/ComfyUI-BPT": { + "stars": 12, + "last_update": "2025-07-25 20:05:55", + "cached_time": 1765726882.787452, + "author_account_age_days": 1811 + }, + "https://github.com/chenlongming/ComfyUI_Spectral": { + "stars": 1, + "last_update": "2025-02-22 17:20:35", + "cached_time": 1765726882.885412, + "author_account_age_days": 3716 + }, + "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { + "stars": 0, + "last_update": "2025-04-07 01:09:05", + "cached_time": 1765726882.927763, + "author_account_age_days": 938 + }, + "https://github.com/gitmylo/ComfyUI-audio-nodes": { + "stars": 11, + "last_update": "2025-04-07 07:24:06", + "cached_time": 1765726882.878054, + "author_account_age_days": 2845 + }, + "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { + "stars": 1, + "last_update": "2025-02-21 13:31:14", + "cached_time": 1765726883.063259, + "author_account_age_days": 880 + }, + "https://github.com/benda1989/CosyVoice2_ComfyUI": { + "stars": 25, + "last_update": "2025-04-16 08:39:57", + "cached_time": 1765726883.077422, + "author_account_age_days": 2651 + }, + "https://github.com/benda1989/Sonic_ComfyUI": { + "stars": 3, + "last_update": "2025-02-24 10:04:56", + "cached_time": 1765726883.328397, + "author_account_age_days": 2651 + }, + "https://github.com/morgan55555/comfyui-lock-mode": { + "stars": 0, + "last_update": "2025-04-28 16:16:18", + "cached_time": 1765726883.405285, + "author_account_age_days": 3722 + }, + "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { + "stars": 0, + "last_update": "2025-03-03 07:47:31", + "cached_time": 1765726883.558586, + "author_account_age_days": 376 + }, + "https://github.com/crave33/RenesStuffDanbooruTagGet": { + "stars": 0, + "last_update": "2025-02-23 15:48:48", + "cached_time": 1765726883.680125, + "author_account_age_days": 305 + }, + "https://github.com/MeeeyoAI/ComfyUI_StringOps": { + "stars": 152, + "last_update": "2025-06-04 17:47:55", + "cached_time": 1765726883.75744, + "author_account_age_days": 295 + }, + "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { + "stars": 4, + "last_update": "2025-03-22 01:25:55", + "cached_time": 1765726883.812294, + "author_account_age_days": 3338 + }, + "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { + "stars": 1, + "last_update": "2025-03-21 17:42:55", + "cached_time": 1765726883.908723, + "author_account_age_days": 3338 + }, + "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { + "stars": 1, + "last_update": "2025-03-29 00:39:01", + "cached_time": 1765726883.918552, + "author_account_age_days": 3338 + }, + "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { + "stars": 2, + "last_update": "2025-04-19 09:40:38", + "cached_time": 1765726883.974691, + "author_account_age_days": 3338 + }, + "https://github.com/SirWillance/FoW_Suite_LIGHT": { + "stars": 3, + "last_update": "2025-04-15 08:48:46", + "cached_time": 1765726884.117946, + "author_account_age_days": 316 + }, + "https://github.com/orange90/ComfyUI-Regex-Runner": { + "stars": 3, + "last_update": "2025-02-26 03:48:27", + "cached_time": 1765726884.077212, + "author_account_age_days": 4634 + }, + "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { + "stars": 1, + "last_update": "2025-09-27 17:38:05", + "cached_time": 1765726884.352576, + "author_account_age_days": 4669 + }, + "https://github.com/fat-tire/comfyui-unified-media-suite": { + "stars": 5, + "last_update": "2025-07-07 08:57:09", + "cached_time": 1765726884.432847, + "author_account_age_days": 5475 + }, + "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { + "stars": 3, + "last_update": "2025-05-23 19:32:04", + "cached_time": 1765726884.575013, + "author_account_age_days": 4669 + }, + "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { + "stars": 2, + "last_update": "2025-02-28 22:07:11", + "cached_time": 1765726884.742105, + "author_account_age_days": 2320 + }, + "https://github.com/moose-lab/ComfyUI-GPT": { + "stars": 4, + "last_update": "2025-04-12 07:59:29", + "cached_time": 1765726884.776587, + "author_account_age_days": 324 + }, + "https://github.com/zichongc/ComfyUI-Attention-Distillation": { + "stars": 109, + "last_update": "2025-03-18 02:48:42", + "cached_time": 1765726884.876489, + "author_account_age_days": 1035 + }, + "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { + "stars": 13, + "last_update": "2025-05-09 22:51:17", + "cached_time": 1765726884.939166, + "author_account_age_days": 2023 + }, + "https://github.com/PanicTitan/ComfyUI-Gallery": { + "stars": 81, + "last_update": "2025-12-09 21:44:09", + "cached_time": 1765726884.94111, + "author_account_age_days": 2023 + }, + "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { + "stars": 23, + "last_update": "2025-02-27 21:13:18", + "cached_time": 1765726885.095485, + "author_account_age_days": 537 + }, + "https://github.com/marawan206/ComfyUI-FaceCropper": { + "stars": 10, + "last_update": "2025-03-07 01:44:44", + "cached_time": 1765726885.107886, + "author_account_age_days": 708 + }, + "https://github.com/JiSenHua/ComfyUI-TD": { + "stars": 107, + "last_update": "2025-12-12 11:23:48", + "cached_time": 1765726885.140375, + "author_account_age_days": 1282 + }, + "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { + "stars": 8, + "last_update": "2025-03-30 03:30:40", + "cached_time": 1765726885.374899, + "author_account_age_days": 371 + }, + "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { + "stars": 2, + "last_update": "2025-12-07 15:39:57", + "cached_time": 1765726885.518531, + "author_account_age_days": 1068 + }, + "https://github.com/keit0728/ComfyUI-musubi-tuner": { + "stars": 1, + "last_update": "2025-07-26 09:41:57", + "cached_time": 1765726885.605961, + "author_account_age_days": 3526 + }, + "https://github.com/mang01010/MangoNodePack": { + "stars": 3, + "last_update": "2025-10-03 15:17:39", + "cached_time": 1765726885.788629, + "author_account_age_days": 288 + }, + "https://github.com/keit0728/ComfyUI-Image-Toolkit": { + "stars": 3, + "last_update": "2025-05-30 06:46:47", + "cached_time": 1765726885.797586, + "author_account_age_days": 3526 + }, + "https://github.com/0xRavenBlack/ComfyUI-OOP": { + "stars": 10, + "last_update": "2025-03-02 11:59:14", + "cached_time": 1765726885.881852, + "author_account_age_days": 1917 + }, + "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { + "stars": 5, + "last_update": "2025-11-11 02:06:03", + "cached_time": 1765726885.943093, + "author_account_age_days": 1932 + }, + "https://github.com/Legorobotdude/ComfyUI-VariationLab": { + "stars": 1, + "last_update": "2025-03-02 04:59:28", + "cached_time": 1765726885.978349, + "author_account_age_days": 3907 + }, + "https://github.com/JohanK66/ComfyUI-WebhookImage": { + "stars": 1, + "last_update": "2025-03-10 19:38:53", + "cached_time": 1765726886.140273, + "author_account_age_days": 288 + }, + "https://github.com/mr7thing/circle_pattern_processor": { + "stars": 0, + "last_update": "2025-03-02 19:24:26", + "cached_time": 1765726886.143428, + "author_account_age_days": 675 + }, + "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { + "stars": 0, + "last_update": "2025-03-02 22:17:54", + "cached_time": 1765726886.177126, + "author_account_age_days": 3855 + }, + "https://github.com/justin-vt/ComfyUI-brushstrokes": { + "stars": 1, + "last_update": "2025-03-05 18:27:37", + "cached_time": 1765726886.432932, + "author_account_age_days": 3244 + }, + "https://github.com/chenpipi0807/PIP_ArtisticWords": { + "stars": 30, + "last_update": "2025-03-21 07:29:20", + "cached_time": 1765726886.536941, + "author_account_age_days": 825 + }, + "https://github.com/pxl-pshr/GlitchNodes": { + "stars": 59, + "last_update": "2025-10-11 16:47:17", + "cached_time": 1765726886.625755, + "author_account_age_days": 423 + }, + "https://github.com/sittere/ComfyUI-YK_Line-loading": { + "stars": 2, + "last_update": "2025-03-02 09:10:54", + "cached_time": 1765726886.788305, + "author_account_age_days": 1416 + }, + "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { + "stars": 3, + "last_update": "2025-03-20 11:48:28", + "cached_time": 1765726886.81175, + "author_account_age_days": 825 + }, + "https://github.com/chenpipi0807/Comfyui-CustomizeTextEncoder-Qwen-image": { + "stars": 35, + "last_update": "2025-09-04 10:51:53", + "cached_time": 1765726886.908568, + "author_account_age_days": 825 + }, + "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { + "stars": 566, + "last_update": "2025-12-01 10:28:52", + "cached_time": 1765726886.967339, + "author_account_age_days": 825 + }, + "https://github.com/jerome7562/ComfyUI-XenoFlow": { + "stars": 3, + "last_update": "2025-03-10 16:33:16", + "cached_time": 1765726887.001172, + "author_account_age_days": 305 + }, + "https://github.com/ifmylove2011/comfyui-missed-tool": { + "stars": 2, + "last_update": "2025-11-01 09:00:24", + "cached_time": 1765726887.182107, + "author_account_age_days": 3709 + }, + "https://github.com/illuminatianon/comfyui-csvwildcards": { + "stars": 1, + "last_update": "2025-05-02 21:45:53", + "cached_time": 1765726887.165762, + "author_account_age_days": 281 + }, + "https://github.com/finegrain-ai/comfyui-finegrain": { + "stars": 13, + "last_update": "2025-09-17 16:39:03", + "cached_time": 1765726887.286319, + "author_account_age_days": 1040 + }, + "https://github.com/Diohim/ComfyUI-Unusual-Tools": { + "stars": 7, + "last_update": "2025-07-15 09:12:54", + "cached_time": 1765726887.479815, + "author_account_age_days": 318 + }, + "https://github.com/penposs/Comfyui_wan_api": { + "stars": 1, + "last_update": "2025-04-02 16:02:44", + "cached_time": 1765726887.601944, + "author_account_age_days": 2296 + }, + "https://github.com/penposs/ComfyUI_Gemini_Pro": { + "stars": 11, + "last_update": "2025-11-28 14:26:22", + "cached_time": 1765726887.825359, + "author_account_age_days": 2296 + }, + "https://github.com/cardenluo/ComfyUI-Apt_Preset": { + "stars": 225, + "last_update": "2025-12-14 15:34:28", + "cached_time": 1765726887.825906, + "author_account_age_days": 942 + }, + "https://github.com/Holasyb918/Ghost2_Comfyui": { + "stars": 5, + "last_update": "2025-03-14 02:41:21", + "cached_time": 1765726887.913605, + "author_account_age_days": 1173 + }, + "https://github.com/nunchaku-tech/ComfyUI-nunchaku": { + "stars": 2571, + "last_update": "2025-11-08 06:31:28", + "cached_time": 1765726888.017721, + "author_account_age_days": 153 + }, + "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { + "stars": 2, + "last_update": "2025-04-10 00:32:13", + "cached_time": 1765726888.000092, + "author_account_age_days": 2814 + }, + "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { + "stars": 2, + "last_update": "2025-04-08 12:28:17", + "cached_time": 1765726888.079846, + "author_account_age_days": 2814 + }, + "https://github.com/vadimcro/VKRiez-Edge": { + "stars": 16, + "last_update": "2025-03-18 11:18:27", + "cached_time": 1765726888.205377, + "author_account_age_days": 3174 + }, + "https://github.com/Duanyll/duanyll_nodepack": { + "stars": 1, + "last_update": "2025-11-12 11:43:08", + "cached_time": 1765726888.207269, + "author_account_age_days": 3271 + }, + "https://github.com/irreveloper/ComfyUI-DSD": { + "stars": 42, + "last_update": "2025-03-15 16:55:07", + "cached_time": 1765726888.357569, + "author_account_age_days": 4255 + }, + "https://github.com/xingBaGan/ComfyUI-connect-ui": { + "stars": 2, + "last_update": "2025-04-07 09:54:46", + "cached_time": 1765726888.553391, + "author_account_age_days": 2333 + }, + "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { + "stars": 6, + "last_update": "2025-03-13 18:16:21", + "cached_time": 1765726888.62099, + "author_account_age_days": 278 + }, + "https://github.com/HannibalP/comfyui-HannibalPack": { + "stars": 1, + "last_update": "2025-03-11 23:36:33", + "cached_time": 1765726888.839793, + "author_account_age_days": 3142 + }, + "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { + "stars": 6, + "last_update": "2025-03-09 23:39:24", + "cached_time": 1765726888.887174, + "author_account_age_days": 1465 + }, + "https://github.com/orssorbit/ComfyUI-wanBlockswap": { + "stars": 148, + "last_update": "2025-03-19 12:56:23", + "cached_time": 1765726888.981833, + "author_account_age_days": 3567 + }, + "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { + "stars": 0, + "last_update": "2025-03-18 03:15:42", + "cached_time": 1765726889.024556, + "author_account_age_days": 4651 + }, + "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { + "stars": 1, + "last_update": "2025-03-09 18:58:09", + "cached_time": 1765726889.04595, + "author_account_age_days": 4651 + }, + "https://github.com/ali-vilab/ACE_plus": { + "stars": 1336, + "last_update": "2025-04-21 06:36:02", + "cached_time": 1765726889.142244, + "author_account_age_days": 1026 + }, + "https://github.com/chri002/ComfyUI_depthMapOperation": { + "stars": 12, + "last_update": "2025-05-27 06:19:56", + "cached_time": 1765726889.233201, + "author_account_age_days": 2258 + }, + "https://github.com/Laurent2916/comfyui-piq": { + "stars": 0, + "last_update": "2025-03-17 13:50:16", + "cached_time": 1765726889.239585, + "author_account_age_days": 3405 + }, + "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { + "stars": 33, + "last_update": "2025-03-17 10:08:12", + "cached_time": 1765726889.396387, + "author_account_age_days": 3752 + }, + "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { + "stars": 1, + "last_update": "2025-03-16 21:12:54", + "cached_time": 1765726889.604737, + "author_account_age_days": 3752 + }, + "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { + "stars": 3, + "last_update": "2025-05-12 11:01:16", + "cached_time": 1765726889.651855, + "author_account_age_days": 3752 + }, + "https://github.com/thezveroboy/comfyui-random-image-loader": { + "stars": 3, + "last_update": "2025-05-11 18:04:32", + "cached_time": 1765726889.899745, + "author_account_age_days": 3752 + }, + "https://github.com/thezveroboy/ComfyUI-lut": { + "stars": 4, + "last_update": "2025-05-24 21:37:06", + "cached_time": 1765726889.954676, + "author_account_age_days": 3752 + }, + "https://github.com/atluslin/comfyui_arcane_style_trans": { + "stars": 0, + "last_update": "2025-03-14 01:25:41", + "cached_time": 1765726890.008113, + "author_account_age_days": 3565 + }, + "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { + "stars": 4, + "last_update": "2025-08-19 12:29:31", + "cached_time": 1765726890.075691, + "author_account_age_days": 3752 + }, + "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { + "stars": 91, + "last_update": "2025-03-19 15:54:44", + "cached_time": 1765726890.127192, + "author_account_age_days": 2269 + }, + "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { + "stars": 1, + "last_update": "2025-03-13 23:07:04", + "cached_time": 1765726890.162429, + "author_account_age_days": 509 + }, + "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { + "stars": 1, + "last_update": "2025-08-10 13:42:12", + "cached_time": 1765726890.275974, + "author_account_age_days": 509 + }, + "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python": { + "stars": 7, + "last_update": "2025-03-18 00:51:34", + "cached_time": 1765726890.357238, + "author_account_age_days": 3724 + }, + "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { + "stars": 0, + "last_update": "2025-03-31 15:37:25", + "cached_time": 1765726890.42003, + "author_account_age_days": 4961 + }, + "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { + "stars": 3, + "last_update": "2025-10-01 21:48:29", + "cached_time": 1765726890.637533, + "author_account_age_days": 5044 + }, + "https://github.com/Immac/ComfyUI-CoreVideoMocks": { + "stars": 1, + "last_update": "2025-03-17 20:21:25", + "cached_time": 1765726890.658318, + "author_account_age_days": 4717 + }, + "https://github.com/kukuo6666/ComfyUI-Equirect": { + "stars": 2, + "last_update": "2025-03-29 18:28:47", + "cached_time": 1765726890.915317, + "author_account_age_days": 2105 + }, + "https://github.com/vahidzxc/va-nodes": { + "stars": 2, + "last_update": "2025-03-22 01:50:08", + "cached_time": 1765726891.0745, + "author_account_age_days": 530 + }, + "https://github.com/blovett80/ComfyUI-PixelDojo": { + "stars": 0, + "last_update": "2025-03-27 10:30:18", + "cached_time": 1765726891.047219, + "author_account_age_days": 740 + }, + "https://github.com/SijieMei/ComfyUI-promptHistory": { + "stars": 0, + "last_update": "2025-03-24 03:32:05", + "cached_time": 1765726891.095456, + "author_account_age_days": 2449 + }, + "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { + "stars": 0, + "last_update": "2025-03-22 11:04:33", + "cached_time": 1765726891.17783, + "author_account_age_days": 1935 + }, + "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { + "stars": 15, + "last_update": "2025-04-02 08:31:41", + "cached_time": 1765726891.247855, + "author_account_age_days": 938 + }, + "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { + "stars": 2, + "last_update": "2025-03-21 09:52:29", + "cached_time": 1765726891.313797, + "author_account_age_days": 2898 + }, + "https://github.com/infinigence/ComfyUI_Model_Cache": { + "stars": 8, + "last_update": "2025-03-28 02:35:14", + "cached_time": 1765726891.41292, + "author_account_age_days": 682 + }, + "https://github.com/infinigence/ComfyUI-Infinigence-Nodes": { + "stars": 2, + "last_update": "2025-08-25 03:41:44", + "cached_time": 1765726891.515741, + "author_account_age_days": 682 + }, + "https://github.com/RaymondProduction/comfyui-zerna-pack": { + "stars": 0, + "last_update": "2025-03-26 16:10:15", + "cached_time": 1765726891.674758, + "author_account_age_days": 3464 + }, + "https://github.com/svetozarov/AS_LLM_nodes": { + "stars": 2, + "last_update": "2025-03-23 12:05:43", + "cached_time": 1765726891.752707, + "author_account_age_days": 1023 + }, + "https://github.com/Andro-Meta/ComfyUI-Ovis2": { + "stars": 4, + "last_update": "2025-03-24 04:27:56", + "cached_time": 1765726891.968604, + "author_account_age_days": 810 + }, + "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { + "stars": 19, + "last_update": "2025-03-27 13:34:40", + "cached_time": 1765726892.079224, + "author_account_age_days": 503 + }, + "https://github.com/jupo-ai/comfy-ex-tagcomplete": { + "stars": 23, + "last_update": "2025-09-21 06:59:59", + "cached_time": 1765726892.135007, + "author_account_age_days": 288 + }, + "https://github.com/rainlizard/ComfyUI-Raffle": { + "stars": 18, + "last_update": "2025-11-23 16:11:33", + "cached_time": 1765726892.104183, + "author_account_age_days": 3701 + }, + "https://github.com/felixszeto/ComfyUI-RequestNodes": { + "stars": 102, + "last_update": "2025-08-25 05:11:01", + "cached_time": 1765726892.22765, + "author_account_age_days": 1587 + }, + "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { + "stars": 19, + "last_update": "2025-04-05 22:05:47", + "cached_time": 1765726892.260155, + "author_account_age_days": 4004 + }, + "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { + "stars": 0, + "last_update": "2025-05-18 19:11:40", + "cached_time": 1765726892.35988, + "author_account_age_days": 4004 + }, + "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { + "stars": 1, + "last_update": "2025-11-17 10:19:20", + "cached_time": 1765726892.460183, + "author_account_age_days": 4004 + }, + "https://github.com/wywywywy/ComfyUI-pause": { + "stars": 28, + "last_update": "2025-05-05 21:37:34", + "cached_time": 1765726892.78738, + "author_account_age_days": 3467 + }, + "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { + "stars": 0, + "last_update": "2025-03-23 19:29:25", + "cached_time": 1765726892.724941, + "author_account_age_days": 3248 + }, + "https://github.com/PiggyDance/ComfyUI_OpenCV": { + "stars": 1, + "last_update": "2025-03-24 10:02:49", + "cached_time": 1765726892.771339, + "author_account_age_days": 2925 + }, + "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { + "stars": 2, + "last_update": "2025-03-29 17:35:11", + "cached_time": 1765726893.070397, + "author_account_age_days": 327 + }, + "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { + "stars": 3, + "last_update": "2025-06-02 16:16:12", + "cached_time": 1765726893.102042, + "author_account_age_days": 2131 + }, + "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { + "stars": 7, + "last_update": "2025-04-01 03:12:04", + "cached_time": 1765726893.157853, + "author_account_age_days": 4242 + }, + "https://github.com/YaroslavIv/comfyui_swd": { + "stars": 2, + "last_update": "2025-06-23 04:10:43", + "cached_time": 1765726893.16766, + "author_account_age_days": 2115 + }, + "https://github.com/hayde0096/Comfyui-EasySettingpipes": { + "stars": 1, + "last_update": "2025-11-18 12:13:59", + "cached_time": 1765726893.365302, + "author_account_age_days": 3264 + }, + "https://github.com/orex2121/comfyui-OreX": { + "stars": 14, + "last_update": "2025-12-05 09:45:28", + "cached_time": 1765726893.291911, + "author_account_age_days": 2044 + }, + "https://github.com/zakantonio/AvatarGen-experience": { + "stars": 0, + "last_update": "2025-03-26 20:58:18", + "cached_time": 1765726893.389756, + "author_account_age_days": 4314 + }, + "https://github.com/Gue-e/ComfyUI-PanoCard": { + "stars": 16, + "last_update": "2025-06-23 08:57:03", + "cached_time": 1765726893.788788, + "author_account_age_days": 2622 + }, + "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { + "stars": 80, + "last_update": "2025-03-28 04:58:45", + "cached_time": 1765726893.83093, + "author_account_age_days": 2046 + }, + "https://github.com/stepfun-ai/ComfyUI-StepVideo": { + "stars": 42, + "last_update": "2025-03-27 07:52:26", + "cached_time": 1765726893.917302, + "author_account_age_days": 491 + }, + "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { + "stars": 0, + "last_update": "2025-06-17 05:53:17", + "cached_time": 1765726893.861761, + "author_account_age_days": 2979 + }, + "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { + "stars": 23, + "last_update": "2025-12-07 12:06:26", + "cached_time": 1765726894.159617, + "author_account_age_days": 2145 + }, + "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { + "stars": 5, + "last_update": "2025-05-05 21:36:48", + "cached_time": 1765726894.133544, + "author_account_age_days": 2091 + }, + "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { + "stars": 20, + "last_update": "2025-05-08 21:56:04", + "cached_time": 1765726894.223855, + "author_account_age_days": 2091 + }, + "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { + "stars": 2, + "last_update": "2025-07-15 20:30:08", + "cached_time": 1765726894.205454, + "author_account_age_days": 2145 + }, + "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { + "stars": 19, + "last_update": "2025-06-13 18:44:06", + "cached_time": 1765726894.345115, + "author_account_age_days": 1056 + }, + "https://github.com/yushan777/ComfyUI-Y7Nodes": { + "stars": 6, + "last_update": "2025-11-09 14:09:07", + "cached_time": 1765726894.378046, + "author_account_age_days": 1056 + }, + "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { + "stars": 1, + "last_update": "2025-03-28 12:13:20", + "cached_time": 1765726894.418911, + "author_account_age_days": 3498 + }, + "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { + "stars": 16, + "last_update": "2025-11-07 16:41:28", + "cached_time": 1765726894.807215, + "author_account_age_days": 339 + }, + "https://github.com/zzubnik/TT_TextTools": { + "stars": 1, + "last_update": "2025-04-02 23:40:24", + "cached_time": 1765726894.861604, + "author_account_age_days": 3263 + }, + "https://github.com/dimtion/comfyui-raw-image": { + "stars": 4, + "last_update": "2025-07-19 22:22:37", + "cached_time": 1765726894.886405, + "author_account_age_days": 4902 + }, + "https://github.com/Zar4X/ComfyUI-Batch-Process": { + "stars": 7, + "last_update": "2025-12-10 03:45:04", + "cached_time": 1765726895.050309, + "author_account_age_days": 969 + }, + "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { + "stars": 0, + "last_update": "2025-05-19 23:16:22", + "cached_time": 1765726895.201945, + "author_account_age_days": 259 + }, + "https://github.com/Zar4X/ComfyUI-Image-Resizing": { + "stars": 3, + "last_update": "2025-12-04 02:41:50", + "cached_time": 1765726895.206368, + "author_account_age_days": 969 + }, + "https://github.com/hekmon/comfyui-checkpoint-extract": { + "stars": 1, + "last_update": "2025-03-31 13:30:54", + "cached_time": 1765726895.257585, + "author_account_age_days": 4701 + }, + "https://github.com/WaveSpeedAI/wavespeed-comfyui": { + "stars": 37, + "last_update": "2025-12-04 05:22:27", + "cached_time": 1765726895.330751, + "author_account_age_days": 327 + }, + "https://github.com/hekmon/comfyui-openai-api": { + "stars": 22, + "last_update": "2025-11-26 08:45:23", + "cached_time": 1765726895.365034, + "author_account_age_days": 4701 + }, + "https://github.com/rookiepsi/comfyui-extended": { + "stars": 4, + "last_update": "2025-10-07 20:14:44", + "cached_time": 1765726895.410541, + "author_account_age_days": 295 + }, + "https://github.com/rookiepsi/comfypsi_blur_mask": { + "stars": 1, + "last_update": "2025-09-08 02:32:36", + "cached_time": 1765726895.472477, + "author_account_age_days": 295 + }, + "https://github.com/younyokel/comfyui_prompt_formatter": { + "stars": 4, + "last_update": "2025-05-16 16:33:11", + "cached_time": 1765726895.846644, + "author_account_age_days": 2333 + }, + "https://github.com/MoonGoblinDev/Civicomfy": { + "stars": 70, + "last_update": "2025-09-12 05:21:24", + "cached_time": 1765726895.907571, + "author_account_age_days": 3341 + }, + "https://github.com/hunzmusic/ComfyUI-IG2MV": { + "stars": 38, + "last_update": "2025-05-09 10:46:42", + "cached_time": 1765726895.901814, + "author_account_age_days": 266 + }, + "https://github.com/Ky11le/draw_tools": { + "stars": 1, + "last_update": "2025-05-14 05:35:47", + "cached_time": 1765726896.074802, + "author_account_age_days": 1017 + }, + "https://github.com/LaVie024/comfyui-lopi999-nodes": { + "stars": 9, + "last_update": "2025-10-24 17:59:49", + "cached_time": 1765726896.247266, + "author_account_age_days": 2095 + }, + "https://github.com/cleanlii/comfyui-dalle-integration": { + "stars": 1, + "last_update": "2025-04-02 08:29:56", + "cached_time": 1765726896.332358, + "author_account_age_days": 2641 + }, + "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { + "stars": 3, + "last_update": "2025-04-15 12:40:47", + "cached_time": 1765726896.299785, + "author_account_age_days": 2010 + }, + "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { + "stars": 6, + "last_update": "2025-10-04 09:09:41", + "cached_time": 1765726896.361485, + "author_account_age_days": 5894 + }, + "https://github.com/Siempreflaco/ComfyUI-NCNodes": { + "stars": 0, + "last_update": "2025-05-02 20:04:43", + "cached_time": 1765726896.488824, + "author_account_age_days": 1194 + }, + "https://github.com/livepeer/ComfyUI-Stream-Pack": { + "stars": 18, + "last_update": "2025-09-25 16:22:41", + "cached_time": 1765726896.566854, + "author_account_age_days": 3244 + }, + "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { + "stars": 4, + "last_update": "2025-04-04 13:50:16", + "cached_time": 1765726896.77504, + "author_account_age_days": 1194 + }, + "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { + "stars": 2, + "last_update": "2025-12-11 09:42:36", + "cached_time": 1765726896.874354, + "author_account_age_days": 4710 + }, + "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { + "stars": 25, + "last_update": "2025-12-07 20:30:30", + "cached_time": 1765726897.002386, + "author_account_age_days": 4919 + }, + "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { + "stars": 3, + "last_update": "2025-04-04 19:45:39", + "cached_time": 1765726896.931655, + "author_account_age_days": 4346 + }, + "https://github.com/Temult/TWanSigmaGraph": { + "stars": 10, + "last_update": "2025-04-17 09:39:00", + "cached_time": 1765726897.118207, + "author_account_age_days": 804 + }, + "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { + "stars": 8, + "last_update": "2025-04-12 10:38:46", + "cached_time": 1765726897.281413, + "author_account_age_days": 1918 + }, + "https://github.com/withmpx/mpx-comfyui-nodes": { + "stars": 2, + "last_update": "2025-04-16 22:08:20", + "cached_time": 1765726897.423691, + "author_account_age_days": 267 + }, + "https://github.com/Raykosan/ComfyUI_RaykoStudio": { + "stars": 11, + "last_update": "2025-08-12 08:33:06", + "cached_time": 1765726897.386179, + "author_account_age_days": 1918 + }, + "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { + "stars": 0, + "last_update": "2025-04-09 19:31:50", + "cached_time": 1765726897.384508, + "author_account_age_days": 2871 + }, + "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { + "stars": 1, + "last_update": "2025-04-07 15:01:04", + "cached_time": 1765726897.529736, + "author_account_age_days": 2871 + }, + "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { + "stars": 45, + "last_update": "2025-04-11 05:29:55", + "cached_time": 1765726897.586279, + "author_account_age_days": 1114 + }, + "https://github.com/rickyars/comfyui-llm-tile": { + "stars": 1, + "last_update": "2025-06-25 11:56:15", + "cached_time": 1765726897.77953, + "author_account_age_days": 4742 + }, + "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { + "stars": 0, + "last_update": "2025-04-26 22:48:50", + "cached_time": 1765726897.919611, + "author_account_age_days": 254 + }, + "https://github.com/synthetai/ComfyUI-JM-KLing-API": { + "stars": 3, + "last_update": "2025-10-16 07:24:50", + "cached_time": 1765726897.979475, + "author_account_age_days": 489 + }, + "https://github.com/synthetai/ComfyUI_FaceEnhancer": { + "stars": 2, + "last_update": "2025-04-17 00:34:39", + "cached_time": 1765726898.045308, + "author_account_age_days": 489 + }, + "https://github.com/synthetai/ComfyUI_PromptBatcher": { + "stars": 9, + "last_update": "2025-04-14 04:42:03", + "cached_time": 1765726898.124535, + "author_account_age_days": 489 + }, + "https://github.com/synthetai/ComfyUI-ToolBox": { + "stars": 0, + "last_update": "2025-10-13 15:44:26", + "cached_time": 1765726898.341644, + "author_account_age_days": 489 + }, + "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { + "stars": 3, + "last_update": "2025-07-26 08:32:23", + "cached_time": 1765726898.416502, + "author_account_age_days": 489 + }, + "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { + "stars": 2, + "last_update": "2025-09-12 02:51:40", + "cached_time": 1765726898.46542, + "author_account_age_days": 489 + }, + "https://github.com/chou18194766xx/comfyui_EncryptPreview": { + "stars": 3, + "last_update": "2025-04-26 12:29:43", + "cached_time": 1765726898.444345, + "author_account_age_days": 764 + }, + "https://github.com/chou18194766xx/comfyui-EncryptSave": { + "stars": 4, + "last_update": "2025-05-18 07:55:45", + "cached_time": 1765726898.556642, + "author_account_age_days": 764 + }, + "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { + "stars": 2, + "last_update": "2025-04-09 03:25:32", + "cached_time": 1765726898.849761, + "author_account_age_days": 1792 + }, + "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { + "stars": 3, + "last_update": "2025-06-10 06:16:34", + "cached_time": 1765726898.934972, + "author_account_age_days": 1792 + }, + "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { + "stars": 6, + "last_update": "2025-06-16 06:49:23", + "cached_time": 1765726898.990023, + "author_account_age_days": 1792 + }, + "https://github.com/brantje/ComfyUI-api-tools": { + "stars": 8, + "last_update": "2025-05-28 11:37:29", + "cached_time": 1765726899.027428, + "author_account_age_days": 4783 + }, + "https://github.com/brantje/ComfyUI_MagicQuill": { + "stars": 3, + "last_update": "2025-05-20 19:32:21", + "cached_time": 1765726899.113653, + "author_account_age_days": 4783 + }, + "https://github.com/oshtz/ComfyUI-oshtz-nodes": { + "stars": 7, + "last_update": "2025-11-19 21:03:59", + "cached_time": 1765726899.170557, + "author_account_age_days": 963 + }, + "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { + "stars": 3, + "last_update": "2025-09-22 01:18:37", + "cached_time": 1765726899.360731, + "author_account_age_days": 2452 + }, + "https://github.com/badxprogramm/ComfyUI-GradientBlur": { + "stars": 1, + "last_update": "2025-04-10 03:47:51", + "cached_time": 1765726899.464919, + "author_account_age_days": 810 + }, + "https://github.com/uihp/ComfyUI-String-Chain": { + "stars": 1, + "last_update": "2025-04-12 12:22:14", + "cached_time": 1765726899.482987, + "author_account_age_days": 1576 + }, + "https://github.com/linksluckytime/comfyui_snacknodes": { + "stars": 0, + "last_update": "2025-05-07 01:48:50", + "cached_time": 1765726899.502394, + "author_account_age_days": 963 + }, + "https://github.com/leoleelxh/Comfy-Topaz-Photo": { + "stars": 17, + "last_update": "2025-05-24 05:47:40", + "cached_time": 1765726899.562179, + "author_account_age_days": 4613 + }, + "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { + "stars": 1, + "last_update": "2025-04-15 10:31:38", + "cached_time": 1765726899.887694, + "author_account_age_days": 928 + }, + "https://github.com/hnmr293/comfyui-savemem": { + "stars": 1, + "last_update": "2025-04-15 02:10:14", + "cached_time": 1765726899.939488, + "author_account_age_days": 1093 + }, + "https://github.com/big-mon/ComfyUI-ResolutionPresets": { + "stars": 2, + "last_update": "2025-04-12 17:05:21", + "cached_time": 1765726900.032057, + "author_account_age_days": 3214 + }, + "https://github.com/Reithan/negative_rejection_steering": { + "stars": 16, + "last_update": "2025-12-05 04:44:46", + "cached_time": 1765726900.080802, + "author_account_age_days": 4242 + }, + "https://github.com/hnmr293/ComfyUI-latent-ops": { + "stars": 2, + "last_update": "2025-04-16 08:04:59", + "cached_time": 1765726900.186566, + "author_account_age_days": 1093 + }, + "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { + "stars": 4, + "last_update": "2025-04-22 10:00:31", + "cached_time": 1765726900.203081, + "author_account_age_days": 1114 + }, + "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { + "stars": 2, + "last_update": "2025-04-22 09:12:55", + "cached_time": 1765726900.39078, + "author_account_age_days": 1114 + }, + "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { + "stars": 2, + "last_update": "2025-12-01 14:29:42", + "cached_time": 1765726900.487154, + "author_account_age_days": 1970 + }, + "https://github.com/QijiTec/ComfyUI-RED-UNO": { + "stars": 25, + "last_update": "2025-04-21 01:07:24", + "cached_time": 1765726900.514833, + "author_account_age_days": 1001 + }, + "https://github.com/zzw5516/ComfyUI-zw-tools": { + "stars": 3, + "last_update": "2025-12-03 01:43:00", + "cached_time": 1765726900.575001, + "author_account_age_days": 4680 + }, + "https://github.com/nisaruj/comfyui-daam": { + "stars": 36, + "last_update": "2025-10-13 12:54:31", + "cached_time": 1765726900.57518, + "author_account_age_days": 3746 + }, + "https://github.com/Danteday/ComfyUI-NoteManager": { + "stars": 13, + "last_update": "2025-04-20 19:52:58", + "cached_time": 1765726900.916344, + "author_account_age_days": 2854 + }, + "https://github.com/bytedance/ComfyUI-HyperLoRA": { + "stars": 468, + "last_update": "2025-06-25 08:47:51", + "cached_time": 1765726901.048988, + "author_account_age_days": 4626 + }, + "https://github.com/bytedance/ComfyUI_InfiniteYou": { + "stars": 280, + "last_update": "2025-07-25 04:53:32", + "cached_time": 1765726901.121607, + "author_account_age_days": 4626 + }, + "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { + "stars": 0, + "last_update": "2025-11-17 10:10:03", + "cached_time": 1765726901.10762, + "author_account_age_days": 3378 + }, + "https://github.com/bytedance/comfyui-lumi-batcher": { + "stars": 497, + "last_update": "2025-12-07 11:45:47", + "cached_time": 1765726901.318549, + "author_account_age_days": 4626 + }, + "https://github.com/stevenwg/ComfyUI-VideoGrid": { + "stars": 0, + "last_update": "2025-05-26 06:51:21", + "cached_time": 1765726901.259527, + "author_account_age_days": 3837 + }, + "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { + "stars": 0, + "last_update": "2025-05-25 13:35:03", + "cached_time": 1765726901.447389, + "author_account_age_days": 242 + }, + "https://github.com/avenstack/ComfyUI-AV-LatentSync": { + "stars": 3, + "last_update": "2025-05-28 14:27:42", + "cached_time": 1765726901.530985, + "author_account_age_days": 242 + }, + "https://github.com/avenstack/ComfyUI-AV-FunASR": { + "stars": 15, + "last_update": "2025-06-13 05:53:11", + "cached_time": 1765726901.595908, + "author_account_age_days": 242 + }, + "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { + "stars": 9, + "last_update": "2025-11-30 19:46:03", + "cached_time": 1765726901.582683, + "author_account_age_days": 279 + }, + "https://github.com/Jint8888/Comfyui_JTnodes": { + "stars": 1, + "last_update": "2025-04-22 16:23:53", + "cached_time": 1765726901.646932, + "author_account_age_days": 588 + }, + "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { + "stars": 2, + "last_update": "2025-09-21 06:08:00", + "cached_time": 1765726901.923434, + "author_account_age_days": 4933 + }, + "https://github.com/SignalCha1n/comfyui-ComfySnap": { + "stars": 4, + "last_update": "2025-04-27 15:24:25", + "cached_time": 1765726902.089727, + "author_account_age_days": 247 + }, + "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { + "stars": 20, + "last_update": "2025-05-05 02:46:31", + "cached_time": 1765726902.133381, + "author_account_age_days": 2384 + }, + "https://github.com/judian17/ComfyUI_ZIM": { + "stars": 9, + "last_update": "2025-05-14 11:32:06", + "cached_time": 1765726902.16457, + "author_account_age_days": 2384 + }, + "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { + "stars": 54, + "last_update": "2025-10-26 21:23:07", + "cached_time": 1765726902.286656, + "author_account_age_days": 2384 + }, + "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { + "stars": 0, + "last_update": "2025-06-23 23:56:50", + "cached_time": 1765726902.36249, + "author_account_age_days": 1359 + }, + "https://github.com/judian17/ComfyUI-UniWorld-jd17": { + "stars": 21, + "last_update": "2025-06-10 14:12:16", + "cached_time": 1765726902.528713, + "author_account_age_days": 2384 + }, + "https://github.com/TiamaTiramisu/risutools": { + "stars": 3, + "last_update": "2025-04-20 22:51:50", + "cached_time": 1765726902.549342, + "author_account_age_days": 538 + }, + "https://github.com/excelwong/ComfyUI-PromptComposer": { + "stars": 1, + "last_update": "2025-04-30 10:33:43", + "cached_time": 1765726902.600555, + "author_account_age_days": 3904 + }, + "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { + "stars": 2, + "last_update": "2025-06-06 04:07:48", + "cached_time": 1765726902.609757, + "author_account_age_days": 4055 + }, + "https://github.com/VK/vk-nodes": { + "stars": 0, + "last_update": "2025-05-07 19:59:57", + "cached_time": 1765726902.670645, + "author_account_age_days": 5883 + }, + "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { + "stars": 2, + "last_update": "2025-04-21 20:57:33", + "cached_time": 1765726902.962509, + "author_account_age_days": 4119 + }, + "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { + "stars": 1, + "last_update": "2025-04-23 04:14:55", + "cached_time": 1765726903.121366, + "author_account_age_days": 2283 + }, + "https://github.com/GrailGreg/images_base64": { + "stars": 1, + "last_update": "2025-05-13 07:12:00", + "cached_time": 1765726903.159758, + "author_account_age_days": 284 + }, + "https://github.com/vekitan55/SimpleFlux1Merger": { + "stars": 3, + "last_update": "2025-04-23 12:09:47", + "cached_time": 1765726903.192038, + "author_account_age_days": 869 + }, + "https://github.com/kantsche/ComfyUI-MixMod": { + "stars": 30, + "last_update": "2025-10-05 05:29:47", + "cached_time": 1765726903.310071, + "author_account_age_days": 4423 + }, + "https://github.com/goldwins520/Comfyui_saveimg2webdav": { + "stars": 0, + "last_update": "2025-05-25 06:15:38", + "cached_time": 1765726903.479137, + "author_account_age_days": 2114 + }, + "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { + "stars": 0, + "last_update": "2025-12-12 07:51:03", + "cached_time": 1765726903.534464, + "author_account_age_days": 3368 + }, + "https://github.com/comfy-deploy/comfyui-llm-toolkit": { + "stars": 75, + "last_update": "2025-10-01 10:55:39", + "cached_time": 1765726903.639971, + "author_account_age_days": 705 + }, + "https://github.com/JustLateNightAI/KeywordImageBlocker": { + "stars": 0, + "last_update": "2025-05-07 17:25:44", + "cached_time": 1765726903.641587, + "author_account_age_days": 418 + }, + "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { + "stars": 2, + "last_update": "2025-10-14 21:19:43", + "cached_time": 1765726903.675828, + "author_account_age_days": 2126 + }, + "https://github.com/pupba/Comfy_ForEach": { + "stars": 3, + "last_update": "2025-05-12 07:08:54", + "cached_time": 1765726903.695067, + "author_account_age_days": 2339 + }, + "https://github.com/n0neye/A3D-comfyui-integration": { + "stars": 6, + "last_update": "2025-04-28 03:54:34", + "cached_time": 1765726903.990854, + "author_account_age_days": 1362 + }, + "https://github.com/alessandroperilli/OCS_Nodes": { + "stars": 3, + "last_update": "2025-11-18 13:01:14", + "cached_time": 1765726904.180709, + "author_account_age_days": 4046 + }, + "https://github.com/rkfg/ComfyUI-Dia_tts": { + "stars": 0, + "last_update": "2025-04-27 15:58:21", + "cached_time": 1765726904.20582, + "author_account_age_days": 5809 + }, + "https://github.com/BNP1111/comfyui_flux_corrector": { + "stars": 4, + "last_update": "2025-04-25 16:47:45", + "cached_time": 1765726904.262192, + "author_account_age_days": 1034 + }, + "https://github.com/hubentu/ComfyUI-loras-loader": { + "stars": 3, + "last_update": "2025-09-04 17:15:58", + "cached_time": 1765726904.310207, + "author_account_age_days": 4042 + }, + "https://github.com/Cryptyox/anaglyphTool-Comfyui": { + "stars": 8, + "last_update": "2025-11-20 01:25:21", + "cached_time": 1765726904.499346, + "author_account_age_days": 1466 + }, + "https://github.com/hugobb/FastGAN-ComfyUI-Node": { + "stars": 1, + "last_update": "2025-11-17 22:24:25", + "cached_time": 1765726904.564331, + "author_account_age_days": 3374 + }, + "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { + "stars": 10, + "last_update": "2025-08-08 23:15:40", + "cached_time": 1765726904.69533, + "author_account_age_days": 4343 + }, + "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { + "stars": 1, + "last_update": "2025-05-12 23:34:55", + "cached_time": 1765726904.697324, + "author_account_age_days": 4343 + }, + "https://github.com/marklieberman/ComfyUI-Liebs-Title": { + "stars": 0, + "last_update": "2025-05-12 23:32:28", + "cached_time": 1765726904.721424, + "author_account_age_days": 4343 + }, + "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { + "stars": 39, + "last_update": "2025-06-08 07:53:11", + "cached_time": 1765726904.745874, + "author_account_age_days": 3330 + }, + "https://github.com/SXQBW/ComfyUI-Qwen-VL": { + "stars": 24, + "last_update": "2025-10-25 02:52:24", + "cached_time": 1765726905.038211, + "author_account_age_days": 3330 + }, + "https://github.com/SXQBW/ComfyUI-Qwen": { + "stars": 19, + "last_update": "2025-05-26 05:01:41", + "cached_time": 1765726905.199412, + "author_account_age_days": 3330 + }, + "https://github.com/nobrainX2/comfyUI-customDia": { + "stars": 14, + "last_update": "2025-05-29 18:32:25", + "cached_time": 1765726905.29392, + "author_account_age_days": 2325 + }, + "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { + "stars": 75, + "last_update": "2025-04-30 11:03:51", + "cached_time": 1765726905.28334, + "author_account_age_days": 3042 + }, + "https://github.com/zygion/comfyui-zygion-util-nodes": { + "stars": 0, + "last_update": "2025-04-26 05:11:35", + "cached_time": 1765726905.389759, + "author_account_age_days": 344 + }, + "https://github.com/Xkipper/ComfyUI_SkipperNodes": { + "stars": 0, + "last_update": "2025-04-26 20:13:45", + "cached_time": 1765726905.535011, + "author_account_age_days": 4017 + }, + "https://github.com/FewBox/fewbox-outfit-comfyui": { + "stars": 0, + "last_update": "2025-07-30 02:03:58", + "cached_time": 1765726905.61161, + "author_account_age_days": 3153 + }, + "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { + "stars": 2, + "last_update": "2025-04-28 02:05:19", + "cached_time": 1765726905.735662, + "author_account_age_days": 881 + }, + "https://github.com/kungful/ComfyUI_to_webui": { + "stars": 21, + "last_update": "2025-07-02 09:38:43", + "cached_time": 1765726905.747478, + "author_account_age_days": 1661 + }, + "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { + "stars": 5, + "last_update": "2025-05-10 12:26:38", + "cached_time": 1765726905.795482, + "author_account_age_days": 881 + }, + "https://github.com/lceric/comfyui-gpt-image": { + "stars": 10, + "last_update": "2025-05-19 10:49:30", + "cached_time": 1765726905.789674, + "author_account_age_days": 3248 + }, + "https://github.com/somesomebody/lorainfo-sidebar": { + "stars": 5, + "last_update": "2025-05-31 07:23:03", + "cached_time": 1765726906.090545, + "author_account_age_days": 229 + }, + "https://github.com/Alexankharin/camera-comfyUI": { + "stars": 23, + "last_update": "2025-07-26 16:40:12", + "cached_time": 1765726906.231302, + "author_account_age_days": 2659 + }, + "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { + "stars": 28, + "last_update": "2025-06-28 17:36:41", + "cached_time": 1765726906.341237, + "author_account_age_days": 1392 + }, + "https://github.com/lisaks/comfyui-panelforge": { + "stars": 2, + "last_update": "2025-04-29 00:25:00", + "cached_time": 1765726906.311889, + "author_account_age_days": 1274 + }, + "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { + "stars": 7, + "last_update": "2025-06-02 03:02:19", + "cached_time": 1765726906.444944, + "author_account_age_days": 381 + }, + "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { + "stars": 4, + "last_update": "2025-07-09 04:52:46", + "cached_time": 1765726906.594066, + "author_account_age_days": 381 + }, + "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { + "stars": 19, + "last_update": "2025-08-13 06:57:26", + "cached_time": 1765731981.186463, + "author_account_age_days": 381 + }, + "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { + "stars": 1, + "last_update": "2025-05-04 04:58:56", + "cached_time": 1765731981.264517, + "author_account_age_days": 488 + }, + "https://github.com/philipy1219/ComfyUI-TaylorSeer": { + "stars": 56, + "last_update": "2025-10-07 08:05:19", + "cached_time": 1765731981.206524, + "author_account_age_days": 3796 + }, + "https://github.com/philipy1219/ComfyUI-CloudStorage": { + "stars": 0, + "last_update": "2025-07-01 13:40:29", + "cached_time": 1765731981.172869, + "author_account_age_days": 3796 + }, + "https://github.com/FaberVS/MultiModel": { + "stars": 3, + "last_update": "2025-08-08 14:52:53", + "cached_time": 1765731981.182178, + "author_account_age_days": 2309 + }, + "https://github.com/matorzhin/milan-nodes-comfyui": { + "stars": 1, + "last_update": "2025-06-05 16:37:41", + "cached_time": 1765731981.175013, + "author_account_age_days": 3190 + }, + "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { + "stars": 27, + "last_update": "2025-09-21 18:10:47", + "cached_time": 1765731981.189764, + "author_account_age_days": 627 + }, + "https://github.com/cathodeDreams/comfyui-azul-scripts": { + "stars": 0, + "last_update": "2025-04-30 17:03:38", + "cached_time": 1765731981.221064, + "author_account_age_days": 1007 + }, + "https://github.com/unicough/comfy_openai_image_api": { + "stars": 0, + "last_update": "2025-05-02 04:24:34", + "cached_time": 1765731981.238198, + "author_account_age_days": 4248 + }, + "https://github.com/XieJunchen/comfyUI_LLM": { + "stars": 2, + "last_update": "2025-08-03 13:21:08", + "cached_time": 1765731981.173564, + "author_account_age_days": 2312 + }, + "https://github.com/raykindle/ComfyUI_Step1X-Edit": { + "stars": 49, + "last_update": "2025-05-06 02:01:37", + "cached_time": 1765731981.170623, + "author_account_age_days": 2461 + }, + "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { + "stars": 0, + "last_update": "2025-05-08 15:04:17", + "cached_time": 1765731982.206086, + "author_account_age_days": 5377 + }, + "https://github.com/McKlinton2/comfyui-mcklinton-pack": { + "stars": 4, + "last_update": "2025-05-31 18:41:13", + "cached_time": 1765731982.216286, + "author_account_age_days": 1317 + }, + "https://github.com/kambara/ComfyUI-PromptPalette": { + "stars": 9, + "last_update": "2025-06-27 14:20:13", + "cached_time": 1765731982.210628, + "author_account_age_days": 6073 + }, + "https://github.com/MijnSpam/UploadToPushOver": { + "stars": 2, + "last_update": "2025-05-31 09:32:38", + "cached_time": 1765731982.239393, + "author_account_age_days": 1087 + }, + "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { + "stars": 0, + "last_update": "2025-05-31 09:27:10", + "cached_time": 1765731982.21701, + "author_account_age_days": 1087 + }, + "https://github.com/wakattac/ComfyUI-AbstractImaGen": { + "stars": 1, + "last_update": "2025-05-09 22:37:03", + "cached_time": 1765731982.21749, + "author_account_age_days": 222 + }, + "https://github.com/Irsalistic/comfyui-dam-object-extractor": { + "stars": 6, + "last_update": "2025-05-13 11:10:44", + "cached_time": 1765731982.227337, + "author_account_age_days": 858 + }, + "https://github.com/dicksensei69/comfyui_loops": { + "stars": 1, + "last_update": "2025-05-03 22:22:55", + "cached_time": 1765731982.291691, + "author_account_age_days": 1173 + }, + "https://github.com/tighug/comfyui-rating-checker": { + "stars": 1, + "last_update": "2025-05-09 14:22:51", + "cached_time": 1765731982.255538, + "author_account_age_days": 2649 + }, + "https://github.com/tighug/comfyui-eagle-feeder": { + "stars": 0, + "last_update": "2025-07-11 15:56:24", + "cached_time": 1765731982.363371, + "author_account_age_days": 2649 + }, + "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { + "stars": 32, + "last_update": "2025-05-07 18:10:18", + "cached_time": 1765731982.639626, + "author_account_age_days": 224 + }, + "https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced": { + "stars": 22, + "last_update": "2025-11-30 18:18:36", + "cached_time": 1765731983.265427, + "author_account_age_days": 224 + }, + "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { + "stars": 23, + "last_update": "2025-12-08 00:10:14", + "cached_time": 1765731983.247631, + "author_account_age_days": 224 + }, + "https://github.com/surinder83singh/ComfyUI-compare-videos": { + "stars": 6, + "last_update": "2025-05-06 01:30:48", + "cached_time": 1765731983.270395, + "author_account_age_days": 5055 + }, + "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { + "stars": 21, + "last_update": "2025-08-22 22:31:12", + "cached_time": 1765731983.375037, + "author_account_age_days": 1386 + }, + "https://github.com/mohsensd1373/comfyui_wordpress": { + "stars": 0, + "last_update": "2025-05-08 02:25:36", + "cached_time": 1765731983.275167, + "author_account_age_days": 4391 + }, + "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { + "stars": 3, + "last_update": "2025-10-05 09:31:10", + "cached_time": 1765731983.253403, + "author_account_age_days": 1465 + }, + "https://github.com/StableLlama/ComfyUI-basic_data_handling": { + "stars": 29, + "last_update": "2025-11-28 16:20:08", + "cached_time": 1765731983.317439, + "author_account_age_days": 716 + }, + "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { + "stars": 0, + "last_update": "2025-12-03 15:13:28", + "cached_time": 1765731983.332261, + "author_account_age_days": 3154 + }, + "https://github.com/ServiceStack/comfy-asset-downloader": { + "stars": 14, + "last_update": "2025-05-08 16:21:02", + "cached_time": 1765731983.379032, + "author_account_age_days": 5423 + }, + "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { + "stars": 7, + "last_update": "2025-05-07 18:47:45", + "cached_time": 1765731983.459802, + "author_account_age_days": 1741 + }, + "https://github.com/gasparuff/CustomSelector": { + "stars": 1, + "last_update": "2025-05-09 06:17:31", + "cached_time": 1765731983.752516, + "author_account_age_days": 4532 + }, + "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { + "stars": 1, + "last_update": "2025-06-04 09:43:26", + "cached_time": 1765731984.299257, + "author_account_age_days": 862 + }, + "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { + "stars": 74, + "last_update": "2025-11-05 16:18:45", + "cached_time": 1765731984.329524, + "author_account_age_days": 415 + }, + "https://github.com/AIWarper/ComfyUI-WarperNodes": { + "stars": 13, + "last_update": "2025-10-31 19:14:31", + "cached_time": 1765731984.321713, + "author_account_age_days": 415 + }, + "https://github.com/Goshe-nite/comfyui-gps-supplements": { + "stars": 7, + "last_update": "2025-05-14 20:52:22", + "cached_time": 1765731984.333653, + "author_account_age_days": 1198 + }, + "https://github.com/1hew/ComfyUI-1hewNodes": { + "stars": 12, + "last_update": "2025-12-14 12:51:55", + "cached_time": 1765731984.331322, + "author_account_age_days": 986 + }, + "https://github.com/fpgaminer/joycaption_comfyui": { + "stars": 109, + "last_update": "2025-05-15 23:30:13", + "cached_time": 1765731984.385524, + "author_account_age_days": 5008 + }, + "https://github.com/alastor-666-1933/caching_to_not_waste": { + "stars": 8, + "last_update": "2025-07-18 14:34:09", + "cached_time": 1765731984.381227, + "author_account_age_days": 4587 + }, + "https://github.com/cyberhirsch/seb_nodes": { + "stars": 3, + "last_update": "2025-11-25 14:50:54", + "cached_time": 1765731984.80347, + "author_account_age_days": 2405 + }, + "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { + "stars": 203, + "last_update": "2025-07-11 01:56:09", + "cached_time": 1765731984.437508, + "author_account_age_days": 2455 + }, + "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { + "stars": 4, + "last_update": "2025-05-07 23:48:49", + "cached_time": 1765731984.58767, + "author_account_age_days": 1169 + }, + "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { + "stars": 3, + "last_update": "2025-05-26 22:46:39", + "cached_time": 1765731984.808483, + "author_account_age_days": 1169 + }, + "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { + "stars": 8, + "last_update": "2025-06-18 16:41:48", + "cached_time": 1765731985.336502, + "author_account_age_days": 1169 + }, + "https://github.com/tavyra/ComfyUI_Curves": { + "stars": 2, + "last_update": "2025-05-08 01:48:55", + "cached_time": 1765731985.398024, + "author_account_age_days": 2637 + }, + "https://github.com/krmahil/comfyui-hollow-preserve": { + "stars": 1, + "last_update": "2025-05-15 09:55:46", + "cached_time": 1765731985.364906, + "author_account_age_days": 2816 + }, + "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { + "stars": 12, + "last_update": "2025-09-20 10:42:26", + "cached_time": 1765731985.386854, + "author_account_age_days": 3649 + }, + "https://github.com/neggo/comfyui-sambanova": { + "stars": 0, + "last_update": "2025-05-15 01:49:53", + "cached_time": 1765731985.408674, + "author_account_age_days": 4473 + }, + "https://github.com/northumber/ComfyUI-northTools": { + "stars": 2, + "last_update": "2025-05-22 18:08:04", + "cached_time": 1765731985.424137, + "author_account_age_days": 3597 + }, + "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { + "stars": 0, + "last_update": "2025-05-10 15:54:59", + "cached_time": 1765731985.526557, + "author_account_age_days": 2816 + }, + "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { + "stars": 0, + "last_update": "2025-05-15 22:10:43", + "cached_time": 1765731985.534406, + "author_account_age_days": 220 + }, + "https://github.com/lihaoyun6/ComfyUI-QwenPromptRewriter": { + "stars": 66, + "last_update": "2025-10-07 12:28:21", + "cached_time": 1765731985.756661, + "author_account_age_days": 3649 + }, + "https://github.com/monkeyWie/ComfyUI-FormInput": { + "stars": 0, + "last_update": "2025-05-12 03:47:39", + "cached_time": 1765731985.831288, + "author_account_age_days": 3817 + }, + "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { + "stars": 1, + "last_update": "2025-05-12 02:52:38", + "cached_time": 1765731985.849969, + "author_account_age_days": 626 + }, + "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { + "stars": 0, + "last_update": "2025-12-06 08:36:54", + "cached_time": 1765731986.387076, + "author_account_age_days": 3952 + }, + "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { + "stars": 91, + "last_update": "2025-11-30 18:54:01", + "cached_time": 1765731986.434713, + "author_account_age_days": 273 + }, + "https://github.com/otacoo/comfyui_otacoo": { + "stars": 8, + "last_update": "2025-10-02 07:14:56", + "cached_time": 1765731986.461797, + "author_account_age_days": 234 + }, + "https://github.com/vladpro3/ComfyUI_BishaNodes": { + "stars": 1, + "last_update": "2025-06-08 19:23:23", + "cached_time": 1765731986.472715, + "author_account_age_days": 2865 + }, + "https://github.com/usrname0/comfyui-holdup": { + "stars": 3, + "last_update": "2025-12-01 05:37:13", + "cached_time": 1765731986.497181, + "author_account_age_days": 2952 + }, + "https://github.com/lerignoux/ComfyUI-PechaKucha": { + "stars": 1, + "last_update": "2025-10-30 08:08:13", + "cached_time": 1765731986.451426, + "author_account_age_days": 4843 + }, + "https://github.com/lerignoux/ComfyUI-Stable3DGen": { + "stars": 3, + "last_update": "2025-09-23 15:24:40", + "cached_time": 1765731986.55767, + "author_account_age_days": 4843 + }, + "https://github.com/GroxicTinch/EasyUI-ComfyUI": { + "stars": 5, + "last_update": "2025-07-01 15:25:45", + "cached_time": 1765731986.85651, + "author_account_age_days": 3483 + }, + "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { + "stars": 117, + "last_update": "2025-12-10 06:17:45", + "cached_time": 1765731986.87651, + "author_account_age_days": 3442 + }, + "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { + "stars": 592, + "last_update": "2025-12-11 06:19:25", + "cached_time": 1765731986.904801, + "author_account_age_days": 3442 + }, + "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { + "stars": 2, + "last_update": "2025-05-22 07:41:32", + "cached_time": 1765731986.977361, + "author_account_age_days": 1256 + }, + "https://github.com/Sayene/comfyui-base64-to-image-size": { + "stars": 0, + "last_update": "2025-05-15 12:33:33", + "cached_time": 1765731987.417247, + "author_account_age_days": 4219 + }, + "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { + "stars": 3, + "last_update": "2025-05-14 06:50:13", + "cached_time": 1765731987.502361, + "author_account_age_days": 215 + }, + "https://github.com/xuhongming251/ComfyUI-Jimeng": { + "stars": 5, + "last_update": "2025-06-11 09:39:59", + "cached_time": 1765731987.502823, + "author_account_age_days": 4644 + }, + "https://github.com/babydjac/comfyui-smart-scaler": { + "stars": 1, + "last_update": "2025-05-16 07:28:19", + "cached_time": 1765731987.491672, + "author_account_age_days": 943 + }, + "https://github.com/purewater2011/comfyui_color_detection": { + "stars": 1, + "last_update": "2025-05-19 09:59:44", + "cached_time": 1765731987.528074, + "author_account_age_days": 4366 + }, + "https://github.com/X-School-Academy/X-FluxAgent": { + "stars": 29, + "last_update": "2025-06-05 08:28:11", + "cached_time": 1765731987.590258, + "author_account_age_days": 256 + }, + "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { + "stars": 2, + "last_update": "2025-09-06 09:31:44", + "cached_time": 1765731987.688982, + "author_account_age_days": 2119 + }, + "https://github.com/cluny85/ComfyUI-Scripting-Tools": { + "stars": 1, + "last_update": "2025-06-16 12:28:27", + "cached_time": 1765731987.933578, + "author_account_age_days": 5084 + }, + "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { + "stars": 1, + "last_update": "2025-05-18 09:22:38", + "cached_time": 1765731987.967546, + "author_account_age_days": 439 + }, + "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { + "stars": 0, + "last_update": "2025-05-19 02:28:44", + "cached_time": 1765731987.982681, + "author_account_age_days": 579 + }, + "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { + "stars": 9, + "last_update": "2025-10-28 14:17:15", + "cached_time": 1765731988.027602, + "author_account_age_days": 567 + }, + "https://github.com/2frames/ComfyUI-AQnodes": { + "stars": 1, + "last_update": "2025-12-03 17:01:14", + "cached_time": 1765731988.442478, + "author_account_age_days": 528 + }, + "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { + "stars": 1, + "last_update": "2025-05-21 01:16:27", + "cached_time": 1765731988.526431, + "author_account_age_days": 2878 + }, + "https://github.com/Jannled/owl-vit-comfyui": { + "stars": 0, + "last_update": "2025-05-20 00:41:53", + "cached_time": 1765731988.564018, + "author_account_age_days": 4217 + }, + "https://github.com/thedivergentai/divergent_nodes": { + "stars": 0, + "last_update": "2025-12-12 22:20:59", + "cached_time": 1765731988.665296, + "author_account_age_days": 998 + }, + "https://github.com/skycoder182/comfyui-filename-tools": { + "stars": 3, + "last_update": "2025-05-20 18:06:04", + "cached_time": 1765731988.634049, + "author_account_age_days": 208 + }, + "https://github.com/lepiai/ComfyUI-Minitools": { + "stars": 8, + "last_update": "2025-05-24 16:11:50", + "cached_time": 1765731988.693599, + "author_account_age_days": 2408 + }, + "https://github.com/craig-tanaka/comfyui_animeseg": { + "stars": 2, + "last_update": "2025-05-20 18:59:45", + "cached_time": 1765731988.718911, + "author_account_age_days": 3148 + }, + "https://github.com/skycoder182/comfyui-skycoder-tools": { + "stars": 1, + "last_update": "2025-06-08 12:26:41", + "cached_time": 1765731988.964475, + "author_account_age_days": 208 + }, + "https://github.com/wildminder/ComfyUI-KEEP": { + "stars": 65, + "last_update": "2025-07-04 11:35:38", + "cached_time": 1765731989.005927, + "author_account_age_days": 4771 + }, + "https://github.com/wildminder/ComfyUI-Chatterbox": { + "stars": 72, + "last_update": "2025-08-21 19:21:22", + "cached_time": 1765731989.000323, + "author_account_age_days": 4771 + }, + "https://github.com/wildminder/000_ComfyUI-Optim": { + "stars": 5, + "last_update": "2025-06-02 21:30:04", + "cached_time": 1765731989.057801, + "author_account_age_days": 4771 + }, + "https://github.com/wildminder/ComfyUI-VibeVoice": { + "stars": 534, + "last_update": "2025-09-25 10:19:05", + "cached_time": 1765731989.518368, + "author_account_age_days": 4771 + }, + "https://github.com/cloudkoala/comfyui-koala": { + "stars": 0, + "last_update": "2025-06-06 00:17:19", + "cached_time": 1765731989.577403, + "author_account_age_days": 451 + }, + "https://github.com/Limbicnation/ComfyUIDepthEstimation": { + "stars": 21, + "last_update": "2025-12-08 21:33:50", + "cached_time": 1765731989.619905, + "author_account_age_days": 4367 + }, + "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { + "stars": 12, + "last_update": "2025-11-14 04:36:40", + "cached_time": 1765731989.683282, + "author_account_age_days": 4367 + }, + "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { + "stars": 3, + "last_update": "2025-07-22 04:44:07", + "cached_time": 1765731989.696569, + "author_account_age_days": 4367 + }, + "https://github.com/TensorKaze/ComfyUI-TkNodes": { + "stars": 0, + "last_update": "2025-05-26 01:36:34", + "cached_time": 1765731989.736545, + "author_account_age_days": 274 + }, + "https://github.com/Limbicnation/ComfyUI-RandomSeedGenerator": { + "stars": 5, + "last_update": "2025-08-28 05:17:39", + "cached_time": 1765731989.761656, + "author_account_age_days": 4367 + }, + "https://github.com/hao-ai-lab/FastVideo": { + "stars": 2802, + "last_update": "2025-12-14 00:12:52", + "cached_time": 1765731990.05776, + "author_account_age_days": 780 + }, + "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { + "stars": 1, + "last_update": "2025-05-30 22:51:59", + "cached_time": 1765731990.090402, + "author_account_age_days": 3259 + }, + "https://github.com/angree/ComfyUI-Q_find-mask-size": { + "stars": 0, + "last_update": "2025-05-30 22:53:04", + "cached_time": 1765731990.087475, + "author_account_age_days": 3259 + }, + "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { + "stars": 5, + "last_update": "2025-06-23 16:12:19", + "cached_time": 1765731990.17157, + "author_account_age_days": 215 + }, + "https://github.com/R5-Revo/llm-node-comfyui": { + "stars": 6, + "last_update": "2025-05-24 03:55:35", + "cached_time": 1765731990.554571, + "author_account_age_days": 336 + }, + "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { + "stars": 59, + "last_update": "2025-08-25 12:58:44", + "cached_time": 1765731990.610223, + "author_account_age_days": 4298 + }, + "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { + "stars": 1, + "last_update": "2025-05-24 18:37:41", + "cached_time": 1765731990.675213, + "author_account_age_days": 734 + }, + "https://github.com/ComfyAssets/ComfyUI_Selectors": { + "stars": 4, + "last_update": "2025-06-13 16:13:05", + "cached_time": 1765731990.752082, + "author_account_age_days": 204 + }, + "https://github.com/ComfyAssets/ComfyUI_PromptManager": { + "stars": 86, + "last_update": "2025-12-09 22:14:10", + "cached_time": 1765731990.825493, + "author_account_age_days": 204 + }, + "https://github.com/ComfyAssets/ComfyUI-KikoTools": { + "stars": 10, + "last_update": "2025-11-24 16:55:51", + "cached_time": 1765731991.246217, + "author_account_age_days": 204 + }, + "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { + "stars": 111, + "last_update": "2025-05-25 02:27:01", + "cached_time": 1765731990.818478, + "author_account_age_days": 2080 + }, + "https://github.com/ComfyAssets/ComfyUI-KikoStats": { + "stars": 2, + "last_update": "2025-11-28 17:51:18", + "cached_time": 1765731991.132332, + "author_account_age_days": 204 + }, + "https://github.com/Charonartist/comfyui-auto-lora-v2": { + "stars": 0, + "last_update": "2025-06-17 15:00:30", + "cached_time": 1765731991.138214, + "author_account_age_days": 532 + }, + "https://github.com/Charonartist/comfyui-smart-resize-node": { + "stars": 0, + "last_update": "2025-08-12 13:01:48", + "cached_time": 1765731991.144595, + "author_account_age_days": 532 + }, + "https://github.com/Charonartist/comfyui-tag-remover": { + "stars": 0, + "last_update": "2025-08-14 06:12:04", + "cached_time": 1765731991.275848, + "author_account_age_days": 532 + }, + "https://github.com/Charonartist/comfyui-last-frame-extractor": { + "stars": 3, + "last_update": "2025-08-14 13:42:17", + "cached_time": 1765731991.600426, + "author_account_age_days": 532 + }, + "https://github.com/ptmaster/comfyui-audio-speed": { + "stars": 11, + "last_update": "2025-06-24 15:23:03", + "cached_time": 1765731991.704076, + "author_account_age_days": 4418 + }, + "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { + "stars": 24, + "last_update": "2025-07-06 04:41:46", + "cached_time": 1765731991.715883, + "author_account_age_days": 4418 + }, + "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { + "stars": 24, + "last_update": "2025-12-03 10:33:24", + "cached_time": 1765731991.825664, + "author_account_age_days": 1129 + }, + "https://github.com/openvino-dev-samples/comfyui_openvino": { + "stars": 28, + "last_update": "2025-11-24 02:32:23", + "cached_time": 1765731991.851124, + "author_account_age_days": 1543 + }, + "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { + "stars": 2, + "last_update": "2025-06-24 03:34:32", + "cached_time": 1765731991.937339, + "author_account_age_days": 2436 + }, + "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { + "stars": 5, + "last_update": "2025-06-17 03:43:27", + "cached_time": 1765731992.165756, + "author_account_age_days": 2436 + }, + "https://github.com/coulterj/comfyui-svg-visual-normalize": { + "stars": 1, + "last_update": "2025-05-26 11:45:44", + "cached_time": 1765731992.171095, + "author_account_age_days": 3480 + }, + "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { + "stars": 1, + "last_update": "2025-05-26 12:33:08", + "cached_time": 1765731992.666439, + "author_account_age_days": 2050 + }, + "https://github.com/gabe-init/ComfyUI-Openrouter_node": { + "stars": 27, + "last_update": "2025-09-06 18:35:08", + "cached_time": 1765731992.290422, + "author_account_age_days": 203 + }, + "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { + "stars": 0, + "last_update": "2025-08-08 13:16:05", + "cached_time": 1765731992.358385, + "author_account_age_days": 2050 + }, + "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { + "stars": 5, + "last_update": "2025-08-01 08:16:18", + "cached_time": 1765731992.982357, + "author_account_age_days": 2436 + }, + "https://github.com/gabe-init/ComfyUI-11labs": { + "stars": 4, + "last_update": "2025-05-27 00:27:28", + "cached_time": 1765731992.760255, + "author_account_age_days": 203 + }, + "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { + "stars": 4, + "last_update": "2025-05-27 00:54:00", + "cached_time": 1765731992.744787, + "author_account_age_days": 203 + }, + "https://github.com/gabe-init/ComfyUI-String-Similarity": { + "stars": 1, + "last_update": "2025-05-27 00:59:21", + "cached_time": 1765731992.865985, + "author_account_age_days": 203 + }, + "https://github.com/GACLove/ComfyUI-VFI": { + "stars": 11, + "last_update": "2025-09-30 09:55:40", + "cached_time": 1765731992.882274, + "author_account_age_days": 4155 + }, + "https://github.com/Yahweasel/ComfyUI-MinDalle": { + "stars": 0, + "last_update": "2025-05-26 20:42:34", + "cached_time": 1765731992.972456, + "author_account_age_days": 3188 + }, + "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { + "stars": 13, + "last_update": "2025-09-10 11:03:49", + "cached_time": 1765731993.186517, + "author_account_age_days": 368 + }, + "https://github.com/SamTyurenkov/comfyui_chatgpt": { + "stars": 0, + "last_update": "2025-07-28 11:28:01", + "cached_time": 1765731993.211934, + "author_account_age_days": 3500 + }, + "https://github.com/orion4d/ComfyUI-Image-Effects": { + "stars": 23, + "last_update": "2025-05-28 00:37:16", + "cached_time": 1765731993.439781, + "author_account_age_days": 1120 + }, + "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { + "stars": 0, + "last_update": "2025-07-23 09:56:07", + "cached_time": 1765731993.391319, + "author_account_age_days": 3500 + }, + "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { + "stars": 62, + "last_update": "2025-12-11 17:29:51", + "cached_time": 1765731994.078093, + "author_account_age_days": 1948 + }, + "https://github.com/orion4d/illusion_node": { + "stars": 3, + "last_update": "2025-06-22 08:57:01", + "cached_time": 1765731993.800866, + "author_account_age_days": 1120 + }, + "https://github.com/orion4d/ComfyUI_pdf_nodes": { + "stars": 0, + "last_update": "2025-06-10 15:51:53", + "cached_time": 1765731993.812531, + "author_account_age_days": 1120 + }, + "https://github.com/orion4d/ComfyUI_extract_imag": { + "stars": 0, + "last_update": "2025-06-11 13:37:18", + "cached_time": 1765731993.909016, + "author_account_age_days": 1120 + }, + "https://github.com/orion4d/Calculator_Pro": { + "stars": 0, + "last_update": "2025-06-29 15:47:04", + "cached_time": 1765731993.92212, + "author_account_age_days": 1120 + }, + "https://github.com/orion4d/ComfyUI_colormaster": { + "stars": 2, + "last_update": "2025-07-06 11:30:01", + "cached_time": 1765731994.022619, + "author_account_age_days": 1120 + }, + "https://github.com/orion4d/ComfyUI_image-display": { + "stars": 0, + "last_update": "2025-07-07 14:39:55", + "cached_time": 1765731994.040381, + "author_account_age_days": 1120 + }, + "https://github.com/orion4d/ComfyUI_DAO_master": { + "stars": 10, + "last_update": "2025-09-03 08:56:54", + "cached_time": 1765731994.221369, + "author_account_age_days": 1120 + }, + "https://github.com/aiaiaikkk/ComfyUI-Curve": { + "stars": 155, + "last_update": "2025-10-27 02:13:49", + "cached_time": 1765731994.251375, + "author_account_age_days": 442 + }, + "https://github.com/aiaiaikkk/super-prompt-canvas": { + "stars": 150, + "last_update": "2025-08-30 06:42:21", + "cached_time": 1765731994.432641, + "author_account_age_days": 442 + }, + "https://github.com/aiaiaikkk/comfyui-api-image-edit": { + "stars": 8, + "last_update": "2025-09-03 17:05:31", + "cached_time": 1765731994.503317, + "author_account_age_days": 442 + }, + "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { + "stars": 1, + "last_update": "2025-05-28 05:39:55", + "cached_time": 1765731994.834502, + "author_account_age_days": 5036 + }, + "https://github.com/narusas/Comfyui-Logic-Support": { + "stars": 0, + "last_update": "2025-05-30 04:44:16", + "cached_time": 1765731994.860643, + "author_account_age_days": 5172 + }, + "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { + "stars": 35, + "last_update": "2025-08-08 04:15:10", + "cached_time": 1765731994.960768, + "author_account_age_days": 3802 + }, + "https://github.com/babydjac/comfyui-grok-prompts": { + "stars": 1, + "last_update": "2025-06-06 09:47:19", + "cached_time": 1765731994.981999, + "author_account_age_days": 943 + }, + "https://github.com/LingSss9/comfyui-merge": { + "stars": 15, + "last_update": "2025-08-13 04:43:40", + "cached_time": 1765731995.099806, + "author_account_age_days": 799 + }, + "https://github.com/p1atdev/comfyui-timm-backbone": { + "stars": 1, + "last_update": "2025-08-22 08:04:50", + "cached_time": 1765731995.061375, + "author_account_age_days": 2153 + }, + "https://github.com/p1atdev/comfyui-tkg-chroma-key": { + "stars": 18, + "last_update": "2025-08-23 16:06:14", + "cached_time": 1765731995.151518, + "author_account_age_days": 2153 + }, + "https://github.com/Zch6111/AI_Text_Comfyui": { + "stars": 1, + "last_update": "2025-06-05 03:22:47", + "cached_time": 1765731995.298871, + "author_account_age_days": 611 + }, + "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { + "stars": 0, + "last_update": "2025-05-30 12:10:57", + "cached_time": 1765731995.313394, + "author_account_age_days": 1474 + }, + "https://github.com/ToTheBeginning/ComfyUI-DreamO": { + "stars": 178, + "last_update": "2025-08-22 11:48:28", + "cached_time": 1765731995.488359, + "author_account_age_days": 3927 + }, + "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { + "stars": 2, + "last_update": "2025-06-04 20:33:17", + "cached_time": 1765731995.554461, + "author_account_age_days": 774 + }, + "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { + "stars": 0, + "last_update": "2025-06-01 08:42:50", + "cached_time": 1765731995.868653, + "author_account_age_days": 4887 + }, + "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { + "stars": 0, + "last_update": "2025-06-01 16:35:20", + "cached_time": 1765731995.964153, + "author_account_age_days": 427 + }, + "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { + "stars": 0, + "last_update": "2025-11-16 14:14:42", + "cached_time": 1765731996.518085, + "author_account_age_days": 318 + }, + "https://github.com/lc03lc/Comfyui_OmniConsistency": { + "stars": 63, + "last_update": "2025-06-01 02:56:02", + "cached_time": 1765731996.042834, + "author_account_age_days": 1514 + }, + "https://github.com/bikiam/ComfyUI_WhisperSRT": { + "stars": 2, + "last_update": "2025-06-01 13:56:23", + "cached_time": 1765731996.096679, + "author_account_age_days": 688 + }, + "https://github.com/thalismind/ComfyUI-Blend-Nodes": { + "stars": 1, + "last_update": "2025-06-30 00:06:21", + "cached_time": 1765731996.155956, + "author_account_age_days": 338 + }, + "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { + "stars": 2, + "last_update": "2025-07-21 03:28:05", + "cached_time": 1765731996.21762, + "author_account_age_days": 338 + }, + "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { + "stars": 0, + "last_update": "2025-08-17 21:49:36", + "cached_time": 1765731996.380705, + "author_account_age_days": 2107 + }, + "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { + "stars": 4, + "last_update": "2025-08-10 07:43:57", + "cached_time": 1765731996.373951, + "author_account_age_days": 2107 + }, + "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { + "stars": 0, + "last_update": "2025-06-02 20:35:37", + "cached_time": 1765731996.554019, + "author_account_age_days": 611 + }, + "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { + "stars": 7, + "last_update": "2025-06-07 15:59:26", + "cached_time": 1765731996.601569, + "author_account_age_days": 2558 + }, + "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { + "stars": 1, + "last_update": "2025-06-03 07:56:17", + "cached_time": 1765731996.928976, + "author_account_age_days": 2267 + }, + "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { + "stars": 0, + "last_update": "2025-06-06 21:59:50", + "cached_time": 1765731997.01407, + "author_account_age_days": 219 + }, + "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { + "stars": 6, + "last_update": "2025-12-05 05:41:57", + "cached_time": 1765731997.092937, + "author_account_age_days": 2188 + }, + "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { + "stars": 1, + "last_update": "2025-06-03 10:09:06", + "cached_time": 1765731997.166425, + "author_account_age_days": 1559 + }, + "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { + "stars": 4, + "last_update": "2025-06-05 15:46:52", + "cached_time": 1765731997.170642, + "author_account_age_days": 4301 + }, + "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { + "stars": 3, + "last_update": "2025-09-10 11:31:33", + "cached_time": 1765731997.268025, + "author_account_age_days": 3941 + }, + "https://github.com/Santodan/santodan-custom-nodes-comfyui": { + "stars": 19, + "last_update": "2025-11-27 13:13:18", + "cached_time": 1765731997.43695, + "author_account_age_days": 3233 + }, + "https://github.com/zccrs/comfyui-dci": { + "stars": 1, + "last_update": "2025-10-27 08:04:53", + "cached_time": 1765731997.560918, + "author_account_age_days": 3798 + }, + "https://github.com/set-soft/ComfyUI-AudioBatch": { + "stars": 5, + "last_update": "2025-07-26 16:59:22", + "cached_time": 1765731997.610038, + "author_account_age_days": 3348 + }, + "https://github.com/s9roll7/comfyui_cotracker_node": { + "stars": 26, + "last_update": "2025-06-24 11:30:06", + "cached_time": 1765731997.616259, + "author_account_age_days": 1123 + }, + "https://github.com/set-soft/ComfyUI-ImageMisc": { + "stars": 1, + "last_update": "2025-11-30 18:47:35", + "cached_time": 1765731997.690342, + "author_account_age_days": 3348 + }, + "https://github.com/pictorialink/ComfyUI-Text-Translation": { + "stars": 6, + "last_update": "2025-07-15 07:51:51", + "cached_time": 1765731998.085916, + "author_account_age_days": 214 + }, + "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { + "stars": 0, + "last_update": "2025-07-15 11:19:09", + "cached_time": 1765731998.095749, + "author_account_age_days": 214 + }, + "https://github.com/spawner1145/comfyui-aichat": { + "stars": 3, + "last_update": "2025-09-09 09:53:28", + "cached_time": 1765731998.124674, + "author_account_age_days": 476 + }, + "https://github.com/mo230761/InsertAnything-ComfyUI-official": { + "stars": 26, + "last_update": "2025-07-16 11:05:05", + "cached_time": 1765731998.226986, + "author_account_age_days": 1512 + }, + "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { + "stars": 19, + "last_update": "2025-09-21 04:44:09", + "cached_time": 1765731998.18599, + "author_account_age_days": 476 + }, + "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { + "stars": 3, + "last_update": "2025-06-04 14:38:13", + "cached_time": 1765731998.291718, + "author_account_age_days": 513 + }, + "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { + "stars": 2, + "last_update": "2025-07-15 03:04:43", + "cached_time": 1765731998.908932, + "author_account_age_days": 214 + }, + "https://github.com/PenguinTeo/Comfyui-GeminiBanana": { + "stars": 38, + "last_update": "2025-11-21 05:49:58", + "cached_time": 1765731998.596964, + "author_account_age_days": 513 + }, + "https://github.com/aicoder-max/Pillar_For_ComfyUI": { + "stars": 2, + "last_update": "2025-06-05 09:40:09", + "cached_time": 1765731998.627113, + "author_account_age_days": 208 + }, + "https://github.com/scraed/LanPaint": { + "stars": 779, + "last_update": "2025-12-06 02:27:50", + "cached_time": 1765731998.637485, + "author_account_age_days": 4001 + }, + "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { + "stars": 0, + "last_update": "2025-06-04 15:41:16", + "cached_time": 1765731998.716144, + "author_account_age_days": 1144 + }, + "https://github.com/hvppycoding/comfyui-json-prompt-renderer": { + "stars": 0, + "last_update": "2025-08-26 15:49:55", + "cached_time": 1765731999.140495, + "author_account_age_days": 1144 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { + "stars": 15, + "last_update": "2025-08-08 12:50:29", + "cached_time": 1765731999.138697, + "author_account_age_days": 3011 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { + "stars": 50, + "last_update": "2025-08-09 18:42:14", + "cached_time": 1765731999.168679, + "author_account_age_days": 3011 + }, + "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { + "stars": 18, + "last_update": "2025-06-09 18:55:46", + "cached_time": 1765731999.24095, + "author_account_age_days": 3011 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { + "stars": 37, + "last_update": "2025-08-09 18:15:36", + "cached_time": 1765731999.242791, + "author_account_age_days": 3011 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { + "stars": 41, + "last_update": "2025-08-09 17:58:21", + "cached_time": 1765731999.31866, + "author_account_age_days": 3011 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { + "stars": 6, + "last_update": "2025-08-09 18:08:18", + "cached_time": 1765731999.661784, + "author_account_age_days": 3011 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { + "stars": 12, + "last_update": "2025-08-09 18:11:21", + "cached_time": 1765731999.690189, + "author_account_age_days": 3011 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { + "stars": 72, + "last_update": "2025-09-02 12:12:23", + "cached_time": 1765731999.675638, + "author_account_age_days": 3011 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { + "stars": 4, + "last_update": "2025-08-09 18:46:59", + "cached_time": 1765731999.753689, + "author_account_age_days": 3011 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { + "stars": 10, + "last_update": "2025-08-09 18:37:17", + "cached_time": 1765731999.944739, + "author_account_age_days": 3011 + }, + "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { + "stars": 2, + "last_update": "2025-06-06 04:08:30", + "cached_time": 1765732000.199114, + "author_account_age_days": 2206 + }, + "https://github.com/NeonLightning/neonllama": { + "stars": 2, + "last_update": "2025-06-20 22:49:39", + "cached_time": 1765732000.233797, + "author_account_age_days": 4754 + }, + "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { + "stars": 5, + "last_update": "2025-10-12 02:28:44", + "cached_time": 1765732000.219708, + "author_account_age_days": 206 + }, + "https://github.com/xmarre/TorchCompileModel_LoRASafe": { + "stars": 8, + "last_update": "2025-06-06 18:40:09", + "cached_time": 1765732000.477522, + "author_account_age_days": 2293 + }, + "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { + "stars": 0, + "last_update": "2025-06-05 19:20:04", + "cached_time": 1765732000.297346, + "author_account_age_days": 427 + }, + "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { + "stars": 7, + "last_update": "2025-05-01 16:09:43", + "cached_time": 1765732000.369373, + "author_account_age_days": 1787 + }, + "https://github.com/swhsiang/comfyui-3d-gs-renderer": { + "stars": 1, + "last_update": "2025-06-09 03:05:11", + "cached_time": 1765732000.722727, + "author_account_age_days": 3473 + }, + "https://github.com/jasonjgardner/comfui-substance-designer-integration": { + "stars": 1, + "last_update": "2025-06-08 20:40:11", + "cached_time": 1765732000.76249, + "author_account_age_days": 4916 + }, + "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { + "stars": 27, + "last_update": "2025-06-19 03:37:53", + "cached_time": 1765732000.769995, + "author_account_age_days": 3027 + }, + "https://github.com/INuBq8/ComfyUI-NotificationBridge": { + "stars": 1, + "last_update": "2025-06-09 04:11:29", + "cached_time": 1765732000.838856, + "author_account_age_days": 420 + }, + "https://github.com/Erehr/ComfyUI-EreNodes": { + "stars": 53, + "last_update": "2025-08-11 10:10:28", + "cached_time": 1765732000.988916, + "author_account_age_days": 3808 + }, + "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { + "stars": 5, + "last_update": "2025-07-17 07:05:26", + "cached_time": 1765732001.27293, + "author_account_age_days": 3808 + }, + "https://github.com/xiaowc-lib/comfyui-dynamic-params": { + "stars": 0, + "last_update": "2025-06-09 08:56:11", + "cached_time": 1765732001.269529, + "author_account_age_days": 3417 + }, + "https://github.com/keit0728/ComfyUI-keitNodes": { + "stars": 3, + "last_update": "2025-06-20 09:34:46", + "cached_time": 1765732001.274497, + "author_account_age_days": 3526 + }, + "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { + "stars": 3, + "last_update": "2025-06-12 12:51:33", + "cached_time": 1765732001.589158, + "author_account_age_days": 1187 + }, + "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { + "stars": 3, + "last_update": "2025-06-10 14:28:27", + "cached_time": 1765732001.427026, + "author_account_age_days": 1187 + }, + "https://github.com/A043-studios/comfyui-pixel3dmm": { + "stars": 6, + "last_update": "2025-06-10 08:11:51", + "cached_time": 1765732001.775383, + "author_account_age_days": 1187 + }, + "https://github.com/A043-studios/Comfyui-ascii-generator": { + "stars": 0, + "last_update": "2025-06-25 14:55:32", + "cached_time": 1765732001.831945, + "author_account_age_days": 1187 + }, + "https://github.com/A043-studios/ComfyUI-OmniSVG": { + "stars": 1, + "last_update": "2025-08-02 22:44:24", + "cached_time": 1765732001.820925, + "author_account_age_days": 1187 + }, + "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { + "stars": 2, + "last_update": "2025-06-10 07:10:28", + "cached_time": 1765732001.809433, + "author_account_age_days": 1899 + }, + "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { + "stars": 3, + "last_update": "2025-06-13 08:15:25", + "cached_time": 1765732001.914557, + "author_account_age_days": 398 + }, + "https://github.com/AgencyMind/ComfyUI-Satori": { + "stars": 1, + "last_update": "2025-06-27 01:29:00", + "cached_time": 1765732002.079261, + "author_account_age_days": 398 + }, + "https://github.com/gitadmini/comfyui_extractstoryboards": { + "stars": 74, + "last_update": "2025-12-04 07:06:50", + "cached_time": 1765732002.314176, + "author_account_age_days": 3580 + }, + "https://github.com/pawelmal0101/ComfyUI-Webhook": { + "stars": 0, + "last_update": "2025-09-04 12:54:34", + "cached_time": 1765732002.323416, + "author_account_age_days": 1200 + }, + "https://github.com/hassan-sd/comfyui-image-prompt-loader": { + "stars": 2, + "last_update": "2025-06-11 21:10:47", + "cached_time": 1765732002.312513, + "author_account_age_days": 1108 + }, + "https://github.com/olivv-cs/ComfyUI-FunPack": { + "stars": 3, + "last_update": "2025-07-31 10:05:24", + "cached_time": 1765732002.95333, + "author_account_age_days": 950 + }, + "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { + "stars": 1, + "last_update": "2025-06-12 22:37:05", + "cached_time": 1765732002.636379, + "author_account_age_days": 2304 + }, + "https://github.com/Zehong-Ma/ComfyUI-MagCache": { + "stars": 252, + "last_update": "2025-11-27 11:52:49", + "cached_time": 1765732002.848897, + "author_account_age_days": 1741 + }, + "https://github.com/neocrz/comfyui-usetaesd": { + "stars": 2, + "last_update": "2025-10-26 14:56:53", + "cached_time": 1765732002.873553, + "author_account_age_days": 1857 + }, + "https://github.com/AJO-reading/ComfyUI-AjoNodes": { + "stars": 11, + "last_update": "2025-06-16 08:10:10", + "cached_time": 1765732002.929288, + "author_account_age_days": 388 + }, + "https://github.com/havvk/ComfyUI_AIIA": { + "stars": 9, + "last_update": "2025-07-07 14:53:42", + "cached_time": 1765732002.948516, + "author_account_age_days": 4176 + }, + "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { + "stars": 2, + "last_update": "2025-08-25 11:33:35", + "cached_time": 1765732003.502733, + "author_account_age_days": 3461 + }, + "https://github.com/dseditor/ComfyUI-ListHelper": { + "stars": 45, + "last_update": "2025-12-09 15:23:54", + "cached_time": 1765732003.151667, + "author_account_age_days": 1542 + }, + "https://github.com/dseditor/ComfyUI-ScheduledTask": { + "stars": 7, + "last_update": "2025-07-15 12:08:18", + "cached_time": 1765732003.358702, + "author_account_age_days": 1542 + }, + "https://github.com/dseditor/ComfyUI-Thread": { + "stars": 4, + "last_update": "2025-06-17 02:38:00", + "cached_time": 1765732003.339517, + "author_account_age_days": 1542 + }, + "https://github.com/l3ony2k/comfyui-leon-nodes": { + "stars": 3, + "last_update": "2025-12-05 08:53:33", + "cached_time": 1765732003.444041, + "author_account_age_days": 2195 + }, + "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { + "stars": 3, + "last_update": "2025-06-23 14:03:22", + "cached_time": 1765732003.6972, + "author_account_age_days": 204 + }, + "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { + "stars": 3, + "last_update": "2025-06-23 03:58:50", + "cached_time": 1765732003.877386, + "author_account_age_days": 204 + }, + "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { + "stars": 2, + "last_update": "2025-06-17 00:22:24", + "cached_time": 1765732004.431224, + "author_account_age_days": 483 + }, + "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { + "stars": 5, + "last_update": "2025-07-09 13:04:58", + "cached_time": 1765732003.974541, + "author_account_age_days": 636 + }, + "https://github.com/kohs100/comfyui-ppwc": { + "stars": 0, + "last_update": "2025-09-19 10:01:44", + "cached_time": 1765732004.001831, + "author_account_age_days": 3429 + }, + "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { + "stars": 0, + "last_update": "2025-06-17 11:26:32", + "cached_time": 1765732004.180382, + "author_account_age_days": 636 + }, + "https://github.com/jinchanz/ComfyUI-ADIC": { + "stars": 3, + "last_update": "2025-11-21 01:45:46", + "cached_time": 1765732004.429038, + "author_account_age_days": 2603 + }, + "https://github.com/ialhabbal/OcclusionMask": { + "stars": 28, + "last_update": "2025-06-24 14:38:58", + "cached_time": 1765732004.410691, + "author_account_age_days": 3558 + }, + "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { + "stars": 9, + "last_update": "2025-08-20 00:08:16", + "cached_time": 1765732004.477045, + "author_account_age_days": 3185 + }, + "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { + "stars": 3, + "last_update": "2025-12-09 08:17:45", + "cached_time": 1765732004.572882, + "author_account_age_days": 4962 + }, + "https://github.com/drphero/comfyui_prompttester": { + "stars": 1, + "last_update": "2025-06-19 01:06:51", + "cached_time": 1765732004.600651, + "author_account_age_days": 3750 + }, + "https://github.com/casterpollux/MiniMax-bmo": { + "stars": 57, + "last_update": "2025-06-24 19:22:18", + "cached_time": 1765732004.777186, + "author_account_age_days": 212 + }, + "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { + "stars": 1, + "last_update": "2025-06-21 18:26:40", + "cached_time": 1765732004.912955, + "author_account_age_days": 956 + }, + "https://github.com/flamacore/ComfyUI-YouTubeUploader": { + "stars": 5, + "last_update": "2025-06-14 22:11:33", + "cached_time": 1765732005.028295, + "author_account_age_days": 3847 + }, + "https://github.com/robin-collins/ComfyUI-TechsToolz": { + "stars": 0, + "last_update": "2025-06-20 00:25:39", + "cached_time": 1765732005.045274, + "author_account_age_days": 1662 + }, + "https://github.com/fplu/comfyui_lama_with_refiner": { + "stars": 1, + "last_update": "2025-06-22 16:38:15", + "cached_time": 1765732005.201562, + "author_account_age_days": 2621 + }, + "https://github.com/HighDoping/ComfyUI_ASSSSA": { + "stars": 1, + "last_update": "2025-07-02 13:28:45", + "cached_time": 1765732005.459708, + "author_account_age_days": 2708 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { + "stars": 42, + "last_update": "2025-07-10 12:26:02", + "cached_time": 1765732005.466366, + "author_account_age_days": 3826 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { + "stars": 7, + "last_update": "2025-07-10 12:51:34", + "cached_time": 1765732005.598934, + "author_account_age_days": 3826 + }, + "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { + "stars": 14, + "last_update": "2025-07-10 12:33:14", + "cached_time": 1765732005.607394, + "author_account_age_days": 3826 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { + "stars": 21, + "last_update": "2025-07-10 12:46:20", + "cached_time": 1765732005.653565, + "author_account_age_days": 3826 + }, + "https://github.com/quasiblob/EsesCompositionGoldenRatio": { + "stars": 16, + "last_update": "2025-06-30 10:15:22", + "cached_time": 1765732005.806884, + "author_account_age_days": 3826 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { + "stars": 65, + "last_update": "2025-07-10 12:41:40", + "cached_time": 1765732005.847961, + "author_account_age_days": 3826 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageResize": { + "stars": 44, + "last_update": "2025-10-02 18:14:33", + "cached_time": 1765732005.958049, + "author_account_age_days": 3826 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { + "stars": 34, + "last_update": "2025-07-12 13:50:35", + "cached_time": 1765732006.113784, + "author_account_age_days": 3826 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { + "stars": 40, + "last_update": "2025-08-23 12:28:00", + "cached_time": 1765732006.126311, + "author_account_age_days": 3826 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { + "stars": 11, + "last_update": "2025-07-02 13:29:30", + "cached_time": 1765732006.441334, + "author_account_age_days": 3826 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { + "stars": 39, + "last_update": "2025-10-08 13:39:49", + "cached_time": 1765732006.502212, + "author_account_age_days": 3826 + }, + "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { + "stars": 5, + "last_update": "2025-10-22 19:08:07", + "cached_time": 1765732006.532585, + "author_account_age_days": 1617 + }, + "https://github.com/joeriben/ai4artsed_comfyui_nodes": { + "stars": 1, + "last_update": "2025-07-16 22:22:32", + "cached_time": 1765732006.641309, + "author_account_age_days": 4285 + }, + "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { + "stars": 6, + "last_update": "2025-12-14 00:15:58", + "cached_time": 1765732006.649225, + "author_account_age_days": 218 + }, + "https://github.com/834t/ComfyUI_834t_scene_composer": { + "stars": 5, + "last_update": "2025-06-23 10:55:47", + "cached_time": 1765732006.68492, + "author_account_age_days": 736 + }, + "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD": { + "stars": 0, + "last_update": "2025-11-20 02:34:32", + "cached_time": 1765732006.835425, + "author_account_age_days": 218 + }, + "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { + "stars": 1, + "last_update": "2025-06-21 12:46:56", + "cached_time": 1765732006.902779, + "author_account_age_days": 339 + }, + "https://github.com/aleolidev/comfy_kaizen_package": { + "stars": 0, + "last_update": "2025-06-21 11:10:52", + "cached_time": 1765732006.993635, + "author_account_age_days": 3116 + }, + "https://github.com/cmdicely/simple_image_to_palette": { + "stars": 0, + "last_update": "2025-06-22 03:20:08", + "cached_time": 1765732007.177204, + "author_account_age_days": 6022 + }, + "https://github.com/31702160136/ComfyUI-GrsAI": { + "stars": 34, + "last_update": "2025-10-11 06:37:49", + "cached_time": 1765732007.18848, + "author_account_age_days": 2542 + }, + "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { + "stars": 1, + "last_update": "2025-06-23 22:03:39", + "cached_time": 1765732007.487828, + "author_account_age_days": 3420 + }, + "https://github.com/kpsss34/ComfyUI-kpsss34": { + "stars": 9, + "last_update": "2025-08-06 07:23:01", + "cached_time": 1765732007.527134, + "author_account_age_days": 181 + }, + "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { + "stars": 0, + "last_update": "2025-06-26 08:24:16", + "cached_time": 1765732007.591552, + "author_account_age_days": 1025 + }, + "https://github.com/Gary-yeh/comfyui-super-captioner": { + "stars": 1, + "last_update": "2025-07-07 15:32:34", + "cached_time": 1765732007.693307, + "author_account_age_days": 1025 + }, + "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { + "stars": 2, + "last_update": "2025-06-25 05:04:14", + "cached_time": 1765732007.696987, + "author_account_age_days": 3654 + }, + "https://github.com/fotobudka-team/comfyui-ai-faces": { + "stars": 2, + "last_update": "2025-06-25 19:54:59", + "cached_time": 1765732007.780186, + "author_account_age_days": 394 + }, + "https://github.com/leonardomiramondi/flux-context-comfyui": { + "stars": 0, + "last_update": "2025-06-25 10:18:42", + "cached_time": 1765732008.288611, + "author_account_age_days": 958 + }, + "https://github.com/wasilone11/comfyui-pvm-node": { + "stars": 1, + "last_update": "2025-07-21 01:36:01", + "cached_time": 1765732008.053286, + "author_account_age_days": 2744 + }, + "https://github.com/wasilone11/comfyui-sync-lipsync-node": { + "stars": 1, + "last_update": "2025-07-18 23:16:47", + "cached_time": 1765732008.223914, + "author_account_age_days": 2744 + }, + "https://github.com/uinodes/ComfyUI-uinodesDOC": { + "stars": 56, + "last_update": "2025-08-10 13:17:49", + "cached_time": 1765732008.240686, + "author_account_age_days": 172 + }, + "https://github.com/puke3615/ComfyUI-OneAPI": { + "stars": 8, + "last_update": "2025-08-05 17:33:59", + "cached_time": 1765732008.295412, + "author_account_age_days": 4053 + }, + "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { + "stars": 52, + "last_update": "2025-09-07 18:29:50", + "cached_time": 1765732008.568077, + "author_account_age_days": 2751 + }, + "https://github.com/sdtana/ComfyUI-FDG": { + "stars": 6, + "last_update": "2025-06-28 06:48:07", + "cached_time": 1765732008.586316, + "author_account_age_days": 1743 + }, + "https://github.com/AbstractEyes/comfyui-lycoris": { + "stars": 11, + "last_update": "2025-07-26 16:43:05", + "cached_time": 1765732008.613584, + "author_account_age_days": 1916 + }, + "https://github.com/BobsBlazed/Bobs-Lora-Loader": { + "stars": 9, + "last_update": "2025-08-13 03:41:38", + "cached_time": 1765732008.726344, + "author_account_age_days": 2751 + }, + "https://github.com/alchemine/comfyui-alchemine-pack": { + "stars": 0, + "last_update": "2025-09-27 03:57:59", + "cached_time": 1765732008.730981, + "author_account_age_days": 2363 + }, + "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { + "stars": 0, + "last_update": "2025-06-28 05:29:49", + "cached_time": 1765732008.868492, + "author_account_age_days": 265 + }, + "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { + "stars": 25, + "last_update": "2025-10-17 08:20:56", + "cached_time": 1765732009.128443, + "author_account_age_days": 274 + }, + "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { + "stars": 3, + "last_update": "2025-08-17 10:29:10", + "cached_time": 1765732009.26313, + "author_account_age_days": 3147 + }, + "https://github.com/eg0pr0xy/comfyui_noisegen": { + "stars": 1, + "last_update": "2025-06-29 13:58:28", + "cached_time": 1765732009.271891, + "author_account_age_days": 2612 + }, + "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { + "stars": 8, + "last_update": "2025-11-20 07:48:43", + "cached_time": 1765732009.326521, + "author_account_age_days": 563 + }, + "https://github.com/Windecay/ComfyUI-ReservedVRAM": { + "stars": 177, + "last_update": "2025-11-20 03:09:15", + "cached_time": 1765732009.343846, + "author_account_age_days": 563 + }, + "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { + "stars": 6, + "last_update": "2025-07-03 21:07:05", + "cached_time": 1765732009.63811, + "author_account_age_days": 264 + }, + "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { + "stars": 4, + "last_update": "2025-07-21 10:04:05", + "cached_time": 1765732009.637558, + "author_account_age_days": 1143 + }, + "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { + "stars": 1, + "last_update": "2025-06-29 16:31:15", + "cached_time": 1765732009.670527, + "author_account_age_days": 486 + }, + "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { + "stars": 3, + "last_update": "2025-10-14 06:06:33", + "cached_time": 1765732009.759051, + "author_account_age_days": 3625 + }, + "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { + "stars": 4, + "last_update": "2025-09-10 17:27:59", + "cached_time": 1765732009.782729, + "author_account_age_days": 181 + }, + "https://github.com/LK-168/comfyui_imgutils": { + "stars": 1, + "last_update": "2025-06-30 07:23:25", + "cached_time": 1765732009.942169, + "author_account_age_days": 168 + }, + "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { + "stars": 2, + "last_update": "2025-11-18 03:18:39", + "cached_time": 1765732010.16935, + "author_account_age_days": 3625 + }, + "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { + "stars": 2, + "last_update": "2025-08-12 15:29:12", + "cached_time": 1765732010.279335, + "author_account_age_days": 3625 + }, + "https://github.com/S4MUEL-404/ComfyUI-Prepack": { + "stars": 1, + "last_update": "2025-11-11 08:19:11", + "cached_time": 1765732010.304473, + "author_account_age_days": 3625 + }, + "https://github.com/fchangjun/Comfyui_MultiSaveImage": { + "stars": 2, + "last_update": "2025-11-28 02:39:54", + "cached_time": 1765732010.854588, + "author_account_age_days": 4062 + }, + "https://github.com/Yo1up/Diffusion-Model-Detailer": { + "stars": 4, + "last_update": "2025-08-08 00:32:59", + "cached_time": 1765732010.835419, + "author_account_age_days": 1078 + }, + "https://github.com/facefusion/facefusion-comfyui": { + "stars": 14, + "last_update": "2025-11-02 20:00:17", + "cached_time": 1765732010.763876, + "author_account_age_days": 849 + }, + "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { + "stars": 9, + "last_update": "2025-11-08 19:39:43", + "cached_time": 1765732010.713569, + "author_account_age_days": 602 + }, + "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { + "stars": 2, + "last_update": "2025-07-01 16:10:19", + "cached_time": 1765732010.69868, + "author_account_age_days": 4469 + }, + "https://github.com/IIEleven11/ComfyUI-FairyTaler": { + "stars": 3, + "last_update": "2025-07-06 03:42:02", + "cached_time": 1765732010.78304, + "author_account_age_days": 2266 + }, + "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { + "stars": 92, + "last_update": "2025-12-11 14:35:58", + "cached_time": 1765732010.830341, + "author_account_age_days": 4756 + }, + "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { + "stars": 17, + "last_update": "2025-12-07 17:01:16", + "cached_time": 1765732010.986831, + "author_account_age_days": 4756 + }, + "https://github.com/Ltamann/ComfyUI-FastVLM-7B": { + "stars": 4, + "last_update": "2025-08-30 10:49:54", + "cached_time": 1765732011.521651, + "author_account_age_days": 4756 + }, + "https://github.com/DavidPiazza/network_bending": { + "stars": 0, + "last_update": "2025-11-30 02:04:39", + "cached_time": 1765732011.344155, + "author_account_age_days": 2417 + }, + "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { + "stars": 13, + "last_update": "2025-07-02 11:04:14", + "cached_time": 1765732011.419606, + "author_account_age_days": 738 + }, + "https://github.com/upseem/comfyui_sun_nodes": { + "stars": 0, + "last_update": "2025-10-28 13:08:55", + "cached_time": 1765732011.752966, + "author_account_age_days": 1039 + }, + "https://github.com/upseem/comfyui_sunxAI_facetools": { + "stars": 7, + "last_update": "2025-10-29 07:46:17", + "cached_time": 1765732011.767395, + "author_account_age_days": 1039 + }, + "https://github.com/set-soft/AudioSeparation": { + "stars": 18, + "last_update": "2025-07-27 17:52:04", + "cached_time": 1765732011.82542, + "author_account_age_days": 3348 + }, + "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { + "stars": 7, + "last_update": "2025-07-03 00:27:01", + "cached_time": 1765732011.84342, + "author_account_age_days": 2145 + }, + "https://github.com/georgitsenov/ComfyUI-R2": { + "stars": 1, + "last_update": "2025-07-03 11:51:13", + "cached_time": 1765732011.870293, + "author_account_age_days": 4086 + }, + "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { + "stars": 6, + "last_update": "2025-07-02 13:28:53", + "cached_time": 1765732011.87801, + "author_account_age_days": 4513 + }, + "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { + "stars": 0, + "last_update": "2025-08-08 06:14:53", + "cached_time": 1765732011.863493, + "author_account_age_days": 2776 + }, + "https://github.com/manifestations/comfyui-globetrotter": { + "stars": 4, + "last_update": "2025-07-07 08:47:57", + "cached_time": 1765732012.022017, + "author_account_age_days": 4692 + }, + "https://github.com/kaipard/comfyui-auto-latent-size": { + "stars": 0, + "last_update": "2025-07-04 10:06:08", + "cached_time": 1765732012.379404, + "author_account_age_days": 2967 + }, + "https://github.com/pvlprk/comfyui-pvl-api-nodes": { + "stars": 0, + "last_update": "2025-12-09 14:50:47", + "cached_time": 1765732012.462958, + "author_account_age_days": 580 + }, + "https://github.com/danTheMonk/comfyui-int-and-float": { + "stars": 3, + "last_update": "2025-07-04 16:07:42", + "cached_time": 1765732012.547774, + "author_account_age_days": 3924 + }, + "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { + "stars": 207, + "last_update": "2025-12-13 21:14:42", + "cached_time": 1765732012.786996, + "author_account_age_days": 947 + }, + "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { + "stars": 27, + "last_update": "2025-11-17 15:39:11", + "cached_time": 1765732012.833386, + "author_account_age_days": 699 + }, + "https://github.com/namtb96/OmniGen2-Simple-Node": { + "stars": 3, + "last_update": "2025-07-04 08:38:27", + "cached_time": 1765732012.927743, + "author_account_age_days": 184 + }, + "https://github.com/lonelyowl13/artist_randomizer": { + "stars": 1, + "last_update": "2025-08-14 08:20:40", + "cached_time": 1765732012.906883, + "author_account_age_days": 427 + }, + "https://github.com/iacoposk8/xor_pickle_nodes": { + "stars": 1, + "last_update": "2025-11-30 19:02:30", + "cached_time": 1765732012.960615, + "author_account_age_days": 4692 + }, + "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { + "stars": 6, + "last_update": "2025-12-01 12:25:51", + "cached_time": 1765732012.926885, + "author_account_age_days": 1710 + }, + "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { + "stars": 3, + "last_update": "2025-07-05 07:17:09", + "cached_time": 1765732013.297941, + "author_account_age_days": 4692 + }, + "https://github.com/FaraamFide/ComfyUI-ParamNodes": { + "stars": 1, + "last_update": "2025-07-05 15:29:32", + "cached_time": 1765732013.078436, + "author_account_age_days": 1378 + }, + "https://github.com/chuchu114514/comfyui_proportion_solver": { + "stars": 1, + "last_update": "2025-07-06 08:58:20", + "cached_time": 1765732013.512213, + "author_account_age_days": 898 + }, + "https://github.com/yamanacn/comfyui_kontext_Analyze": { + "stars": 9, + "last_update": "2025-07-06 08:40:36", + "cached_time": 1765732013.5985, + "author_account_age_days": 1858 + }, + "https://github.com/weekii/comfyui-save-image-pro": { + "stars": 2, + "last_update": "2025-10-28 12:51:48", + "cached_time": 1765732013.863716, + "author_account_age_days": 572 + }, + "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { + "stars": 128, + "last_update": "2025-10-31 14:19:35", + "cached_time": 1765732013.823343, + "author_account_age_days": 163 + }, + "https://github.com/robertvoy/ComfyUI-Distributed": { + "stars": 439, + "last_update": "2025-10-27 21:01:07", + "cached_time": 1765732013.911367, + "author_account_age_days": 4643 + }, + "https://github.com/FortunaCournot/comfyui_stereoscopic": { + "stars": 19, + "last_update": "2025-12-13 14:39:37", + "cached_time": 1765732014.244645, + "author_account_age_days": 2041 + }, + "https://github.com/negaga53/comfyui-imgloader": { + "stars": 2, + "last_update": "2025-07-07 21:27:00", + "cached_time": 1765732013.948794, + "author_account_age_days": 323 + }, + "https://github.com/benstaniford/comfy-load-last-image": { + "stars": 0, + "last_update": "2025-07-08 07:19:46", + "cached_time": 1765732013.999271, + "author_account_age_days": 5006 + }, + "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { + "stars": 10, + "last_update": "2025-08-02 06:16:57", + "cached_time": 1765732014.003719, + "author_account_age_days": 5006 + }, + "https://github.com/sunra-ai/comfyui-sunra": { + "stars": 6, + "last_update": "2025-07-18 14:28:36", + "cached_time": 1765732014.165341, + "author_account_age_days": 291 + }, + "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { + "stars": 33, + "last_update": "2025-07-14 19:10:28", + "cached_time": 1765732014.357474, + "author_account_age_days": 5006 + }, + "https://github.com/benstaniford/comfy-prompt-db": { + "stars": 6, + "last_update": "2025-07-29 07:27:44", + "cached_time": 1765732014.594171, + "author_account_age_days": 5006 + }, + "https://github.com/benstaniford/comfy-image-switch": { + "stars": 0, + "last_update": "2025-08-03 06:08:05", + "cached_time": 1765732014.651765, + "author_account_age_days": 5006 + }, + "https://github.com/OneThingAI/ComfyUI_Onething_Image": { + "stars": 1, + "last_update": "2025-11-27 07:57:40", + "cached_time": 1765732014.907522, + "author_account_age_days": 493 + }, + "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { + "stars": 36, + "last_update": "2025-11-10 22:28:10", + "cached_time": 1765732014.906762, + "author_account_age_days": 1145 + }, + "https://github.com/OneThingAI/ComfyUI_Onething_CV": { + "stars": 1, + "last_update": "2025-07-25 03:17:16", + "cached_time": 1765732014.921408, + "author_account_age_days": 493 + }, + "https://github.com/MovieLabs/comfyui-movielabs-util": { + "stars": 1, + "last_update": "2025-07-12 01:02:15", + "cached_time": 1765732015.08045, + "author_account_age_days": 4932 + }, + "https://github.com/reallusion/ComfyUI-Reallusion": { + "stars": 8, + "last_update": "2025-08-26 10:09:05", + "cached_time": 1765732015.103183, + "author_account_age_days": 2599 + }, + "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { + "stars": 7, + "last_update": "2025-07-11 02:36:28", + "cached_time": 1765732015.107679, + "author_account_age_days": 649 + }, + "https://github.com/claptrap0/ComfyUI_LLM_Hub": { + "stars": 1, + "last_update": "2025-11-03 08:37:18", + "cached_time": 1765732015.198899, + "author_account_age_days": 154 + }, + "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { + "stars": 8, + "last_update": "2025-11-18 14:41:30", + "cached_time": 1765732015.283679, + "author_account_age_days": 2039 + }, + "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { + "stars": 0, + "last_update": "2025-07-10 14:51:00", + "cached_time": 1765732015.388463, + "author_account_age_days": 509 + }, + "https://github.com/CheNing233/ComfyUI_Image_Pin": { + "stars": 5, + "last_update": "2025-07-13 08:11:47", + "cached_time": 1765732015.630271, + "author_account_age_days": 2984 + }, + "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { + "stars": 0, + "last_update": "2025-12-04 10:00:34", + "cached_time": 1765732015.671453, + "author_account_age_days": 270 + }, + "https://github.com/zeeoale/PromptCreatorNode": { + "stars": 3, + "last_update": "2025-08-12 15:08:20", + "cached_time": 1765732016.080495, + "author_account_age_days": 2895 + }, + "https://github.com/zade23/Comfyui-MoGe2": { + "stars": 18, + "last_update": "2025-10-23 09:53:50", + "cached_time": 1765732016.008189, + "author_account_age_days": 2333 + }, + "https://github.com/zade23/Comfyui-Distill-Any-Depth": { + "stars": 5, + "last_update": "2025-11-15 09:35:12", + "cached_time": 1765732015.976953, + "author_account_age_days": 2333 + }, + "https://github.com/SwissCore92/comfyui-telegram-suite": { + "stars": 4, + "last_update": "2025-11-21 13:12:02", + "cached_time": 1765732016.148703, + "author_account_age_days": 2576 + }, + "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { + "stars": 4, + "last_update": "2025-07-16 17:17:01", + "cached_time": 1765732016.180111, + "author_account_age_days": 1821 + }, + "https://github.com/Lex-DRL/ComfyUI-BestResolution": { + "stars": 12, + "last_update": "2025-10-03 07:10:43", + "cached_time": 1765732016.140205, + "author_account_age_days": 4654 + }, + "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { + "stars": 3, + "last_update": "2025-09-18 16:04:48", + "cached_time": 1765732016.219402, + "author_account_age_days": 4654 + }, + "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { + "stars": 0, + "last_update": "2025-07-21 22:39:24", + "cached_time": 1765732016.399654, + "author_account_age_days": 4522 + }, + "https://github.com/JayLyu/blender-in-comfyui": { + "stars": 4, + "last_update": "2025-07-20 07:39:06", + "cached_time": 1765732016.454005, + "author_account_age_days": 3806 + }, + "https://github.com/seanjang990/comfyui-document-auto-crop": { + "stars": 0, + "last_update": "2025-07-16 03:59:22", + "cached_time": 1765732016.679949, + "author_account_age_days": 871 + }, + "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { + "stars": 2, + "last_update": "2025-10-04 06:11:49", + "cached_time": 1765732016.732463, + "author_account_age_days": 1944 + }, + "https://github.com/cjj198909/comfy_openai_image_api_azure": { + "stars": 0, + "last_update": "2025-07-16 05:37:48", + "cached_time": 1765732017.008052, + "author_account_age_days": 895 + }, + "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { + "stars": 31, + "last_update": "2025-08-08 14:30:19", + "cached_time": 1765732017.076807, + "author_account_age_days": 389 + }, + "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { + "stars": 0, + "last_update": "2025-07-17 07:03:51", + "cached_time": 1765732017.1313, + "author_account_age_days": 1289 + }, + "https://github.com/strawberryPunch/vram_optimizer": { + "stars": 17, + "last_update": "2025-07-18 13:34:28", + "cached_time": 1765732017.181047, + "author_account_age_days": 832 + }, + "https://github.com/blird/ComfyUI-Wanify": { + "stars": 0, + "last_update": "2025-07-18 13:48:00", + "cached_time": 1765732017.251919, + "author_account_age_days": 2875 + }, + "https://github.com/hiderminer/ComfyUI-HM-Utilities": { + "stars": 0, + "last_update": "2025-07-28 15:24:35", + "cached_time": 1765732017.258897, + "author_account_age_days": 1054 + }, + "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { + "stars": 1, + "last_update": "2025-07-18 01:39:33", + "cached_time": 1765732017.26322, + "author_account_age_days": 2394 + }, + "https://github.com/edoardocarmignani/extralinks": { + "stars": 7, + "last_update": "2025-12-11 16:59:36", + "cached_time": 1765732017.433029, + "author_account_age_days": 2991 + }, + "https://github.com/MasterDenis/VAE-Decode-Switch": { + "stars": 4, + "last_update": "2025-07-19 12:00:54", + "cached_time": 1765732019.025537, + "author_account_age_days": 2108 + }, + "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { + "stars": 0, + "last_update": "2025-07-19 23:30:14", + "cached_time": 1765732017.775753, + "author_account_age_days": 3931 + }, + "https://github.com/webuilder/WB-ComfyUI-Utils": { + "stars": 0, + "last_update": "2025-07-19 15:04:04", + "cached_time": 1765732017.781262, + "author_account_age_days": 4740 + }, + "https://github.com/rdomunky/comfyui-subfolderimageloader": { + "stars": 1, + "last_update": "2025-07-20 04:21:48", + "cached_time": 1765732018.085099, + "author_account_age_days": 3861 + }, + "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { + "stars": 2, + "last_update": "2025-08-06 06:08:46", + "cached_time": 1765732018.125455, + "author_account_age_days": 1851 + }, + "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { + "stars": 0, + "last_update": "2025-07-20 04:08:09", + "cached_time": 1765732018.183279, + "author_account_age_days": 922 + }, + "https://github.com/cedarconnor/comfyui-LatLong": { + "stars": 0, + "last_update": "2025-11-08 04:44:36", + "cached_time": 1765732018.220373, + "author_account_age_days": 4833 + }, + "https://github.com/cedarconnor/upsampler": { + "stars": 2, + "last_update": "2025-11-05 19:39:45", + "cached_time": 1765732018.285333, + "author_account_age_days": 4833 + }, + "https://github.com/cedarconnor/comfyui-BatchNameLoop": { + "stars": 1, + "last_update": "2025-07-22 04:11:06", + "cached_time": 1765732018.31912, + "author_account_age_days": 4833 + }, + "https://github.com/wawahuy/ComfyUI-HTTP": { + "stars": 9, + "last_update": "2025-10-10 18:16:29", + "cached_time": 1765732018.308208, + "author_account_age_days": 3617 + }, + "https://github.com/vaishnav-vn/va1": { + "stars": 0, + "last_update": "2025-12-12 15:44:22", + "cached_time": 1765732018.520393, + "author_account_age_days": 2495 + }, + "https://github.com/Azornes/Comfyui-LayerForge": { + "stars": 253, + "last_update": "2025-11-13 16:10:34", + "cached_time": 1765732018.80721, + "author_account_age_days": 3428 + }, + "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { + "stars": 4, + "last_update": "2025-11-09 08:23:01", + "cached_time": 1765732018.821971, + "author_account_age_days": 2271 + }, + "https://github.com/Azornes/Comfyui-Resolution-Master": { + "stars": 196, + "last_update": "2025-12-08 13:33:06", + "cached_time": 1765732019.137587, + "author_account_age_days": 3428 + }, + "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { + "stars": 5, + "last_update": "2025-08-31 18:49:44", + "cached_time": 1765732019.186974, + "author_account_age_days": 4484 + }, + "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { + "stars": 1, + "last_update": "2025-07-22 15:23:02", + "cached_time": 1765732019.230972, + "author_account_age_days": 3370 + }, + "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { + "stars": 2, + "last_update": "2025-07-23 11:04:17", + "cached_time": 1765732019.336415, + "author_account_age_days": 1005 + }, + "https://github.com/comnote-max/builmenlabo": { + "stars": 1, + "last_update": "2025-07-24 08:37:04", + "cached_time": 1765732019.326816, + "author_account_age_days": 311 + }, + "https://github.com/Cyrostar/Artha-Gemini": { + "stars": 1, + "last_update": "2025-08-30 15:54:04", + "cached_time": 1765732019.398012, + "author_account_age_days": 3249 + }, + "https://github.com/Cyrostar/Artha-Projekt": { + "stars": 0, + "last_update": "2025-08-25 06:32:51", + "cached_time": 1765732019.35649, + "author_account_age_days": 3249 + }, + "https://github.com/GeraldWie/ComfyUI-I2I-slim": { + "stars": 0, + "last_update": "2025-07-24 05:51:33", + "cached_time": 1765732019.611174, + "author_account_age_days": 235 + }, + "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { + "stars": 35, + "last_update": "2025-08-01 08:26:12", + "cached_time": 1765732019.870743, + "author_account_age_days": 4959 + }, + "https://github.com/adrianschubek/comfyui-zeug": { + "stars": 1, + "last_update": "2025-07-24 22:13:07", + "cached_time": 1765732019.852417, + "author_account_age_days": 3501 + }, + "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { + "stars": 1, + "last_update": "2025-08-05 10:16:15", + "cached_time": 1765732020.091924, + "author_account_age_days": 907 + }, + "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { + "stars": 1, + "last_update": "2025-10-06 23:13:51", + "cached_time": 1765732020.185686, + "author_account_age_days": 387 + }, + "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { + "stars": 228, + "last_update": "2025-08-11 19:41:21", + "cached_time": 1765732020.216405, + "author_account_age_days": 5578 + }, + "https://github.com/AIWarper/ComfyUI-DAViD": { + "stars": 6, + "last_update": "2025-07-25 17:07:43", + "cached_time": 1765732020.284579, + "author_account_age_days": 415 + }, + "https://github.com/weberjc/book-cover-finder-comfy": { + "stars": 0, + "last_update": "2025-07-25 11:04:58", + "cached_time": 1765732020.359134, + "author_account_age_days": 3566 + }, + "https://github.com/rndnanthu/ComfyUI-RndNanthu": { + "stars": 28, + "last_update": "2025-12-02 13:21:47", + "cached_time": 1765732020.38061, + "author_account_age_days": 2351 + }, + "https://github.com/Pun0110/ComfyUI-CSV-Styler": { + "stars": 1, + "last_update": "2025-11-08 14:43:59", + "cached_time": 1765732020.403958, + "author_account_age_days": 1580 + }, + "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { + "stars": 0, + "last_update": "2025-09-09 09:10:08", + "cached_time": 1765732020.494133, + "author_account_age_days": 146 + }, + "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { + "stars": 3, + "last_update": "2025-11-02 04:46:30", + "cached_time": 1765732020.65821, + "author_account_age_days": 278 + }, + "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { + "stars": 6, + "last_update": "2025-11-18 00:58:02", + "cached_time": 1765732020.89301, + "author_account_age_days": 2595 + }, + "https://github.com/mcDandy/more_math": { + "stars": 0, + "last_update": "2025-12-11 21:59:10", + "cached_time": 1765732020.952196, + "author_account_age_days": 3524 + }, + "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { + "stars": 6, + "last_update": "2025-08-07 12:47:42", + "cached_time": 1765732021.165172, + "author_account_age_days": 3716 + }, + "https://github.com/kmlbdh/ComfyUI-kmlbdh-VideoCombine": { + "stars": 2, + "last_update": "2025-09-13 14:47:17", + "cached_time": 1765732021.253037, + "author_account_age_days": 3716 + }, + "https://github.com/joosthel/ComfyUI-CVOverlay": { + "stars": 4, + "last_update": "2025-07-28 11:41:47", + "cached_time": 1765732021.255231, + "author_account_age_days": 804 + }, + "https://github.com/lokinou/comfyui-offload-models": { + "stars": 2, + "last_update": "2025-10-05 04:33:49", + "cached_time": 1765732021.377389, + "author_account_age_days": 4692 + }, + "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { + "stars": 1, + "last_update": "2025-08-14 13:53:47", + "cached_time": 1765732021.41953, + "author_account_age_days": 3701 + }, + "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { + "stars": 4, + "last_update": "2025-10-17 12:29:43", + "cached_time": 1765732021.475784, + "author_account_age_days": 4062 + }, + "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { + "stars": 1, + "last_update": "2025-07-30 04:27:29", + "cached_time": 1765732021.464089, + "author_account_age_days": 1119 + }, + "https://github.com/gvfarns/comfyui_gvf": { + "stars": 0, + "last_update": "2025-12-03 19:53:27", + "cached_time": 1765732021.547923, + "author_account_age_days": 4644 + }, + "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { + "stars": 0, + "last_update": "2025-07-31 08:46:16", + "cached_time": 1765732021.711918, + "author_account_age_days": 4847 + }, + "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { + "stars": 7, + "last_update": "2025-09-19 03:22:12", + "cached_time": 1765732021.965512, + "author_account_age_days": 1215 + }, + "https://github.com/Simlym/comfyui-prompt-helper": { + "stars": 3, + "last_update": "2025-07-31 16:30:02", + "cached_time": 1765732022.006944, + "author_account_age_days": 2720 + }, + "https://github.com/woct0rdho/ComfyUI-RadialAttn": { + "stars": 95, + "last_update": "2025-11-22 03:02:56", + "cached_time": 1765732022.202745, + "author_account_age_days": 3337 + }, + "https://github.com/jiafuzeng/comfyui-LatentSync": { + "stars": 0, + "last_update": "2025-08-01 08:05:58", + "cached_time": 1765732022.316211, + "author_account_age_days": 2751 + }, + "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { + "stars": 1, + "last_update": "2025-07-31 14:35:16", + "cached_time": 1765732022.310153, + "author_account_age_days": 2830 + }, + "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { + "stars": 1, + "last_update": "2025-08-02 09:35:21", + "cached_time": 1765732022.43982, + "author_account_age_days": 3610 + }, + "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { + "stars": 0, + "last_update": "2025-08-01 20:21:22", + "cached_time": 1765732022.509687, + "author_account_age_days": 3154 + }, + "https://github.com/jupo-ai/comfy-aspect-ratios": { + "stars": 1, + "last_update": "2025-10-01 02:59:34", + "cached_time": 1765732022.516293, + "author_account_age_days": 288 + }, + "https://github.com/Rizzlord/ComfyUI-RizzNodes": { + "stars": 1, + "last_update": "2025-12-10 14:16:31", + "cached_time": 1765732022.550906, + "author_account_age_days": 1967 + }, + "https://github.com/Brekel/ComfyUI-Brekel": { + "stars": 18, + "last_update": "2025-11-17 19:08:10", + "cached_time": 1765732022.57255, + "author_account_age_days": 5363 + }, + "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { + "stars": 6, + "last_update": "2025-08-02 00:48:15", + "cached_time": 1765732022.814729, + "author_account_age_days": 2384 + }, + "https://github.com/juddisjudd/ComfyUI-BawkNodes": { + "stars": 7, + "last_update": "2025-10-06 06:57:23", + "cached_time": 1765732023.037816, + "author_account_age_days": 1648 + }, + "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { + "stars": 14, + "last_update": "2025-09-13 15:37:23", + "cached_time": 1765732023.038904, + "author_account_age_days": 357 + }, + "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { + "stars": 59, + "last_update": "2025-08-13 20:55:23", + "cached_time": 1765732023.245955, + "author_account_age_days": 1002 + }, + "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { + "stars": 29, + "last_update": "2025-08-05 12:38:00", + "cached_time": 1765732023.379343, + "author_account_age_days": 3150 + }, + "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { + "stars": 11, + "last_update": "2025-10-22 21:10:35", + "cached_time": 1765732023.370057, + "author_account_age_days": 3150 + }, + "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { + "stars": 202, + "last_update": "2025-10-22 21:09:42", + "cached_time": 1765732023.492797, + "author_account_age_days": 3150 + }, + "https://github.com/chuchu114514/comfyui_text_list_stepper": { + "stars": 4, + "last_update": "2025-08-07 01:52:58", + "cached_time": 1765732023.560346, + "author_account_age_days": 898 + }, + "https://github.com/kanibus/kanibus": { + "stars": 5, + "last_update": "2025-08-04 04:27:56", + "cached_time": 1765732023.550014, + "author_account_age_days": 1075 + }, + "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { + "stars": 4, + "last_update": "2025-10-24 09:33:20", + "cached_time": 1765732023.621761, + "author_account_age_days": 1483 + }, + "https://github.com/ranska/pixel_palette_art": { + "stars": 1, + "last_update": "2025-09-02 08:35:03", + "cached_time": 1765732023.599226, + "author_account_age_days": 5793 + }, + "https://github.com/SaturMars/ComfyUI-NVVFR": { + "stars": 0, + "last_update": "2025-08-05 05:39:42", + "cached_time": 1765732023.851754, + "author_account_age_days": 676 + }, + "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { + "stars": 29, + "last_update": "2025-08-09 17:55:04", + "cached_time": 1765732024.064074, + "author_account_age_days": 676 + }, + "https://github.com/jqy-yo/comfyui-gemini-nodes": { + "stars": 5, + "last_update": "2025-10-10 09:41:20", + "cached_time": 1765732024.123443, + "author_account_age_days": 579 + }, + "https://github.com/fidecastro/comfyui-llamacpp-client": { + "stars": 2, + "last_update": "2025-08-05 06:09:32", + "cached_time": 1765732024.291151, + "author_account_age_days": 3532 + }, + "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { + "stars": 0, + "last_update": "2025-08-05 06:27:09", + "cached_time": 1765732024.420284, + "author_account_age_days": 2426 + }, + "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { + "stars": 11, + "last_update": "2025-08-05 07:33:46", + "cached_time": 1765732024.429205, + "author_account_age_days": 2809 + }, + "https://github.com/snomiao/ComfyUI-Video-Crop": { + "stars": 3, + "last_update": "2025-08-05 13:53:52", + "cached_time": 1765732024.533344, + "author_account_age_days": 4259 + }, + "https://github.com/Koren-cy/FlowCV": { + "stars": 3, + "last_update": "2025-08-12 18:22:52", + "cached_time": 1765732024.646581, + "author_account_age_days": 542 + }, + "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { + "stars": 3, + "last_update": "2025-09-23 22:08:30", + "cached_time": 1765732024.647277, + "author_account_age_days": 4539 + }, + "https://github.com/HWDigi/Factory-Prompts_comfyui": { + "stars": 1, + "last_update": "2025-08-06 08:31:02", + "cached_time": 1765732024.674087, + "author_account_age_days": 160 + }, + "https://github.com/max-dingsda/OllamaTools": { + "stars": 3, + "last_update": "2025-12-10 13:38:13", + "cached_time": 1765732024.694984, + "author_account_age_days": 229 + }, + "https://github.com/diodiogod/TTS-Audio-Suite": { + "stars": 463, + "last_update": "2025-12-13 02:48:29", + "cached_time": 1765732024.920627, + "author_account_age_days": 666 + }, + "https://github.com/Ferocit/comfyui-feroccustomnodes": { + "stars": 0, + "last_update": "2025-08-08 21:50:00", + "cached_time": 1765732025.124329, + "author_account_age_days": 4704 + }, + "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { + "stars": 64, + "last_update": "2025-12-12 21:08:47", + "cached_time": 1765732025.185687, + "author_account_age_days": 3589 + }, + "https://github.com/Lovzu/ComfyUI-KittenTTS": { + "stars": 1, + "last_update": "2025-08-09 06:04:38", + "cached_time": 1765732025.355594, + "author_account_age_days": 322 + }, + "https://github.com/Pirog17000/Pirogs-Nodes": { + "stars": 3, + "last_update": "2025-11-17 00:34:32", + "cached_time": 1765732025.481455, + "author_account_age_days": 4750 + }, + "https://github.com/eric183/ComfyUI-Only": { + "stars": 70, + "last_update": "2025-08-23 07:48:17", + "cached_time": 1765732025.495394, + "author_account_age_days": 3971 + }, + "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { + "stars": 6, + "last_update": "2025-12-01 03:45:48", + "cached_time": 1765732025.595488, + "author_account_age_days": 340 + }, + "https://github.com/ExoticArts/comfyui-ea-nodes": { + "stars": 0, + "last_update": "2025-11-10 03:24:25", + "cached_time": 1765732025.683122, + "author_account_age_days": 126 + }, + "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { + "stars": 15, + "last_update": "2025-09-26 04:19:03", + "cached_time": 1765732025.679754, + "author_account_age_days": 313 + }, + "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { + "stars": 12, + "last_update": "2025-11-26 07:42:57", + "cached_time": 1765732026.119451, + "author_account_age_days": 4437 + }, + "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { + "stars": 3, + "last_update": "2025-08-13 00:14:13", + "cached_time": 1765732026.130615, + "author_account_age_days": 4049 + }, + "https://github.com/Baverne/comfyUI-TiledWan": { + "stars": 3, + "last_update": "2025-08-21 10:14:11", + "cached_time": 1765732025.964193, + "author_account_age_days": 1009 + }, + "https://github.com/teamalpha-ai/comfyui-image-transformer": { + "stars": 1, + "last_update": "2025-10-02 03:48:49", + "cached_time": 1765732026.209191, + "author_account_age_days": 530 + }, + "https://github.com/karas17/ComfyUI-Camera-Watermark": { + "stars": 12, + "last_update": "2025-11-07 17:29:28", + "cached_time": 1765732026.246144, + "author_account_age_days": 3195 + }, + "https://github.com/njlent/ComfyUI_wavelet-colorfix": { + "stars": 3, + "last_update": "2025-08-13 13:04:06", + "cached_time": 1765732026.422454, + "author_account_age_days": 3996 + }, + "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { + "stars": 0, + "last_update": "2025-08-14 08:18:47", + "cached_time": 1765732026.510593, + "author_account_age_days": 254 + }, + "https://github.com/flybirdxx/ComfyUI-SDMatte": { + "stars": 158, + "last_update": "2025-10-31 09:44:50", + "cached_time": 1765732026.55223, + "author_account_age_days": 3185 + }, + "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": { + "stars": 17, + "last_update": "2025-08-14 18:53:13", + "cached_time": 1765732026.640462, + "author_account_age_days": 1569 + }, + "https://github.com/RainyN0077/ComfyUI-PromptSE": { + "stars": 10, + "last_update": "2025-08-15 13:12:09", + "cached_time": 1765732026.700488, + "author_account_age_days": 328 + }, + "https://github.com/DenRakEiw/Latent_Nodes": { + "stars": 14, + "last_update": "2025-08-13 14:21:14", + "cached_time": 1765732026.7569, + "author_account_age_days": 1569 + }, + "https://github.com/kusurin/ComfyUI-chronophotography": { + "stars": 0, + "last_update": "2025-08-16 15:11:58", + "cached_time": 1765732027.040674, + "author_account_age_days": 1156 + }, + "https://github.com/feffy380/comfyui-chroma-cache": { + "stars": 16, + "last_update": "2025-08-15 12:29:59", + "cached_time": 1765732027.17512, + "author_account_age_days": 1168 + }, + "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": { + "stars": 0, + "last_update": "2025-08-15 13:52:56", + "cached_time": 1765732027.185397, + "author_account_age_days": 3422 + }, + "https://github.com/Alectriciti/comfyui-adaptiveprompts": { + "stars": 48, + "last_update": "2025-11-05 22:43:44", + "cached_time": 1765732027.274292, + "author_account_age_days": 5003 + }, + "https://github.com/NHLStenden/ComfyUI-ImageBag": { + "stars": 0, + "last_update": "2025-08-18 11:07:43", + "cached_time": 1765732027.38231, + "author_account_age_days": 2792 + }, + "https://github.com/jupo-ai/comfy-preview-model": { + "stars": 0, + "last_update": "2025-08-21 16:38:28", + "cached_time": 1765732027.45563, + "author_account_age_days": 288 + }, + "https://github.com/jupo-ai/comfy-join-prompt": { + "stars": 1, + "last_update": "2025-10-01 03:36:40", + "cached_time": 1765732027.558277, + "author_account_age_days": 288 + }, + "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": { + "stars": 4, + "last_update": "2025-08-15 17:37:40", + "cached_time": 1765732027.60877, + "author_account_age_days": 1160 + }, + "https://github.com/jupo-ai/comfy-linear-move": { + "stars": 1, + "last_update": "2025-08-21 16:31:49", + "cached_time": 1765732027.719374, + "author_account_age_days": 288 + }, + "https://github.com/apeirography/DaimalyadNodes": { + "stars": 0, + "last_update": "2025-08-15 03:21:01", + "cached_time": 1765732027.727871, + "author_account_age_days": 2278 + }, + "https://github.com/mamorett/ComfyUI_minicpmv4": { + "stars": 1, + "last_update": "2025-10-23 14:42:23", + "cached_time": 1765732027.80781, + "author_account_age_days": 1290 + }, + "https://github.com/marco-zanella/ComfyUI-BooleanExpression": { + "stars": 0, + "last_update": "2025-08-17 02:05:40", + "cached_time": 1765732028.094585, + "author_account_age_days": 4056 + }, + "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": { + "stars": 148, + "last_update": "2025-08-21 13:52:03", + "cached_time": 1765732028.28638, + "author_account_age_days": 1831 + }, + "https://github.com/vslinx/ComfyUI-vslinx-nodes": { + "stars": 1, + "last_update": "2025-12-12 00:08:18", + "cached_time": 1765732028.245454, + "author_account_age_days": 2391 + }, + "https://github.com/HoangYell/comfyui-hoangyell-video": { + "stars": 0, + "last_update": "2025-08-21 13:34:55", + "cached_time": 1765732028.32707, + "author_account_age_days": 4281 + }, + "https://github.com/SilverAndJade/comfyui-silver-nodes": { + "stars": 0, + "last_update": "2025-09-05 20:06:53", + "cached_time": 1765732028.464825, + "author_account_age_days": 4090 + }, + "https://github.com/L33chKing/comfyui-tag-frequency-weighter": { + "stars": 0, + "last_update": "2025-08-17 22:37:50", + "cached_time": 1765732028.501995, + "author_account_age_days": 2788 + }, + "https://github.com/krigeta/qwen-image-controlnets-comfyui": { + "stars": 2, + "last_update": "2025-08-17 11:09:39", + "cached_time": 1765732028.603194, + "author_account_age_days": 1839 + }, + "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI": { + "stars": 6, + "last_update": "2025-11-25 19:40:54", + "cached_time": 1765732028.676598, + "author_account_age_days": 908 + }, + "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": { + "stars": 148, + "last_update": "2025-12-06 16:28:42", + "cached_time": 1765732028.745165, + "author_account_age_days": 4962 + }, + "https://github.com/Saquib764/omini-kontext": { + "stars": 424, + "last_update": "2025-09-01 16:42:36", + "cached_time": 1765732028.767733, + "author_account_age_days": 5014 + }, + "https://github.com/obisin/ComfyUI-DGLS": { + "stars": 12, + "last_update": "2025-09-26 10:25:10", + "cached_time": 1765732028.869074, + "author_account_age_days": 1552 + }, + "https://github.com/Dehypnotic/comfyui-numbered-text": { + "stars": 0, + "last_update": "2025-10-08 15:13:36", + "cached_time": 1765732029.142282, + "author_account_age_days": 1630 + }, + "https://github.com/rickrender/ComfyUI-Vectorizer-API": { + "stars": 2, + "last_update": "2025-08-20 00:09:26", + "cached_time": 1765732029.28582, + "author_account_age_days": 1078 + }, + "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext": { + "stars": 5, + "last_update": "2025-11-28 08:21:35", + "cached_time": 1765732030.218295, + "author_account_age_days": 567 + }, + "https://github.com/Hangover3832/ComfyUI_Hangover-Utils": { + "stars": 1, + "last_update": "2025-11-15 18:59:51", + "cached_time": 1765732029.383137, + "author_account_age_days": 1148 + }, + "https://github.com/TinyBeeman/ComfyUI-TinyBee": { + "stars": 1, + "last_update": "2025-11-22 03:39:03", + "cached_time": 1765732029.539048, + "author_account_age_days": 2319 + }, + "https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node": { + "stars": 6, + "last_update": "2025-11-08 13:11:55", + "cached_time": 1765732029.559642, + "author_account_age_days": 4417 + }, + "https://github.com/chyer/Chye-ComfyUI-Toolset": { + "stars": 0, + "last_update": "2025-11-20 09:04:13", + "cached_time": 1765732029.629088, + "author_account_age_days": 4570 + }, + "https://github.com/ReinerBforartists/comfyui_auto_prompt_schedule": { + "stars": 0, + "last_update": "2025-08-24 09:00:45", + "cached_time": 1765732029.705927, + "author_account_age_days": 3767 + }, + "https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight": { + "stars": 2, + "last_update": "2025-08-21 16:54:53", + "cached_time": 1765732029.807486, + "author_account_age_days": 3216 + }, + "https://github.com/BEIBEI-star661/SJ_sweepEffect_Comfyui": { + "stars": 0, + "last_update": "2025-08-22 06:10:44", + "cached_time": 1765732029.818041, + "author_account_age_days": 114 + }, + "https://github.com/dimtoneff/ComfyUI-VL-Nodes": { + "stars": 9, + "last_update": "2025-08-29 01:10:55", + "cached_time": 1765732029.928206, + "author_account_age_days": 3952 + }, + "https://github.com/ReinerBforartists/comfyui_text_line_combine": { + "stars": 0, + "last_update": "2025-08-23 10:59:19", + "cached_time": 1765732030.29266, + "author_account_age_days": 3767 + }, + "https://github.com/mangobyed/ComfyUI_Detection_List": { + "stars": 0, + "last_update": "2025-08-22 20:53:01", + "cached_time": 1765732030.337194, + "author_account_age_days": 404 + }, + "https://github.com/Daxamur/DaxNodes": { + "stars": 0, + "last_update": "2025-08-30 19:54:44", + "cached_time": 1765732030.489796, + "author_account_age_days": 2632 + }, + "https://github.com/Dehypnotic/comfyui-range-to-string": { + "stars": 0, + "last_update": "2025-10-02 09:30:29", + "cached_time": 1765732030.592643, + "author_account_age_days": 1630 + }, + "https://github.com/KY-2000/RES4LYF-tester-loop": { + "stars": 9, + "last_update": "2025-08-26 02:18:02", + "cached_time": 1765732030.620206, + "author_account_age_days": 2271 + }, + "https://github.com/KY-2000/ComfyUI_PuLID_Flux_ll_FaceNet": { + "stars": 2, + "last_update": "2025-08-26 15:57:33", + "cached_time": 1765732030.777402, + "author_account_age_days": 2271 + }, + "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { + "stars": 8, + "last_update": "2025-08-26 02:18:37", + "cached_time": 1765732030.859993, + "author_account_age_days": 2271 + }, + "https://github.com/KY-2000/comfyui-save-image-enhanced": { + "stars": 0, + "last_update": "2025-08-31 07:47:45", + "cached_time": 1765732030.84217, + "author_account_age_days": 2271 + }, + "https://github.com/Firetheft/ComfyUI_Civitai_Gallery": { + "stars": 88, + "last_update": "2025-12-02 14:21:28", + "cached_time": 1765732030.889014, + "author_account_age_days": 1439 + }, + "https://github.com/Jelosus2/comfyui-vae-reflection": { + "stars": 9, + "last_update": "2025-11-11 18:27:58", + "cached_time": 1765732030.987604, + "author_account_age_days": 1842 + }, + "https://github.com/a-l-e-x-d-s-9/ComfyUI-SaveCheckpointWithMetadata": { + "stars": 0, + "last_update": "2025-08-25 20:29:15", + "cached_time": 1765732031.303158, + "author_account_age_days": 4338 + }, + "https://github.com/RegulusAlpha/ComfyUI-DynPromptSimplified": { + "stars": 2, + "last_update": "2025-10-27 18:44:13", + "cached_time": 1765732031.852919, + "author_account_age_days": 3392 + }, + "https://github.com/jialuw0830/flux_api_comfyui_plugin": { + "stars": 0, + "last_update": "2025-09-04 12:42:43", + "cached_time": 1765732031.381931, + "author_account_age_days": 379 + }, + "https://github.com/LeanModels/ComfyUI-DFloat11": { + "stars": 12, + "last_update": "2025-08-26 08:55:44", + "cached_time": 1765732031.572276, + "author_account_age_days": 292 + }, + "https://github.com/birdneststream/ComfyUI-Mircify": { + "stars": 0, + "last_update": "2025-08-31 02:51:11", + "cached_time": 1765732031.622182, + "author_account_age_days": 1904 + }, + "https://github.com/citronlegacy/ComfyUI-CitronNodes": { + "stars": 0, + "last_update": "2025-08-26 00:14:42", + "cached_time": 1765732031.677969, + "author_account_age_days": 4476 + }, + "https://github.com/ZeroSpaceStudios/ComfyUI-ZSNodes": { + "stars": 0, + "last_update": "2025-08-26 00:26:08", + "cached_time": 1765732031.881295, + "author_account_age_days": 261 + }, + "https://github.com/thimpat/ThimPatUtils": { + "stars": 0, + "last_update": "2025-08-25 18:04:19", + "cached_time": 1765732031.916402, + "author_account_age_days": 4216 + }, + "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt": { + "stars": 0, + "last_update": "2025-11-05 16:43:30", + "cached_time": 1765732031.912462, + "author_account_age_days": 3164 + }, + "https://github.com/krakenunbound/ComfyUI-KrakenTools": { + "stars": 2, + "last_update": "2025-12-07 18:32:43", + "cached_time": 1765732031.942477, + "author_account_age_days": 116 + }, + "https://github.com/joanna910225/comfyui-housekeeper": { + "stars": 17, + "last_update": "2025-12-02 06:51:44", + "cached_time": 1765732032.052001, + "author_account_age_days": 4157 + }, + "https://github.com/RUiNtheExtinct/comfyui-save-file-extended": { + "stars": 6, + "last_update": "2025-11-27 04:45:39", + "cached_time": 1765732032.765227, + "author_account_age_days": 630 + }, + "https://github.com/orion4d/ComfyUI_SharpnessPro": { + "stars": 8, + "last_update": "2025-08-27 09:02:20", + "cached_time": 1765732032.40956, + "author_account_age_days": 1120 + }, + "https://github.com/popoimm/comfyui-popo-utility": { + "stars": 0, + "last_update": "2025-08-28 17:56:41", + "cached_time": 1765732032.680793, + "author_account_age_days": 3582 + }, + "https://github.com/Enemyx-net/VibeVoice-ComfyUI": { + "stars": 1244, + "last_update": "2025-10-02 18:51:41", + "cached_time": 1765732032.711635, + "author_account_age_days": 108 + }, + "https://github.com/mikheys/comfyui-gemini-mikheys": { + "stars": 2, + "last_update": "2025-08-29 15:15:54", + "cached_time": 1765732032.738502, + "author_account_age_days": 2939 + }, + "https://github.com/Gipphe/comfyui-metadata-statistics": { + "stars": 0, + "last_update": "2025-08-28 20:43:50", + "cached_time": 1765732032.923608, + "author_account_age_days": 4850 + }, + "https://github.com/fredhopp/comfyui-flipflopnodes": { + "stars": 0, + "last_update": "2025-09-02 04:42:06", + "cached_time": 1765732032.935852, + "author_account_age_days": 1973 + }, + "https://github.com/Saganaki22/ComfyUI-dotWaveform": { + "stars": 27, + "last_update": "2025-11-12 10:35:07", + "cached_time": 1765732032.965475, + "author_account_age_days": 1674 + }, + "https://github.com/sfinktah/comfy-ovum": { + "stars": 5, + "last_update": "2025-11-17 22:15:39", + "cached_time": 1765732032.945827, + "author_account_age_days": 4571 + }, + "https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance": { + "stars": 1, + "last_update": "2025-09-11 11:41:23", + "cached_time": 1765732032.993188, + "author_account_age_days": 2971 + }, + "https://github.com/sweetndata/ComfyUI-Reflatent": { + "stars": 0, + "last_update": "2025-08-27 16:38:57", + "cached_time": 1765732033.175978, + "author_account_age_days": 1270 + }, + "https://github.com/aesethtics/ComfyUI-Utilitools": { + "stars": 1, + "last_update": "2025-08-27 21:58:17", + "cached_time": 1765732033.481182, + "author_account_age_days": 3384 + }, + "https://github.com/grmchn/ComfyUI-ProportionChanger": { + "stars": 45, + "last_update": "2025-12-13 06:58:50", + "cached_time": 1765732033.760973, + "author_account_age_days": 197 + }, + "https://github.com/huwenkai26/comfyui-remove-text": { + "stars": 0, + "last_update": "2025-08-28 07:03:52", + "cached_time": 1765732033.749293, + "author_account_age_days": 3565 + }, + "https://github.com/BAIKEMARK/ComfyUI_Civitai_Prompt_Stats": { + "stars": 3, + "last_update": "2025-08-29 11:15:29", + "cached_time": 1765732033.764926, + "author_account_age_days": 843 + }, + "https://github.com/BAIKEMARK/ComfyUI-Civitai-Recipe": { + "stars": 99, + "last_update": "2025-11-25 03:54:19", + "cached_time": 1765732034.315934, + "author_account_age_days": 843 + }, + "https://github.com/Jarcis-cy/ComfyUI-HunyuanVideoFoley": { + "stars": 6, + "last_update": "2025-08-29 16:44:45", + "cached_time": 1765732033.963854, + "author_account_age_days": 2764 + }, + "https://github.com/gsusgg/ComfyUI_CozyGen": { + "stars": 21, + "last_update": "2025-10-17 22:36:41", + "cached_time": 1765732033.974169, + "author_account_age_days": 1157 + }, + "https://github.com/daehwa00/ComfyUI-NanoBananaAPI": { + "stars": 2, + "last_update": "2025-09-03 08:41:00", + "cached_time": 1765732033.973636, + "author_account_age_days": 2093 + }, + "https://github.com/railep/ComfyUI-HunyuanVideo-Foley": { + "stars": 5, + "last_update": "2025-08-29 16:48:04", + "cached_time": 1765732034.006703, + "author_account_age_days": 285 + }, + "https://github.com/annewj023/Comfyui_google_nano": { + "stars": 11, + "last_update": "2025-09-03 21:17:57", + "cached_time": 1765732034.040319, + "author_account_age_days": 535 + }, + "https://github.com/Juste-Leo2/USO_ComfyUI": { + "stars": 6, + "last_update": "2025-08-30 20:21:25", + "cached_time": 1765732034.275057, + "author_account_age_days": 409 + }, + "https://github.com/Urabewe/ComfyUI-CountS2VExtend": { + "stars": 0, + "last_update": "2025-08-31 04:06:50", + "cached_time": 1765732034.629923, + "author_account_age_days": 5135 + }, + "https://github.com/MushroomFleet/ComfyUI-DJZ-POML": { + "stars": 0, + "last_update": "2025-08-31 19:23:11", + "cached_time": 1765732034.792568, + "author_account_age_days": 4259 + }, + "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader": { + "stars": 6, + "last_update": "2025-11-29 18:25:47", + "cached_time": 1765732034.772671, + "author_account_age_days": 4260 + }, + "https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit": { + "stars": 40, + "last_update": "2025-11-17 01:55:11", + "cached_time": 1765732034.802248, + "author_account_age_days": 366 + }, + "https://github.com/hujuying/ComfyUI-ModelScope-API": { + "stars": 32, + "last_update": "2025-12-12 15:07:18", + "cached_time": 1765732035.012631, + "author_account_age_days": 1315 + }, + "https://github.com/chaserhkj/ComfyUI-Chaser-nodes": { + "stars": 0, + "last_update": "2025-09-21 02:52:56", + "cached_time": 1765732035.036569, + "author_account_age_days": 4953 + }, + "https://github.com/aistudynow/Comfyui-HunyuanFoley": { + "stars": 56, + "last_update": "2025-09-13 10:17:31", + "cached_time": 1765732035.027, + "author_account_age_days": 107 + }, + "https://github.com/noelkim12/ComfyUI-NoelTextUtil": { + "stars": 0, + "last_update": "2025-09-01 17:22:53", + "cached_time": 1765732035.08005, + "author_account_age_days": 2522 + }, + "https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer": { + "stars": 5, + "last_update": "2025-12-13 13:49:32", + "cached_time": 1765732035.103373, + "author_account_age_days": 4653 + }, + "https://github.com/Juste-Leo2/Canary-ComfyUI": { + "stars": 13, + "last_update": "2025-10-29 15:53:49", + "cached_time": 1765732035.294751, + "author_account_age_days": 409 + }, + "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY": { + "stars": 0, + "last_update": "2025-09-02 09:22:34", + "cached_time": 1765732035.347576, + "author_account_age_days": 3964 + }, + "https://github.com/Shellishack/comfyui_remote_media_io": { + "stars": 1, + "last_update": "2025-09-04 10:42:26", + "cached_time": 1765732035.663856, + "author_account_age_days": 2723 + }, + "https://github.com/Yeq6X/ComfyUI-image-to-video-inserter": { + "stars": 7, + "last_update": "2025-10-28 08:51:30", + "cached_time": 1765732035.810597, + "author_account_age_days": 2186 + }, + "https://github.com/grovergol/comfyui-grover-nodes": { + "stars": 0, + "last_update": "2025-09-02 11:18:16", + "cached_time": 1765732035.809137, + "author_account_age_days": 2638 + }, + "https://github.com/sumitchatterjee13/nuke-nodes-comfyui": { + "stars": 27, + "last_update": "2025-12-08 23:32:17", + "cached_time": 1765732035.878409, + "author_account_age_days": 2374 + }, + "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video": { + "stars": 1, + "last_update": "2025-09-03 18:37:13", + "cached_time": 1765732036.060144, + "author_account_age_days": 652 + }, + "https://github.com/opparco/ComfyUI-WanLightx2vScheduler": { + "stars": 1, + "last_update": "2025-09-05 18:56:41", + "cached_time": 1765732036.095999, + "author_account_age_days": 4218 + }, + "https://github.com/5agado/ComfyUI-Sagado-Nodes": { + "stars": 0, + "last_update": "2025-11-20 17:01:52", + "cached_time": 1765732036.151742, + "author_account_age_days": 5006 + }, + "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble": { + "stars": 13, + "last_update": "2025-12-14 10:08:18", + "cached_time": 1765732036.122321, + "author_account_age_days": 3370 + }, + "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2": { + "stars": 3, + "last_update": "2025-12-11 17:24:10", + "cached_time": 1765732036.171134, + "author_account_age_days": 860 + }, + "https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps": { + "stars": 5, + "last_update": "2025-09-05 01:35:40", + "cached_time": 1765732036.342956, + "author_account_age_days": 3985 + }, + "https://github.com/SatadalAI/SATA_UtilityNode": { + "stars": 1, + "last_update": "2025-11-27 16:03:35", + "cached_time": 1765732036.39385, + "author_account_age_days": 702 + }, + "https://github.com/iguanesolutions/comfyui-flux-resolution": { + "stars": 4, + "last_update": "2025-11-27 14:42:19", + "cached_time": 1765732037.310764, + "author_account_age_days": 3049 + }, + "https://github.com/vantagewithai/Vantage-HunyuanFoley": { + "stars": 10, + "last_update": "2025-10-04 23:57:59", + "cached_time": 1765732036.825413, + "author_account_age_days": 553 + }, + "https://github.com/CoreyCorza/ComfyUI-CRZnodes": { + "stars": 35, + "last_update": "2025-09-09 05:29:25", + "cached_time": 1765732036.831178, + "author_account_age_days": 2721 + }, + "https://github.com/MilleN2ium/ComfyUI-CutomizableSave": { + "stars": 0, + "last_update": "2025-09-09 14:09:43", + "cached_time": 1765732036.943565, + "author_account_age_days": 101 + }, + "https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner": { + "stars": 3, + "last_update": "2025-12-11 08:47:11", + "cached_time": 1765732037.09478, + "author_account_age_days": 2017 + }, + "https://github.com/leylahkrell/ComfyUI-Violet-Tools": { + "stars": 12, + "last_update": "2025-11-13 03:06:22", + "cached_time": 1765732037.640364, + "author_account_age_days": 812 + }, + "https://github.com/comfyanonymous/ComfyUI": { + "stars": 96802, + "last_update": "2025-12-14 11:37:41", + "cached_time": 1765732037.16513, + "author_account_age_days": 1087 + }, + "https://github.com/orion4d/Comfyui_EncryptMaster": { + "stars": 3, + "last_update": "2025-09-06 14:18:12", + "cached_time": 1765732037.188867, + "author_account_age_days": 1120 + }, + "https://github.com/SethRobinson/comfyui-workflow-to-api-converter-endpoint": { + "stars": 18, + "last_update": "2025-12-13 09:15:04", + "cached_time": 1765732037.229608, + "author_account_age_days": 5574 + }, + "https://github.com/orion4d/Gemini_Banana_by_orion4d": { + "stars": 10, + "last_update": "2025-09-07 22:18:10", + "cached_time": 1765732037.376738, + "author_account_age_days": 1120 + }, + "https://github.com/jfcantu/ComfyUI-Prompt-Companion": { + "stars": 8, + "last_update": "2025-09-28 22:27:53", + "cached_time": 1765732037.429531, + "author_account_age_days": 2525 + }, + "https://github.com/Charonartist/comfyui-lmstudio-conversation": { + "stars": 0, + "last_update": "2025-09-07 07:57:09", + "cached_time": 1765732037.847686, + "author_account_age_days": 532 + }, + "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution": { + "stars": 41, + "last_update": "2025-10-15 20:51:39", + "cached_time": 1765732037.894957, + "author_account_age_days": 2971 + }, + "https://github.com/Firetheft/ComfyUI_Local_Lora_Gallery": { + "stars": 49, + "last_update": "2025-12-02 10:30:07", + "cached_time": 1765732037.997277, + "author_account_age_days": 1439 + }, + "https://github.com/duldduld/ComfyUI_md5": { + "stars": 1, + "last_update": "2025-12-12 15:38:26", + "cached_time": 1765732038.143255, + "author_account_age_days": 3265 + }, + "https://github.com/FloyoAI/ComfyUI-Seed-API": { + "stars": 0, + "last_update": "2025-10-29 14:29:56", + "cached_time": 1765732038.277976, + "author_account_age_days": 433 + }, + "https://github.com/regiellis/ComfyUI-EasyIllustrious": { + "stars": 44, + "last_update": "2025-09-23 19:42:28", + "cached_time": 1765732038.230362, + "author_account_age_days": 5165 + }, + "https://github.com/Dehypnotic/comfyui-aspect-ratio-advanced": { + "stars": 1, + "last_update": "2025-10-02 14:57:02", + "cached_time": 1765732038.261723, + "author_account_age_days": 1630 + }, + "https://github.com/darkamenosa/comfy_nanobanana": { + "stars": 37, + "last_update": "2025-09-09 00:56:14", + "cached_time": 1765732038.3895, + "author_account_age_days": 4322 + }, + "https://github.com/Draek2077/comfyui-draekz-nodez": { + "stars": 1, + "last_update": "2025-09-12 02:32:20", + "cached_time": 1765732038.439985, + "author_account_age_days": 140 + }, + "https://github.com/easygoing0114/ComfyUI-easygoing-nodes": { + "stars": 4, + "last_update": "2025-12-02 22:25:15", + "cached_time": 1765732038.455234, + "author_account_age_days": 383 + }, + "https://github.com/Apache0ne/ComfyUI_efficient_sam_node": { + "stars": 0, + "last_update": "2025-09-12 02:37:33", + "cached_time": 1765732038.674783, + "author_account_age_days": 416 + }, + "https://github.com/Malte0621/hordeai-comfy": { + "stars": 0, + "last_update": "2025-09-08 16:55:53", + "cached_time": 1765732038.878467, + "author_account_age_days": 2417 + }, + "https://github.com/ApexArtist/comfyui-apex-artist": { + "stars": 1, + "last_update": "2025-10-23 16:54:57", + "cached_time": 1765732038.952981, + "author_account_age_days": 2867 + }, + "https://github.com/writer-in-fancy-pants/octo_json_presets": { + "stars": 0, + "last_update": "2025-09-08 23:42:01", + "cached_time": 1765732039.043829, + "author_account_age_days": 2844 + }, + "https://github.com/sputnik57/comfyui-prompt-logger": { + "stars": 0, + "last_update": "2025-09-09 22:35:39", + "cached_time": 1765732039.199644, + "author_account_age_days": 4287 + }, + "https://github.com/orion4d/Orion4D_pixelshift": { + "stars": 5, + "last_update": "2025-09-09 09:14:31", + "cached_time": 1765732039.274901, + "author_account_age_days": 1120 + }, + "https://github.com/brenzel/comfyui-prompt-beautify": { + "stars": 17, + "last_update": "2025-09-10 15:43:18", + "cached_time": 1765732039.316239, + "author_account_age_days": 3525 + }, + "https://github.com/Firetheft/ComfyUI-Animate-Progress": { + "stars": 3, + "last_update": "2025-09-09 13:21:52", + "cached_time": 1765732039.330811, + "author_account_age_days": 1439 + }, + "https://github.com/ru4ls/ComfyUI_Nano_Banana": { + "stars": 15, + "last_update": "2025-11-30 13:13:19", + "cached_time": 1765732039.48716, + "author_account_age_days": 1024 + }, + "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack": { + "stars": 1, + "last_update": "2025-09-15 07:41:44", + "cached_time": 1765732039.980271, + "author_account_age_days": 1951 + }, + "https://github.com/Enashka/ComfyUI-nhknodes": { + "stars": 14, + "last_update": "2025-11-29 00:26:17", + "cached_time": 1765732039.510936, + "author_account_age_days": 3509 + }, + "https://github.com/phyblas/nsfw-shorier_comfyui": { + "stars": 6, + "last_update": "2025-09-16 13:23:13", + "cached_time": 1765732039.743952, + "author_account_age_days": 3591 + }, + "https://github.com/Easymode-ai/ComfyUI-FlexPainter": { + "stars": 2, + "last_update": "2025-09-10 20:45:19", + "cached_time": 1765732039.913785, + "author_account_age_days": 1811 + }, + "https://github.com/garg-aayush/ComfyUI-Svg2Raster": { + "stars": 0, + "last_update": "2025-09-10 10:09:14", + "cached_time": 1765732039.994916, + "author_account_age_days": 3585 + }, + "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": { + "stars": 3, + "last_update": "2025-11-27 00:02:37", + "cached_time": 1765732040.159023, + "author_account_age_days": 2039 + }, + "https://github.com/WASasquatch/was_affine": { + "stars": 4, + "last_update": "2025-11-09 22:43:51", + "cached_time": 1765732040.243497, + "author_account_age_days": 5163 + }, + "https://github.com/razvanmatei-sf/razv-llm": { + "stars": 0, + "last_update": "2025-12-02 14:48:54", + "cached_time": 1765732040.321726, + "author_account_age_days": 107 + }, + "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": { + "stars": 6, + "last_update": "2025-09-14 00:53:14", + "cached_time": 1765732040.398583, + "author_account_age_days": 1674 + }, + "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea": { + "stars": 4, + "last_update": "2025-09-27 20:21:30", + "cached_time": 1765732040.428674, + "author_account_age_days": 991 + }, + "https://github.com/razvanmatei-sf/razv-wavespeed": { + "stars": 0, + "last_update": "2025-12-02 14:56:41", + "cached_time": 1765732040.602329, + "author_account_age_days": 107 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_OneReward": { + "stars": 13, + "last_update": "2025-09-11 17:17:22", + "cached_time": 1765732040.569681, + "author_account_age_days": 367 + }, + "https://github.com/ru4ls/ComfyUI_Wan": { + "stars": 3, + "last_update": "2025-10-20 02:32:13", + "cached_time": 1765732040.820822, + "author_account_age_days": 1024 + }, + "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI": { + "stars": 3, + "last_update": "2025-09-11 05:06:12", + "cached_time": 1765732040.95377, + "author_account_age_days": 2599 + }, + "https://github.com/snicolast/ComfyUI-IndexTTS2": { + "stars": 132, + "last_update": "2025-10-13 07:16:00", + "cached_time": 1765732041.022821, + "author_account_age_days": 2912 + }, + "https://github.com/efortin/ComfyUI-Ollama-Enhancer": { + "stars": 3, + "last_update": "2025-09-22 07:06:44", + "cached_time": 1765732041.122981, + "author_account_age_days": 4674 + }, + "https://github.com/olafrv/comfyui_olafrv": { + "stars": 0, + "last_update": "2025-09-07 20:31:30", + "cached_time": 1765732041.221432, + "author_account_age_days": 5232 + }, + "https://github.com/blob8/ComfyUI_video-image-motion-transfer": { + "stars": 1, + "last_update": "2025-09-14 15:59:02", + "cached_time": 1765732041.314811, + "author_account_age_days": 606 + }, + "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher": { + "stars": 0, + "last_update": "2025-09-14 02:36:11", + "cached_time": 1765732041.370166, + "author_account_age_days": 1076 + }, + "https://github.com/ru4ls/ComfyUI_Imagen": { + "stars": 3, + "last_update": "2025-10-20 02:29:03", + "cached_time": 1765732041.445803, + "author_account_age_days": 1024 + }, + "https://github.com/Me-gumin/MeComfyuiEncrypt": { + "stars": 4, + "last_update": "2025-09-18 02:34:03", + "cached_time": 1765732041.447673, + "author_account_age_days": 1391 + }, + "https://github.com/nakagawadev/comfyui_nakagawa": { + "stars": 2, + "last_update": "2025-09-14 03:18:07", + "cached_time": 1765732041.646187, + "author_account_age_days": 3459 + }, + "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator": { + "stars": 16, + "last_update": "2025-09-15 13:41:36", + "cached_time": 1765732041.642491, + "author_account_age_days": 3806 + }, + "https://github.com/vanche1212/ComfyUI-InspireMusic": { + "stars": 1, + "last_update": "2025-10-28 02:23:32", + "cached_time": 1765732042.340503, + "author_account_age_days": 3496 + }, + "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI": { + "stars": 5, + "last_update": "2025-12-09 06:07:52", + "cached_time": 1765732042.099344, + "author_account_age_days": 1708 + }, + "https://github.com/darkamenosa/comfy_inpaint_blend": { + "stars": 2, + "last_update": "2025-09-15 16:26:29", + "cached_time": 1765732042.136282, + "author_account_age_days": 4322 + }, + "https://github.com/Ian2073/ComfyUI-MyLLMnode": { + "stars": 0, + "last_update": "2025-09-15 12:47:01", + "cached_time": 1765732042.175035, + "author_account_age_days": 1779 + }, + "https://github.com/swfxliyiyu/ComfyUI-FastVideo": { + "stars": 0, + "last_update": "2025-09-15 05:41:45", + "cached_time": 1765732042.257819, + "author_account_age_days": 3449 + }, + "https://github.com/lenML/comfyui_qwen_image_edit_adv": { + "stars": 29, + "last_update": "2025-12-02 11:12:18", + "cached_time": 1765732042.430126, + "author_account_age_days": 722 + }, + "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search": { + "stars": 3, + "last_update": "2025-09-16 17:54:17", + "cached_time": 1765732042.442954, + "author_account_age_days": 2788 + }, + "https://github.com/Semonxue/Comfyui-flexai": { + "stars": 4, + "last_update": "2025-12-01 11:07:24", + "cached_time": 1765732042.520426, + "author_account_age_days": 5593 + }, + "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery": { + "stars": 94, + "last_update": "2025-12-13 04:23:22", + "cached_time": 1765732042.511676, + "author_account_age_days": 2032 + }, + "https://github.com/Dehypnotic/comfyui-save-mp3": { + "stars": 1, + "last_update": "2025-10-24 09:40:52", + "cached_time": 1765732042.699886, + "author_account_age_days": 1630 + }, + "https://github.com/1038lab/ComfyUI-FireRedTTS": { + "stars": 41, + "last_update": "2025-09-16 17:02:31", + "cached_time": 1765732042.667735, + "author_account_age_days": 990 + }, + "https://github.com/lum3on/ComfyUI_Reve-API": { + "stars": 12, + "last_update": "2025-09-16 12:41:07", + "cached_time": 1765732043.142191, + "author_account_age_days": 312 + }, + "https://github.com/Kaleidia/KaleidiaNodes": { + "stars": 0, + "last_update": "2025-09-23 14:56:53", + "cached_time": 1765732043.688853, + "author_account_age_days": 2209 + }, + "https://github.com/xhh522/ComfyUI-preview-monitor": { + "stars": 1, + "last_update": "2025-09-16 10:41:24", + "cached_time": 1765732043.242316, + "author_account_age_days": 141 + }, + "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node": { + "stars": 16, + "last_update": "2025-09-16 19:56:49", + "cached_time": 1765732043.288394, + "author_account_age_days": 409 + }, + "https://github.com/ialhabbal/ComfyUI-Prompt-Verify": { + "stars": 6, + "last_update": "2025-09-17 18:53:24", + "cached_time": 1765732043.390554, + "author_account_age_days": 3558 + }, + "https://github.com/Junst/ComfyUI-Concept-Diffusion": { + "stars": 3, + "last_update": "2025-09-24 10:23:07", + "cached_time": 1765732043.502518, + "author_account_age_days": 3076 + }, + "https://github.com/leylahviolet/ComfyUI-Violet-Tools": { + "stars": 12, + "last_update": "2025-11-13 03:06:22", + "cached_time": 1765732043.517553, + "author_account_age_days": 812 + }, + "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana": { + "stars": 2, + "last_update": "2025-09-18 09:11:07", + "cached_time": 1765732043.539897, + "author_account_age_days": 3806 + }, + "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": { + "stars": 55, + "last_update": "2025-11-05 20:04:35", + "cached_time": 1765732043.588135, + "author_account_age_days": 266 + }, + "https://github.com/DecartAI/Lucy-Edit-ComfyUI": { + "stars": 700, + "last_update": "2025-11-07 18:58:33", + "cached_time": 1765732043.732686, + "author_account_age_days": 848 + }, + "https://github.com/Firetheft/ComfyUI_Pixabay_Gallery": { + "stars": 5, + "last_update": "2025-12-03 00:57:24", + "cached_time": 1765732044.122394, + "author_account_age_days": 1439 + }, + "https://github.com/comrender/ComfyUI-NanoSeed": { + "stars": 3, + "last_update": "2025-12-08 15:42:32", + "cached_time": 1765732044.200529, + "author_account_age_days": 889 + }, + "https://github.com/VraethrDalkr/ComfyUI-TripleKSampler": { + "stars": 79, + "last_update": "2025-11-15 23:22:39", + "cached_time": 1765732044.320947, + "author_account_age_days": 956 + }, + "https://github.com/LukeCoulson1/Comfyui_LoraCombine": { + "stars": 4, + "last_update": "2025-09-18 20:12:57", + "cached_time": 1765732044.373707, + "author_account_age_days": 870 + }, + "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam": { + "stars": 2, + "last_update": "2025-10-27 20:55:50", + "cached_time": 1765732044.44045, + "author_account_age_days": 4364 + }, + "https://github.com/jasonjgardner/comfyui-pixel-art-scalers": { + "stars": 0, + "last_update": "2025-09-21 14:38:59", + "cached_time": 1765732044.547086, + "author_account_age_days": 4916 + }, + "https://github.com/joyboy123456/-ComfyUI-GoogleAIStudio": { + "stars": 0, + "last_update": "2025-09-18 16:37:02", + "cached_time": 1765732044.571032, + "author_account_age_days": 802 + }, + "https://github.com/ahkimkoo/Comfyui-AudioSegment": { + "stars": 5, + "last_update": "2025-09-19 03:20:14", + "cached_time": 1765732044.657914, + "author_account_age_days": 5776 + }, + "https://github.com/bmad4ever/comfyui_panels": { + "stars": 3, + "last_update": "2025-11-04 12:52:32", + "cached_time": 1765732044.626212, + "author_account_age_days": 4074 + }, + "https://github.com/Noma-Machiko/ComfyUI-ToDevice": { + "stars": 1, + "last_update": "2025-09-18 16:11:53", + "cached_time": 1765732044.729224, + "author_account_age_days": 1066 + }, + "https://github.com/AdamShuo/ComfyUI_Switch": { + "stars": 5, + "last_update": "2025-09-23 16:59:46", + "cached_time": 1765732044.778734, + "author_account_age_days": 820 + }, + "https://github.com/wildminder/ComfyUI-VoxCPM": { + "stars": 339, + "last_update": "2025-12-12 19:20:39", + "cached_time": 1765732045.1583, + "author_account_age_days": 4771 + }, + "https://github.com/3dgopnik/comfyui-arena-suite": { + "stars": 1, + "last_update": "2025-10-10 12:24:13", + "cached_time": 1765732045.24092, + "author_account_age_days": 2564 + }, + "https://github.com/sammykumar/ComfyUI-SwissArmyKnife": { + "stars": 2, + "last_update": "2025-12-14 12:03:30", + "cached_time": 1765732045.432609, + "author_account_age_days": 5038 + }, + "https://github.com/gasdyueer/comfyui-yolo-mask-process": { + "stars": 0, + "last_update": "2025-09-27 02:57:46", + "cached_time": 1765732045.502121, + "author_account_age_days": 591 + }, + "https://github.com/sumitchatterjee13/Luminance-Stack-Processor": { + "stars": 33, + "last_update": "2025-10-05 11:40:55", + "cached_time": 1765732045.584456, + "author_account_age_days": 2374 + }, + "https://github.com/perckle/comfyui_dpir": { + "stars": 0, + "last_update": "2025-09-27 06:10:01", + "cached_time": 1765732045.625369, + "author_account_age_days": 1901 + }, + "https://github.com/downlifted/ComfyUI_GROQ-PromptWizard": { + "stars": 0, + "last_update": "2025-09-22 00:10:40", + "cached_time": 1765732045.668947, + "author_account_age_days": 2785 + }, + "https://github.com/S4MUEL-404/ComfyUI-PromptsO": { + "stars": 1, + "last_update": "2025-11-19 09:20:58", + "cached_time": 1765732045.69521, + "author_account_age_days": 3625 + }, + "https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter": { + "stars": 7, + "last_update": "2025-09-30 16:00:15", + "cached_time": 1765732045.742642, + "author_account_age_days": 3842 + }, + "https://github.com/APZmedia/ComfyUI-color-tools": { + "stars": 1, + "last_update": "2025-09-24 12:52:50", + "cached_time": 1765732045.776892, + "author_account_age_days": 3015 + }, + "https://github.com/vantagewithai/VantageLongWanVideo": { + "stars": 39, + "last_update": "2025-09-25 18:54:33", + "cached_time": 1765732045.829878, + "author_account_age_days": 553 + }, + "https://github.com/ucloud/comfyui-plugin": { + "stars": 3, + "last_update": "2025-09-23 03:26:19", + "cached_time": 1765732046.256941, + "author_account_age_days": 3743 + }, + "https://github.com/fkxianzhou/ComfyUI-Jimeng-API": { + "stars": 7, + "last_update": "2025-12-04 10:06:01", + "cached_time": 1765732046.316518, + "author_account_age_days": 2257 + }, + "https://github.com/Santat2023/ComfyUiRagNodes": { + "stars": 0, + "last_update": "2025-09-29 16:14:02", + "cached_time": 1765732046.510733, + "author_account_age_days": 826 + }, + "https://github.com/ChaosHL/Marvelous-Box-Comfyui": { + "stars": 0, + "last_update": "2025-09-23 14:22:09", + "cached_time": 1765732046.570785, + "author_account_age_days": 901 + }, + "https://github.com/suhee19/comfyui-orpheus-loader": { + "stars": 0, + "last_update": "2025-09-23 15:14:02", + "cached_time": 1765732046.650032, + "author_account_age_days": 1152 + }, + "https://github.com/neverbiasu/ComfyUI-ModelScope": { + "stars": 1, + "last_update": "2025-11-08 21:10:36", + "cached_time": 1765732046.656473, + "author_account_age_days": 1557 + }, + "https://github.com/DaLongZhuaZi/ComfyUI-Gemini-Prompt-Studio": { + "stars": 0, + "last_update": "2025-09-24 11:01:50", + "cached_time": 1765732046.708668, + "author_account_age_days": 2570 + }, + "https://github.com/GizmoR13/PG-Nodes": { + "stars": 16, + "last_update": "2025-10-10 12:52:07", + "cached_time": 1765732046.732761, + "author_account_age_days": 5362 + }, + "https://github.com/aesethtics/comfyui-3d-model-viewer": { + "stars": 1, + "last_update": "2025-09-24 17:27:58", + "cached_time": 1765732046.815899, + "author_account_age_days": 3384 + }, + "https://github.com/Sampkao/ComfyUI-Amage": { + "stars": 1, + "last_update": "2025-09-24 22:14:30", + "cached_time": 1765732046.802998, + "author_account_age_days": 897 + }, + "https://github.com/BizaNator/ComfyUI_PromptIterator": { + "stars": 3, + "last_update": "2025-09-24 16:47:04", + "cached_time": 1765732046.886515, + "author_account_age_days": 3594 + }, + "https://github.com/1038lab/ComfyUI-VoxCPMTTS": { + "stars": 22, + "last_update": "2025-12-11 23:23:52", + "cached_time": 1765732047.298307, + "author_account_age_days": 990 + }, + "https://github.com/maxmad62/ComfyUI-DiscordWebhookWithInput": { + "stars": 0, + "last_update": "2025-10-08 18:29:37", + "cached_time": 1765732047.397449, + "author_account_age_days": 1018 + }, + "https://github.com/Art-xmaster/comfyui-AGSoft": { + "stars": 5, + "last_update": "2025-12-06 12:46:50", + "cached_time": 1765732047.59609, + "author_account_age_days": 472 + }, + "https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": { + "stars": 1, + "last_update": "2025-12-08 03:53:56", + "cached_time": 1765732047.591902, + "author_account_age_days": 1735 + }, + "https://github.com/cyan9977/ComfyUI_PromptQueue": { + "stars": 0, + "last_update": "2025-12-10 01:45:27", + "cached_time": 1765732047.686897, + "author_account_age_days": 465 + }, + "https://github.com/No-22-Github/ComfyUI_RWKV_Studio": { + "stars": 0, + "last_update": "2025-09-26 13:42:27", + "cached_time": 1765732047.689731, + "author_account_age_days": 958 + }, + "https://github.com/lrzjason/Comfyui-QwenEditUtils": { + "stars": 627, + "last_update": "2025-11-18 03:52:42", + "cached_time": 1765732047.761373, + "author_account_age_days": 4201 + }, + "https://github.com/Verolelb/ComfyUI-VideoCompressor": { + "stars": 4, + "last_update": "2025-09-26 13:06:13", + "cached_time": 1765732047.77562, + "author_account_age_days": 1160 + }, + "https://github.com/tritant/ComfyUI_Custom_Switch": { + "stars": 6, + "last_update": "2025-10-12 13:57:31", + "cached_time": 1765732047.851561, + "author_account_age_days": 3679 + }, + "https://github.com/co5dt/ComfyUI-Persistent-Queue": { + "stars": 3, + "last_update": "2025-09-28 11:49:26", + "cached_time": 1765732047.862428, + "author_account_age_days": 3384 + }, + "https://github.com/kj863257/ComfyUI_RC_Image_Compositor": { + "stars": 12, + "last_update": "2025-11-16 06:39:09", + "cached_time": 1765732047.929145, + "author_account_age_days": 3681 + }, + "https://github.com/Light-x02/ComfyUI-Lightx02-Nodes": { + "stars": 4, + "last_update": "2025-12-06 00:21:48", + "cached_time": 1765732048.330213, + "author_account_age_days": 1316 + }, + "https://github.com/AHEKOT/ComfyUI_VNCCS": { + "stars": 387, + "last_update": "2025-12-14 15:25:27", + "cached_time": 1765732048.440625, + "author_account_age_days": 1113 + }, + "https://github.com/abdullahceylan/ac-comfyui-queue-manager": { + "stars": 4, + "last_update": "2025-09-27 18:12:15", + "cached_time": 1765732048.65023, + "author_account_age_days": 2843 + }, + "https://github.com/wzken/ComfyUI-Steganos-Node": { + "stars": 0, + "last_update": "2025-09-28 16:27:27", + "cached_time": 1765732048.676892, + "author_account_age_days": 3506 + }, + "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": { + "stars": 6, + "last_update": "2025-10-07 16:01:16", + "cached_time": 1765732048.724902, + "author_account_age_days": 5295 + }, + "https://github.com/gregory-richard/ComfyUI-WarpPipe": { + "stars": 1, + "last_update": "2025-12-02 00:30:52", + "cached_time": 1765732048.756645, + "author_account_age_days": 2641 + }, + "https://github.com/J-ChenX/ComfyUI-NIX": { + "stars": 2, + "last_update": "2025-09-29 03:08:12", + "cached_time": 1765732048.818423, + "author_account_age_days": 1867 + }, + "https://github.com/Duanyll/comfyui_functional": { + "stars": 0, + "last_update": "2025-11-25 13:15:18", + "cached_time": 1765732048.85953, + "author_account_age_days": 3271 + }, + "https://github.com/hanL34/ComfyUI-Power-Artist-Loader": { + "stars": 11, + "last_update": "2025-11-04 08:57:24", + "cached_time": 1765732048.879414, + "author_account_age_days": 1012 + }, + "https://github.com/gpdev-Pilcothink/comfyui_pilcothink_VisionSLM": { + "stars": 1, + "last_update": "2025-11-30 07:17:33", + "cached_time": 1765732048.885799, + "author_account_age_days": 1046 + }, + "https://github.com/nobandegani/comfyui_ino_nodes": { + "stars": 2, + "last_update": "2025-12-12 15:37:51", + "cached_time": 1765732048.974684, + "author_account_age_days": 1825 + }, + "https://github.com/guill/comfyui-stegaflow": { + "stars": 0, + "last_update": "2025-09-30 06:39:36", + "cached_time": 1765732049.380413, + "author_account_age_days": 4731 + }, + "https://github.com/azazeal04/ComfyUI-HybridSamplers": { + "stars": 7, + "last_update": "2025-11-09 17:17:00", + "cached_time": 1765732049.495239, + "author_account_age_days": 956 + }, + "https://github.com/OpenAssetIO/OpenAssetIO-ComfyUI": { + "stars": 1, + "last_update": "2025-09-30 09:49:18", + "cached_time": 1765732049.790109, + "author_account_age_days": 1307 + }, + "https://github.com/jamesk9526/NoxPrompter-ComfyUI-CustomNode": { + "stars": 1, + "last_update": "2025-10-04 06:23:15", + "cached_time": 1765732049.742202, + "author_account_age_days": 1501 + }, + "https://github.com/jfcantu/ComfyUI-AutoNotes": { + "stars": 9, + "last_update": "2025-10-01 21:17:38", + "cached_time": 1765732049.784209, + "author_account_age_days": 2525 + }, + "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5": { + "stars": 246, + "last_update": "2025-08-29 00:23:20", + "cached_time": 1765732049.833394, + "author_account_age_days": 949 + }, + "https://github.com/GENKAIx/PixelArt-Processing-Nodes-for-ComfyUI": { + "stars": 9, + "last_update": "2024-09-06 11:37:05", + "cached_time": 1765732049.87887, + "author_account_age_days": 2948 + }, + "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { + "stars": 1, + "last_update": "2025-08-02 15:50:33", + "cached_time": 1765732049.897546, + "author_account_age_days": 1187 + }, + "https://github.com/9nate-drake/ComfyUI-MaskCenter": { + "stars": 6, + "last_update": "2025-10-02 01:35:08", + "cached_time": 1765732049.934077, + "author_account_age_days": 2188 + }, + "https://github.com/mochidroppot/ComfyUI-ProxyFix": { + "stars": 0, + "last_update": "2025-10-03 02:29:35", + "cached_time": 1765732049.928049, + "author_account_age_days": 102 + }, + "https://github.com/Kishor900/comfyui-wanv2v-video-stitcher": { + "stars": 3, + "last_update": "2025-10-28 14:46:07", + "cached_time": 1765732050.017426, + "author_account_age_days": 3810 + }, + "https://github.com/wildminder/ComfyUI-KaniTTS": { + "stars": 34, + "last_update": "2025-10-17 15:45:23", + "cached_time": 1765732050.411913, + "author_account_age_days": 4771 + }, + "https://github.com/WangDianhui/ComfyUI-SA-ODE_Sampler": { + "stars": 1, + "last_update": "2025-10-04 02:48:04", + "cached_time": 1765732050.537302, + "author_account_age_days": 1039 + }, + "https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes": { + "stars": 1, + "last_update": "2025-10-09 03:19:03", + "cached_time": 1765732050.814434, + "author_account_age_days": 2971 + }, + "https://github.com/wallen0322/ComfyUI-SageAttention3": { + "stars": 12, + "last_update": "2025-10-04 07:00:09", + "cached_time": 1765732050.825112, + "author_account_age_days": 266 + }, + "https://github.com/u5dev/comfyUI_u5_VramFREE": { + "stars": 5, + "last_update": "2025-10-02 02:30:02", + "cached_time": 1765732050.862407, + "author_account_age_days": 83 + }, + "https://github.com/dothings/comfyui_placeholder_prompting": { + "stars": 0, + "last_update": "2025-10-03 12:06:27", + "cached_time": 1765732050.948813, + "author_account_age_days": 1615 + }, + "https://github.com/azazeal04/comfyui-switch-samplers": { + "stars": 3, + "last_update": "2025-10-07 17:17:03", + "cached_time": 1765732050.933114, + "author_account_age_days": 956 + }, + "https://github.com/Kidev/ComfyUI-FaceFilter": { + "stars": 1, + "last_update": "2025-10-04 18:43:44", + "cached_time": 1765732050.965945, + "author_account_age_days": 5139 + }, + "https://github.com/malkuthro/ComfyUI-Koolook": { + "stars": 0, + "last_update": "2025-12-10 14:11:56", + "cached_time": 1765732051.002694, + "author_account_age_days": 613 + }, + "https://github.com/Light-x02/ComfyUI-Civitai-Discovery-Hub": { + "stars": 18, + "last_update": "2025-10-05 02:37:53", + "cached_time": 1765732050.985197, + "author_account_age_days": 1316 + }, + "https://github.com/ThunderBolt4931/comfyui_pixel_forge": { + "stars": 1, + "last_update": "2025-10-04 10:47:38", + "cached_time": 1765732051.057578, + "author_account_age_days": 601 + }, + "https://github.com/snicolast/ComfyUI-Ovi": { + "stars": 113, + "last_update": "2025-10-16 21:46:54", + "cached_time": 1765732051.634954, + "author_account_age_days": 2912 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_Ovi": { + "stars": 45, + "last_update": "2025-10-06 18:35:59", + "cached_time": 1765732051.641294, + "author_account_age_days": 367 + }, + "https://github.com/BAIKEMARK/ComfyUI-Civitai-Toolkit": { + "stars": 99, + "last_update": "2025-11-25 03:54:19", + "cached_time": 1765732051.858918, + "author_account_age_days": 843 + }, + "https://github.com/Glidias/mask2sam": { + "stars": 0, + "last_update": "2025-10-07 04:07:01", + "cached_time": 1765732051.89228, + "author_account_age_days": 5801 + }, + "https://github.com/AI-TEC/ComfyUI-AITECCAFE-Toolkit": { + "stars": 0, + "last_update": "2025-10-13 14:14:55", + "cached_time": 1765732051.994472, + "author_account_age_days": 925 + }, + "https://github.com/smthemex/ComfyUI_LucidFlux": { + "stars": 55, + "last_update": "2025-12-10 12:12:01", + "cached_time": 1765732051.957776, + "author_account_age_days": 892 + }, + "https://github.com/synystersocks/ComfyUI-SocksLatentPatcher": { + "stars": 14, + "last_update": "2025-10-10 17:43:43", + "cached_time": 1765732052.15235, + "author_account_age_days": 941 + }, + "https://github.com/Light-x02/ComfyUI-checkpoint-Discovery-Hub": { + "stars": 4, + "last_update": "2025-10-11 12:43:37", + "cached_time": 1765732052.028865, + "author_account_age_days": 1316 + }, + "https://github.com/yolain/SaveVideoRGBA": { + "stars": 33, + "last_update": "2025-10-26 05:56:47", + "cached_time": 1765732052.056993, + "author_account_age_days": 1879 + }, + "https://github.com/piscesbody/ComfyUI-Upscale-CUDAspeed": { + "stars": 21, + "last_update": "2025-10-26 04:15:42", + "cached_time": 1765732052.047364, + "author_account_age_days": 3845 + }, + "https://github.com/leeguandong/ComfyUI_Qwen3Omni": { + "stars": 1, + "last_update": "2025-10-07 15:35:51", + "cached_time": 1765732052.08829, + "author_account_age_days": 3332 + }, + "https://github.com/lokinou/comfyui-better-flow": { + "stars": 1, + "last_update": "2025-10-22 21:23:02", + "cached_time": 1765732053.045836, + "author_account_age_days": 4692 + }, + "https://github.com/ShammiG/ComfyUI-Show-Clock-in-CMD-Console-SG": { + "stars": 10, + "last_update": "2025-11-11 15:25:48", + "cached_time": 1765732052.713264, + "author_account_age_days": 73 + }, + "https://github.com/mikecaronna/comfyui_c2pa_signer": { + "stars": 1, + "last_update": "2025-10-06 14:27:34", + "cached_time": 1765732052.900186, + "author_account_age_days": 2173 + }, + "https://github.com/iGavroche/ComfyUI-Ninode-Utils": { + "stars": 0, + "last_update": "2025-10-06 15:37:39", + "cached_time": 1765732052.915588, + "author_account_age_days": 1475 + }, + "https://github.com/yolain/ComfyUI-Easy-DotsOCR": { + "stars": 5, + "last_update": "2025-10-05 09:11:26", + "cached_time": 1765732053.013796, + "author_account_age_days": 1879 + }, + "https://github.com/Hearmeman24/ComfyUI-Pinecone": { + "stars": 0, + "last_update": "2025-10-05 15:52:58", + "cached_time": 1765732053.037363, + "author_account_age_days": 1339 + }, + "https://github.com/ShammiG/ComfyUI-VAE-Timestamp-Clock-SG": { + "stars": 0, + "last_update": "2025-11-11 15:41:53", + "cached_time": 1765732053.119807, + "author_account_age_days": 73 + }, + "https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3": { + "stars": 26, + "last_update": "2025-10-15 01:11:05", + "cached_time": 1765732053.220433, + "author_account_age_days": 4688 + }, + "https://github.com/scofano/comfy-text-stats": { + "stars": 0, + "last_update": "2025-10-10 20:10:48", + "cached_time": 1765732053.09744, + "author_account_age_days": 3288 + }, + "https://github.com/Kayarte/GeoNodes": { + "stars": 0, + "last_update": "2025-10-08 03:49:26", + "cached_time": 1765732053.146489, + "author_account_age_days": 591 + }, + "https://github.com/ryan-seungyong-lee/ComfyUI-PromptEnhancer": { + "stars": 6, + "last_update": "2025-10-06 18:43:07", + "cached_time": 1765732053.176862, + "author_account_age_days": 1855 + }, + "https://github.com/AzelusLightvale/ComfyUI-ARG-Toolkit": { + "stars": 0, + "last_update": "2025-12-05 12:51:26", + "cached_time": 1765732053.743174, + "author_account_age_days": 1910 + }, + "https://github.com/casc1701/ComfyUI_OverlayFrameNumber": { + "stars": 0, + "last_update": "2025-10-07 22:48:23", + "cached_time": 1765732053.954051, + "author_account_age_days": 1192 + }, + "https://github.com/bobosola/ComfyUI-reboot": { + "stars": 1, + "last_update": "2025-10-12 15:56:09", + "cached_time": 1765732053.975629, + "author_account_age_days": 3953 + }, + "https://github.com/voxta-ai/ComfyUI-VoxtaNodes": { + "stars": 1, + "last_update": "2025-10-09 03:59:42", + "cached_time": 1765732054.06517, + "author_account_age_days": 894 + }, + "https://github.com/abdozmantar/ComfyUI-DeepExtractV2": { + "stars": 34, + "last_update": "2025-10-12 18:20:58", + "cached_time": 1765732054.066599, + "author_account_age_days": 691 + }, + "https://github.com/Jairodaniel-17/ComfyUI-translate-offline": { + "stars": 1, + "last_update": "2025-10-08 18:50:53", + "cached_time": 1765732054.076998, + "author_account_age_days": 1739 + }, + "https://github.com/Sean-Bradley/ComfyUI-Image-Compare": { + "stars": 1, + "last_update": "2025-12-02 23:00:43", + "cached_time": 1765732054.137565, + "author_account_age_days": 4364 + }, + "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader": { + "stars": 11, + "last_update": "2025-12-11 02:31:18", + "cached_time": 1765732054.148314, + "author_account_age_days": 2039 + }, + "https://github.com/PiePieDesign/PiePieTweaks": { + "stars": 1, + "last_update": "2025-10-24 15:27:53", + "cached_time": 1765732054.234022, + "author_account_age_days": 202 + }, + "https://github.com/siraxe/ComfyUI-WanVideoWrapper_QQ": { + "stars": 47, + "last_update": "2025-12-11 03:05:59", + "cached_time": 1765732054.293279, + "author_account_age_days": 3166 + }, + "https://github.com/turnbros/ComfyBros": { + "stars": 0, + "last_update": "2025-11-05 03:20:19", + "cached_time": 1765732054.326141, + "author_account_age_days": 1918 + }, + "https://github.com/wgedeon/comfyui_play_traversal": { + "stars": 2, + "last_update": "2025-11-30 10:31:25", + "cached_time": 1765732054.774628, + "author_account_age_days": 4653 + }, + "https://github.com/moonwhaler/comfyui-moonpack": { + "stars": 9, + "last_update": "2025-10-10 09:53:05", + "cached_time": 1765732055.060432, + "author_account_age_days": 4962 + }, + "https://github.com/rslosch/comfyui-nodesweet": { + "stars": 1, + "last_update": "2025-10-28 19:34:17", + "cached_time": 1765732055.79227, + "author_account_age_days": 1428 + }, + "https://github.com/ycyy/ComfyUI-YCYY-API": { + "stars": 11, + "last_update": "2025-12-04 01:44:13", + "cached_time": 1765732055.11275, + "author_account_age_days": 3963 + }, + "https://github.com/9nate-drake/Comfyui-SecNodes": { + "stars": 340, + "last_update": "2025-10-18 04:07:12", + "cached_time": 1765732055.089869, + "author_account_age_days": 2188 + }, + "https://github.com/ihmily/comfy-deploy": { + "stars": 1, + "last_update": "2025-12-06 07:40:46", + "cached_time": 1765732055.168715, + "author_account_age_days": 1167 + }, + "https://github.com/scofano/comfy-audio-duration": { + "stars": 1, + "last_update": "2025-11-25 13:55:11", + "cached_time": 1765732055.204565, + "author_account_age_days": 3288 + }, + "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse": { + "stars": 1, + "last_update": "2025-10-27 20:54:15", + "cached_time": 1765732055.199142, + "author_account_age_days": 4364 + }, + "https://github.com/heyburns/PortraitUtils": { + "stars": 1, + "last_update": "2025-10-27 02:00:26", + "cached_time": 1765732055.286177, + "author_account_age_days": 2762 + }, + "https://github.com/sonnybox/ComfyUI-SuperNodes": { + "stars": 1, + "last_update": "2025-12-12 17:09:49", + "cached_time": 1765732055.377638, + "author_account_age_days": 1091 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_DreamOmni2": { + "stars": 77, + "last_update": "2025-10-11 18:24:55", + "cached_time": 1765732055.364017, + "author_account_age_days": 367 + }, + "https://github.com/sfinktah/ovum-spotlight": { + "stars": 3, + "last_update": "2025-11-17 21:35:38", + "cached_time": 1765732055.779466, + "author_account_age_days": 4571 + }, + "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": { + "stars": 29, + "last_update": "2025-12-10 20:57:09", + "cached_time": 1765732056.087896, + "author_account_age_days": 982 + }, + "https://github.com/pizurny/Comfyui-Latent-Transform-Sampler": { + "stars": 3, + "last_update": "2025-10-28 20:48:57", + "cached_time": 1765732056.149304, + "author_account_age_days": 1219 + }, + "https://github.com/PatrickBorkowicz/ComfyUI-ImmichUploader": { + "stars": 0, + "last_update": "2025-10-12 01:48:13", + "cached_time": 1765732056.168998, + "author_account_age_days": 4066 + }, + "https://github.com/jonstreeter/comfyui-compressed-metadata": { + "stars": 0, + "last_update": "2025-10-12 19:25:48", + "cached_time": 1765732056.217242, + "author_account_age_days": 1140 + }, + "https://github.com/leeooo001/comfyui-Hunyuan-PromptEnhancer": { + "stars": 13, + "last_update": "2025-10-10 19:01:40", + "cached_time": 1765732056.244598, + "author_account_age_days": 2276 + }, + "https://github.com/DaniilVdovin/ComfyUI-prompt-templating": { + "stars": 1, + "last_update": "2025-10-15 09:40:29", + "cached_time": 1765732056.235962, + "author_account_age_days": 2573 + }, + "https://github.com/GZK1108/Comfyui-QwenLoraLoaderSelective": { + "stars": 2, + "last_update": "2025-10-28 02:32:13", + "cached_time": 1765732056.320709, + "author_account_age_days": 1260 + }, + "https://github.com/maikgreubel/comfyui-loaddds": { + "stars": 0, + "last_update": "2025-10-12 15:04:26", + "cached_time": 1765732056.433286, + "author_account_age_days": 5350 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-TorchCompileSpeed": { + "stars": 24, + "last_update": "2025-10-11 15:26:20", + "cached_time": 1765732056.422415, + "author_account_age_days": 286 + }, + "https://github.com/lihaoyun6/ComfyUI-Segformer_Ultra_Fast": { + "stars": 38, + "last_update": "2025-10-17 14:58:31", + "cached_time": 1765732056.836468, + "author_account_age_days": 3649 + }, + "https://github.com/njlent/ComfyUI_performance-report": { + "stars": 2, + "last_update": "2025-10-12 15:00:25", + "cached_time": 1765732056.829582, + "author_account_age_days": 3996 + }, + "https://github.com/ru4ls/ComfyUI_Google-Fonts": { + "stars": 1, + "last_update": "2025-10-29 09:24:52", + "cached_time": 1765732057.144185, + "author_account_age_days": 1024 + }, + "https://github.com/IAMCCS/IAMCCS-nodes": { + "stars": 29, + "last_update": "2025-11-19 11:59:50", + "cached_time": 1765732057.193868, + "author_account_age_days": 2093 + }, + "https://github.com/MichaelMaxAgent/comfyui_ML_nodes": { + "stars": 0, + "last_update": "2025-12-03 06:42:44", + "cached_time": 1765732057.229423, + "author_account_age_days": 598 + }, + "https://github.com/yichengup/ComfyUI-VideoTransition": { + "stars": 24, + "last_update": "2025-10-27 07:36:45", + "cached_time": 1765732057.290245, + "author_account_age_days": 663 + }, + "https://github.com/leewinder/comfyui-crop-to-center": { + "stars": 0, + "last_update": "2025-10-13 16:41:33", + "cached_time": 1765732057.311009, + "author_account_age_days": 4989 + }, + "https://github.com/iguanesolutions/comfyui-ig1-tools": { + "stars": 4, + "last_update": "2025-11-27 14:42:19", + "cached_time": 1765732057.346746, + "author_account_age_days": 3049 + }, + "https://github.com/niknah/presentation-ComfyUI": { + "stars": 0, + "last_update": "2025-11-12 01:11:40", + "cached_time": 1765732057.366207, + "author_account_age_days": 5258 + }, + "https://github.com/PozzettiAndrea/ComfyUI-MeshCraft": { + "stars": 5, + "last_update": "2025-11-15 22:29:56", + "cached_time": 1765732057.925122, + "author_account_age_days": 2230 + }, + "https://github.com/rookiestar28/ComfyUI-Danbooru-Tags-Upsampler": { + "stars": 2, + "last_update": "2025-11-22 11:21:39", + "cached_time": 1765732057.524639, + "author_account_age_days": 751 + }, + "https://github.com/MoonMoon82/ClipVision_Tools": { + "stars": 6, + "last_update": "2025-10-29 10:14:16", + "cached_time": 1765732057.860486, + "author_account_age_days": 2705 + }, + "https://github.com/pdale-boop/Comfyui-Network-Guardian": { + "stars": 0, + "last_update": "2025-10-14 21:49:38", + "cached_time": 1765732057.875655, + "author_account_age_days": 64 + }, + "https://github.com/pierreb-mf/ComfyUI-MF-PipoNodes": { + "stars": 1, + "last_update": "2025-11-05 21:55:09", + "cached_time": 1765732058.175643, + "author_account_age_days": 60 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_mammothmoda": { + "stars": 6, + "last_update": "2025-10-15 16:19:44", + "cached_time": 1765732058.228093, + "author_account_age_days": 367 + }, + "https://github.com/m3rr/h4_ToolKit": { + "stars": 1, + "last_update": "2025-10-17 14:25:01", + "cached_time": 1765732058.256421, + "author_account_age_days": 839 + }, + "https://github.com/polym/ComfyUI-musubi": { + "stars": 1, + "last_update": "2025-10-21 11:45:22", + "cached_time": 1765732058.353375, + "author_account_age_days": 4770 + }, + "https://github.com/ChristopherLuciano/ComfyUI-LucianoTools": { + "stars": 0, + "last_update": "2025-10-21 02:34:23", + "cached_time": 1765732058.378344, + "author_account_age_days": 1391 + }, + "https://github.com/karthikg-09/ComfyUI-WanVideoAutoResize": { + "stars": 3, + "last_update": "2025-11-02 13:46:51", + "cached_time": 1765732058.382242, + "author_account_age_days": 734 + }, + "https://github.com/Pixelailabs/Joy_Caption_Two_PixelaiLabs": { + "stars": 5, + "last_update": "2025-11-06 16:43:31", + "cached_time": 1765732058.400411, + "author_account_age_days": 467 + }, + "https://github.com/AIGODLIKE/Blender-IO": { + "stars": 1, + "last_update": "2025-10-15 08:52:06", + "cached_time": 1765732058.627975, + "author_account_age_days": 1039 + }, + "https://github.com/smthemex/ComfyUI_OmniPart": { + "stars": 9, + "last_update": "2025-10-15 08:20:42", + "cached_time": 1765732058.898882, + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_FlashVSR": { + "stars": 256, + "last_update": "2025-11-22 08:20:33", + "cached_time": 1765732058.917558, + "author_account_age_days": 892 + }, + "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer": { + "stars": 6, + "last_update": "2025-11-14 01:14:34", + "cached_time": 1765732058.971104, + "author_account_age_days": 1432 + }, + "https://github.com/IuvenisSapiens/ComfyUI_Qwen3-VL-Instruct": { + "stars": 423, + "last_update": "2025-10-23 04:10:00", + "cached_time": 1765732059.224353, + "author_account_age_days": 949 + }, + "https://github.com/neo-editer/ComfyUI-Better-Dimensions-wan-v2": { + "stars": 0, + "last_update": "2025-10-16 19:08:52", + "cached_time": 1765732059.577673, + "author_account_age_days": 829 + }, + "https://github.com/nomadoor/ComfyUI-Temporal-Mask-Tools": { + "stars": 1, + "last_update": "2025-10-17 18:15:29", + "cached_time": 1765732059.305165, + "author_account_age_days": 1039 + }, + "https://github.com/Boba-svg/ComfyUI-PromptSwitch": { + "stars": 2, + "last_update": "2025-12-07 13:43:53", + "cached_time": 1765732059.392091, + "author_account_age_days": 89 + }, + "https://github.com/flybirdxx/ComfyUI-RexOmni": { + "stars": 9, + "last_update": "2025-10-23 07:12:56", + "cached_time": 1765732059.432274, + "author_account_age_days": 3185 + }, + "https://github.com/ru4ls/ComfyUI_StreetView-Loader": { + "stars": 5, + "last_update": "2025-12-05 10:45:39", + "cached_time": 1765732059.427079, + "author_account_age_days": 1024 + }, + "https://github.com/spawner1145/comfyui-lsnet": { + "stars": 78, + "last_update": "2025-11-04 05:55:42", + "cached_time": 1765732059.458307, + "author_account_age_days": 476 + }, + "https://github.com/sysoutch/blender-ComfyUIModelGenerator-addon": { + "stars": 1, + "last_update": "2025-10-18 18:25:23", + "cached_time": 1765732059.712158, + "author_account_age_days": 4610 + }, + "https://github.com/OKIE5/ComfyUI-CN-Pre": { + "stars": 0, + "last_update": "2025-10-18 23:45:21", + "cached_time": 1765732059.948034, + "author_account_age_days": 181 + }, + "https://github.com/SquirrelRat/MultiString-Prompts": { + "stars": 0, + "last_update": "2025-10-23 19:44:28", + "cached_time": 1765732059.97686, + "author_account_age_days": 2834 + }, + "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone": { + "stars": 1, + "last_update": "2025-11-22 15:36:30", + "cached_time": 1765732060.052414, + "author_account_age_days": 4364 + }, + "https://github.com/NewLouwa/ComfyUI-Model_preset_Pilot": { + "stars": 0, + "last_update": "2025-10-19 14:03:25", + "cached_time": 1765732060.258521, + "author_account_age_days": 2839 + }, + "https://github.com/lrzjason/Comfyui-LoraUtils": { + "stars": 27, + "last_update": "2025-11-13 15:49:36", + "cached_time": 1765732060.409127, + "author_account_age_days": 4201 + }, + "https://github.com/diffussy69/comfyui-curved_weight_schedule": { + "stars": 2, + "last_update": "2025-11-23 04:21:13", + "cached_time": 1765732060.431934, + "author_account_age_days": 550 + }, + "https://github.com/AlcAI-AnimeHaven/AlcAI-nodes": { + "stars": 0, + "last_update": "2025-10-19 20:26:42", + "cached_time": 1765732060.485118, + "author_account_age_days": 55 + }, + "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste": { + "stars": 0, + "last_update": "2025-10-25 21:28:35", + "cached_time": 1765732060.465702, + "author_account_age_days": 4115 + }, + "https://github.com/rdawgemfl/rdawg_3D_pack": { + "stars": 0, + "last_update": "2025-10-19 12:31:40", + "cached_time": 1765732060.529966, + "author_account_age_days": 2466 + }, + "https://github.com/nomadoor/ComfyUI-DualPanel-Subgraph-Viewer": { + "stars": 9, + "last_update": "2025-10-19 10:28:59", + "cached_time": 1765732060.611704, + "author_account_age_days": 1039 + }, + "https://github.com/omixmaxdimo/OmiXDev": { + "stars": 0, + "last_update": "2025-10-23 12:10:24", + "cached_time": 1765732060.751154, + "author_account_age_days": 2006 + }, + "https://github.com/ashtar1984/comfyui-find-perfect-resolution": { + "stars": 5, + "last_update": "2025-12-05 14:45:19", + "cached_time": 1765732061.023688, + "author_account_age_days": 56 + }, + "https://github.com/guyouyue/ComfyUI_VideoAutoSplit": { + "stars": 0, + "last_update": "2025-10-20 16:08:40", + "cached_time": 1765732061.037374, + "author_account_age_days": 980 + }, + "https://github.com/Analaser/ComfyUI-RandomTagWeights": { + "stars": 1, + "last_update": "2025-11-19 23:10:52", + "cached_time": 1765732061.111752, + "author_account_age_days": 2931 + }, + "https://github.com/cybernaut4/comfyui_arkl1te_toolkit": { + "stars": 1, + "last_update": "2025-10-21 13:13:22", + "cached_time": 1765732061.295982, + "author_account_age_days": 1979 + }, + "https://github.com/cmeka/ComfyUI-WanMoEScheduler": { + "stars": 5, + "last_update": "2025-11-05 01:59:12", + "cached_time": 1765732061.456915, + "author_account_age_days": 4304 + }, + "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": { + "stars": 6, + "last_update": "2025-12-12 06:40:19", + "cached_time": 1765732061.463012, + "author_account_age_days": 914 + }, + "https://github.com/APZmedia/Comfyui-LightDirection-estimation": { + "stars": 0, + "last_update": "2025-10-20 12:32:41", + "cached_time": 1765732061.506915, + "author_account_age_days": 3015 + }, + "https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper": { + "stars": 0, + "last_update": "2025-12-05 13:09:37", + "cached_time": 1765732061.551483, + "author_account_age_days": 1347 + }, + "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": { + "stars": 7, + "last_update": "2025-12-11 22:49:27", + "cached_time": 1765732061.55845, + "author_account_age_days": 914 + }, + "https://github.com/L33chKing/ComfyUI_Channel_Ops": { + "stars": 1, + "last_update": "2025-10-23 05:44:23", + "cached_time": 1765732061.659363, + "author_account_age_days": 2788 + }, + "https://github.com/alibof96/ComfyUI-DownscaleIRN": { + "stars": 0, + "last_update": "2025-10-30 22:04:34", + "cached_time": 1765732061.783556, + "author_account_age_days": 486 + }, + "https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer": { + "stars": 42, + "last_update": "2025-10-28 17:39:56", + "cached_time": 1765732062.058402, + "author_account_age_days": 266 + }, + "https://github.com/charlyad142/comfyUI_charly_replicate_api": { + "stars": 0, + "last_update": "2025-10-21 19:57:07", + "cached_time": 1765732062.09229, + "author_account_age_days": 3154 + }, + "https://github.com/L-Hugh/ComfyUI-Lumina-DiMOO": { + "stars": 2, + "last_update": "2025-10-21 17:53:33", + "cached_time": 1765732062.146189, + "author_account_age_days": 2946 + }, + "https://github.com/tenitsky/tenitsky-prompt-cycler-simple": { + "stars": 5, + "last_update": "2025-10-31 03:04:37", + "cached_time": 1765732062.367317, + "author_account_age_days": 237 + }, + "https://github.com/apenguin24/ComfyUI-WanKeyframing": { + "stars": 0, + "last_update": "2025-10-24 17:43:26", + "cached_time": 1765732062.488545, + "author_account_age_days": 55 + }, + "https://github.com/PozzettiAndrea/ComfyUI-Grounding": { + "stars": 29, + "last_update": "2025-12-09 18:26:12", + "cached_time": 1765732062.573303, + "author_account_age_days": 2230 + }, + "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": { + "stars": 0, + "last_update": "2025-11-05 05:35:43", + "cached_time": 1765732062.560824, + "author_account_age_days": 2861 + }, + "https://github.com/pacchikAI/comfyui_pacchik_ImagePromptBatch": { + "stars": 0, + "last_update": "2025-10-22 16:27:05", + "cached_time": 1765732062.702161, + "author_account_age_days": 216 + }, + "https://github.com/Antique3e/ComfyUI-ModalCredits": { + "stars": 0, + "last_update": "2025-12-05 16:07:04", + "cached_time": 1765732062.65471, + "author_account_age_days": 61 + }, + "https://github.com/balu112121/comfyui-LoadImageFromURL": { + "stars": 1, + "last_update": "2025-10-23 05:44:35", + "cached_time": 1765732062.743316, + "author_account_age_days": 351 + }, + "https://github.com/QuietNoise/comfyui_queue_manager": { + "stars": 35, + "last_update": "2025-12-13 22:51:09", + "cached_time": 1765732062.812878, + "author_account_age_days": 4743 + }, + "https://github.com/Spin256/spin256-comfyui": { + "stars": 0, + "last_update": "2025-10-24 12:41:13", + "cached_time": 1765732063.098499, + "author_account_age_days": 52 + }, + "https://github.com/lihaoyun6/ComfyUI-FlashVSR_Ultra_Fast": { + "stars": 573, + "last_update": "2025-11-20 07:37:22", + "cached_time": 1765732063.121166, + "author_account_age_days": 3649 + }, + "https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack": { + "stars": 0, + "last_update": "2025-12-13 10:19:17", + "cached_time": 1765732063.170368, + "author_account_age_days": 1223 + }, + "https://github.com/lakkiy/ComfyUI-RWImageS3": { + "stars": 0, + "last_update": "2025-11-18 12:12:24", + "cached_time": 1765732063.441107, + "author_account_age_days": 3282 + }, + "https://github.com/wallen0322/ComfyUI-Wan22FMLF": { + "stars": 342, + "last_update": "2025-12-10 12:35:40", + "cached_time": 1765732063.519713, + "author_account_age_days": 266 + }, + "https://github.com/TianDongL/Blind_watermark_Comfyui": { + "stars": 13, + "last_update": "2025-10-25 02:21:54", + "cached_time": 1765732063.82783, + "author_account_age_days": 294 + }, + "https://github.com/ShammiG/ComfyUI-Image_Properties_SG": { + "stars": 10, + "last_update": "2025-12-05 06:41:25", + "cached_time": 1765732063.632161, + "author_account_age_days": 73 + }, + "https://github.com/leewinder/comfyui-mureka-api": { + "stars": 0, + "last_update": "2025-10-24 08:50:08", + "cached_time": 1765732063.711797, + "author_account_age_days": 4989 + }, + "https://github.com/scofano/ComfyUI-Advanced-TextOverlay": { + "stars": 17, + "last_update": "2025-11-25 01:15:55", + "cached_time": 1765732063.782362, + "author_account_age_days": 3288 + }, + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert_video": { + "stars": 2, + "last_update": "2025-10-29 15:59:02", + "cached_time": 1765732063.783626, + "author_account_age_days": 3980 + }, + "https://github.com/APZmedia/ComfyUI-Dreamlight": { + "stars": 0, + "last_update": "2025-11-04 16:52:57", + "cached_time": 1765732063.848835, + "author_account_age_days": 3015 + }, + "https://github.com/KursatAs/KrsNodes": { + "stars": 0, + "last_update": "2025-11-01 02:54:07", + "cached_time": 1765732064.204713, + "author_account_age_days": 1110 + }, + "https://github.com/BlackSnowSkill/wd14_batch_tagger": { + "stars": 1, + "last_update": "2025-10-23 14:29:51", + "cached_time": 1765732064.168414, + "author_account_age_days": 445 + }, + "https://github.com/NewNoviceChen/ComfyUI-Simple-IndexTTs": { + "stars": 6, + "last_update": "2025-12-05 06:39:43", + "cached_time": 1765732064.223861, + "author_account_age_days": 1483 + }, + "https://github.com/WWWEN8/ComfyUI-CCXManager": { + "stars": 5, + "last_update": "2025-11-21 03:36:02", + "cached_time": 1765732064.504822, + "author_account_age_days": 846 + }, + "https://github.com/Dehypnotic/comfyui-dehypnotic-save-nodes": { + "stars": 0, + "last_update": "2025-10-26 15:41:28", + "cached_time": 1765732064.566537, + "author_account_age_days": 1630 + }, + "https://github.com/rsxdalv/ComfyUI-TTS-Webui": { + "stars": 2, + "last_update": "2025-10-31 17:42:44", + "cached_time": 1765732064.691502, + "author_account_age_days": 4313 + }, + "https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": { + "stars": 1, + "last_update": "2025-12-10 17:16:56", + "cached_time": 1765732064.771768, + "author_account_age_days": 3311 + }, + "https://github.com/eddyhhlure1Eddy/ode-ComfyUI-WanVideoWrapper": { + "stars": 228, + "last_update": "2025-10-28 02:46:54", + "cached_time": 1765732064.820034, + "author_account_age_days": 286 + }, + "https://github.com/yannickcruz/ComfyUI_YSC_HighResFix": { + "stars": 0, + "last_update": "2025-11-10 00:44:08", + "cached_time": 1765732064.859798, + "author_account_age_days": 1602 + }, + "https://github.com/abdullahceylan/ac-comfyui-image-optimizer": { + "stars": 0, + "last_update": "2025-11-05 13:57:38", + "cached_time": 1765732064.90937, + "author_account_age_days": 2843 + }, + "https://github.com/Windecay/ComfyUI_CheckVprediction": { + "stars": 0, + "last_update": "2025-10-27 01:37:16", + "cached_time": 1765732064.917653, + "author_account_age_days": 563 + }, + "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": { + "stars": 255, + "last_update": "2025-12-14 07:58:50", + "cached_time": 1765732065.236801, + "author_account_age_days": 914 + }, + "https://github.com/GeekatplayStudio/comfyui-hitem3d": { + "stars": 7, + "last_update": "2025-11-16 15:47:02", + "cached_time": 1765732065.255585, + "author_account_age_days": 4128 + }, + "https://github.com/iGavroche/rocm-ninodes": { + "stars": 13, + "last_update": "2025-12-12 21:38:12", + "cached_time": 1765732065.287592, + "author_account_age_days": 1475 + }, + "https://github.com/heyburns/image-chooser-classic": { + "stars": 5, + "last_update": "2025-11-10 23:06:08", + "cached_time": 1765732065.569518, + "author_account_age_days": 2762 + }, + "https://github.com/wildminder/ComfyUI-DyPE": { + "stars": 403, + "last_update": "2025-12-09 13:40:24", + "cached_time": 1765732065.627286, + "author_account_age_days": 4771 + }, + "https://github.com/wouterverweirder/comfyui-penplotter": { + "stars": 0, + "last_update": "2025-10-28 14:32:45", + "cached_time": 1765732065.725854, + "author_account_age_days": 5175 + }, + "https://github.com/Aishor/comfyui-meta-sampler-guiado": { + "stars": 0, + "last_update": "2025-10-28 14:04:44", + "cached_time": 1765732065.795379, + "author_account_age_days": 5854 + }, + "https://github.com/ModelTC/ComfyUI-LightVAE": { + "stars": 41, + "last_update": "2025-11-03 08:47:45", + "cached_time": 1765732065.900371, + "author_account_age_days": 1948 + }, + "https://github.com/yeeyou/ComfyUI-OpenAI-Compatible-API": { + "stars": 1, + "last_update": "2025-10-28 07:36:38", + "cached_time": 1765732065.904508, + "author_account_age_days": 5334 + }, + "https://github.com/koirpraw/ComfyUI-GCP-storage-decouple": { + "stars": 0, + "last_update": "2025-10-27 19:59:19", + "cached_time": 1765732065.965908, + "author_account_age_days": 4263 + }, + "https://github.com/myonmu0/ComfyUI-Jumper": { + "stars": 0, + "last_update": "2025-12-03 17:30:16", + "cached_time": 1765732065.977689, + "author_account_age_days": 58 + }, + "https://github.com/weekii/ComfyUI-GGUF-FX": { + "stars": 0, + "last_update": "2025-10-31 11:03:33", + "cached_time": 1765732066.265703, + "author_account_age_days": 572 + }, + "https://github.com/spacepxl/ComfyUI-VAE-Utils": { + "stars": 135, + "last_update": "2025-11-30 03:00:58", + "cached_time": 1765732066.276953, + "author_account_age_days": 832 + }, + "https://github.com/flybirdxx/ComfyUI-SoulX-Podcast": { + "stars": 78, + "last_update": "2025-10-31 13:16:53", + "cached_time": 1765732066.305032, + "author_account_age_days": 3185 + }, + "https://github.com/Revmagi/DDM_bundle": { + "stars": 0, + "last_update": "2025-10-30 21:03:27", + "cached_time": 1765732066.637811, + "author_account_age_days": 3762 + }, + "https://github.com/fchangjun/Baidu_Meux_ComfyTools": { + "stars": 2, + "last_update": "2025-11-28 02:39:54", + "cached_time": 1765732066.653326, + "author_account_age_days": 4062 + }, + "https://github.com/SquirrelRat/WanVideoLooper": { + "stars": 5, + "last_update": "2025-11-13 15:18:00", + "cached_time": 1765732066.767443, + "author_account_age_days": 2834 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_VideoAsPrompt": { + "stars": 19, + "last_update": "2025-10-30 10:25:36", + "cached_time": 1765732066.882079, + "author_account_age_days": 367 + }, + "https://github.com/FranckyB/ComfyUI-Prompt-Manager": { + "stars": 17, + "last_update": "2025-12-14 07:36:44", + "cached_time": 1765732066.96098, + "author_account_age_days": 4025 + }, + "https://github.com/petr-pr/ComfyUI-TranslationNode": { + "stars": 0, + "last_update": "2025-11-05 22:42:00", + "cached_time": 1765732066.932846, + "author_account_age_days": 1360 + }, + "https://github.com/alFrame/ComfyUI-AF-Pack-Prompt-Nodes": { + "stars": 2, + "last_update": "2025-11-12 17:23:45", + "cached_time": 1765732066.978568, + "author_account_age_days": 3164 + }, + "https://github.com/alFrame/ComfyUI-AF-Find-Nodes": { + "stars": 2, + "last_update": "2025-11-26 16:18:48", + "cached_time": 1765732067.036034, + "author_account_age_days": 3164 + }, + "https://github.com/loockluo/comfyui-whisperx-pro": { + "stars": 2, + "last_update": "2025-11-04 16:27:20", + "cached_time": 1765732067.320071, + "author_account_age_days": 3378 + }, + "https://github.com/eRepublik-Labs/comfyui-nodes-erpk": { + "stars": 0, + "last_update": "2025-12-10 11:55:28", + "cached_time": 1765732067.359632, + "author_account_age_days": 1844 + }, + "https://github.com/hardik-uppal/ComfyUI-QwenVL-MultiImage": { + "stars": 3, + "last_update": "2025-10-30 23:34:18", + "cached_time": 1765732067.375153, + "author_account_age_days": 3792 + }, + "https://github.com/GreenLandisaLie/ComfyUI-RichText_BasicDynamicPrompts": { + "stars": 6, + "last_update": "2025-11-27 02:03:06", + "cached_time": 1765732067.699549, + "author_account_age_days": 1735 + }, + "https://github.com/fuselayer/comfyui-minimal-workflow-image": { + "stars": 2, + "last_update": "2025-11-09 06:16:48", + "cached_time": 1765732067.683728, + "author_account_age_days": 815 + }, + "https://github.com/Starnodes2024/comfyui_Starnodes_DyPE": { + "stars": 9, + "last_update": "2025-10-31 09:55:07", + "cached_time": 1765732067.791137, + "author_account_age_days": 540 + }, + "https://github.com/ardadmrknn/comfyui-history-clip-text-encode-node": { + "stars": 2, + "last_update": "2025-11-29 07:41:11", + "cached_time": 1765732067.917098, + "author_account_age_days": 461 + }, + "https://github.com/vantagewithai/Vantage-DyPE": { + "stars": 6, + "last_update": "2025-10-31 09:19:35", + "cached_time": 1765732067.945131, + "author_account_age_days": 553 + }, + "https://github.com/wizdroid/wizdroid-character": { + "stars": 3, + "last_update": "2025-11-29 14:04:02", + "cached_time": 1765732067.993644, + "author_account_age_days": 3012 + }, + "https://github.com/tritant/ComfyUI_SuperScaler": { + "stars": 169, + "last_update": "2025-12-09 09:58:42", + "cached_time": 1765732068.014428, + "author_account_age_days": 3679 + }, + "https://github.com/pizurny/ComfyUI-AV-Handles": { + "stars": 24, + "last_update": "2025-11-08 18:23:12", + "cached_time": 1765732068.069057, + "author_account_age_days": 1219 + }, + "https://github.com/walke2019/ComfyUI-GGUF-VLM": { + "stars": 18, + "last_update": "2025-11-19 06:31:32", + "cached_time": 1765732068.36881, + "author_account_age_days": 2448 + }, + "https://github.com/EuphoricPenguin/resemble-enhance-comfyui": { + "stars": 0, + "last_update": "2025-11-01 08:28:38", + "cached_time": 1765732068.410518, + "author_account_age_days": 3454 + }, + "https://github.com/MartinDeanMoriarty/ComfyUI-NumberToText": { + "stars": 0, + "last_update": "2025-11-01 13:35:28", + "cached_time": 1765732068.415329, + "author_account_age_days": 3931 + }, + "https://github.com/filliptm/ComfyUI_FL-Path-Animator": { + "stars": 5, + "last_update": "2025-11-05 04:44:02", + "cached_time": 1765732068.769324, + "author_account_age_days": 2274 + }, + "https://github.com/DazzleNodes/fit-mask-to-image": { + "stars": 1, + "last_update": "2025-11-16 01:32:44", + "cached_time": 1765732068.785417, + "author_account_age_days": 42 + }, + "https://github.com/hw5511/comfyui_hf_upscaler_loader": { + "stars": 1, + "last_update": "2025-11-18 23:03:59", + "cached_time": 1765732069.322748, + "author_account_age_days": 1627 + }, + "https://github.com/okdalto/ComfyUI-WithAnyone": { + "stars": 19, + "last_update": "2025-11-04 03:53:47", + "cached_time": 1765732068.979796, + "author_account_age_days": 3354 + }, + "https://github.com/darth-veitcher/comfyui-ollama-model-manager": { + "stars": 0, + "last_update": "2025-11-05 17:05:44", + "cached_time": 1765732069.00798, + "author_account_age_days": 4967 + }, + "https://github.com/amir84ferdos/ComfyUI-GRAG-ArchAi3D": { + "stars": 14, + "last_update": "2025-11-06 22:21:00", + "cached_time": 1765732069.015396, + "author_account_age_days": 982 + }, + "https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE": { + "stars": 1, + "last_update": "2025-11-04 08:08:46", + "cached_time": 1765732069.041784, + "author_account_age_days": 2387 + }, + "https://github.com/dskjal/comfyui-yolov8-simple": { + "stars": 0, + "last_update": "2025-11-07 04:54:26", + "cached_time": 1765732069.117497, + "author_account_age_days": 3616 + }, + "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption": { + "stars": 11, + "last_update": "2025-12-14 04:45:28", + "cached_time": 1765732069.40607, + "author_account_age_days": 1109 + }, + "https://github.com/kianxyzw/comfyui-model-linker": { + "stars": 51, + "last_update": "2025-11-05 15:39:16", + "cached_time": 1765732069.445431, + "author_account_age_days": 1411 + }, + "https://github.com/vantagewithai/Vantage-DreamOmni2": { + "stars": 2, + "last_update": "2025-11-06 04:53:18", + "cached_time": 1765732069.456989, + "author_account_age_days": 553 + }, + "https://github.com/Lavah000/ComfyUI-AdvGenPack": { + "stars": 1, + "last_update": "2025-11-05 03:36:00", + "cached_time": 1765732069.852264, + "author_account_age_days": 717 + }, + "https://github.com/smthemex/ComfyUI_ChronoEdit_SM": { + "stars": 3, + "last_update": "2025-11-18 10:43:12", + "cached_time": 1765732069.830802, + "author_account_age_days": 892 + }, + "https://github.com/francarl/ComfyUI-OnDemand-Loaders": { + "stars": 1, + "last_update": "2025-12-11 14:43:46", + "cached_time": 1765732069.996719, + "author_account_age_days": 5086 + }, + "https://github.com/GuardSkill/ComfyUI-VoiceSep": { + "stars": 1, + "last_update": "2025-11-05 06:11:30", + "cached_time": 1765732070.05836, + "author_account_age_days": 3571 + }, + "https://github.com/PauldeLavallaz/ComfyUI-CartesiaTTS": { + "stars": 1, + "last_update": "2025-11-05 02:56:11", + "cached_time": 1765732070.091271, + "author_account_age_days": 2381 + }, + "https://github.com/trunksn1/comfyui-change-checkpoint-randomly": { + "stars": 1, + "last_update": "2025-12-01 19:09:39", + "cached_time": 1765732070.080388, + "author_account_age_days": 3724 + }, + "https://github.com/Saganaki22/ComfyUI-Maya1_TTS": { + "stars": 51, + "last_update": "2025-11-11 23:36:14", + "cached_time": 1765732070.161987, + "author_account_age_days": 1674 + }, + "https://github.com/gitcapoom/comfyui_fovestimator": { + "stars": 1, + "last_update": "2025-11-06 17:12:20", + "cached_time": 1765732070.359839, + "author_account_age_days": 257 + }, + "https://github.com/TJ16th/ComfyUI-TJ-PolkaDot": { + "stars": 2, + "last_update": "2025-11-03 12:39:44", + "cached_time": 1765732070.45322, + "author_account_age_days": 3073 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-EddySevenResonance": { + "stars": 10, + "last_update": "2025-11-02 17:17:30", + "cached_time": 1765732070.511986, + "author_account_age_days": 286 + }, + "https://github.com/dskjal/comfyui-yolov8-dsuksampler": { + "stars": 0, + "last_update": "2025-11-09 15:23:16", + "cached_time": 1765732070.523918, + "author_account_age_days": 3616 + }, + "https://github.com/Seb-Lis/comfyui-image-labeler": { + "stars": 0, + "last_update": "2025-11-02 09:33:21", + "cached_time": 1765732070.871149, + "author_account_age_days": 71 + }, + "https://github.com/razvanmatei-sf/serhii-prompt-list": { + "stars": 0, + "last_update": "2025-11-03 10:19:48", + "cached_time": 1765732070.875676, + "author_account_age_days": 107 + }, + "https://github.com/HenkDz/nd-super-nodes": { + "stars": 21, + "last_update": "2025-11-03 12:44:11", + "cached_time": 1765732071.446029, + "author_account_age_days": 3587 + }, + "https://github.com/DazzleNodes/DazzleNodes": { + "stars": 0, + "last_update": "2025-11-24 22:23:02", + "cached_time": 1765732071.128064, + "author_account_age_days": 42 + }, + "https://github.com/scofano/ComfyUI-Simple-video-effects": { + "stars": 0, + "last_update": "2025-12-09 14:49:26", + "cached_time": 1765732071.117274, + "author_account_age_days": 3288 + }, + "https://github.com/adambarbato/ComfyUI-Sa2VA": { + "stars": 89, + "last_update": "2025-11-08 02:53:34", + "cached_time": 1765732071.12899, + "author_account_age_days": 4469 + }, + "https://github.com/colorAi/comfyui-ImageSelectorbyPrompt": { + "stars": 24, + "last_update": "2025-11-09 02:46:25", + "cached_time": 1765732071.387786, + "author_account_age_days": 952 + }, + "https://github.com/zpengcom/Comfyui-TextLine-counter": { + "stars": 0, + "last_update": "2025-11-04 02:32:33", + "cached_time": 1765732071.510538, + "author_account_age_days": 4165 + }, + "https://github.com/vsaan212/Vsaan212-workflow-utilities": { + "stars": 0, + "last_update": "2025-11-11 20:58:02", + "cached_time": 1765732071.502191, + "author_account_age_days": 328 + }, + "https://github.com/Lakonik/ComfyUI-piFlow": { + "stars": 115, + "last_update": "2025-11-12 05:08:29", + "cached_time": 1765732071.562013, + "author_account_age_days": 2320 + }, + "https://github.com/Bio2hazard/ComfyUI-Prompt-Snippets": { + "stars": 11, + "last_update": "2025-11-08 08:42:06", + "cached_time": 1765732071.565752, + "author_account_age_days": 4822 + }, + "https://github.com/mikesimone/ComfyUI-LinkModeToggle": { + "stars": 0, + "last_update": "2025-11-09 01:35:16", + "cached_time": 1765732071.911123, + "author_account_age_days": 2876 + }, + "https://github.com/Usonaki/ComfyUI-DyPE-Nunchaku": { + "stars": 5, + "last_update": "2025-11-08 18:33:14", + "cached_time": 1765732071.994925, + "author_account_age_days": 3966 + }, + "https://github.com/OwlvChirotha/ComfyUI-Owlv_Nodes": { + "stars": 1, + "last_update": "2025-11-19 03:25:46", + "cached_time": 1765732072.184394, + "author_account_age_days": 61 + }, + "https://github.com/x0x0b/ComfyUI-PromptHistoryGallery": { + "stars": 1, + "last_update": "2025-12-07 07:00:28", + "cached_time": 1765732072.259126, + "author_account_age_days": 2671 + }, + "https://github.com/bulldog68/ComfyUI_FMJ_LLM": { + "stars": 2, + "last_update": "2025-11-26 00:12:25", + "cached_time": 1765732072.25127, + "author_account_age_days": 642 + }, + "https://github.com/bulldog68/ComfyUI_FMJ_SP": { + "stars": 1, + "last_update": "2025-11-30 15:51:16", + "cached_time": 1765732072.440687, + "author_account_age_days": 642 + }, + "https://github.com/alFrame/ComfyUI-AF-Enhanced-HTML-Note": { + "stars": 1, + "last_update": "2025-11-10 14:12:45", + "cached_time": 1765732072.50976, + "author_account_age_days": 3164 + }, + "https://github.com/Cyrostar/ComfyUI-Artha-Nodes": { + "stars": 0, + "last_update": "2025-11-14 17:02:45", + "cached_time": 1765732072.558049, + "author_account_age_days": 3249 + }, + "https://github.com/brayevalerien/ComfyUI-GroqNodes": { + "stars": 1, + "last_update": "2025-11-08 15:46:01", + "cached_time": 1765732072.581525, + "author_account_age_days": 2132 + }, + "https://github.com/arthurtravers/ComfyUI-VideoOutputBridge": { + "stars": 0, + "last_update": "2025-11-21 04:35:57", + "cached_time": 1765732072.608832, + "author_account_age_days": 2979 + }, + "https://github.com/DazzleNodes/ComfyUI-Smart-Resolution-Calc": { + "stars": 3, + "last_update": "2025-11-12 21:11:23", + "cached_time": 1765732072.718368, + "author_account_age_days": 42 + }, + "https://github.com/EnragedAntelope/comfy-modelopt": { + "stars": 0, + "last_update": "2025-11-10 21:11:04", + "cached_time": 1765732072.94577, + "author_account_age_days": 507 + }, + "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack": { + "stars": 33, + "last_update": "2025-12-13 10:15:31", + "cached_time": 1765732073.035904, + "author_account_age_days": 2230 + }, + "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_advanced": { + "stars": 1, + "last_update": "2025-11-09 14:06:53", + "cached_time": 1765732073.212506, + "author_account_age_days": 924 + }, + "https://github.com/tester4488/mc_qwen": { + "stars": 4, + "last_update": "2025-11-14 11:46:00", + "cached_time": 1765732073.377786, + "author_account_age_days": 665 + }, + "https://github.com/Creditas-labs/ComfyUI-Adforge": { + "stars": 1, + "last_update": "2025-11-26 19:14:11", + "cached_time": 1765732073.83821, + "author_account_age_days": 39 + }, + "https://github.com/mercu-lore/-Multiple-Angle-Camera-Control": { + "stars": 103, + "last_update": "2025-11-18 16:14:09", + "cached_time": 1765732073.531016, + "author_account_age_days": 2013 + }, + "https://github.com/fuselayer/comfyui-noise-match": { + "stars": 0, + "last_update": "2025-11-10 06:37:09", + "cached_time": 1765732073.563145, + "author_account_age_days": 815 + }, + "https://github.com/TJ16th/TJ_ComfyUI_ColorUtility": { + "stars": 0, + "last_update": "2025-11-09 17:51:36", + "cached_time": 1765732073.577859, + "author_account_age_days": 3073 + }, + "https://github.com/alexjx/ComfyUI-Sa2VA-XJ": { + "stars": 10, + "last_update": "2025-11-25 06:34:18", + "cached_time": 1765732073.605521, + "author_account_age_days": 4878 + }, + "https://github.com/TJ16th/TJ_ComfyUI_Lineart2Vector": { + "stars": 1, + "last_update": "2025-11-09 02:41:19", + "cached_time": 1765732073.630797, + "author_account_age_days": 3073 + }, + "https://github.com/HallettVisual/ComfyUI-Qwen-Camera-Selector": { + "stars": 6, + "last_update": "2025-11-10 02:39:24", + "cached_time": 1765732073.745183, + "author_account_age_days": 439 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-MemoryCleaner": { + "stars": 16, + "last_update": "2025-11-10 15:36:42", + "cached_time": 1765732074.018095, + "author_account_age_days": 286 + }, + "https://github.com/bowtiedbluefin/ComfyUI-AI-CustomURL": { + "stars": 0, + "last_update": "2025-11-10 02:13:14", + "cached_time": 1765732074.068359, + "author_account_age_days": 1471 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenVideo": { + "stars": 15, + "last_update": "2025-11-10 09:59:51", + "cached_time": 1765732074.243025, + "author_account_age_days": 286 + }, + "https://github.com/Tr1dae/ComfyUI-EasyFilePaths": { + "stars": 0, + "last_update": "2025-11-08 23:31:36", + "cached_time": 1765732074.421534, + "author_account_age_days": 1076 + }, + "https://github.com/Geo1230/ComfyUI-DeepseekOCR": { + "stars": 1, + "last_update": "2025-11-18 03:42:53", + "cached_time": 1765732074.599359, + "author_account_age_days": 37 + }, + "https://github.com/rafacost/rafacost-comfy": { + "stars": 2, + "last_update": "2025-11-11 14:26:29", + "cached_time": 1765732074.611032, + "author_account_age_days": 4226 + }, + "https://github.com/princepainter/ComfyUI-PainterI2V": { + "stars": 460, + "last_update": "2025-11-24 23:48:08", + "cached_time": 1765732074.614115, + "author_account_age_days": 1041 + }, + "https://github.com/subraoul/ComfyUI_Bit-Depth-Enhancer": { + "stars": 0, + "last_update": "2025-11-10 21:17:53", + "cached_time": 1765732074.623456, + "author_account_age_days": 3544 + }, + "https://github.com/Saganaki22/ComfyUI-Step_Audio_EditX_TTS": { + "stars": 41, + "last_update": "2025-12-04 06:03:03", + "cached_time": 1765732074.667309, + "author_account_age_days": 1674 + }, + "https://github.com/yano/comfyui-fast-mosaic-detector": { + "stars": 3, + "last_update": "2025-11-13 14:57:28", + "cached_time": 1765732074.780858, + "author_account_age_days": 3284 + }, + "https://github.com/terefang/ComfyUI-Terefang-Nodes": { + "stars": 0, + "last_update": "2025-11-12 12:35:02", + "cached_time": 1765732074.868771, + "author_account_age_days": 5500 + }, + "https://github.com/ruanjianlun/comfyui_maya1_tts_alun": { + "stars": 0, + "last_update": "2025-11-11 03:17:07", + "cached_time": 1765732075.085469, + "author_account_age_days": 803 + }, + "https://github.com/OwlvChirotha/ComfyUI-Translator": { + "stars": 0, + "last_update": "2025-11-11 09:09:25", + "cached_time": 1765732075.674243, + "author_account_age_days": 61 + }, + "https://github.com/Creepybits/World_weaver": { + "stars": 13, + "last_update": "2025-11-26 16:28:31", + "cached_time": 1765732075.291946, + "author_account_age_days": 2145 + }, + "https://github.com/PozzettiAndrea/ComfyUI-HunyuanX": { + "stars": 5, + "last_update": "2025-11-15 22:29:56", + "cached_time": 1765732075.513438, + "author_account_age_days": 2230 + }, + "https://github.com/ttulttul/ComfyUI-FlowMatching-Upscaler": { + "stars": 44, + "last_update": "2025-11-26 00:15:38", + "cached_time": 1765732075.635724, + "author_account_age_days": 5295 + }, + "https://github.com/smthemex/ComfyUI_Step_Audio_EditX_SM": { + "stars": 23, + "last_update": "2025-11-15 05:43:39", + "cached_time": 1765732075.652825, + "author_account_age_days": 892 + }, + "https://github.com/princepainter/ComfyUI-PainterLongVideo": { + "stars": 91, + "last_update": "2025-11-18 23:59:04", + "cached_time": 1765732075.672577, + "author_account_age_days": 1041 + }, + "https://github.com/NudeJS-dev/ComfyUI-NudeJS-Image2Prompt": { + "stars": 0, + "last_update": "2025-12-06 17:39:43", + "cached_time": 1765732075.680047, + "author_account_age_days": 555 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-PreviewImageNode": { + "stars": 9, + "last_update": "2025-11-11 07:39:18", + "cached_time": 1765732075.688643, + "author_account_age_days": 286 + }, + "https://github.com/judian17/ComfyUI-SRT-subtitles-VoxCPM": { + "stars": 2, + "last_update": "2025-11-19 17:19:47", + "cached_time": 1765732075.813652, + "author_account_age_days": 2384 + }, + "https://github.com/Boba-svg/ComfyUI_AutoBatchRunner": { + "stars": 0, + "last_update": "2025-11-14 23:12:48", + "cached_time": 1765732075.93242, + "author_account_age_days": 89 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenFrameSelector": { + "stars": 10, + "last_update": "2025-11-11 07:40:58", + "cached_time": 1765732076.133062, + "author_account_age_days": 286 + }, + "https://github.com/AlexXia007/AIYang_TripleAPI": { + "stars": 1, + "last_update": "2025-11-10 17:53:55", + "cached_time": 1765732076.369218, + "author_account_age_days": 563 + }, + "https://github.com/leafiy/comfyui_psd_smart_object": { + "stars": 0, + "last_update": "2025-11-11 02:18:19", + "cached_time": 1765732076.634665, + "author_account_age_days": 5288 + }, + "https://github.com/psdwizzard/Comfyui-XYZ-stitch": { + "stars": 1, + "last_update": "2025-11-11 16:47:27", + "cached_time": 1765732076.689862, + "author_account_age_days": 3385 + }, + "https://github.com/anhrefnyoiyoi/Placeholder-Replacer-By-ID": { + "stars": 0, + "last_update": "2025-11-12 23:04:25", + "cached_time": 1765732076.729586, + "author_account_age_days": 2253 + }, + "https://github.com/elyetis/Comfyui-ColorMatchNodes": { + "stars": 1, + "last_update": "2025-11-23 11:23:09", + "cached_time": 1765732076.68774, + "author_account_age_days": 3542 + }, + "https://github.com/ussoewwin/image_resize_comfyui": { + "stars": 0, + "last_update": "2025-11-11 04:18:25", + "cached_time": 1765732076.742187, + "author_account_age_days": 914 + }, + "https://github.com/GraftingRayman/Unified-Vision-Prompt-Generator": { + "stars": 1, + "last_update": "2025-11-20 17:47:15", + "cached_time": 1765732076.730614, + "author_account_age_days": 701 + }, + "https://github.com/mercu-lore/BoxBox": { + "stars": 2, + "last_update": "2025-11-17 11:20:20", + "cached_time": 1765732076.742774, + "author_account_age_days": 2013 + }, + "ttps://github.com/GraftingRayman/Border-Distance-Mapper": { + "stars": 0, + "last_update": "2025-11-17 17:49:31", + "cached_time": 1765732076.869405, + "author_account_age_days": 701 + }, + "https://github.com/ahkimkoo/ComfyUI-GetKeyFrames": { + "stars": 0, + "last_update": "2025-11-14 11:02:04", + "cached_time": 1765732076.996002, + "author_account_age_days": 5776 + }, + "https://github.com/OwlvChirotha/ComfyUI-MultiTranslator": { + "stars": 0, + "last_update": "2025-11-11 09:09:25", + "cached_time": 1765732077.177411, + "author_account_age_days": 61 + }, + "https://github.com/PozzettiAndrea/ComfyUI-UniRig": { + "stars": 231, + "last_update": "2025-12-13 16:09:19", + "cached_time": 1765732077.667034, + "author_account_age_days": 2230 + }, + "https://github.com/IAMCCS/IAMCCS_annotate": { + "stars": 4, + "last_update": "2025-11-15 08:50:13", + "cached_time": 1765732077.695553, + "author_account_age_days": 2093 + }, + "https://github.com/jandan520/ComfyUI-AdvancedCameraPrompts": { + "stars": 25, + "last_update": "2025-11-12 19:23:07", + "cached_time": 1765732077.70573, + "author_account_age_days": 438 + }, + "https://github.com/PozzettiAndrea/ComfyUI-CADabra": { + "stars": 9, + "last_update": "2025-12-14 15:48:57", + "cached_time": 1765732077.734041, + "author_account_age_days": 2230 + }, + "https://github.com/perezjoan/ComfyUI-QwenEdit-Urbanism-by-UGA": { + "stars": 1, + "last_update": "2025-12-04 22:11:17", + "cached_time": 1765732077.806224, + "author_account_age_days": 2501 + }, + "https://github.com/tiheaven/Ps-Comfy-TiHeaveN-CustomNodes": { + "stars": 30, + "last_update": "2025-12-06 18:47:15", + "cached_time": 1765732077.788372, + "author_account_age_days": 770 + }, + "https://github.com/fuyouawa/comfyui-easytoolkit": { + "stars": 0, + "last_update": "2025-11-26 04:25:12", + "cached_time": 1765732077.793415, + "author_account_age_days": 1106 + }, + "https://github.com/power88/ComfyUI-PDiD-LLM-Nodes": { + "stars": 0, + "last_update": "2025-11-16 12:13:06", + "cached_time": 1765732077.78211, + "author_account_age_days": 3269 + }, + "https://github.com/Koratahiu/ComfyUI-Diff2Flow": { + "stars": 1, + "last_update": "2025-11-23 11:41:18", + "cached_time": 1765732077.90668, + "author_account_age_days": 362 + }, + "https://github.com/orpheus-gaze/comfyui-s2-guidance-test": { + "stars": 0, + "last_update": "2025-11-13 17:50:49", + "cached_time": 1765732078.039907, + "author_account_age_days": 87 + }, + "https://github.com/princepainter/ComfyUI-PainterI2VforKJ": { + "stars": 74, + "last_update": "2025-11-19 10:27:30", + "cached_time": 1765732078.24257, + "author_account_age_days": 1041 + }, + "https://github.com/deng-wei/ComfyUI-MiVolo-V2": { + "stars": 21, + "last_update": "2025-11-20 09:00:07", + "cached_time": 1765732078.701651, + "author_account_age_days": 4175 + }, + "https://github.com/alludus/ComfyUI-multiGPU-upscaler": { + "stars": 0, + "last_update": "2025-11-14 18:32:26", + "cached_time": 1765732078.754166, + "author_account_age_days": 3872 + }, + "https://github.com/Markus-Pasanen/batch_whisper_extension": { + "stars": 0, + "last_update": "2025-11-18 16:28:55", + "cached_time": 1765732078.739094, + "author_account_age_days": 2634 + }, + "https://github.com/princepainter/Comfyui-PainterAudioCut": { + "stars": 6, + "last_update": "2025-11-16 09:59:25", + "cached_time": 1765732078.765655, + "author_account_age_days": 1041 + }, + "htps://github.com/GraftingRayman/Border-Distance-Mapper": { + "stars": 0, + "last_update": "2025-11-17 17:49:31", + "cached_time": 1765732078.846504, + "author_account_age_days": 701 + }, + "https://github.com/MushroomFleet/DJZ-Pedalboard": { + "stars": 2, + "last_update": "2025-11-15 04:19:19", + "cached_time": 1765732078.839831, + "author_account_age_days": 4259 + }, + "https://github.com/GraftingRayman/Border-Distance-Mapper": { + "stars": 0, + "last_update": "2025-11-17 17:49:31", + "cached_time": 1765732078.866693, + "author_account_age_days": 701 + }, + "https://github.com/smthemex/ComfyUI_DyPE": { + "stars": 24, + "last_update": "2025-11-15 11:15:56", + "cached_time": 1765732078.861912, + "author_account_age_days": 892 + }, + "https://github.com/Koratahiu/ComfyUI-OFTv2": { + "stars": 3, + "last_update": "2025-11-17 19:18:33", + "cached_time": 1765732078.987775, + "author_account_age_days": 362 + }, + "https://github.com/Mister-Link/link-comfy-nodes": { + "stars": 0, + "last_update": "2025-12-10 13:06:53", + "cached_time": 1765732079.063413, + "author_account_age_days": 1220 + }, + "https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG": { + "stars": 29, + "last_update": "2025-12-09 04:52:05", + "cached_time": 1765732079.30052, + "author_account_age_days": 73 + }, + "https://github.com/alankent/ComfyUI-OA-360-Clip": { + "stars": 0, + "last_update": "2025-11-16 05:39:08", + "cached_time": 1765732079.779508, + "author_account_age_days": 4442 + }, + "https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3": { + "stars": 210, + "last_update": "2025-11-21 10:55:34", + "cached_time": 1765732079.778909, + "author_account_age_days": 2230 + }, + "https://github.com/comrender/ComfyUI-Topaz-Upscaler": { + "stars": 0, + "last_update": "2025-12-06 19:53:32", + "cached_time": 1765732079.790741, + "author_account_age_days": 889 + }, + "https://github.com/1038lab/ComfyUI-FlashVSR": { + "stars": 71, + "last_update": "2025-11-17 23:19:10", + "cached_time": 1765732079.827304, + "author_account_age_days": 990 + }, + "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization": { + "stars": 5, + "last_update": "2025-11-21 15:27:33", + "cached_time": 1765732079.885539, + "author_account_age_days": 1140 + }, + "https://github.com/GraftingRayman/ComfyUI-Dimension-Selector": { + "stars": 0, + "last_update": "2025-11-17 16:27:54", + "cached_time": 1765732079.884973, + "author_account_age_days": 701 + }, + "https://github.com/liming123332/ComfyUI-Ranbooru": { + "stars": 0, + "last_update": "2025-11-15 10:45:07", + "cached_time": 1765732079.929176, + "author_account_age_days": 3095 + }, + "https://github.com/SilentZhang/comfyui-encrypt": { + "stars": 0, + "last_update": "2025-11-15 22:03:32", + "cached_time": 1765732079.907285, + "author_account_age_days": 3981 + }, + "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": { + "stars": 0, + "last_update": "2025-11-16 22:35:53", + "cached_time": 1765732080.035549, + "author_account_age_days": 4128 + }, + "https://github.com/tristanvdb/ComfyUI-toolset": { + "stars": 0, + "last_update": "2025-11-17 16:40:27", + "cached_time": 1765732080.108708, + "author_account_age_days": 4946 + }, + "https://github.com/hum-ma/ComfyUI-TiledVaeLite": { + "stars": 3, + "last_update": "2025-12-10 16:37:12", + "cached_time": 1765732080.330493, + "author_account_age_days": 320 + }, + "https://github.com/princepainter/Comfyui-PainterSampler": { + "stars": 18, + "last_update": "2025-11-17 09:12:16", + "cached_time": 1765732080.805771, + "author_account_age_days": 1041 + }, + "https://github.com/WASasquatch/ComfyUI_LMStudio_EasyQuery": { + "stars": 4, + "last_update": "2025-11-17 22:13:31", + "cached_time": 1765732083.182542, + "author_account_age_days": 5163 + }, + "https://github.com/speige/ComfyUI_Make-It-Animatable": { + "stars": 2, + "last_update": "2025-11-19 19:31:44", + "cached_time": 1765732080.849128, + "author_account_age_days": 4896 + }, + "https://github.com/fuselayer/comfyui-lite-tracker": { + "stars": 0, + "last_update": "2025-11-17 09:53:32", + "cached_time": 1765732080.90781, + "author_account_age_days": 815 + }, + "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit": { + "stars": 17, + "last_update": "2025-12-14 11:52:31", + "cached_time": 1765732080.931925, + "author_account_age_days": 663 + }, + "https://github.com/cedarconnor/ComfyUI-DreamCube": { + "stars": 0, + "last_update": "2025-11-24 05:06:34", + "cached_time": 1765732080.952887, + "author_account_age_days": 4833 + }, + "https://github.com/EricRollei/Comfy_HunyuanImage3": { + "stars": 10, + "last_update": "2025-12-05 06:26:26", + "cached_time": 1765732080.931658, + "author_account_age_days": 1432 + }, + "https://github.com/alexjx/ComfyUI-XJNodes": { + "stars": 0, + "last_update": "2025-12-09 08:57:19", + "cached_time": 1765732081.019083, + "author_account_age_days": 4878 + }, + "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm": { + "stars": 1, + "last_update": "2025-11-20 10:20:50", + "cached_time": 1765732081.086709, + "author_account_age_days": 3889 + }, + "https://github.com/IamCreateAI/ComfyUI-Animon": { + "stars": 0, + "last_update": "2025-11-20 11:43:41", + "cached_time": 1765732081.240418, + "author_account_age_days": 370 + }, + "https://github.com/wzyfromhust/ComfyUI_SAM2UltraV2": { + "stars": 1, + "last_update": "2025-11-17 05:44:00", + "cached_time": 1765732081.400428, + "author_account_age_days": 1046 + }, + "https://github.com/neonr-0/ComfyUI-PixelConstrainedScaler": { + "stars": 1, + "last_update": "2025-11-18 16:03:25", + "cached_time": 1765732081.842457, + "author_account_age_days": 4297 + }, + "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": { + "stars": 42, + "last_update": "2025-12-13 16:13:15", + "cached_time": 1765732081.91539, + "author_account_age_days": 5280 + }, + "https://github.com/wallen0322/ComfyUI-AE-Animation": { + "stars": 52, + "last_update": "2025-12-09 04:23:56", + "cached_time": 1765732081.962205, + "author_account_age_days": 266 + }, + "https://github.com/EricRollei/Eric_Image_Processing_Nodes": { + "stars": 3, + "last_update": "2025-12-01 04:45:00", + "cached_time": 1765732081.999743, + "author_account_age_days": 1432 + }, + "https://github.com/swan7-py/ComfyUI-ImageAlphaCrop": { + "stars": 1, + "last_update": "2025-11-21 01:38:12", + "cached_time": 1765732082.05751, + "author_account_age_days": 335 + }, + "https://github.com/7BEII/comfyui-PD_comfy-api-node": { + "stars": 0, + "last_update": "2025-11-19 08:16:25", + "cached_time": 1765732082.09429, + "author_account_age_days": 351 + }, + "https://github.com/huyl3-cpu/comfyui-sortlist": { + "stars": 0, + "last_update": "2025-12-13 03:22:05", + "cached_time": 1765732082.139258, + "author_account_age_days": 2171 + }, + "https://github.com/ModelTC/ComfyUI-Lightx2vWrapper": { + "stars": 62, + "last_update": "2025-12-11 17:29:51", + "cached_time": 1765732082.324034, + "author_account_age_days": 1948 + }, + "https://github.com/fr0nky0ng/ComfyUI-JSON-Prompt": { + "stars": 3, + "last_update": "2025-11-28 14:51:10", + "cached_time": 1765732082.443985, + "author_account_age_days": 3806 + }, + "https://github.com/StarIICraft/ComfyUI-Simple-Selector": { + "stars": 0, + "last_update": "2025-11-19 19:20:30", + "cached_time": 1765732082.542724, + "author_account_age_days": 511 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SAM3": { + "stars": 291, + "last_update": "2025-12-13 11:48:55", + "cached_time": 1765732082.905117, + "author_account_age_days": 2230 + }, + "https://github.com/Hearmeman24/ComfyUI-LoRAPlotNode": { + "stars": 26, + "last_update": "2025-11-19 18:08:34", + "cached_time": 1765732083.009335, + "author_account_age_days": 1339 + }, + "https://github.com/wwzhifeng/comfyui-jsonprompt": { + "stars": 22, + "last_update": "2025-11-20 06:08:04", + "cached_time": 1765732083.022803, + "author_account_age_days": 937 + }, + "https://github.com/wouterverweirder/comfyui_sam3": { + "stars": 55, + "last_update": "2025-12-11 14:28:58", + "cached_time": 1765732083.064859, + "author_account_age_days": 5175 + }, + "https://github.com/EricRollei/AAA_Metadata_System": { + "stars": 2, + "last_update": "2025-12-02 10:13:25", + "cached_time": 1765732083.151456, + "author_account_age_days": 1432 + }, + "https://github.com/Sean-Bradley/ComfyUI-Remove-Background": { + "stars": 0, + "last_update": "2025-11-25 16:57:53", + "cached_time": 1765732083.142006, + "author_account_age_days": 4364 + }, + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe": { + "stars": 2, + "last_update": "2025-12-14 13:23:05", + "cached_time": 1765732083.189106, + "author_account_age_days": 1494 + }, + "https://github.com/Ltamann/ComfyUI-TBG-SAM3": { + "stars": 142, + "last_update": "2025-11-29 08:30:57", + "cached_time": 1765732083.345395, + "author_account_age_days": 4756 + }, + "https://github.com/rookiestar28/ComfyUI_Text_Processor": { + "stars": 5, + "last_update": "2025-11-26 05:22:32", + "cached_time": 1765732083.51874, + "author_account_age_days": 751 + }, + "https://github.com/EricRollei/HYPIR-ComfyUI": { + "stars": 1, + "last_update": "2025-11-18 18:34:15", + "cached_time": 1765732083.583698, + "author_account_age_days": 1432 + }, + "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect": { + "stars": 5, + "last_update": "2025-11-19 20:54:13", + "cached_time": 1765732083.924687, + "author_account_age_days": 67 + }, + "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin": { + "stars": 20, + "last_update": "2025-12-02 12:02:23", + "cached_time": 1765732084.111645, + "author_account_age_days": 23 + }, + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": { + "stars": 3, + "last_update": "2025-11-27 22:43:38", + "cached_time": 1765732084.129728, + "author_account_age_days": 1220 + }, + "https://github.com/EricRollei/PDF-Tools": { + "stars": 1, + "last_update": "2025-11-20 06:17:18", + "cached_time": 1765732084.171793, + "author_account_age_days": 1432 + }, + "https://github.com/kjqwer/SmartSaveImage": { + "stars": 1, + "last_update": "2025-11-21 07:32:18", + "cached_time": 1765732084.204725, + "author_account_age_days": 733 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody": { + "stars": 199, + "last_update": "2025-12-09 14:50:33", + "cached_time": 1765732084.202044, + "author_account_age_days": 2230 + }, + "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator": { + "stars": 1, + "last_update": "2025-11-22 01:25:11", + "cached_time": 1765732084.252094, + "author_account_age_days": 1404 + }, + "https://github.com/icekiub-ai/ComfyUI-IcyHider": { + "stars": 28, + "last_update": "2025-12-03 23:37:30", + "cached_time": 1765732084.250342, + "author_account_age_days": 78 + }, + "https://github.com/FuryNocturn/ComfyUI-Studio-Fury": { + "stars": 0, + "last_update": "2025-11-30 00:45:50", + "cached_time": 1765732084.376059, + "author_account_age_days": 3141 + }, + "https://github.com/TuriSc/comfyui-text-line-selector": { + "stars": 1, + "last_update": "2025-11-22 12:22:59", + "cached_time": 1765732084.558918, + "author_account_age_days": 4275 + }, + "https://github.com/Granddyser/wan-video-extender": { + "stars": 17, + "last_update": "2025-11-29 04:24:25", + "cached_time": 1765732084.619113, + "author_account_age_days": 1920 + }, + "https://github.com/EricRollei/Download_Tools": { + "stars": 2, + "last_update": "2025-11-28 21:38:14", + "cached_time": 1765732085.000804, + "author_account_age_days": 1432 + }, + "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect": { + "stars": 0, + "last_update": "2025-11-19 23:38:20", + "cached_time": 1765732085.132534, + "author_account_age_days": 922 + }, + "https://github.com/akawana/ComfyUI-Keybinding-extra": { + "stars": 1, + "last_update": "2025-12-14 14:19:41", + "cached_time": 1765732085.700225, + "author_account_age_days": 1013 + }, + "https://github.com/yukascomfy/ATI_AudioReactive": { + "stars": 0, + "last_update": "2025-11-21 10:34:47", + "cached_time": 1765732085.227467, + "author_account_age_days": 684 + }, + "https://github.com/EnragedAntelope/ComfyUI_EasyRegion": { + "stars": 0, + "last_update": "2025-11-23 15:21:21", + "cached_time": 1765732085.361894, + "author_account_age_days": 507 + }, + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes": { + "stars": 12, + "last_update": "2025-12-04 20:52:40", + "cached_time": 1765732085.289312, + "author_account_age_days": 661 + }, + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": { + "stars": 0, + "last_update": "2025-11-30 00:35:31", + "cached_time": 1765732085.290705, + "author_account_age_days": 3141 + }, + "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache": { + "stars": 29, + "last_update": "2025-11-29 03:30:56", + "cached_time": 1765732085.393419, + "author_account_age_days": 563 + }, + "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": { + "stars": 1, + "last_update": "2025-11-21 14:03:38", + "cached_time": 1765732085.408116, + "author_account_age_days": 682 + }, + "https://github.com/aining2022/ComfyUI_Swwan": { + "stars": 2, + "last_update": "2025-11-30 13:39:46", + "cached_time": 1765732085.615994, + "author_account_age_days": 570 + }, + "https://github.com/tuki0918/comfyui-image-expand-nodes": { + "stars": 0, + "last_update": "2025-11-28 01:04:10", + "cached_time": 1765732085.651315, + "author_account_age_days": 5281 + }, + "https://github.com/tuki0918/comfyui-image-tiled-nodes": { + "stars": 0, + "last_update": "2025-11-25 05:13:19", + "cached_time": 1765732086.070973, + "author_account_age_days": 5281 + }, + "https://github.com/techzuhaib/FaceCLIP-ComfyUI": { + "stars": 0, + "last_update": "2025-11-21 09:10:22", + "cached_time": 1765732086.152497, + "author_account_age_days": 708 + }, + "https://github.com/Nynxz/ComfyUI-NynxzNodes": { + "stars": 0, + "last_update": "2025-12-11 09:16:16", + "cached_time": 1765732086.272286, + "author_account_age_days": 2134 + }, + "https://github.com/jav12z/ComfyUI-ToyShaders": { + "stars": 3, + "last_update": "2025-11-26 19:15:56", + "cached_time": 1765732086.318674, + "author_account_age_days": 1235 + }, + "https://github.com/nitingrg/comfyui-ntools": { + "stars": 0, + "last_update": "2025-11-25 15:21:12", + "cached_time": 1765732086.401904, + "author_account_age_days": 1055 + }, + "https://github.com/tuki0918/ComfyUI_Cooldown_Node": { + "stars": 0, + "last_update": "2025-11-25 12:34:53", + "cached_time": 1765732086.413881, + "author_account_age_days": 5281 + }, + "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes": { + "stars": 1, + "last_update": "2025-12-09 08:59:21", + "cached_time": 1765732086.429149, + "author_account_age_days": 2575 + }, + "https://github.com/akawana/ComfyUI-Utils-extra": { + "stars": 0, + "last_update": "2025-12-14 13:23:24", + "cached_time": 1765732086.428995, + "author_account_age_days": 1013 + }, + "https://github.com/huygiatrng/Facefusion_comfyui": { + "stars": 38, + "last_update": "2025-11-30 22:08:41", + "cached_time": 1765732086.664624, + "author_account_age_days": 1999 + }, + "https://github.com/Ada123-a/ComfyUI-Kandinsky": { + "stars": 6, + "last_update": "2025-11-22 19:28:30", + "cached_time": 1765732086.705919, + "author_account_age_days": 985 + }, + "https://github.com/obvirm/ComfyUI-WhisperXX": { + "stars": 1, + "last_update": "2025-12-03 22:07:11", + "cached_time": 1765732086.758264, + "author_account_age_days": 1056 + }, + "https://github.com/agavesunset/AgaveLogicCounter": { + "stars": 1, + "last_update": "2025-11-27 07:54:15", + "cached_time": 1765732087.135224, + "author_account_age_days": 284 + }, + "https://github.com/zhanglongxiao111/Comfyui-geminiapi": { + "stars": 2, + "last_update": "2025-12-10 04:42:19", + "cached_time": 1765732087.177602, + "author_account_age_days": 828 + }, + "https://github.com/erosDiffusion/ComfyUI-ZImageDit": { + "stars": 5, + "last_update": "2025-12-03 21:54:01", + "cached_time": 1765732087.318284, + "author_account_age_days": 535 + }, + "https://github.com/MushroomFleet/ComfyUI-FLUX2-JSON": { + "stars": 5, + "last_update": "2025-11-27 09:25:04", + "cached_time": 1765732087.376125, + "author_account_age_days": 4259 + }, + "https://github.com/keghoang/ComfyUI-Charon": { + "stars": 0, + "last_update": "2025-11-24 19:00:49", + "cached_time": 1765732087.436979, + "author_account_age_days": 3582 + }, + "https://github.com/EnragedAntelope/comfyui-sdnq": { + "stars": 51, + "last_update": "2025-12-12 15:32:53", + "cached_time": 1765732087.505657, + "author_account_age_days": 507 + }, + "https://github.com/judian17/ComfyUI-multiple-inputs": { + "stars": 1, + "last_update": "2025-11-26 17:17:01", + "cached_time": 1765732087.460406, + "author_account_age_days": 2384 + }, + "https://github.com/marduk191/comfyui_qwen_runninghub": { + "stars": 0, + "last_update": "2025-11-23 16:45:09", + "cached_time": 1765732087.46707, + "author_account_age_days": 4953 + }, + "https://github.com/princepainter/Comfyui-PainterVRAM": { + "stars": 18, + "last_update": "2025-11-28 08:50:39", + "cached_time": 1765732087.728638, + "author_account_age_days": 1041 + }, + "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner": { + "stars": 23, + "last_update": "2025-12-14 16:30:13", + "cached_time": 1765732087.722187, + "author_account_age_days": 1205 + }, + "https://github.com/idvdii/ComfyUI-DvD-LoraTriggerwordsManager": { + "stars": 6, + "last_update": "2025-11-27 06:58:09", + "cached_time": 1765732087.813037, + "author_account_age_days": 241 + }, + "https://github.com/mobcat40/ComfyUI-PromptChain": { + "stars": 1, + "last_update": "2025-12-04 19:14:47", + "cached_time": 1765732088.205299, + "author_account_age_days": 142 + }, + "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes": { + "stars": 0, + "last_update": "2025-11-28 02:40:18", + "cached_time": 1765732088.221832, + "author_account_age_days": 85 + }, + "https://github.com/tpc2233/ComfyUI-Z-Image-Turbo": { + "stars": 9, + "last_update": "2025-11-28 21:49:00", + "cached_time": 1765732088.359627, + "author_account_age_days": 1276 + }, + "https://github.com/jrabek/BokehDiffusionComfyUI": { + "stars": 1, + "last_update": "2025-11-27 18:58:43", + "cached_time": 1765732088.422301, + "author_account_age_days": 5092 + }, + "https://github.com/princepainter/Comfyui-PainterFLF2V": { + "stars": 88, + "last_update": "2025-11-28 02:57:39", + "cached_time": 1765732088.484928, + "author_account_age_days": 1041 + }, + "https://github.com/llikethat/ComfyUI-iseebetter": { + "stars": 1, + "last_update": "2025-11-29 10:56:25", + "cached_time": 1765732088.506582, + "author_account_age_days": 4716 + }, + "https://github.com/buddy-bytes/ComfyUI-SmartResolutionToolkit": { + "stars": 0, + "last_update": "2025-12-08 06:33:14", + "cached_time": 1765732088.536988, + "author_account_age_days": 183 + }, + "https://github.com/Pondowner857/comfy_Pond_Nodes_V2": { + "stars": 2, + "last_update": "2025-12-05 08:14:07", + "cached_time": 1765732088.558591, + "author_account_age_days": 628 + }, + "https://github.com/ah-kun/ComfyUI-FailSafe-Translate-Node": { + "stars": 0, + "last_update": "2025-12-01 23:39:14", + "cached_time": 1765732088.759756, + "author_account_age_days": 666 + }, + "https://github.com/Kazama-Suichiku/ComfyUI-Meshy": { + "stars": 0, + "last_update": "2025-12-02 09:36:39", + "cached_time": 1765732088.767338, + "author_account_age_days": 562 + }, + "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision": { + "stars": 3, + "last_update": "2025-12-06 09:18:26", + "cached_time": 1765732088.87175, + "author_account_age_days": 398 + }, + "https://github.com/hal-xp/halxp-comfy": { + "stars": 1, + "last_update": "2025-12-04 11:21:35", + "cached_time": 1765732089.224515, + "author_account_age_days": 3063 + }, + "https://github.com/Aryan185/ComfyUI-VertexAPI": { + "stars": 1, + "last_update": "2025-12-02 08:45:03", + "cached_time": 1765732089.293757, + "author_account_age_days": 1710 + }, + "https://github.com/Seb-Lis/ComfyUI_Node_Pack": { + "stars": 0, + "last_update": "2025-11-30 11:13:27", + "cached_time": 1765732089.415688, + "author_account_age_days": 71 + }, + "https://github.com/HellerCommaA/ComfyUI-ZImageLatent": { + "stars": 2, + "last_update": "2025-12-03 23:23:29", + "cached_time": 1765732089.485486, + "author_account_age_days": 4866 + }, + "https://github.com/synthetai/ComfyUI-JM-Gemini-API": { + "stars": 1, + "last_update": "2025-12-13 03:25:47", + "cached_time": 1765732089.540806, + "author_account_age_days": 489 + }, + "https://github.com/Carasibana/ComfyUI-PolyMask": { + "stars": 2, + "last_update": "2025-12-01 10:57:35", + "cached_time": 1765732089.545125, + "author_account_age_days": 14 + }, + "https://github.com/SparknightLLC/ComfyUI-LatentOrientation": { + "stars": 0, + "last_update": "2025-11-28 23:28:46", + "cached_time": 1765732089.64915, + "author_account_age_days": 490 + }, + "https://github.com/illuminatianon/comfyui-lumi-tools": { + "stars": 0, + "last_update": "2025-12-05 07:00:57", + "cached_time": 1765732089.600414, + "author_account_age_days": 281 + }, + "https://github.com/MushroomFleet/ComfyUI-Variationator": { + "stars": 1, + "last_update": "2025-12-01 13:51:30", + "cached_time": 1765732089.819587, + "author_account_age_days": 4259 + }, + "https://github.com/llikethat/ComfyUI-faceExtracter": { + "stars": 0, + "last_update": "2025-12-03 04:53:02", + "cached_time": 1765732090.357515, + "author_account_age_days": 4716 + }, + "https://github.com/Fossiel/ComfyUI-Fossiel-WAN-Additional-Tilers": { + "stars": 1, + "last_update": "2025-12-02 03:41:53", + "cached_time": 1765732089.927919, + "author_account_age_days": 3311 + }, + "https://github.com/erosDiffusion/ComfyUI-EulerDiscreteScheduler": { + "stars": 174, + "last_update": "2025-12-11 11:46:09", + "cached_time": 1765732090.2631, + "author_account_age_days": 535 + }, + "https://github.com/Zeknes/Comfyui-Nanobanana-API": { + "stars": 0, + "last_update": "2025-12-02 09:39:30", + "cached_time": 1765732090.343979, + "author_account_age_days": 1133 + }, + "https://github.com/supElement/ComfyUI_Element_easy": { + "stars": 0, + "last_update": "2025-12-04 17:37:39", + "cached_time": 1765732090.469225, + "author_account_age_days": 584 + }, + "https://github.com/ChangeTheConstants/SeedVarianceEnhancer": { + "stars": 72, + "last_update": "2025-12-14 14:01:44", + "cached_time": 1765732090.51785, + "author_account_age_days": 10 + }, + "https://github.com/UndefinedUo/DuoUmiWildcards": { + "stars": 0, + "last_update": "2025-11-30 08:24:43", + "cached_time": 1765732090.616485, + "author_account_age_days": 880 + }, + "https://github.com/xiaoshengyvlin/ComfyUI-MetaData-ZaKo": { + "stars": 2, + "last_update": "2025-12-01 14:12:22", + "cached_time": 1765732090.58048, + "author_account_age_days": 747 + }, + "https://github.com/bpmpnaito/comfyui-imageviewer": { + "stars": 0, + "last_update": "2025-11-28 15:15:50", + "cached_time": 1765732090.612599, + "author_account_age_days": 5943 + }, + "https://github.com/SaTaNoob/ComfyUI-Z-Image-Turbo-Resolutions": { + "stars": 2, + "last_update": "2025-12-04 10:00:45", + "cached_time": 1765732090.705293, + "author_account_age_days": 3204 + }, + "https://github.com/CraftBlack/ComfyUI-Resolution-Divider": { + "stars": 0, + "last_update": "2025-12-08 04:15:29", + "cached_time": 1765732090.875503, + "author_account_age_days": 1745 + }, + "https://github.com/Randy420Marsh/ComfyUI-Civitai-API-Url-Resolver": { + "stars": 1, + "last_update": "2025-12-08 05:09:52", + "cached_time": 1765732091.460311, + "author_account_age_days": 2542 + }, + "https://github.com/zn123/ComfyUI-image-processor-zn123": { + "stars": 0, + "last_update": "2025-12-05 07:06:24", + "cached_time": 1765732091.369096, + "author_account_age_days": 4652 + }, + "https://github.com/Koko-boya/Comfyui-Z-Image-Utilities": { + "stars": 94, + "last_update": "2025-12-11 06:03:38", + "cached_time": 1765732091.413069, + "author_account_age_days": 2337 + }, + "https://github.com/fredlef/Comfyui_FSL_Nodes": { + "stars": 11, + "last_update": "2025-12-06 01:29:05", + "cached_time": 1765732091.483284, + "author_account_age_days": 2727 + }, + "https://github.com/btitkin/ComfyUI-RandomPromptBuilder": { + "stars": 6, + "last_update": "2025-12-03 10:00:24", + "cached_time": 1765732091.608872, + "author_account_age_days": 1520 + }, + "https://github.com/llikethat/ComfyUI-faceExtractor": { + "stars": 0, + "last_update": "2025-12-03 04:53:02", + "cached_time": 1765732091.554474, + "author_account_age_days": 4716 + }, + "https://github.com/akawana/ComfyUI-RGBYP-Mask-Editor": { + "stars": 1, + "last_update": "2025-12-14 10:05:05", + "cached_time": 1765732091.630611, + "author_account_age_days": 1013 + }, + "https://github.com/exedesign/Hunyuan-3D-v3": { + "stars": 1, + "last_update": "2025-12-11 14:11:29", + "cached_time": 1765732091.671083, + "author_account_age_days": 1872 + }, + "https://github.com/sirouk/chutes-comfyui-node": { + "stars": 0, + "last_update": "2025-12-01 23:12:03", + "cached_time": 1765732091.695345, + "author_account_age_days": 4099 + }, + "https://github.com/smthemex/ComfyUI_GRAG_Image_Editing": { + "stars": 7, + "last_update": "2025-11-30 07:52:54", + "cached_time": 1765732091.73873, + "author_account_age_days": 892 + }, + "https://github.com/Tinuva88/Comfy-UmiAI": { + "stars": 19, + "last_update": "2025-12-11 13:05:52", + "cached_time": 1765732091.982498, + "author_account_age_days": 1141 + }, + "https://github.com/KLL535/ComfyUI_Simple_Qwen3-VL-gguf": { + "stars": 10, + "last_update": "2025-12-09 07:37:51", + "cached_time": 1765732092.403144, + "author_account_age_days": 387 + }, + "https://github.com/mrf/ComfyPoe": { + "stars": 0, + "last_update": "2025-11-26 22:43:59", + "cached_time": 1765732092.429652, + "author_account_age_days": 5715 + }, + "https://github.com/1038lab/ComfyUI-QwenVL": { + "stars": 446, + "last_update": "2025-11-29 01:10:00", + "cached_time": 1765732092.476437, + "author_account_age_days": 990 + }, + "https://github.com/dzy1128/ComfyUI-VertexAI": { + "stars": 1, + "last_update": "2025-11-25 08:18:07", + "cached_time": 1765732092.578351, + "author_account_age_days": 1708 + }, + "https://github.com/jeankassio/ComfyUI_MusicTools": { + "stars": 99, + "last_update": "2025-12-09 11:04:57", + "cached_time": 1765732092.62396, + "author_account_age_days": 3184 + }, + "https://github.com/Matthew-X/comfyui-workflow_importer": { + "stars": 0, + "last_update": "2025-12-10 09:16:34", + "cached_time": 1765732092.655627, + "author_account_age_days": 3312 + }, + "https://github.com/bomborant/ComfyUI-ShakaNodes": { + "stars": 0, + "last_update": "2025-12-06 03:30:50", + "cached_time": 1765732092.701458, + "author_account_age_days": 2058 + }, + "https://github.com/ameyukisora/ComfyUI-Empty-Latent-Advanced": { + "stars": 0, + "last_update": "2025-12-12 15:43:06", + "cached_time": 1765732092.734185, + "author_account_age_days": 2057 + }, + "https://github.com/HAL-XP/halxp-comfy": { + "stars": 1, + "last_update": "2025-12-04 11:21:35", + "cached_time": 1765732092.751987, + "author_account_age_days": 3063 + }, + "https://github.com/Transhumai/ComfyUI-LegionPower": { + "stars": 1, + "last_update": "2025-12-09 18:02:40", + "cached_time": 1765732092.950953, + "author_account_age_days": 341 + }, + "https://github.com/krakenunbound/kraken-discord-bot": { + "stars": 0, + "last_update": "2025-12-10 20:36:38", + "cached_time": 1765732093.021456, + "author_account_age_days": 116 + }, + "https://github.com/Hasasasa/ComfyUI_DashuaiTools": { + "stars": 3, + "last_update": "2025-12-09 09:55:11", + "cached_time": 1765732093.466644, + "author_account_age_days": 442 + }, + "https://github.com/ShootTheSound/comfyUI-Realtime-Lora": { + "stars": 162, + "last_update": "2025-12-13 02:09:28", + "cached_time": 1765732093.507212, + "author_account_age_days": 1229 + }, + "https://github.com/hackafterdark/ComfyUI-HackAfterDark-Nodes": { + "stars": 0, + "last_update": "2025-12-14 01:34:47", + "cached_time": 1765732093.555756, + "author_account_age_days": 756 + }, + "https://github.com/wouterverweirder/comfyui_live_input_stream": { + "stars": 2, + "last_update": "2025-11-25 15:19:18", + "cached_time": 1765732093.61978, + "author_account_age_days": 5175 + }, + "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Sync": { + "stars": 0, + "last_update": "2025-12-13 11:16:00", + "cached_time": 1765732093.646558, + "author_account_age_days": 5079 + }, + "https://github.com/DayMan84/ComfyUI-Usgromana": { + "stars": 5, + "last_update": "2025-12-13 15:12:02", + "cached_time": 1765732093.729042, + "author_account_age_days": 990 + }, + "https://github.com/akawana/ComfyUI-Folded-Prompts": { + "stars": 1, + "last_update": "2025-12-14 14:19:41", + "cached_time": 1765732093.740411, + "author_account_age_days": 1013 + }, + "https://github.com/DemonNCoding/PromptGenerator12Columns": { + "stars": 0, + "last_update": "2025-12-08 15:49:32", + "cached_time": 1765732093.766034, + "author_account_age_days": 1229 + }, + "https://github.com/Firetheft/ComfyUI_Simple_Web_Browser": { + "stars": 8, + "last_update": "2025-12-02 15:25:45", + "cached_time": 1765732093.872864, + "author_account_age_days": 1439 + }, + "https://github.com/x0x0b/ComfyUI-spritefusion-pixel-snapper": { + "stars": 0, + "last_update": "2025-12-07 08:54:58", + "cached_time": 1765732093.97048, + "author_account_age_days": 2671 + }, + "https://github.com/jomakaze/ComfyUI_JomaNodes": { + "stars": 1, + "last_update": "2025-12-05 07:33:50", + "cached_time": 1765732094.083424, + "author_account_age_days": 2799 + }, + "https://github.com/KAVVATARE/ComfyUI_SimpleGoogleTranslate": { + "stars": 0, + "last_update": "2025-11-29 13:36:44", + "cached_time": 1765732094.547274, + "author_account_age_days": 4669 + }, + "https://github.com/BigStationW/ComfyUi-ConditioningNoiseInjection": { + "stars": 58, + "last_update": "2025-12-09 13:48:35", + "cached_time": 1765732094.591159, + "author_account_age_days": 224 + }, + "https://github.com/bradsec/ComfyUI_ResolutionSelectorPlus": { + "stars": 14, + "last_update": "2025-12-07 10:46:58", + "cached_time": 1765732094.627723, + "author_account_age_days": 4194 + }, + "https://github.com/smthemex/ComfyUI_UltraFlux": { + "stars": 15, + "last_update": "2025-11-27 04:17:26", + "cached_time": 1765732094.663063, + "author_account_age_days": 892 + }, + "https://github.com/penposs/Comfyui-banana2": { + "stars": 0, + "last_update": "2025-11-26 03:58:01", + "cached_time": 1765732094.71914, + "author_account_age_days": 2296 + }, + "https://github.com/BobRandomNumber/ComfyUI-BasicOllama": { + "stars": 0, + "last_update": "2025-12-09 21:55:58", + "cached_time": 1765732094.792693, + "author_account_age_days": 381 + }, + "https://github.com/jonstreeter/comfyui-Lora-Tag-Power-Loader": { + "stars": 0, + "last_update": "2025-11-28 22:28:12", + "cached_time": 1765732094.762592, + "author_account_age_days": 1140 + }, + "https://github.com/BigStationW/ComfyUi-ConditioningTimestepSwitch": { + "stars": 1, + "last_update": "2025-12-09 14:34:29", + "cached_time": 1765732094.812483, + "author_account_age_days": 224 + }, + "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini": { + "stars": 1, + "last_update": "2025-12-10 18:47:34", + "cached_time": 1765732094.910833, + "author_account_age_days": 889 + }, + "https://github.com/dzy1128/ComfyUI-Vector-Engine": { + "stars": 0, + "last_update": "2025-12-08 08:40:26", + "cached_time": 1765732095.057426, + "author_account_age_days": 1708 + }, + "https://github.com/mamorett/ComfyUI-Flux2proReplicate": { + "stars": 0, + "last_update": "2025-11-26 12:06:56", + "cached_time": 1765732095.125657, + "author_account_age_days": 1290 + }, + "https://github.com/EricRollei/Emu35-Comfyui-Nodes": { + "stars": 1, + "last_update": "2025-12-08 03:33:49", + "cached_time": 1765732095.574336, + "author_account_age_days": 1432 + }, + "https://github.com/Randy420Marsh/civitai-api-url-resolver": { + "stars": 1, + "last_update": "2025-12-08 05:09:52", + "cached_time": 1765732095.609531, + "author_account_age_days": 2542 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-LLM-GGUF": { + "stars": 5, + "last_update": "2025-12-07 17:56:07", + "cached_time": 1765732095.66965, + "author_account_age_days": 286 + }, + "https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script": { + "stars": 0, + "last_update": "2025-12-08 19:39:56", + "cached_time": 1765732095.720481, + "author_account_age_days": 216 + }, + "https://github.com/Ysthara/ComfyUI-Resolution-AR-Node": { + "stars": 0, + "last_update": "2025-12-06 16:11:07", + "cached_time": 1765732095.744432, + "author_account_age_days": 8 + }, + "https://github.com/Kebolder/ComfyUI-Jax-Nodes": { + "stars": 0, + "last_update": "2025-12-12 05:13:45", + "cached_time": 1765732095.837359, + "author_account_age_days": 2043 + }, + "https://github.com/Zeknes/Comfyui-LLM-Chat": { + "stars": 0, + "last_update": "2025-12-05 05:40:04", + "cached_time": 1765732095.81464, + "author_account_age_days": 1133 + }, + "https://github.com/sooxt98/comfyui_longcat_image": { + "stars": 56, + "last_update": "2025-12-11 01:00:30", + "cached_time": 1765732095.874247, + "author_account_age_days": 3803 + }, + "https://github.com/Creditas-labs/ComfyUI_Adforge": { + "stars": 1, + "last_update": "2025-11-26 19:14:11", + "cached_time": 1765732096.038983, + "author_account_age_days": 39 + }, + "https://github.com/Seb-Lis/ComfyUI_Gemini_3_Pro_API_node": { + "stars": 0, + "last_update": "2025-11-21 09:06:40", + "cached_time": 1765732096.104624, + "author_account_age_days": 71 + }, + "https://github.com/t22m003/ComfyUI_LoopNode": { + "stars": 0, + "last_update": "2025-12-09 15:51:10", + "cached_time": 1765732096.225536, + "author_account_age_days": 2438 + }, + "https://github.com/thatname/Comfyui_CharaConsist": { + "stars": 0, + "last_update": "2025-12-06 04:33:36", + "cached_time": 1765732096.615673, + "author_account_age_days": 4317 + }, + "https://github.com/thrakotool/ComfyUI-KiraLoraEQ": { + "stars": 0, + "last_update": "2025-12-04 22:09:43", + "cached_time": 1765732096.664074, + "author_account_age_days": 2071 + }, + "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": { + "stars": 3, + "last_update": "2025-12-09 01:34:02", + "cached_time": 1765732096.703077, + "author_account_age_days": 353 + }, + "https://github.com/jessesep/SimpleVariables": { + "stars": 0, + "last_update": "2025-12-05 01:30:24", + "cached_time": 1765732096.758498, + "author_account_age_days": 2784 + }, + "https://github.com/siray-ai/siray-comfyui": { + "stars": 55, + "last_update": "2025-12-11 10:26:20", + "cached_time": 1765732096.841394, + "author_account_age_days": 79 + }, + "https://github.com/ritik-devsecops/ComfyUI-Floyo-Flux2-API-node": { + "stars": 1, + "last_update": "2025-11-26 23:27:36", + "cached_time": 1765732096.881456, + "author_account_age_days": 26 + }, + "https://github.com/mayunejie/ComfyUI-Allen-Yinpin": { + "stars": 0, + "last_update": "2025-12-02 03:08:44", + "cached_time": 1765732096.879996, + "author_account_age_days": 580 + }, + "https://github.com/TheArtOfficial/ComfyUI-MaskMorph": { + "stars": 0, + "last_update": "2025-12-07 18:45:32", + "cached_time": 1765732096.922289, + "author_account_age_days": 246 + }, + "https://github.com/purzbeats/ComfyUI-Purz": { + "stars": 19, + "last_update": "2025-12-08 19:56:18", + "cached_time": 1765732097.10008, + "author_account_age_days": 1433 + }, + "https://github.com/brahianrosswill/ComfyUi-RandomNoiseCustom": { + "stars": 0, + "last_update": "2025-12-07 20:21:12", + "cached_time": 1765732097.123891, + "author_account_age_days": 996 + }, + "https://github.com/reeoi/ComfyUI-WebROI": { + "stars": 0, + "last_update": "2025-11-25 08:44:40", + "cached_time": 1765732097.260649, + "author_account_age_days": 2298 + }, + "https://github.com/amtarr/ComfyUI-TextureAlchemy": { + "stars": 0, + "last_update": "2025-12-11 21:58:49", + "cached_time": 1765732097.642013, + "author_account_age_days": 1191 + }, + "https://github.com/beyondprompting/ComfyUI-Beyond_nodes": { + "stars": 0, + "last_update": "2025-12-03 16:56:40", + "cached_time": 1765732097.709174, + "author_account_age_days": 800 + }, + "https://github.com/Zone-Roam/ComfyUI-Live-Search": { + "stars": 0, + "last_update": "2025-11-26 12:20:52", + "cached_time": 1765732097.761565, + "author_account_age_days": 1790 + }, + "https://github.com/Daohoi123/ComfyUI-Gemini3": { + "stars": 1, + "last_update": "2025-11-26 01:14:40", + "cached_time": 1765732097.819602, + "author_account_age_days": 948 + }, + "https://github.com/FeiMao-326/Comfyui-General-API-Node": { + "stars": 0, + "last_update": "2025-12-12 09:35:25", + "cached_time": 1765732097.870416, + "author_account_age_days": 2096 + }, + "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader": { + "stars": 4, + "last_update": "2025-12-12 05:53:27", + "cached_time": 1765732097.942471, + "author_account_age_days": 1116 + }, + "https://github.com/AJbeckliy/SynVow-Comfyui-Nanoapi": { + "stars": 6, + "last_update": "2025-11-27 03:21:30", + "cached_time": 1765732097.95185, + "author_account_age_days": 609 + }, + "https://github.com/Merserk/ComfyUI-Flow-Assistor": { + "stars": 1, + "last_update": "2025-12-13 22:00:28", + "cached_time": 1765732097.945172, + "author_account_age_days": 1109 + }, + "https://github.com/systemaiofinterest-wq/ComfyUI-MetaAI": { + "stars": 0, + "last_update": "2025-12-04 04:36:01", + "cached_time": 1765732098.153392, + "author_account_age_days": 95 + }, + "https://github.com/dandancow874/ComfyUI-LMStudio-Controller": { + "stars": 0, + "last_update": "2025-12-09 15:17:10", + "cached_time": 1765732098.154733, + "author_account_age_days": 2214 + }, + "https://github.com/xiangyuT/ComfyUI-PromptEnhance": { + "stars": 0, + "last_update": "2025-12-08 08:52:26", + "cached_time": 1765732098.308785, + "author_account_age_days": 1251 + }, + "https://github.com/anilstream/ComfyUI-Ideogram-Character": { + "stars": 0, + "last_update": "2025-12-08 10:55:29", + "cached_time": 1765732098.707963, + "author_account_age_days": 545 + }, + "https://github.com/RunningOverGlowies/ComfyUI-PromptUtils": { + "stars": 2, + "last_update": "2025-12-08 13:44:46", + "cached_time": 1765732098.760159, + "author_account_age_days": 1393 + }, + "https://github.com/rjgoif/ComfyUI-Img-Label-Tools": { + "stars": 3, + "last_update": "2025-12-04 07:39:45", + "cached_time": 1765732098.814608, + "author_account_age_days": 4426 + }, + "https://github.com/lovelybbq/comfyui-custom-node-color": { + "stars": 8, + "last_update": "2025-12-14 17:03:02", + "cached_time": 1765732098.847198, + "author_account_age_days": 1493 + }, + "https://github.com/huihuihuiz/lora_downloader": { + "stars": 0, + "last_update": "2025-12-10 04:57:14", + "cached_time": 1765732098.893787, + "author_account_age_days": 2086 + }, + "https://github.com/Moeblack/ComfyUI-SimpleChat": { + "stars": 4, + "last_update": "2025-12-10 04:35:51", + "cached_time": 1765732098.981681, + "author_account_age_days": 3129 + }, + "https://github.com/Braeden90000/comfyui-load-image-url": { + "stars": 0, + "last_update": "2025-12-10 23:32:57", + "cached_time": 1765732099.01323, + "author_account_age_days": 2216 + }, + "https://github.com/lrzjason/Comfyui-LatentUtils": { + "stars": 46, + "last_update": "2025-12-06 16:50:41", + "cached_time": 1765732098.987285, + "author_account_age_days": 4201 + }, + "https://github.com/fudosanit/ComfyUI-Random-Resolution": { + "stars": 0, + "last_update": "2025-12-10 06:57:24", + "cached_time": 1765732099.206669, + "author_account_age_days": 42 + }, + "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance": { + "stars": 13, + "last_update": "2025-12-11 12:27:57", + "cached_time": 1765732099.227638, + "author_account_age_days": 699 + }, + "https://github.com/akaugun/comfyui-lora-hook-trigger": { + "stars": 0, + "last_update": "2025-12-12 05:29:44", + "cached_time": 1765732099.375149, + "author_account_age_days": 3 + }, + "https://github.com/theshubzworld/ComfyUI-NvidiaCaptioner": { + "stars": 0, + "last_update": "2025-12-10 11:09:29", + "cached_time": 1765732099.75905, + "author_account_age_days": 509 + }, + "https://github.com/theshubzworld/ComfyUI-Universal-Latent": { + "stars": 0, + "last_update": "2025-12-10 07:23:11", + "cached_time": 1765732099.816219, + "author_account_age_days": 509 + }, + "https://github.com/a-und-b/ComfyUI_AB_Wildcard": { + "stars": 0, + "last_update": "2025-12-10 15:06:11", + "cached_time": 1765732099.882061, + "author_account_age_days": 978 + }, + "https://github.com/tumbowungus/MultiMaskCouple": { + "stars": 0, + "last_update": "2025-12-10 21:50:31", + "cached_time": 1765732099.86264, + "author_account_age_days": 4 + }, + "https://github.com/jeankassio/JK-AceStep-Nodes": { + "stars": 10, + "last_update": "2025-12-12 22:23:08", + "cached_time": 1765732099.944752, + "author_account_age_days": 3184 + }, + "https://github.com/SuLU-K/comfyui-easy-sam3-tools": { + "stars": 0, + "last_update": "2025-12-09 16:06:41", + "cached_time": 1765732100.034883, + "author_account_age_days": 1845 + }, + "https://github.com/aTanguay/ComfyUI_Detonate": { + "stars": 0, + "last_update": "2025-11-25 04:13:26", + "cached_time": 1765732100.040584, + "author_account_age_days": 3987 + }, + "https://github.com/EMkrtchyan/ComfyUI-NormalsToDepth": { + "stars": 0, + "last_update": "2025-12-08 16:00:05", + "cached_time": 1765732100.04445, + "author_account_age_days": 431 + }, + "https://github.com/dcyd-lun/ComfyUI_text_diff": { + "stars": 0, + "last_update": "2025-12-09 14:31:18", + "cached_time": 1765732100.250717, + "author_account_age_days": 6 + }, + "https://github.com/darrell-goh/ComfyUI-NanoBanana_node": { + "stars": 0, + "last_update": "2025-12-05 11:00:30", + "cached_time": 1765732100.259807, + "author_account_age_days": 3045 + }, + "https://github.com/TuonoMindCode/ComfyUI-Resolution-Suggest-Downscale": { + "stars": 0, + "last_update": "2025-12-12 11:10:05", + "cached_time": 1765732100.43249, + "author_account_age_days": 216 + }, + "https://github.com/princepainter/Comfyui-PainterAudioLength": { + "stars": 0, + "last_update": "2025-12-09 01:50:09", + "cached_time": 1765732100.800342, + "author_account_age_days": 1041 + }, + "https://github.com/drawthingsai/draw-things-comfyui": { + "stars": 2, + "last_update": "2025-12-10 17:32:17", + "cached_time": 1765732100.918608, + "author_account_age_days": 944 + }, + "https://github.com/SKFRMSEHF/comfyui_SK_Loader": { + "stars": 0, + "last_update": "2025-12-14 13:52:19", + "cached_time": 1765732100.888903, + "author_account_age_days": 5 + }, + "https://github.com/This-is-Uncut/Custom-Node-ComfyUI-NBP-Uncut": { + "stars": 0, + "last_update": "2025-12-12 12:49:54", + "cached_time": 1765732101.019779, + "author_account_age_days": 229 + }, + "https://github.com/Limbicnation/ComfyUI-PromptGenerator": { + "stars": 1, + "last_update": "2025-12-14 06:22:39", + "cached_time": 1765726667.065016, + "author_account_age_days": 4367 + }, + "https://github.com/Deathspike/ComfyUI-MyOriginalWaifu": { + "stars": 0, + "last_update": "2025-12-13 11:39:13", + "cached_time": 1765731978.821356, + "author_account_age_days": 5789 + }, + "https://github.com/sebagallo/comfyui-sg-llama-cpp": { + "stars": 1, + "last_update": "2025-12-10 08:22:30", + "cached_time": 1765731978.932256, + "author_account_age_days": 3165 + }, + "https://github.com/hubo502/ComfyUI-Env-Loader": { + "stars": 0, + "last_update": "2025-12-07 03:39:23", + "cached_time": 1765731978.93795, + "author_account_age_days": 4436 + }, + "https://github.com/ashtar1984/ComfyUI-SwitchPathLazy": { + "stars": 0, + "last_update": "2025-12-13 15:55:26", + "cached_time": 1765731978.942426, + "author_account_age_days": 56 + }, + "https://github.com/fabbarix/comfyui-promptstore": { + "stars": 2, + "last_update": "2025-12-07 19:02:28", + "cached_time": 1765731978.957424, + "author_account_age_days": 2419 + }, + "https://github.com/LeonQ8/ComfyUI-Dynamic-Lora-Scheduler": { + "stars": 1, + "last_update": "2025-12-11 11:20:24", + "cached_time": 1765731978.981506, + "author_account_age_days": 609 + }, + "https://github.com/bedovyy/ComfyUI-LLM-Helper": { + "stars": 0, + "last_update": "2025-12-12 16:16:46", + "cached_time": 1765731978.957912, + "author_account_age_days": 901 + }, + "https://github.com/g7b2/ComfyUI-Artist-Tester": { + "stars": 0, + "last_update": "2025-12-13 00:21:36", + "cached_time": 1765731978.990526, + "author_account_age_days": 551 + }, + "https://github.com/ubisoft/ComfyUI-Chord": { + "stars": 160, + "last_update": "2025-12-09 06:07:19", + "cached_time": 1765731979.006531, + "author_account_age_days": 3062 + }, + "https://github.com/dseditor/Comfy-MCP": { + "stars": 1, + "last_update": "2025-12-14 04:47:06", + "cached_time": 1765731978.970418, + "author_account_age_days": 1542 + }, + "https://github.com/karas17/comfyui_GLM_TTS": { + "stars": 2, + "last_update": "2025-12-13 16:28:44", + "cached_time": 1765731979.407347, + "author_account_age_days": 3195 + }, + "https://github.com/ARM64-EC/ComfyUI-LongCatPlugin": { + "stars": 0, + "last_update": "2025-12-09 22:27:11", + "cached_time": 1765731979.848593, + "author_account_age_days": 628 + }, + "https://github.com/pantaleone-ai/Comfy-Firefly": { + "stars": 0, + "last_update": "2025-12-11 21:24:50", + "cached_time": 1765731979.977537, + "author_account_age_days": 1457 + }, + "https://github.com/febogallo/ComfyUI-Freepik": { + "stars": 0, + "last_update": "2025-12-12 12:06:18", + "cached_time": 1765731979.992122, + "author_account_age_days": 213 + }, + "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": { + "stars": 0, + "last_update": "2025-12-11 11:49:41", + "cached_time": 1765731980.023243, + "author_account_age_days": 305 + }, + "https://github.com/thnikk/comfyui-thnikk-utils": { + "stars": 0, + "last_update": "2025-12-13 23:06:56", + "cached_time": 1765731980.011487, + "author_account_age_days": 3835 + }, + "https://github.com/SiegeKeebsOffical/comfyui-lmstudio": { + "stars": 0, + "last_update": "2025-12-14 13:16:58", + "cached_time": 1765731980.021449, + "author_account_age_days": 3909 + }, + "https://github.com/maxczc/comfyui-sora-node": { + "stars": 0, + "last_update": "2025-12-13 06:26:26", + "cached_time": 1765731980.085268, + "author_account_age_days": 4181 + }, + "https://github.com/bombdefuser-124/Newbie-Teacache-ComfyUI": { + "stars": 0, + "last_update": "2025-12-13 21:28:29", + "cached_time": 1765731980.117481, + "author_account_age_days": 1341 + }, + "https://github.com/XYMikky12138/ComfyUI-MIKKY-Mask-Editor": { + "stars": 1, + "last_update": "2025-12-14 12:18:14", + "cached_time": 1765731980.141417, + "author_account_age_days": 0 + } +} \ No newline at end of file diff --git a/github-stats.json b/github-stats.json index 0d8cfe980..748ad3c4f 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1,15652 +1,18622 @@ { - "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": 701 + }, + "https://github.com/0x-jerry/comfyui-rembg": { + "stars": 1, "last_update": "2025-04-07 09:23:31", - "author_account_age_days": 3656 + "author_account_age_days": 3747 }, "https://github.com/0xRavenBlack/ComfyUI-OOP": { - "stars": 9, + "stars": 10, "last_update": "2025-03-02 11:59:14", - "author_account_age_days": 1827 + "author_account_age_days": 1917 }, "https://github.com/0xbitches/ComfyUI-LCM": { - "stars": 258, + "stars": 259, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 978 + "author_account_age_days": 1069 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { - "stars": 53, + "stars": 58, "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 899 + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-FireRedTTS": { + "stars": 41, + "last_update": "2025-09-16 17:02:31", + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-FlashVSR": { + "stars": 71, + "last_update": "2025-11-17 23:19:10", + "author_account_age_days": 990 }, "https://github.com/1038lab/ComfyUI-JoyCaption": { - "stars": 84, - "last_update": "2025-08-29 05:50:29", - "author_account_age_days": 899 + "stars": 172, + "last_update": "2025-11-07 06:57:18", + "author_account_age_days": 990 }, "https://github.com/1038lab/ComfyUI-LBM": { - "stars": 73, + "stars": 88, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 899 + "author_account_age_days": 990 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { "stars": 49, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 899 + "author_account_age_days": 990 }, "https://github.com/1038lab/ComfyUI-MiniCPM": { - "stars": 91, + "stars": 139, "last_update": "2025-08-28 19:52:08", - "author_account_age_days": 899 + "author_account_age_days": 990 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { - "stars": 61, + "stars": 74, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 899 + "author_account_age_days": 990 }, "https://github.com/1038lab/ComfyUI-Mosaic": { "stars": 1, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 899 + "author_account_age_days": 990 }, "https://github.com/1038lab/ComfyUI-OmniGen": { - "stars": 288, + "stars": 295, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 899 + "author_account_age_days": 990 }, "https://github.com/1038lab/ComfyUI-Pollinations": { - "stars": 42, + "stars": 46, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 899 + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-QwenVL": { + "stars": 446, + "last_update": "2025-11-29 01:10:00", + "author_account_age_days": 990 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1333, - "last_update": "2025-09-12 21:58:10", - "author_account_age_days": 899 + "stars": 1574, + "last_update": "2025-12-11 07:22:00", + "author_account_age_days": 990 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { - "stars": 63, + "stars": 65, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 899 + "author_account_age_days": 990 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { - "stars": 115, + "stars": 120, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 899 + "author_account_age_days": 990 + }, + "https://github.com/1038lab/ComfyUI-VoxCPMTTS": { + "stars": 22, + "last_update": "2025-12-11 23:23:52", + "author_account_age_days": 990 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { - "stars": 46, - "last_update": "2025-07-12 18:50:44", - "author_account_age_days": 899 + "stars": 60, + "last_update": "2025-11-06 00:14:44", + "author_account_age_days": 990 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, "last_update": "2025-08-26 04:55:51", - "author_account_age_days": 2330 + "author_account_age_days": 2421 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1356, + "stars": 1395, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 652 + "author_account_age_days": 743 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { - "stars": 101, + "stars": 114, "last_update": "2025-08-11 17:17:54", - "author_account_age_days": 572 + "author_account_age_days": 663 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { - "stars": 39, + "stars": 40, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 572 + "author_account_age_days": 663 }, "https://github.com/11dogzi/Comfyui-HYPIR": { - "stars": 92, + "stars": 116, "last_update": "2025-08-03 02:14:03", - "author_account_age_days": 572 + "author_account_age_days": 663 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { - "stars": 86, + "stars": 96, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 572 + "author_account_age_days": 663 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { - "stars": 71, + "stars": 77, "last_update": "2025-06-22 14:48:37", - "author_account_age_days": 572 + "author_account_age_days": 663 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 27, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 572 + "author_account_age_days": 663 }, "https://github.com/1hew/ComfyUI-1hewNodes": { - "stars": 6, - "last_update": "2025-09-03 08:00:57", - "author_account_age_days": 895 + "stars": 12, + "last_update": "2025-12-14 12:51:55", + "author_account_age_days": 986 }, "https://github.com/1mckw/Comfyui-Gelbooru": { - "stars": 4, + "stars": 8, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1137 + "author_account_age_days": 1228 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { - "stars": 8, + "stars": 9, "last_update": "2025-03-21 12:25:22", - "author_account_age_days": 906 + "author_account_age_days": 997 }, "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, - "last_update": "2025-06-08 12:51:07", - "author_account_age_days": 437 + "last_update": "2025-12-03 17:01:14", + "author_account_age_days": 528 }, "https://github.com/2kpr/ComfyUI-PMRF": { - "stars": 233, + "stars": 236, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1366 + "author_account_age_days": 1457 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { - "stars": 226, + "stars": 229, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1366 + "author_account_age_days": 1457 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 3219 + "author_account_age_days": 3310 }, "https://github.com/31702160136/ComfyUI-GrsAI": { - "stars": 14, - "last_update": "2025-07-05 11:35:32", - "author_account_age_days": 2451 + "stars": 34, + "last_update": "2025-10-11 06:37:49", + "author_account_age_days": 2542 }, - "https://github.com/42lux/ComfyUI-42lux": { - "stars": 24, - "last_update": "2025-08-09 03:27:58", - "author_account_age_days": 4146 + "https://github.com/3dgopnik/comfyui-arena-suite": { + "stars": 1, + "last_update": "2025-10-10 12:24:13", + "author_account_age_days": 2564 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 861 + "author_account_age_days": 952 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { - "stars": 29, - "last_update": "2025-05-12 22:12:06", - "author_account_age_days": 2750 + "stars": 35, + "last_update": "2025-11-22 20:30:01", + "author_account_age_days": 2841 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { - "stars": 93, + "stars": 94, "last_update": "2025-03-27 14:57:35", - "author_account_age_days": 4498 + "author_account_age_days": 4588 }, "https://github.com/5agado/ComfyUI-Sagado-Nodes": { "stars": 0, - "last_update": "2025-09-10 12:39:03", - "author_account_age_days": 4916 + "last_update": "2025-11-20 17:01:52", + "author_account_age_days": 5006 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1419 + "author_account_age_days": 1510 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 7, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1419 + "author_account_age_days": 1510 }, "https://github.com/6174/comflowy-nodes": { - "stars": 14, + "stars": 16, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4566 + "author_account_age_days": 4657 + }, + "https://github.com/7BEII/comfyui-PD_comfy-api-node": { + "stars": 0, + "last_update": "2025-11-19 08:16:25", + "author_account_age_days": 351 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2460 + "author_account_age_days": 2551 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 13, "last_update": "2025-09-03 02:31:35", - "author_account_age_days": 2460 + "author_account_age_days": 2551 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2460 + "author_account_age_days": 2551 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1918 + "author_account_age_days": 2009 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { - "stars": 4, + "stars": 5, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 645 + "author_account_age_days": 736 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 810 + "author_account_age_days": 901 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { - "stars": 51, + "stars": 52, "last_update": "2025-02-01 12:17:38", - "author_account_age_days": 810 + "author_account_age_days": 901 + }, + "https://github.com/9nate-drake/ComfyUI-MaskCenter": { + "stars": 6, + "last_update": "2025-10-02 01:35:08", + "author_account_age_days": 2188 + }, + "https://github.com/9nate-drake/Comfyui-SecNodes": { + "stars": 340, + "last_update": "2025-10-18 04:07:12", + "author_account_age_days": 2188 }, "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, "last_update": "2025-06-12 12:51:33", - "author_account_age_days": 1096 + "author_account_age_days": 1187 }, "https://github.com/A043-studios/ComfyUI-OmniSVG": { "stars": 1, "last_update": "2025-08-02 22:44:24", - "author_account_age_days": 1096 + "author_account_age_days": 1187 }, "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { "stars": 1, "last_update": "2025-08-02 15:50:33", - "author_account_age_days": 1096 + "author_account_age_days": 1187 }, "https://github.com/A043-studios/Comfyui-ascii-generator": { "stars": 0, "last_update": "2025-06-25 14:55:32", - "author_account_age_days": 1096 + "author_account_age_days": 1187 }, "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { - "stars": 1, + "stars": 3, "last_update": "2025-06-10 14:28:27", - "author_account_age_days": 1096 + "author_account_age_days": 1187 }, "https://github.com/A043-studios/comfyui-pixel3dmm": { - "stars": 5, + "stars": 6, "last_update": "2025-06-10 08:11:51", - "author_account_age_days": 1096 + "author_account_age_days": 1187 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 920 + "author_account_age_days": 1010 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 920 + "author_account_age_days": 1010 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { - "stars": 141, + "stars": 146, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 946 + "author_account_age_days": 1037 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { - "stars": 39, + "stars": 43, "last_update": "2025-06-03 13:01:58", - "author_account_age_days": 550 + "author_account_age_days": 640 }, "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { - "stars": 9, + "stars": 10, "last_update": "2025-06-03 13:03:23", - "author_account_age_days": 550 + "author_account_age_days": 640 }, "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { - "stars": 41, + "stars": 53, "last_update": "2025-06-03 13:02:36", - "author_account_age_days": 550 + "author_account_age_days": 640 }, "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { - "stars": 21, + "stars": 22, "last_update": "2025-09-01 21:40:26", - "author_account_age_days": 550 + "author_account_age_days": 640 }, "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { - "stars": 54, + "stars": 58, "last_update": "2025-09-02 08:09:40", - "author_account_age_days": 550 + "author_account_age_days": 640 + }, + "https://github.com/AHEKOT/ComfyUI_VNCCS": { + "stars": 387, + "last_update": "2025-12-14 15:25:27", + "author_account_age_days": 1113 + }, + "https://github.com/AI-TEC/ComfyUI-AITECCAFE-Toolkit": { + "stars": 0, + "last_update": "2025-10-13 14:14:55", + "author_account_age_days": 925 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 639 + "author_account_age_days": 730 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 2906, - "last_update": "2025-09-09 11:36:21", - "author_account_age_days": 458 + "stars": 3928, + "last_update": "2025-12-12 08:56:34", + "author_account_age_days": 549 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { - "stars": 17, + "stars": 19, "last_update": "2025-04-05 22:05:47", - "author_account_age_days": 3914 + "author_account_age_days": 4004 }, "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { "stars": 0, "last_update": "2025-05-18 19:11:40", - "author_account_age_days": 3914 + "author_account_age_days": 4004 }, "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { - "stars": 0, - "last_update": "2025-08-15 12:30:28", - "author_account_age_days": 3914 + "stars": 1, + "last_update": "2025-11-17 10:19:20", + "author_account_age_days": 4004 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { - "stars": 14, + "stars": 15, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 91, + "stars": 95, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { - "stars": 40, + "stars": 43, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 247, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-Hallo": { - "stars": 305, + "stars": 307, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 34, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { - "stars": 9, + "stars": 10, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 28, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { - "stars": 117, + "stars": 118, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 378, + "stars": 381, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 21, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 26, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-UVR5": { - "stars": 102, + "stars": 105, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { - "stars": 39, + "stars": 40, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { - "stars": 54, + "stars": 59, "last_update": "2025-04-01 00:14:44", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-XTTS": { - "stars": 60, + "stars": 64, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI_V-Express": { - "stars": 87, + "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { - "stars": 271, + "stars": 276, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 24, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 0, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 58, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 9, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 36, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 36, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 13, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { - "stars": 42, + "stars": 43, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 166, + "stars": 176, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 29, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 210, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { - "stars": 51, + "stars": 52, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/SemiChat-ComfyUI": { "stars": 12, "last_update": "2025-02-19 23:21:48", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 15, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 6, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 8, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { - "stars": 20, + "stars": 23, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 657 + "author_account_age_days": 748 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 2335, + "stars": 2406, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 948 + "author_account_age_days": 1039 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 356, - "last_update": "2025-09-12 08:10:14", - "author_account_age_days": 948 + "stars": 379, + "last_update": "2025-10-27 09:36:36", + "author_account_age_days": 1039 + }, + "https://github.com/AIGODLIKE/Blender-IO": { + "stars": 1, + "last_update": "2025-10-15 08:52:06", + "author_account_age_days": 1039 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { - "stars": 52, - "last_update": "2025-06-29 09:56:53", - "author_account_age_days": 948 + "stars": 53, + "last_update": "2025-10-15 09:39:30", + "author_account_age_days": 1039 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { - "stars": 370, + "stars": 371, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 948 + "author_account_age_days": 1039 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { - "stars": 107, + "stars": 109, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 330 + "author_account_age_days": 420 }, "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { - "stars": 10, + "stars": 13, "last_update": "2025-09-10 11:03:49", - "author_account_age_days": 277 + "author_account_age_days": 368 }, "https://github.com/AIWarper/ComfyUI-DAViD": { - "stars": 3, + "stars": 6, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 325 + "author_account_age_days": 415 }, "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { - "stars": 65, - "last_update": "2025-07-18 20:14:36", - "author_account_age_days": 325 + "stars": 74, + "last_update": "2025-11-05 16:18:45", + "author_account_age_days": 415 }, "https://github.com/AIWarper/ComfyUI-WarperNodes": { - "stars": 11, - "last_update": "2025-09-01 18:35:12", - "author_account_age_days": 325 + "stars": 13, + "last_update": "2025-10-31 19:14:31", + "author_account_age_days": 415 }, "https://github.com/AInseven/ComfyUI-fastblend": { - "stars": 224, + "stars": 228, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2130 + "author_account_age_days": 2221 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 1021, + "stars": 1038, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 890 + "author_account_age_days": 981 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 297 + "author_account_age_days": 388 + }, + "https://github.com/AJbeckliy/SynVow-Comfyui-Nanoapi": { + "stars": 6, + "last_update": "2025-11-27 03:21:30", + "author_account_age_days": 609 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { "stars": 1, "last_update": "2025-06-23 22:03:39", - "author_account_age_days": 3330 + "author_account_age_days": 3420 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { - "stars": 66, + "stars": 74, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1907 + "author_account_age_days": 1998 }, "https://github.com/ALatentPlace/YANC_LMStudio": { - "stars": 14, + "stars": 21, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1907 + "author_account_age_days": 1998 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2924 + "author_account_age_days": 3015 }, "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": 2924 + "author_account_age_days": 3015 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 7, "last_update": "2025-08-11 13:55:09", - "author_account_age_days": 2924 + "author_account_age_days": 3015 + }, + "https://github.com/APZmedia/ComfyUI-Dreamlight": { + "stars": 0, + "last_update": "2025-11-04 16:52:57", + "author_account_age_days": 3015 + }, + "https://github.com/APZmedia/ComfyUI-color-tools": { + "stars": 1, + "last_update": "2025-09-24 12:52:50", + "author_account_age_days": 3015 + }, + "https://github.com/APZmedia/Comfyui-LightDirection-estimation": { + "stars": 0, + "last_update": "2025-10-20 12:32:41", + "author_account_age_days": 3015 + }, + "https://github.com/ARM64-EC/ComfyUI-LongCatPlugin": { + "stars": 0, + "last_update": "2025-12-09 22:27:11", + "author_account_age_days": 628 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, - "last_update": "2025-04-08 08:00:15", - "author_account_age_days": 2214 + "last_update": "2025-10-02 04:10:23", + "author_account_age_days": 2304 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { "stars": 1, - "last_update": "2025-09-01 15:25:55", - "author_account_age_days": 2214 + "last_update": "2025-10-19 10:10:12", + "author_account_age_days": 2304 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2025-06-04 13:10:22", - "author_account_age_days": 2214 + "author_account_age_days": 2304 + }, + "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery": { + "stars": 94, + "last_update": "2025-12-13 04:23:22", + "author_account_age_days": 2032 }, "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": 1973 + "author_account_age_days": 2064 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { - "stars": 296, + "stars": 301, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 4115 + "author_account_age_days": 4205 }, "https://github.com/AbstractEyes/comfyui-lycoris": { - "stars": 8, + "stars": 11, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1826 + "author_account_age_days": 1916 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { - "stars": 8, + "stars": 7, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 936 + "author_account_age_days": 1027 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 5, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 936 + "author_account_age_days": 1027 }, "https://github.com/AcademiaSD/comfyui_AcademiaSD": { - "stars": 14, - "last_update": "2025-09-09 11:23:24", - "author_account_age_days": 480 + "stars": 25, + "last_update": "2025-12-10 18:48:28", + "author_account_age_days": 571 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 1032, - "last_update": "2025-03-31 09:53:40", - "author_account_age_days": 4252 + "stars": 1089, + "last_update": "2025-10-03 16:47:12", + "author_account_age_days": 4342 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 549, - "last_update": "2025-08-20 22:21:45", - "author_account_age_days": 4252 + "stars": 596, + "last_update": "2025-12-01 08:36:33", + "author_account_age_days": 4342 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 10, "last_update": "2025-08-19 18:40:24", - "author_account_age_days": 1928 + "author_account_age_days": 2018 + }, + "https://github.com/Ada123-a/ComfyUI-Kandinsky": { + "stars": 6, + "last_update": "2025-11-22 19:28:30", + "author_account_age_days": 985 + }, + "https://github.com/AdamShuo/ComfyUI_Switch": { + "stars": 5, + "last_update": "2025-09-23 16:59:46", + "author_account_age_days": 820 }, "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1198 + "author_account_age_days": 1289 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, "last_update": "2025-06-10 08:19:10", - "author_account_age_days": 3825 + "author_account_age_days": 3916 }, "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, "last_update": "2025-06-13 08:15:25", - "author_account_age_days": 307 + "author_account_age_days": 398 }, "https://github.com/AgencyMind/ComfyUI-Satori": { "stars": 1, "last_update": "2025-06-27 01:29:00", - "author_account_age_days": 307 + "author_account_age_days": 398 }, "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, - "last_update": "2025-08-26 10:49:29", - "author_account_age_days": 1256 + "last_update": "2025-11-27 11:27:08", + "author_account_age_days": 1347 + }, + "https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper": { + "stars": 0, + "last_update": "2025-12-05 13:09:37", + "author_account_age_days": 1347 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1723 + "author_account_age_days": 1814 + }, + "https://github.com/Aishor/comfyui-meta-sampler-guiado": { + "stars": 0, + "last_update": "2025-10-28 14:04:44", + "author_account_age_days": 5854 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, "last_update": "2025-08-24 07:19:00", - "author_account_age_days": 2200 + "author_account_age_days": 2291 }, "https://github.com/Aksaz/comfyui-seamless-clone": { - "stars": 12, - "last_update": "2025-05-20 07:08:24", - "author_account_age_days": 330 + "stars": 18, + "last_update": "2025-09-23 13:10:16", + "author_account_age_days": 421 + }, + "https://github.com/AlcAI-AnimeHaven/AlcAI-nodes": { + "stars": 0, + "last_update": "2025-10-19 20:26:42", + "author_account_age_days": 55 }, "https://github.com/Alectriciti/comfyui-adaptiveprompts": { - "stars": 30, - "last_update": "2025-09-12 17:13:27", - "author_account_age_days": 4913 + "stars": 48, + "last_update": "2025-11-05 22:43:44", + "author_account_age_days": 5003 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 1349, - "last_update": "2025-09-11 09:24:47", - "author_account_age_days": 3147 + "stars": 1413, + "last_update": "2025-09-21 11:02:10", + "author_account_age_days": 3237 + }, + "https://github.com/AlexXia007/AIYang_TripleAPI": { + "stars": 1, + "last_update": "2025-11-10 17:53:55", + "author_account_age_days": 563 }, "https://github.com/Alexankharin/camera-comfyUI": { - "stars": 17, + "stars": 23, "last_update": "2025-07-26 16:40:12", - "author_account_age_days": 2568 - }, - "https://github.com/AlfredClark/ComfyUI-ModelSpec": { - "stars": 0, - "last_update": "2025-07-30 04:47:11", - "author_account_age_days": 2332 + "author_account_age_days": 2659 }, "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 3, "last_update": "2025-09-10 11:31:33", - "author_account_age_days": 3850 + "author_account_age_days": 3941 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, "last_update": "2025-03-23 19:29:25", - "author_account_age_days": 3157 + "author_account_age_days": 3248 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 4149 + "author_account_age_days": 4239 }, "https://github.com/Amorano/Jovi_Capture": { - "stars": 8, + "stars": 9, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5659 + "author_account_age_days": 5750 }, "https://github.com/Amorano/Jovi_Colorizer": { - "stars": 6, + "stars": 12, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5659 + "author_account_age_days": 5750 }, "https://github.com/Amorano/Jovi_GLSL": { - "stars": 17, + "stars": 18, "last_update": "2025-08-25 04:34:38", - "author_account_age_days": 5659 + "author_account_age_days": 5750 }, "https://github.com/Amorano/Jovi_MIDI": { - "stars": 6, + "stars": 5, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5659 + "author_account_age_days": 5750 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-08-29 02:31:26", - "author_account_age_days": 5659 + "author_account_age_days": 5750 }, "https://github.com/Amorano/Jovi_Spout": { - "stars": 7, + "stars": 9, "last_update": "2025-08-29 02:29:14", - "author_account_age_days": 5659 + "author_account_age_days": 5750 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 373, + "stars": 383, "last_update": "2025-09-05 03:15:03", - "author_account_age_days": 5659 + "author_account_age_days": 5750 + }, + "https://github.com/Analaser/ComfyUI-RandomTagWeights": { + "stars": 1, + "last_update": "2025-11-19 23:10:52", + "author_account_age_days": 2931 }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { - "stars": 5, + "stars": 4, "last_update": "2025-03-24 04:27:56", - "author_account_age_days": 719 + "author_account_age_days": 810 }, "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { "stars": 0, "last_update": "2025-06-23 23:56:50", - "author_account_age_days": 1268 + "author_account_age_days": 1359 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3824 + "author_account_age_days": 3914 + }, + "https://github.com/Antique3e/ComfyUI-ModalCredits": { + "stars": 0, + "last_update": "2025-12-05 16:07:04", + "author_account_age_days": 61 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { - "stars": 10, + "stars": 11, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4539 + "author_account_age_days": 4629 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4539 + "author_account_age_days": 4629 }, "https://github.com/Apache0ne/ComfyUI_efficient_sam_node": { "stars": 0, "last_update": "2025-09-12 02:37:33", - "author_account_age_days": 325 + "author_account_age_days": 416 }, "https://github.com/ApexArtist/comfyui-apex-artist": { - "stars": 0, - "last_update": "2025-09-08 15:37:47", - "author_account_age_days": 2777 + "stars": 1, + "last_update": "2025-10-23 16:54:57", + "author_account_age_days": 2867 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { - "stars": 44, + "stars": 45, "last_update": "2025-03-17 06:08:17", - "author_account_age_days": 3836 + "author_account_age_days": 3927 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 574 + "author_account_age_days": 664 }, "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, "last_update": "2025-02-05 23:06:48", - "author_account_age_days": 3396 + "author_account_age_days": 3487 + }, + "https://github.com/Art-xmaster/comfyui-AGSoft": { + "stars": 5, + "last_update": "2025-12-06 12:46:50", + "author_account_age_days": 472 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { - "stars": 91, + "stars": 95, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 740 + "author_account_age_days": 831 }, "https://github.com/ArtHommage/HommageTools": { "stars": 4, "last_update": "2025-05-20 20:40:25", - "author_account_age_days": 980 + "author_account_age_days": 1071 }, "https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit": { - "stars": 24, - "last_update": "2025-09-06 07:30:23", - "author_account_age_days": 275 + "stars": 40, + "last_update": "2025-11-17 01:55:11", + "author_account_age_days": 366 }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { - "stars": 18, - "last_update": "2025-08-15 12:02:26", - "author_account_age_days": 536 + "stars": 27, + "last_update": "2025-09-21 18:10:47", + "author_account_age_days": 627 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { - "stars": 3, - "last_update": "2025-08-29 06:35:06", - "author_account_age_days": 1619 + "stars": 6, + "last_update": "2025-12-01 12:25:51", + "author_account_age_days": 1710 + }, + "https://github.com/Aryan185/ComfyUI-VertexAPI": { + "stars": 1, + "last_update": "2025-12-02 08:45:03", + "author_account_age_days": 1710 }, "https://github.com/AshMartian/ComfyUI-DirGir": { - "stars": 27, + "stars": 29, "last_update": "2025-05-04 03:34:19", - "author_account_age_days": 5033 + "author_account_age_days": 5124 }, "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack": { - "stars": 0, - "last_update": "2025-09-13 00:36:35", - "author_account_age_days": 1861 + "stars": 1, + "last_update": "2025-09-15 07:41:44", + "author_account_age_days": 1951 }, "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, - "last_update": "2025-07-07 22:35:57", - "author_account_age_days": 3288 + "last_update": "2025-11-17 10:10:03", + "author_account_age_days": 3378 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 837 + "author_account_age_days": 928 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { - "stars": 467, + "stars": 469, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 837 + "author_account_age_days": 928 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4521 + "author_account_age_days": 4612 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { - "stars": 2, + "stars": 3, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4521 + "author_account_age_days": 4612 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4521 + "author_account_age_days": 4612 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4521 + "author_account_age_days": 4612 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3096 + "author_account_age_days": 3187 + }, + "https://github.com/AzelusLightvale/ComfyUI-ARG-Toolkit": { + "stars": 0, + "last_update": "2025-12-05 12:51:26", + "author_account_age_days": 1910 }, "https://github.com/Azornes/Comfyui-LayerForge": { - "stars": 189, - "last_update": "2025-09-11 17:08:52", - "author_account_age_days": 3338 + "stars": 253, + "last_update": "2025-11-13 16:10:34", + "author_account_age_days": 3428 }, "https://github.com/Azornes/Comfyui-Resolution-Master": { - "stars": 102, - "last_update": "2025-08-27 13:20:27", - "author_account_age_days": 3338 + "stars": 196, + "last_update": "2025-12-08 13:33:06", + "author_account_age_days": 3428 }, "https://github.com/BAIKEMARK/ComfyUI-Civitai-Recipe": { - "stars": 32, - "last_update": "2025-09-12 06:24:33", - "author_account_age_days": 752 + "stars": 99, + "last_update": "2025-11-25 03:54:19", + "author_account_age_days": 843 + }, + "https://github.com/BAIKEMARK/ComfyUI-Civitai-Toolkit": { + "stars": 99, + "last_update": "2025-11-25 03:54:19", + "author_account_age_days": 843 }, "https://github.com/BAIKEMARK/ComfyUI_Civitai_Prompt_Stats": { - "stars": 2, + "stars": 3, "last_update": "2025-08-29 11:15:29", - "author_account_age_days": 752 + "author_account_age_days": 843 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 936 + "author_account_age_days": 1027 }, "https://github.com/BEIBEI-star661/SJ_sweepEffect_Comfyui": { "stars": 0, "last_update": "2025-08-22 06:10:44", - "author_account_age_days": 23 + "author_account_age_days": 114 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { - "stars": 7, + "stars": 8, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1679 + "author_account_age_days": 1770 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 7, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1679 + "author_account_age_days": 1770 }, "https://github.com/BNP1111/comfyui_flux_corrector": { "stars": 4, "last_update": "2025-04-25 16:47:45", - "author_account_age_days": 943 + "author_account_age_days": 1034 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2890 + "author_account_age_days": 2981 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3684 + "author_account_age_days": 3775 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 440, + "stars": 460, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 877 + "author_account_age_days": 968 }, "https://github.com/BahaC/ComfyUI-ZonosTTS": { - "stars": 20, + "stars": 22, "last_update": "2025-02-19 06:28:38", - "author_account_age_days": 1753 + "author_account_age_days": 1844 }, "https://github.com/Baverne/comfyUI-TiledWan": { - "stars": 2, + "stars": 3, "last_update": "2025-08-21 10:14:11", - "author_account_age_days": 918 + "author_account_age_days": 1009 }, "https://github.com/Beinsezii/bsz-cui-extras": { - "stars": 24, + "stars": 25, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2673 + "author_account_age_days": 2764 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3454 + "author_account_age_days": 3545 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3519 + "author_account_age_days": 3610 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3519 + "author_account_age_days": 3610 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1417, - "last_update": "2025-09-12 17:38:01", - "author_account_age_days": 3443 + "stars": 1472, + "last_update": "2025-11-13 10:40:04", + "author_account_age_days": 3534 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { "stars": 37, "last_update": "2025-05-01 06:24:47", - "author_account_age_days": 1245 + "author_account_age_days": 1335 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { - "stars": 9, + "stars": 10, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1245 + "author_account_age_days": 1335 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1245 + "author_account_age_days": 1335 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 17, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1245 + "author_account_age_days": 1335 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 1, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1245 + "author_account_age_days": 1335 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { - "stars": 5, + "stars": 6, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1245 + "author_account_age_days": 1335 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { - "stars": 30, + "stars": 33, "last_update": "2025-08-29 08:44:14", - "author_account_age_days": 1319 + "author_account_age_days": 1409 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { - "stars": 65, + "stars": 66, "last_update": "2025-04-19 11:58:55", - "author_account_age_days": 1319 + "author_account_age_days": 1409 + }, + "https://github.com/BigStationW/ComfyUi-ConditioningNoiseInjection": { + "stars": 58, + "last_update": "2025-12-09 13:48:35", + "author_account_age_days": 224 + }, + "https://github.com/BigStationW/ComfyUi-ConditioningTimestepSwitch": { + "stars": 1, + "last_update": "2025-12-09 14:34:29", + "author_account_age_days": 224 }, "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { - "stars": 19, - "last_update": "2025-08-28 04:31:22", - "author_account_age_days": 133 + "stars": 23, + "last_update": "2025-12-08 00:10:14", + "author_account_age_days": 224 }, "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { - "stars": 26, + "stars": 32, "last_update": "2025-05-07 18:10:18", - "author_account_age_days": 133 + "author_account_age_days": 224 }, "https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced": { - "stars": 5, - "last_update": "2025-08-21 07:42:18", - "author_account_age_days": 133 + "stars": 22, + "last_update": "2025-11-30 18:18:36", + "author_account_age_days": 224 }, "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { - "stars": 0, + "stars": 1, "last_update": "2025-05-21 01:16:27", - "author_account_age_days": 2787 + "author_account_age_days": 2878 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { - "stars": 19, + "stars": 21, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 582 + "author_account_age_days": 673 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 381 + "author_account_age_days": 472 + }, + "https://github.com/Bio2hazard/ComfyUI-Prompt-Snippets": { + "stars": 11, + "last_update": "2025-11-08 08:42:06", + "author_account_age_days": 4822 + }, + "https://github.com/BizaNator/ComfyUI_PromptIterator": { + "stars": 3, + "last_update": "2025-09-24 16:47:04", + "author_account_age_days": 3594 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 2, - "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1302 + "last_update": "2025-12-08 13:44:46", + "author_account_age_days": 1393 + }, + "https://github.com/BlackSnowSkill/wd14_batch_tagger": { + "stars": 1, + "last_update": "2025-10-23 14:29:51", + "author_account_age_days": 445 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 2, - "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 403 + "last_update": "2025-10-01 17:23:19", + "author_account_age_days": 494 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2980 + "author_account_age_days": 3070 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 14, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2980 + "author_account_age_days": 3070 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 3, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2980 + "author_account_age_days": 3070 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2980 + "author_account_age_days": 3070 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { - "stars": 408, + "stars": 426, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 925 + "author_account_age_days": 1015 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { - "stars": 393, + "stars": 397, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 925 + "author_account_age_days": 1015 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { - "stars": 308, + "stars": 314, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 925 + "author_account_age_days": 1015 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { - "stars": 41, + "stars": 42, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 925 + "author_account_age_days": 1015 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { - "stars": 391, + "stars": 402, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 925 + "author_account_age_days": 1015 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 1, "last_update": "2025-05-07 17:02:20", - "author_account_age_days": 1170 + "author_account_age_days": 1261 }, "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { "stars": 5, "last_update": "2025-07-21 23:11:58", - "author_account_age_days": 892 + "author_account_age_days": 982 + }, + "https://github.com/BobRandomNumber/ComfyUI-BasicOllama": { + "stars": 0, + "last_update": "2025-12-09 21:55:58", + "author_account_age_days": 381 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { - "stars": 8, + "stars": 7, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 291 + "author_account_age_days": 381 }, "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { - "stars": 6, + "stars": 4, "last_update": "2025-07-09 04:52:46", - "author_account_age_days": 291 + "author_account_age_days": 381 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { - "stars": 12, + "stars": 19, "last_update": "2025-08-13 06:57:26", - "author_account_age_days": 291 + "author_account_age_days": 381 + }, + "https://github.com/Boba-svg/ComfyUI-PromptSwitch": { + "stars": 2, + "last_update": "2025-12-07 13:43:53", + "author_account_age_days": 89 + }, + "https://github.com/Boba-svg/ComfyUI_AutoBatchRunner": { + "stars": 0, + "last_update": "2025-11-14 23:12:48", + "author_account_age_days": 89 }, "https://github.com/BobsBlazed/Bobs-Lora-Loader": { - "stars": 5, + "stars": 9, "last_update": "2025-08-13 03:41:38", - "author_account_age_days": 2661 + "author_account_age_days": 2751 }, "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { - "stars": 44, + "stars": 52, "last_update": "2025-09-07 18:29:50", - "author_account_age_days": 2661 + "author_account_age_days": 2751 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { - "stars": 103, + "stars": 106, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3528 + "author_account_age_days": 3619 + }, + "https://github.com/Braeden90000/comfyui-load-image-url": { + "stars": 0, + "last_update": "2025-12-10 23:32:57", + "author_account_age_days": 2216 }, "https://github.com/Brekel/ComfyUI-Brekel": { - "stars": 17, - "last_update": "2025-09-08 15:27:40", - "author_account_age_days": 5272 + "stars": 18, + "last_update": "2025-11-17 19:08:10", + "author_account_age_days": 5363 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { - "stars": 57, - "last_update": "2025-09-10 12:06:35", - "author_account_age_days": 1925 + "stars": 69, + "last_update": "2025-12-11 20:35:59", + "author_account_age_days": 2015 }, "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { - "stars": 3, - "last_update": "2025-08-27 04:12:24", - "author_account_age_days": 3360 + "stars": 4, + "last_update": "2025-11-26 05:05:36", + "author_account_age_days": 3451 }, "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { - "stars": 74, + "stars": 73, "last_update": "2025-04-29 21:48:07", - "author_account_age_days": 3360 + "author_account_age_days": 3451 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { - "stars": 8, - "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 238 + "stars": 7, + "last_update": "2025-11-11 18:57:09", + "author_account_age_days": 329 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { - "stars": 8, - "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 238 + "stars": 7, + "last_update": "2025-11-11 18:57:09", + "author_account_age_days": 329 }, "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { "stars": 0, "last_update": "2025-04-05 07:45:54", - "author_account_age_days": 238 + "author_account_age_days": 329 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { - "stars": 37, + "stars": 36, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 238 + "author_account_age_days": 329 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { - "stars": 23, + "stars": 24, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 932 + "author_account_age_days": 1023 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, "last_update": "2025-02-12 07:58:41", - "author_account_age_days": 816 + "author_account_age_days": 907 }, "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { - "stars": 14, + "stars": 19, "last_update": "2025-03-27 13:34:40", - "author_account_age_days": 413 + "author_account_age_days": 503 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 20, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 645 + "author_account_age_days": 736 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { - "stars": 14, + "stars": 17, "last_update": "2025-02-16 16:30:36", - "author_account_age_days": 645 + "author_account_age_days": 736 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { - "stars": 72, + "stars": 73, "last_update": "2025-04-17 09:51:35", - "author_account_age_days": 645 + "author_account_age_days": 736 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { - "stars": 226, + "stars": 238, "last_update": "2025-05-08 05:52:02", - "author_account_age_days": 645 + "author_account_age_days": 736 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { - "stars": 4, + "stars": 5, "last_update": "2025-08-17 06:56:13", - "author_account_age_days": 645 + "author_account_age_days": 736 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { - "stars": 84, + "stars": 89, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 645 + "author_account_age_days": 736 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { - "stars": 627, + "stars": 641, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 645 + "author_account_age_days": 736 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { - "stars": 25, + "stars": 26, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 645 + "author_account_age_days": 736 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { "stars": 36, "last_update": "2025-02-16 18:52:28", - "author_account_age_days": 645 + "author_account_age_days": 736 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { - "stars": 138, + "stars": 139, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 645 + "author_account_age_days": 736 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 7, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 645 + "author_account_age_days": 736 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { - "stars": 98, + "stars": 102, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 645 + "author_account_age_days": 736 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 10, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 696 + "author_account_age_days": 787 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, - "last_update": "2025-07-28 06:18:43", - "author_account_age_days": 187 + "last_update": "2025-11-02 04:46:30", + "author_account_age_days": 278 + }, + "https://github.com/Carasibana/ComfyUI-PolyMask": { + "stars": 2, + "last_update": "2025-12-01 10:57:35", + "author_account_age_days": 14 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 254, + "stars": 268, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3173 + "author_account_age_days": 3264 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { - "stars": 12, + "stars": 13, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2313 + "author_account_age_days": 2404 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { - "stars": 74, + "stars": 75, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2313 + "author_account_age_days": 2404 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { - "stars": 34, + "stars": 37, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2313 + "author_account_age_days": 2404 + }, + "https://github.com/ChangeTheConstants/SeedVarianceEnhancer": { + "stars": 72, + "last_update": "2025-12-14 14:01:44", + "author_account_age_days": 10 + }, + "https://github.com/ChaosHL/Marvelous-Box-Comfyui": { + "stars": 0, + "last_update": "2025-09-23 14:22:09", + "author_account_age_days": 901 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { - "stars": 41, - "last_update": "2025-02-08 13:11:30", - "author_account_age_days": 2326 + "stars": 45, + "last_update": "2025-12-05 14:19:43", + "author_account_age_days": 2416 }, "https://github.com/Charlweed/image_transceiver": { - "stars": 2, + "stars": 4, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5544 + "author_account_age_days": 5635 }, "https://github.com/Charonartist/comfyui-auto-lora-v2": { "stars": 0, "last_update": "2025-06-17 15:00:30", - "author_account_age_days": 441 + "author_account_age_days": 532 }, "https://github.com/Charonartist/comfyui-last-frame-extractor": { - "stars": 2, + "stars": 3, "last_update": "2025-08-14 13:42:17", - "author_account_age_days": 441 + "author_account_age_days": 532 }, "https://github.com/Charonartist/comfyui-lmstudio-conversation": { "stars": 0, "last_update": "2025-09-07 07:57:09", - "author_account_age_days": 441 + "author_account_age_days": 532 }, "https://github.com/Charonartist/comfyui-smart-resize-node": { "stars": 0, "last_update": "2025-08-12 13:01:48", - "author_account_age_days": 441 + "author_account_age_days": 532 }, "https://github.com/Charonartist/comfyui-tag-remover": { "stars": 0, "last_update": "2025-08-14 06:12:04", - "author_account_age_days": 441 + "author_account_age_days": 532 }, "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 5, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2893 + "author_account_age_days": 2984 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { - "stars": 258, - "last_update": "2025-07-06 22:39:57", - "author_account_age_days": 2348 + "stars": 295, + "last_update": "2025-11-03 20:44:25", + "author_account_age_days": 2439 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 9, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2348 + "author_account_age_days": 2439 }, "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, "last_update": "2025-04-07 01:09:05", - "author_account_age_days": 847 + "author_account_age_days": 938 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { - "stars": 16, + "stars": 17, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2859 + "author_account_age_days": 2950 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 2, "last_update": "2025-03-12 00:07:25", - "author_account_age_days": 2859 + "author_account_age_days": 2950 + }, + "https://github.com/ChristopherLuciano/ComfyUI-LucianoTools": { + "stars": 0, + "last_update": "2025-10-21 02:34:23", + "author_account_age_days": 1391 }, "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 1, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2176 + "author_account_age_days": 2267 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 611, - "last_update": "2025-08-14 22:18:56", - "author_account_age_days": 477 + "stars": 847, + "last_update": "2025-12-13 00:05:24", + "author_account_age_days": 567 }, "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { - "stars": 12, + "stars": 13, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2181 + "author_account_age_days": 2272 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { - "stars": 91, + "stars": 96, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2181 + "author_account_age_days": 2272 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { - "stars": 83, + "stars": 85, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2181 + "author_account_age_days": 2272 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { - "stars": 4, + "stars": 5, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2345 + "author_account_age_days": 2436 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { - "stars": 1, + "stars": 2, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2345 + "author_account_age_days": 2436 }, "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { - "stars": 4, + "stars": 5, "last_update": "2025-08-01 08:16:18", - "author_account_age_days": 2345 + "author_account_age_days": 2436 }, "https://github.com/Comfy-Org/NIMnodes": { - "stars": 47, + "stars": 56, "last_update": "2025-08-20 15:31:03", - "author_account_age_days": 522 + "author_account_age_days": 613 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 2, - "last_update": "2025-06-21 15:03:38", - "author_account_age_days": 113 + "last_update": "2025-11-28 17:51:18", + "author_account_age_days": 204 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { - "stars": 3, - "last_update": "2025-09-08 16:33:11", - "author_account_age_days": 113 + "stars": 10, + "last_update": "2025-11-24 16:55:51", + "author_account_age_days": 204 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { - "stars": 55, - "last_update": "2025-09-09 16:32:19", - "author_account_age_days": 113 + "stars": 86, + "last_update": "2025-12-09 22:14:10", + "author_account_age_days": 204 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { - "stars": 1, + "stars": 4, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 113 + "author_account_age_days": 204 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 270 + "author_account_age_days": 360 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 270 + "author_account_age_days": 360 }, "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { "stars": 0, "last_update": "2025-03-31 15:37:25", - "author_account_age_days": 4871 + "author_account_age_days": 4961 }, "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { - "stars": 65, - "last_update": "2025-07-25 22:53:28", - "author_account_age_days": 621 + "stars": 77, + "last_update": "2025-09-30 21:05:37", + "author_account_age_days": 712 }, "https://github.com/CoreyCorza/ComfyUI-CRZnodes": { - "stars": 23, + "stars": 35, "last_update": "2025-09-09 05:29:25", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { - "stars": 128, - "last_update": "2025-09-13 15:40:27", - "author_account_age_days": 4102 + "stars": 133, + "last_update": "2025-12-14 13:46:52", + "author_account_age_days": 4193 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 400 + "author_account_age_days": 490 + }, + "https://github.com/CraftBlack/ComfyUI-Resolution-Divider": { + "stars": 0, + "last_update": "2025-12-08 04:15:29", + "author_account_age_days": 1745 + }, + "https://github.com/Creditas-labs/ComfyUI-Adforge": { + "stars": 1, + "last_update": "2025-11-26 19:14:11", + "author_account_age_days": 39 + }, + "https://github.com/Creditas-labs/ComfyUI_Adforge": { + "stars": 1, + "last_update": "2025-11-26 19:14:11", + "author_account_age_days": 39 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1450 + "author_account_age_days": 1541 }, "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { - "stars": 15, - "last_update": "2025-09-11 14:47:23", - "author_account_age_days": 2055 + "stars": 23, + "last_update": "2025-12-07 12:06:26", + "author_account_age_days": 2145 }, "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { - "stars": 5, + "stars": 7, "last_update": "2025-07-03 00:27:01", - "author_account_age_days": 2055 + "author_account_age_days": 2145 }, "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { "stars": 2, "last_update": "2025-07-15 20:30:08", - "author_account_age_days": 2055 + "author_account_age_days": 2145 + }, + "https://github.com/Creepybits/World_weaver": { + "stars": 13, + "last_update": "2025-11-26 16:28:31", + "author_account_age_days": 2145 }, "https://github.com/Cryptyox/anaglyphTool-Comfyui": { - "stars": 7, - "last_update": "2025-05-13 16:12:27", - "author_account_age_days": 1375 + "stars": 8, + "last_update": "2025-11-20 01:25:21", + "author_account_age_days": 1466 }, "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python": { - "stars": 6, + "stars": 7, "last_update": "2025-03-18 00:51:34", - "author_account_age_days": 3633 + "author_account_age_days": 3724 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 3, "last_update": "2025-09-05 13:21:04", - "author_account_age_days": 1549 + "author_account_age_days": 1640 }, "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { - "stars": 2, + "stars": 4, "last_update": "2025-04-27 05:40:25", - "author_account_age_days": 862 + "author_account_age_days": 953 }, "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { "stars": 11, - "last_update": "2025-06-27 10:04:22", - "author_account_age_days": 862 + "last_update": "2025-10-24 07:46:08", + "author_account_age_days": 953 }, "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { - "stars": 15, - "last_update": "2025-05-29 02:14:55", - "author_account_age_days": 862 + "stars": 16, + "last_update": "2025-10-24 07:49:28", + "author_account_age_days": 953 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5605 + "author_account_age_days": 5696 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, "last_update": "2025-08-30 15:54:04", - "author_account_age_days": 3158 + "author_account_age_days": 3249 }, "https://github.com/Cyrostar/Artha-Projekt": { "stars": 0, "last_update": "2025-08-25 06:32:51", - "author_account_age_days": 3158 + "author_account_age_days": 3249 + }, + "https://github.com/Cyrostar/ComfyUI-Artha-Nodes": { + "stars": 0, + "last_update": "2025-11-14 17:02:45", + "author_account_age_days": 3249 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { - "stars": 2, + "stars": 4, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1052 + "author_account_age_days": 1143 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { - "stars": 5, + "stars": 6, "last_update": "2025-02-02 00:46:30", - "author_account_age_days": 236 + "author_account_age_days": 326 + }, + "https://github.com/DaLongZhuaZi/ComfyUI-Gemini-Prompt-Studio": { + "stars": 0, + "last_update": "2025-09-24 11:01:50", + "author_account_age_days": 2570 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { - "stars": 69, + "stars": 87, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4736 + "author_account_age_days": 4826 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 4031 + "author_account_age_days": 4121 + }, + "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator": { + "stars": 1, + "last_update": "2025-11-22 01:25:11", + "author_account_age_days": 1404 + }, + "https://github.com/DaniilVdovin/ComfyUI-prompt-templating": { + "stars": 1, + "last_update": "2025-10-15 09:40:29", + "author_account_age_days": 2573 }, "https://github.com/Danteday/ComfyUI-NoteManager": { - "stars": 12, + "stars": 13, "last_update": "2025-04-20 19:52:58", - "author_account_age_days": 2764 + "author_account_age_days": 2854 + }, + "https://github.com/Daohoi123/ComfyUI-Gemini3": { + "stars": 1, + "last_update": "2025-11-26 01:14:40", + "author_account_age_days": 948 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 5034 + "author_account_age_days": 5125 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { - "stars": 5, + "stars": 6, "last_update": "2025-03-08 13:58:12", - "author_account_age_days": 3924 + "author_account_age_days": 4015 }, "https://github.com/DataCTE/prompt_injection": { - "stars": 92, + "stars": 96, "last_update": "2025-08-18 13:18:24", - "author_account_age_days": 1225 + "author_account_age_days": 1315 }, "https://github.com/DavidPiazza/network_bending": { "stars": 0, - "last_update": "2025-07-03 18:58:52", - "author_account_age_days": 2326 + "last_update": "2025-11-30 02:04:39", + "author_account_age_days": 2417 }, "https://github.com/Daxamur/DaxNodes": { "stars": 0, "last_update": "2025-08-30 19:54:44", - "author_account_age_days": 2542 + "author_account_age_days": 2632 + }, + "https://github.com/DayMan84/ComfyUI-Usgromana": { + "stars": 5, + "last_update": "2025-12-13 15:12:02", + "author_account_age_days": 990 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2025-08-13 17:48:55", - "author_account_age_days": 4662 + "author_account_age_days": 4753 + }, + "https://github.com/DazzleNodes/ComfyUI-Smart-Resolution-Calc": { + "stars": 3, + "last_update": "2025-11-12 21:11:23", + "author_account_age_days": 42 + }, + "https://github.com/DazzleNodes/DazzleNodes": { + "stars": 0, + "last_update": "2025-11-24 22:23:02", + "author_account_age_days": 42 + }, + "https://github.com/DazzleNodes/fit-mask-to-image": { + "stars": 1, + "last_update": "2025-11-16 01:32:44", + "author_account_age_days": 42 }, "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { - "stars": 26, + "stars": 28, "last_update": "2025-06-28 17:36:41", - "author_account_age_days": 1302 + "author_account_age_days": 1392 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { - "stars": 3, + "stars": 4, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3438 + "author_account_age_days": 3529 }, - "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { + "https://github.com/Deathspike/ComfyUI-MyOriginalWaifu": { "stars": 0, + "last_update": "2025-12-13 11:39:13", + "author_account_age_days": 5789 + }, + "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { + "stars": 1, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 248 + "author_account_age_days": 339 + }, + "https://github.com/DecartAI/Lucy-Edit-ComfyUI": { + "stars": 700, + "last_update": "2025-11-07 18:58:33", + "author_account_age_days": 848 }, "https://github.com/DeemosTech/ComfyUI-Rodin": { - "stars": 31, - "last_update": "2025-05-07 13:29:25", - "author_account_age_days": 1213 + "stars": 44, + "last_update": "2025-10-15 03:36:50", + "author_account_age_days": 1304 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { - "stars": 2, + "stars": 3, "last_update": "2025-02-24 13:07:36", - "author_account_age_days": 202 + "author_account_age_days": 293 }, "https://github.com/Dehypnotic/comfyui-aspect-ratio-advanced": { + "stars": 1, + "last_update": "2025-10-02 14:57:02", + "author_account_age_days": 1630 + }, + "https://github.com/Dehypnotic/comfyui-dehypnotic-save-nodes": { "stars": 0, - "last_update": "2025-09-14 09:34:14", - "author_account_age_days": 1539 + "last_update": "2025-10-26 15:41:28", + "author_account_age_days": 1630 }, "https://github.com/Dehypnotic/comfyui-numbered-text": { "stars": 0, - "last_update": "2025-08-29 19:51:41", - "author_account_age_days": 1539 + "last_update": "2025-10-08 15:13:36", + "author_account_age_days": 1630 }, "https://github.com/Dehypnotic/comfyui-range-to-string": { "stars": 0, - "last_update": "2025-08-22 20:22:44", - "author_account_age_days": 1539 + "last_update": "2025-10-02 09:30:29", + "author_account_age_days": 1630 }, - "https://github.com/DenRakEiw/Latent_Nodes": { + "https://github.com/Dehypnotic/comfyui-save-mp3": { "stars": 1, + "last_update": "2025-10-24 09:40:52", + "author_account_age_days": 1630 + }, + "https://github.com/DemonNCoding/PromptGenerator12Columns": { + "stars": 0, + "last_update": "2025-12-08 15:49:32", + "author_account_age_days": 1229 + }, + "https://github.com/DenRakEiw/Latent_Nodes": { + "stars": 14, "last_update": "2025-08-13 14:21:14", - "author_account_age_days": 1478 + "author_account_age_days": 1569 }, "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": { - "stars": 9, + "stars": 17, "last_update": "2025-08-14 18:53:13", - "author_account_age_days": 1478 + "author_account_age_days": 1569 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { - "stars": 425, + "stars": 440, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 2222 + "author_account_age_days": 2312 }, "https://github.com/DesertPixelAi/ComfyUI-DP-Ideogram-Character": { - "stars": 0, + "stars": 2, "last_update": "2025-08-26 22:21:45", - "author_account_age_days": 593 + "author_account_age_days": 684 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { - "stars": 20, + "stars": 23, "last_update": "2025-06-22 10:33:31", - "author_account_age_days": 593 + "author_account_age_days": 684 }, "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { "stars": 1, "last_update": "2025-07-10 08:29:21", - "author_account_age_days": 593 + "author_account_age_days": 684 }, "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { - "stars": 4, - "last_update": "2025-08-17 04:34:40", - "author_account_age_days": 932 + "stars": 6, + "last_update": "2025-10-19 04:29:10", + "author_account_age_days": 1023 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { - "stars": 10, + "stars": 13, "last_update": "2025-07-02 11:04:14", - "author_account_age_days": 648 + "author_account_age_days": 738 }, "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, "last_update": "2025-05-19 23:16:22", - "author_account_age_days": 169 + "author_account_age_days": 259 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { - "stars": 29, - "last_update": "2025-03-17 17:53:33", - "author_account_age_days": 4486 + "stars": 32, + "last_update": "2025-09-15 20:38:26", + "author_account_age_days": 4576 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3520 + "author_account_age_days": 3611 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { - "stars": 2, + "stars": 7, "last_update": "2025-07-15 09:12:54", - "author_account_age_days": 227 + "author_account_age_days": 318 }, "https://github.com/Dobidop/ComfyStereo": { - "stars": 28, - "last_update": "2025-08-31 11:30:27", - "author_account_age_days": 1907 + "stars": 32, + "last_update": "2025-11-26 07:52:40", + "author_account_age_days": 1998 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { - "stars": 42, + "stars": 44, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 789 + "author_account_age_days": 879 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { - "stars": 23, + "stars": 31, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 789 + "author_account_age_days": 879 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { - "stars": 6, + "stars": 7, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 789 + "author_account_age_days": 879 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 6, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 789 + "author_account_age_days": 879 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 1, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 789 + "author_account_age_days": 879 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { - "stars": 84, - "last_update": "2025-09-09 02:49:11", - "author_account_age_days": 3351 + "stars": 117, + "last_update": "2025-12-10 06:17:45", + "author_account_age_days": 3442 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 400, - "last_update": "2025-09-11 00:55:02", - "author_account_age_days": 3351 + "stars": 592, + "last_update": "2025-12-11 06:19:25", + "author_account_age_days": 3442 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5442 + "author_account_age_days": 5532 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, - "last_update": "2025-02-04 14:24:46", - "author_account_age_days": 1479 + "last_update": "2025-09-18 05:45:51", + "author_account_age_days": 1570 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { - "stars": 3, + "stars": 4, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1479 + "author_account_age_days": 1570 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { - "stars": 0, + "stars": 2, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 393 + "author_account_age_days": 483 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { - "stars": 4, - "last_update": "2025-08-22 18:51:34", - "author_account_age_days": 1821 + "stars": 8, + "last_update": "2025-12-14 03:38:08", + "author_account_age_days": 1911 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 5, - "last_update": "2025-06-16 18:58:57", - "author_account_age_days": 1821 + "last_update": "2025-12-14 09:47:11", + "author_account_age_days": 1911 }, "https://github.com/Draek2077/comfyui-draekz-nodez": { "stars": 1, "last_update": "2025-09-12 02:32:20", - "author_account_age_days": 49 + "author_account_age_days": 140 }, "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { "stars": 4, - "last_update": "2025-06-01 16:44:46", - "author_account_age_days": 259 + "last_update": "2025-09-21 11:58:58", + "author_account_age_days": 350 }, "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { - "stars": 2, - "last_update": "2025-09-11 18:45:49", - "author_account_age_days": 259 + "stars": 6, + "last_update": "2025-12-11 21:36:17", + "author_account_age_days": 350 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2303 + "author_account_age_days": 2394 + }, + "https://github.com/Duanyll/comfyui_functional": { + "stars": 0, + "last_update": "2025-11-25 13:15:18", + "author_account_age_days": 3271 }, "https://github.com/Duanyll/duanyll_nodepack": { + "stars": 1, + "last_update": "2025-11-12 11:43:08", + "author_account_age_days": 3271 + }, + "https://github.com/EMkrtchyan/ComfyUI-NormalsToDepth": { "stars": 0, - "last_update": "2025-08-18 12:20:10", - "author_account_age_days": 3180 + "last_update": "2025-12-08 16:00:05", + "author_account_age_days": 431 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { - "stars": 55, + "stars": 69, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3074 + "author_account_age_days": 3165 }, "https://github.com/Easymode-ai/ComfyUI-BPT": { - "stars": 10, + "stars": 12, "last_update": "2025-07-25 20:05:55", - "author_account_age_days": 1720 + "author_account_age_days": 1811 }, "https://github.com/Easymode-ai/ComfyUI-FlexPainter": { "stars": 2, "last_update": "2025-09-10 20:45:19", - "author_account_age_days": 1720 + "author_account_age_days": 1811 }, "https://github.com/Easymode-ai/ComfyUI-ShadowR": { - "stars": 12, + "stars": 15, "last_update": "2025-02-21 20:53:27", - "author_account_age_days": 1720 + "author_account_age_days": 1811 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 73, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5164 + "author_account_age_days": 5255 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1590 + "author_account_age_days": 1681 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 28, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3067 + "author_account_age_days": 3158 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { - "stars": 231, + "stars": 240, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 3225 + "author_account_age_days": 3316 }, "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { - "stars": 1, - "last_update": "2025-07-11 18:25:15", - "author_account_age_days": 2036 + "stars": 2, + "last_update": "2025-10-14 21:19:43", + "author_account_age_days": 2126 }, "https://github.com/Enashka/ComfyUI-nhknodes": { - "stars": 10, - "last_update": "2025-09-13 14:54:40", - "author_account_age_days": 3418 + "stars": 14, + "last_update": "2025-11-29 00:26:17", + "author_account_age_days": 3509 }, "https://github.com/Enemyx-net/VibeVoice-ComfyUI": { - "stars": 787, - "last_update": "2025-09-11 06:16:03", - "author_account_age_days": 18 + "stars": 1244, + "last_update": "2025-10-02 18:51:41", + "author_account_age_days": 108 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { - "stars": 6, - "last_update": "2025-07-26 11:58:16", - "author_account_age_days": 416 - }, - "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { - "stars": 11, - "last_update": "2025-03-30 13:06:28", - "author_account_age_days": 416 + "stars": 8, + "last_update": "2025-11-09 01:25:14", + "author_account_age_days": 507 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 7, - "last_update": "2025-08-25 17:58:28", - "author_account_age_days": 416 + "last_update": "2025-11-09 02:04:45", + "author_account_age_days": 507 + }, + "https://github.com/EnragedAntelope/ComfyUI_EasyRegion": { + "stars": 0, + "last_update": "2025-11-23 15:21:21", + "author_account_age_days": 507 + }, + "https://github.com/EnragedAntelope/comfy-modelopt": { + "stars": 0, + "last_update": "2025-11-10 21:11:04", + "author_account_age_days": 507 }, "https://github.com/EnragedAntelope/comfyui-relight": { - "stars": 78, - "last_update": "2025-05-16 16:06:28", - "author_account_age_days": 416 + "stars": 85, + "last_update": "2025-11-09 02:16:20", + "author_account_age_days": 507 + }, + "https://github.com/EnragedAntelope/comfyui-sdnq": { + "stars": 51, + "last_update": "2025-12-12 15:32:53", + "author_account_age_days": 507 }, "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { - "stars": 4, + "stars": 5, "last_update": "2025-07-17 07:05:26", - "author_account_age_days": 3718 + "author_account_age_days": 3808 }, "https://github.com/Erehr/ComfyUI-EreNodes": { - "stars": 44, + "stars": 53, "last_update": "2025-08-11 10:10:28", - "author_account_age_days": 3718 + "author_account_age_days": 3808 + }, + "https://github.com/EricRollei/AAA_Metadata_System": { + "stars": 2, + "last_update": "2025-12-02 10:13:25", + "author_account_age_days": 1432 + }, + "https://github.com/EricRollei/Comfy_HunyuanImage3": { + "stars": 10, + "last_update": "2025-12-05 06:26:26", + "author_account_age_days": 1432 + }, + "https://github.com/EricRollei/Download_Tools": { + "stars": 2, + "last_update": "2025-11-28 21:38:14", + "author_account_age_days": 1432 + }, + "https://github.com/EricRollei/Emu35-Comfyui-Nodes": { + "stars": 1, + "last_update": "2025-12-08 03:33:49", + "author_account_age_days": 1432 + }, + "https://github.com/EricRollei/Eric_Image_Processing_Nodes": { + "stars": 3, + "last_update": "2025-12-01 04:45:00", + "author_account_age_days": 1432 + }, + "https://github.com/EricRollei/HYPIR-ComfyUI": { + "stars": 1, + "last_update": "2025-11-18 18:34:15", + "author_account_age_days": 1432 + }, + "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer": { + "stars": 6, + "last_update": "2025-11-14 01:14:34", + "author_account_age_days": 1432 + }, + "https://github.com/EricRollei/PDF-Tools": { + "stars": 1, + "last_update": "2025-11-20 06:17:18", + "author_account_age_days": 1432 + }, + "https://github.com/EuphoricPenguin/resemble-enhance-comfyui": { + "stars": 0, + "last_update": "2025-11-01 08:28:38", + "author_account_age_days": 3454 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 624, + "stars": 694, "last_update": "2025-06-18 23:00:26", - "author_account_age_days": 4046 + "author_account_age_days": 4137 }, "https://github.com/Excidos/ComfyUI-Documents": { - "stars": 55, + "stars": 56, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 454 + "author_account_age_days": 545 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 454 + "author_account_age_days": 545 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, - "last_update": "2025-08-19 08:09:42", - "author_account_age_days": 35 + "last_update": "2025-11-10 03:24:25", + "author_account_age_days": 126 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 2071 + "author_account_age_days": 2161 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { - "stars": 112, + "stars": 115, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 2071 + "author_account_age_days": 2161 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { - "stars": 301, + "stars": 306, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 2071 + "author_account_age_days": 2161 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3655 + "author_account_age_days": 3746 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { - "stars": 422, + "stars": 425, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3597 + "author_account_age_days": 3688 }, "https://github.com/Extraltodeus/DistanceSampler": { - "stars": 39, + "stars": 41, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3597 + "author_account_age_days": 3688 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { - "stars": 81, + "stars": 85, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3597 + "author_account_age_days": 3688 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3597 + "author_account_age_days": 3688 }, "https://github.com/Extraltodeus/Skimmed_CFG": { - "stars": 210, + "stars": 222, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3597 + "author_account_age_days": 3688 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { - "stars": 43, + "stars": 44, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3597 + "author_account_age_days": 3688 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { - "stars": 50, + "stars": 51, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3597 + "author_account_age_days": 3688 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { - "stars": 122, + "stars": 125, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3597 + "author_account_age_days": 3688 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3597 + "author_account_age_days": 3688 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { - "stars": 52, + "stars": 57, "last_update": "2025-05-24 07:36:22", - "author_account_age_days": 3597 + "author_account_age_days": 3688 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { - "stars": 87, + "stars": 90, "last_update": "2025-08-21 18:17:03", - "author_account_age_days": 3597 + "author_account_age_days": 3688 }, "https://github.com/FaberVS/MultiModel": { - "stars": 1, + "stars": 3, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2218 + "author_account_age_days": 2309 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 805, + "stars": 908, "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3579 + "author_account_age_days": 3670 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { - "stars": 118, - "last_update": "2025-03-31 10:26:14", - "author_account_age_days": 3579 + "stars": 131, + "last_update": "2025-11-09 02:34:01", + "author_account_age_days": 3670 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { - "stars": 207, + "stars": 211, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3579 + "author_account_age_days": 3670 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { - "stars": 214, + "stars": 221, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3579 + "author_account_age_days": 3670 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3371, - "last_update": "2025-09-10 08:39:12", - "author_account_age_days": 3579 + "stars": 3634, + "last_update": "2025-12-10 11:26:27", + "author_account_age_days": 3670 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { - "stars": 4, + "stars": 5, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 983 + "author_account_age_days": 1074 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1287 + "author_account_age_days": 1378 }, "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": { "stars": 0, "last_update": "2025-08-15 13:52:56", - "author_account_age_days": 3331 + "author_account_age_days": 3422 + }, + "https://github.com/FeiMao-326/Comfyui-General-API-Node": { + "stars": 0, + "last_update": "2025-12-12 09:35:25", + "author_account_age_days": 2096 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3202 + "author_account_age_days": 3293 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, "last_update": "2025-08-08 21:50:00", - "author_account_age_days": 4613 + "author_account_age_days": 4704 }, "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, "last_update": "2025-07-30 02:03:58", - "author_account_age_days": 3062 + "author_account_age_days": 3153 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { - "stars": 17, - "last_update": "2025-08-31 17:04:24", - "author_account_age_days": 1119 + "stars": 19, + "last_update": "2025-12-06 12:50:17", + "author_account_age_days": 1210 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { - "stars": 8, + "stars": 9, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 3194 + "author_account_age_days": 3285 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 468 + "author_account_age_days": 559 }, "https://github.com/Firetheft/ComfyUI-Animate-Progress": { - "stars": 1, + "stars": 3, "last_update": "2025-09-09 13:21:52", - "author_account_age_days": 1348 + "author_account_age_days": 1439 }, "https://github.com/Firetheft/ComfyUI_Civitai_Gallery": { - "stars": 61, - "last_update": "2025-09-14 14:36:13", - "author_account_age_days": 1348 + "stars": 88, + "last_update": "2025-12-02 14:21:28", + "author_account_age_days": 1439 }, "https://github.com/Firetheft/ComfyUI_Local_Lora_Gallery": { - "stars": 32, - "last_update": "2025-09-12 08:26:29", - "author_account_age_days": 1348 + "stars": 49, + "last_update": "2025-12-02 10:30:07", + "author_account_age_days": 1439 + }, + "https://github.com/Firetheft/ComfyUI_Pixabay_Gallery": { + "stars": 5, + "last_update": "2025-12-03 00:57:24", + "author_account_age_days": 1439 + }, + "https://github.com/Firetheft/ComfyUI_Simple_Web_Browser": { + "stars": 8, + "last_update": "2025-12-02 15:25:45", + "author_account_age_days": 1439 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 52, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2427 + "author_account_age_days": 2517 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 457, + "stars": 468, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2427 + "author_account_age_days": 2517 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { - "stars": 78, + "stars": 80, "last_update": "2025-03-28 04:58:45", - "author_account_age_days": 1955 + "author_account_age_days": 2046 }, "https://github.com/FloyoAI/ComfyUI-Seed-API": { "stars": 0, - "last_update": "2025-09-14 18:15:52", - "author_account_age_days": 343 + "last_update": "2025-10-29 14:29:56", + "author_account_age_days": 433 }, "https://github.com/FlyingFireCo/tiled_ksampler": { - "stars": 91, + "stars": 97, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 1080 + "author_account_age_days": 1170 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { - "stars": 240, + "stars": 243, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1691 + "author_account_age_days": 1782 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { - "stars": 10, - "last_update": "2025-09-14 18:02:54", - "author_account_age_days": 1950 + "stars": 19, + "last_update": "2025-12-13 14:39:37", + "author_account_age_days": 2041 + }, + "https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": { + "stars": 1, + "last_update": "2025-12-10 17:16:56", + "author_account_age_days": 3311 + }, + "https://github.com/Fossiel/ComfyUI-Fossiel-WAN-Additional-Tilers": { + "stars": 1, + "last_update": "2025-12-02 03:41:53", + "author_account_age_days": 3311 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2218 + "author_account_age_days": 2309 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2218 + "author_account_age_days": 2309 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 2, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2218 + "author_account_age_days": 2309 + }, + "https://github.com/FranckyB/ComfyUI-Prompt-Manager": { + "stars": 17, + "last_update": "2025-12-14 07:36:44", + "author_account_age_days": 4025 }, "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { - "stars": 6, - "last_update": "2025-07-30 23:08:42", - "author_account_age_days": 1124 + "stars": 7, + "last_update": "2025-09-19 03:22:12", + "author_account_age_days": 1215 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2764 + "author_account_age_days": 2855 }, "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY": { "stars": 0, "last_update": "2025-09-02 09:22:34", - "author_account_age_days": 3873 + "author_account_age_days": 3964 }, "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { - "stars": 1, + "stars": 2, "last_update": "2025-04-22 09:12:55", - "author_account_age_days": 1023 + "author_account_age_days": 1114 }, "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { - "stars": 3, + "stars": 4, "last_update": "2025-04-22 10:00:31", - "author_account_age_days": 1023 + "author_account_age_days": 1114 }, "https://github.com/FuouM/ComfyUI-EbSynth": { - "stars": 97, + "stars": 105, "last_update": "2025-03-30 06:30:52", - "author_account_age_days": 2128 + "author_account_age_days": 2219 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { - "stars": 5, + "stars": 7, "last_update": "2025-03-27 12:22:31", - "author_account_age_days": 2128 + "author_account_age_days": 2219 }, "https://github.com/FuouM/ComfyUI-MatAnyone": { - "stars": 11, + "stars": 18, "last_update": "2025-03-24 03:43:48", - "author_account_age_days": 2128 + "author_account_age_days": 2219 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { - "stars": 11, + "stars": 13, "last_update": "2025-03-27 12:15:58", - "author_account_age_days": 2128 + "author_account_age_days": 2219 }, "https://github.com/FuouM/FM_nodes": { - "stars": 6, + "stars": 7, "last_update": "2025-03-27 12:16:55", - "author_account_age_days": 2128 + "author_account_age_days": 2219 + }, + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": { + "stars": 0, + "last_update": "2025-11-30 00:35:31", + "author_account_age_days": 3141 + }, + "https://github.com/FuryNocturn/ComfyUI-Studio-Fury": { + "stars": 0, + "last_update": "2025-11-30 00:45:50", + "author_account_age_days": 3141 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { - "stars": 75, + "stars": 77, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1610 + "author_account_age_days": 1701 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1966 + "author_account_age_days": 2057 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { - "stars": 39, - "last_update": "2025-09-13 02:43:23", - "author_account_age_days": 1857 + "stars": 62, + "last_update": "2025-12-11 17:29:51", + "author_account_age_days": 1948 }, "https://github.com/GACLove/ComfyUI-VFI": { - "stars": 5, - "last_update": "2025-09-08 10:16:34", - "author_account_age_days": 4064 + "stars": 11, + "last_update": "2025-09-30 09:55:40", + "author_account_age_days": 4155 + }, + "https://github.com/GENKAIx/PixelArt-Processing-Nodes-for-ComfyUI": { + "stars": 9, + "last_update": "2024-09-06 11:37:05", + "author_account_age_days": 2948 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, "last_update": "2025-02-20 12:58:43", - "author_account_age_days": 2616 + "author_account_age_days": 2707 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { - "stars": 12, - "last_update": "2025-08-24 20:09:43", - "author_account_age_days": 3003 + "stars": 13, + "last_update": "2025-11-09 20:11:28", + "author_account_age_days": 3094 + }, + "https://github.com/GZK1108/Comfyui-QwenLoraLoaderSelective": { + "stars": 2, + "last_update": "2025-10-28 02:32:13", + "author_account_age_days": 1260 }, "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, "last_update": "2025-05-16 05:25:09", - "author_account_age_days": 603 + "author_account_age_days": 694 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 0, "last_update": "2025-05-12 09:51:17", - "author_account_age_days": 603 + "author_account_age_days": 694 }, "https://github.com/GamingDaveUk/daves_nodes": { "stars": 0, "last_update": "2025-02-22 06:22:19", - "author_account_age_days": 879 + "author_account_age_days": 970 }, "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, "last_update": "2025-06-26 08:24:16", - "author_account_age_days": 934 + "author_account_age_days": 1025 }, "https://github.com/Gary-yeh/comfyui-super-captioner": { "stars": 1, "last_update": "2025-07-07 15:32:34", - "author_account_age_days": 934 + "author_account_age_days": 1025 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { - "stars": 14, - "last_update": "2025-07-16 15:39:00", - "author_account_age_days": 5015 + "stars": 15, + "last_update": "2025-09-16 20:38:14", + "author_account_age_days": 5106 }, - "https://github.com/GeekyGhost/24oiduts-ComfyUI": { + "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": { "stars": 0, - "last_update": "2025-09-14 16:09:35", - "author_account_age_days": 1117 + "last_update": "2025-11-16 22:35:53", + "author_account_age_days": 4128 + }, + "https://github.com/GeekatplayStudio/comfyui-hitem3d": { + "stars": 7, + "last_update": "2025-11-16 15:47:02", + "author_account_age_days": 4128 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { - "stars": 38, - "last_update": "2025-09-14 00:41:22", - "author_account_age_days": 1117 + "stars": 45, + "last_update": "2025-11-29 15:08:39", + "author_account_age_days": 1208 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 8, "last_update": "2025-09-13 11:00:11", - "author_account_age_days": 1117 + "author_account_age_days": 1208 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { - "stars": 48, + "stars": 49, "last_update": "2025-08-08 22:25:29", - "author_account_age_days": 1117 + "author_account_age_days": 1208 }, "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader": { "stars": 1, "last_update": "2025-08-21 13:06:03", - "author_account_age_days": 1117 + "author_account_age_days": 1208 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { - "stars": 1, + "stars": 2, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1117 + "author_account_age_days": 1208 + }, + "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node": { + "stars": 16, + "last_update": "2025-09-16 19:56:49", + "author_account_age_days": 409 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { - "stars": 19, + "stars": 20, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2830 + "author_account_age_days": 2921 + }, + "https://github.com/Geo1230/ComfyUI-DeepseekOCR": { + "stars": 1, + "last_update": "2025-11-18 03:42:53", + "author_account_age_days": 37 }, "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, "last_update": "2025-07-24 05:51:33", - "author_account_age_days": 144 + "author_account_age_days": 235 }, "https://github.com/Gipphe/comfyui-metadata-statistics": { "stars": 0, "last_update": "2025-08-28 20:43:50", - "author_account_age_days": 4760 + "author_account_age_days": 4850 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 89, "last_update": "2025-07-07 10:31:15", - "author_account_age_days": 1113 + "author_account_age_days": 1203 + }, + "https://github.com/GizmoR13/PG-Nodes": { + "stars": 16, + "last_update": "2025-10-10 12:52:07", + "author_account_age_days": 5362 + }, + "https://github.com/Glidias/mask2sam": { + "stars": 0, + "last_update": "2025-10-07 04:07:01", + "author_account_age_days": 5801 }, "https://github.com/Goktug/comfyui-saveimage-plus": { - "stars": 12, + "stars": 14, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5379 + "author_account_age_days": 5470 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { - "stars": 17, - "last_update": "2025-07-27 06:40:37", - "author_account_age_days": 184 + "stars": 25, + "last_update": "2025-10-17 08:20:56", + "author_account_age_days": 274 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { - "stars": 3, + "stars": 7, "last_update": "2025-05-14 20:52:22", - "author_account_age_days": 1108 + "author_account_age_days": 1198 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 788, - "last_update": "2025-09-14 16:54:30", - "author_account_age_days": 1567 + "stars": 963, + "last_update": "2025-12-08 08:24:57", + "author_account_age_days": 1657 + }, + "https://github.com/GraftingRayman/Border-Distance-Mapper": { + "stars": 0, + "last_update": "2025-11-17 17:49:31", + "author_account_age_days": 701 + }, + "https://github.com/GraftingRayman/ComfyUI-Dimension-Selector": { + "stars": 0, + "last_update": "2025-11-17 16:27:54", + "author_account_age_days": 701 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 56, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 610 + "author_account_age_days": 701 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { - "stars": 61, - "last_update": "2025-04-22 06:50:24", - "author_account_age_days": 610 + "stars": 67, + "last_update": "2025-12-05 10:46:01", + "author_account_age_days": 701 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 610 + "author_account_age_days": 701 + }, + "https://github.com/GraftingRayman/Unified-Vision-Prompt-Generator": { + "stars": 1, + "last_update": "2025-11-20 17:47:15", + "author_account_age_days": 701 }, "https://github.com/GrailGreg/images_base64": { "stars": 1, "last_update": "2025-05-13 07:12:00", - "author_account_age_days": 193 + "author_account_age_days": 284 + }, + "https://github.com/Granddyser/wan-video-extender": { + "stars": 17, + "last_update": "2025-11-29 04:24:25", + "author_account_age_days": 1920 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { - "stars": 194, - "last_update": "2025-07-03 02:26:19", - "author_account_age_days": 1644 + "stars": 199, + "last_update": "2025-09-25 21:20:31", + "author_account_age_days": 1735 + }, + "https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": { + "stars": 1, + "last_update": "2025-12-08 03:53:56", + "author_account_age_days": 1735 + }, + "https://github.com/GreenLandisaLie/ComfyUI-RichText_BasicDynamicPrompts": { + "stars": 6, + "last_update": "2025-11-27 02:03:06", + "author_account_age_days": 1735 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { - "stars": 8, + "stars": 9, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2857 + "author_account_age_days": 2948 }, "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, "last_update": "2025-07-01 15:25:45", - "author_account_age_days": 3392 + "author_account_age_days": 3483 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 320 + "author_account_age_days": 410 + }, + "https://github.com/GuardSkill/ComfyUI-VoiceSep": { + "stars": 1, + "last_update": "2025-11-05 06:11:30", + "author_account_age_days": 3571 }, "https://github.com/Gue-e/ComfyUI-PanoCard": { - "stars": 14, + "stars": 16, "last_update": "2025-06-23 08:57:03", - "author_account_age_days": 2531 + "author_account_age_days": 2622 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1927 + "author_account_age_days": 2018 + }, + "https://github.com/HAL-XP/halxp-comfy": { + "stars": 1, + "last_update": "2025-12-04 11:21:35", + "author_account_age_days": 3063 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3293 + "author_account_age_days": 3384 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { - "stars": 12, + "stars": 15, "last_update": "2025-04-17 16:32:12", - "author_account_age_days": 3427 + "author_account_age_days": 3518 }, "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, "last_update": "2025-05-21 08:36:14", - "author_account_age_days": 216 + "author_account_age_days": 307 }, "https://github.com/HJH-AILab/ComfyUI_Facefusion": { - "stars": 7, + "stars": 11, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 216 + "author_account_age_days": 307 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { - "stars": 16, + "stars": 17, "last_update": "2025-04-24 02:45:32", - "author_account_age_days": 216 + "author_account_age_days": 307 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { - "stars": 116, - "last_update": "2025-07-23 18:53:37", - "author_account_age_days": 276 + "stars": 163, + "last_update": "2025-10-18 20:06:12", + "author_account_age_days": 367 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { "stars": 12, "last_update": "2025-08-12 20:03:12", - "author_account_age_days": 276 + "author_account_age_days": 367 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_DreamOmni2": { + "stars": 77, + "last_update": "2025-10-11 18:24:55", + "author_account_age_days": 367 }, "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { - "stars": 188, + "stars": 189, "last_update": "2025-05-05 18:32:28", - "author_account_age_days": 276 + "author_account_age_days": 367 }, "https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom": { - "stars": 34, + "stars": 35, "last_update": "2025-09-03 17:40:53", - "author_account_age_days": 276 + "author_account_age_days": 367 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { - "stars": 140, + "stars": 141, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 276 + "author_account_age_days": 367 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OneReward": { - "stars": 7, + "stars": 13, "last_update": "2025-09-11 17:17:22", - "author_account_age_days": 276 + "author_account_age_days": 367 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_Ovi": { + "stars": 45, + "last_update": "2025-10-06 18:35:59", + "author_account_age_days": 367 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { - "stars": 90, + "stars": 91, "last_update": "2025-08-05 00:38:59", - "author_account_age_days": 276 + "author_account_age_days": 367 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { - "stars": 60, + "stars": 63, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 276 + "author_account_age_days": 367 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 24, "last_update": "2025-04-30 17:12:58", - "author_account_age_days": 276 + "author_account_age_days": 367 }, "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { - "stars": 53, + "stars": 54, "last_update": "2025-04-15 17:12:25", - "author_account_age_days": 276 + "author_account_age_days": 367 }, "https://github.com/HM-RunningHub/ComfyUI_RH_USO": { - "stars": 48, + "stars": 54, "last_update": "2025-09-01 19:32:02", - "author_account_age_days": 276 + "author_account_age_days": 367 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_VideoAsPrompt": { + "stars": 19, + "last_update": "2025-10-30 10:25:36", + "author_account_age_days": 367 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_mammothmoda": { + "stars": 6, + "last_update": "2025-10-15 16:19:44", + "author_account_age_days": 367 }, "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 174 + "author_account_age_days": 265 }, "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { - "stars": 11, - "last_update": "2025-08-19 06:30:10", - "author_account_age_days": 222 + "stars": 15, + "last_update": "2025-09-26 04:19:03", + "author_account_age_days": 313 }, "https://github.com/HWDigi/Factory-Prompts_comfyui": { - "stars": 0, + "stars": 1, "last_update": "2025-08-06 08:31:02", - "author_account_age_days": 69 + "author_account_age_days": 160 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1447 + "author_account_age_days": 1538 + }, + "https://github.com/HallettVisual/ComfyUI-Qwen-Camera-Selector": { + "stars": 6, + "last_update": "2025-11-10 02:39:24", + "author_account_age_days": 439 }, "https://github.com/Hangover3832/ComfyUI_Hangover-Utils": { - "stars": 0, - "last_update": "2025-08-20 11:05:30", - "author_account_age_days": 1057 + "stars": 1, + "last_update": "2025-11-15 18:59:51", + "author_account_age_days": 1148 }, "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, "last_update": "2025-03-11 23:36:33", - "author_account_age_days": 3052 + "author_account_age_days": 3142 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, - "last_update": "2025-03-14 06:47:03", - "author_account_age_days": 1778 + "last_update": "2025-11-19 07:54:55", + "author_account_age_days": 1869 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { - "stars": 101, - "last_update": "2025-08-12 06:56:30", - "author_account_age_days": 1778 + "stars": 103, + "last_update": "2025-11-19 08:58:40", + "author_account_age_days": 1869 }, "https://github.com/Haoming02/comfyui-floodgate": { - "stars": 33, + "stars": 34, "last_update": "2025-08-12 06:56:07", - "author_account_age_days": 1778 + "author_account_age_days": 1869 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, - "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1778 + "last_update": "2025-11-25 08:41:38", + "author_account_age_days": 1869 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, - "last_update": "2025-03-14 06:46:56", - "author_account_age_days": 1778 + "last_update": "2025-11-19 07:30:34", + "author_account_age_days": 1869 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { - "stars": 53, + "stars": 58, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1778 + "author_account_age_days": 1869 }, "https://github.com/Haoming02/comfyui-prompt-format": { - "stars": 34, - "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1778 + "stars": 35, + "last_update": "2025-11-19 07:31:58", + "author_account_age_days": 1869 }, "https://github.com/Haoming02/comfyui-resharpen": { - "stars": 51, - "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1778 + "stars": 54, + "last_update": "2025-12-09 01:57:07", + "author_account_age_days": 1869 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, - "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1778 + "last_update": "2025-11-19 07:46:47", + "author_account_age_days": 1869 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, "last_update": "2025-08-08 06:14:53", - "author_account_age_days": 2685 + "author_account_age_days": 2776 + }, + "https://github.com/Hasasasa/ComfyUI_DashuaiTools": { + "stars": 3, + "last_update": "2025-12-09 09:55:11", + "author_account_age_days": 442 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, - "last_update": "2025-06-07 18:56:34", - "author_account_age_days": 2361 + "last_update": "2025-09-22 01:18:37", + "author_account_age_days": 2452 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2689 + "author_account_age_days": 2780 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { - "stars": 2, + "stars": 6, "last_update": "2025-07-02 13:28:53", - "author_account_age_days": 4422 + "author_account_age_days": 4513 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 801 + "author_account_age_days": 892 + }, + "https://github.com/Hearmeman24/ComfyUI-LoRAPlotNode": { + "stars": 26, + "last_update": "2025-11-19 18:08:34", + "author_account_age_days": 1339 + }, + "https://github.com/Hearmeman24/ComfyUI-Pinecone": { + "stars": 0, + "last_update": "2025-10-05 15:52:58", + "author_account_age_days": 1339 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2771 + "author_account_age_days": 2862 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 2, "last_update": "2025-03-28 14:51:23", - "author_account_age_days": 4775 + "author_account_age_days": 4866 + }, + "https://github.com/HellerCommaA/ComfyUI-ZImageLatent": { + "stars": 2, + "last_update": "2025-12-03 23:23:29", + "author_account_age_days": 4866 }, "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, "last_update": "2025-02-17 23:25:53", - "author_account_age_days": 2182 + "author_account_age_days": 2273 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 370, + "stars": 373, "last_update": "2025-06-27 09:47:01", - "author_account_age_days": 360 + "author_account_age_days": 451 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2025-05-21 02:17:36", - "author_account_age_days": 3532 + "author_account_age_days": 3622 }, - "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { - "stars": 6, - "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 2145 + "https://github.com/HenkDz/nd-super-nodes": { + "stars": 21, + "last_update": "2025-11-03 12:44:11", + "author_account_age_days": 3587 }, "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, "last_update": "2025-07-02 13:28:45", - "author_account_age_days": 2617 + "author_account_age_days": 2708 }, "https://github.com/HoangYell/comfyui-hoangyell-video": { "stars": 0, "last_update": "2025-08-21 13:34:55", - "author_account_age_days": 4190 + "author_account_age_days": 4281 }, "https://github.com/Holasyb918/Ghost2_Comfyui": { - "stars": 4, + "stars": 5, "last_update": "2025-03-14 02:41:21", - "author_account_age_days": 1083 + "author_account_age_days": 1173 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { - "stars": 6, - "last_update": "2025-06-25 23:22:58", - "author_account_age_days": 636 + "stars": 7, + "last_update": "2025-09-30 20:29:12", + "author_account_age_days": 726 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { - "stars": 18, + "stars": 19, "last_update": "2025-06-11 04:28:54", - "author_account_age_days": 622 + "author_account_age_days": 713 }, "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { "stars": 6, "last_update": "2025-06-11 04:48:46", - "author_account_age_days": 622 + "author_account_age_days": 713 }, "https://github.com/Hullabalo/ComfyUI-Loop": { - "stars": 9, - "last_update": "2025-05-01 15:26:44", - "author_account_age_days": 1058 + "stars": 12, + "last_update": "2025-10-24 22:39:11", + "author_account_age_days": 1148 + }, + "https://github.com/IAMCCS/IAMCCS-nodes": { + "stars": 29, + "last_update": "2025-11-19 11:59:50", + "author_account_age_days": 2093 + }, + "https://github.com/IAMCCS/IAMCCS_annotate": { + "stars": 4, + "last_update": "2025-11-15 08:50:13", + "author_account_age_days": 2093 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { - "stars": 39, + "stars": 41, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5928 + "author_account_age_days": 6019 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 5928 + "author_account_age_days": 6019 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 12, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5928 + "author_account_age_days": 6019 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { - "stars": 2, + "stars": 3, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2176 + "author_account_age_days": 2266 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, "last_update": "2025-06-04 09:43:26", - "author_account_age_days": 771 + "author_account_age_days": 862 }, "https://github.com/INuBq8/ComfyUI-NotificationBridge": { - "stars": 0, + "stars": 1, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 329 + "author_account_age_days": 420 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4156 + "author_account_age_days": 4247 + }, + "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": { + "stars": 0, + "last_update": "2025-11-05 05:35:43", + "author_account_age_days": 2861 + }, + "https://github.com/IamCreateAI/ComfyUI-Animon": { + "stars": 0, + "last_update": "2025-11-20 11:43:41", + "author_account_age_days": 370 }, "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 522, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 279 + "author_account_age_days": 370 + }, + "https://github.com/Ian2073/ComfyUI-MyLLMnode": { + "stars": 0, + "last_update": "2025-09-15 12:47:01", + "author_account_age_days": 1779 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { - "stars": 7, - "last_update": "2025-07-23 10:19:10", - "author_account_age_days": 476 + "stars": 9, + "last_update": "2025-10-28 14:17:15", + "author_account_age_days": 567 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { - "stars": 2, + "stars": 4, "last_update": "2025-09-10 17:27:59", - "author_account_age_days": 90 + "author_account_age_days": 181 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2025-02-03 00:25:14", - "author_account_age_days": 1945 + "author_account_age_days": 2035 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2025-02-03 00:21:47", - "author_account_age_days": 1945 + "author_account_age_days": 2035 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2677 + "author_account_age_days": 2768 }, "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { - "stars": 2, + "stars": 5, "last_update": "2025-05-05 21:36:48", - "author_account_age_days": 2000 + "author_account_age_days": 2091 }, "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { - "stars": 16, + "stars": 20, "last_update": "2025-05-08 21:56:04", - "author_account_age_days": 2000 + "author_account_age_days": 2091 }, "https://github.com/Immac/ComfyUI-CoreVideoMocks": { "stars": 1, "last_update": "2025-03-17 20:21:25", - "author_account_age_days": 4626 + "author_account_age_days": 4717 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2025-03-27 12:49:04", - "author_account_age_days": 4270 + "author_account_age_days": 4360 }, "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, - "last_update": "2025-09-11 08:36:04", - "author_account_age_days": 977 + "last_update": "2025-12-07 15:39:57", + "author_account_age_days": 1068 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 4, "last_update": "2025-03-25 06:19:54", - "author_account_age_days": 277 + "author_account_age_days": 368 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3077 + "author_account_age_days": 3168 }, "https://github.com/Inzaniak/comfyui-ranbooru": { - "stars": 19, + "stars": 22, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4357 + "author_account_age_days": 4447 }, "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, "last_update": "2025-05-13 11:10:44", - "author_account_age_days": 767 + "author_account_age_days": 858 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, "last_update": "2025-07-08 01:45:22", - "author_account_age_days": 559 + "author_account_age_days": 649 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { - "stars": 6, + "stars": 7, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 559 + "author_account_age_days": 649 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { - "stars": 29, - "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1539 + "stars": 33, + "last_update": "2025-10-21 17:29:45", + "author_account_age_days": 1630 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 20, - "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1539 + "last_update": "2025-10-02 08:11:32", + "author_account_age_days": 1630 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { - "stars": 12, - "last_update": "2025-07-01 09:18:51", - "author_account_age_days": 1539 + "stars": 13, + "last_update": "2025-10-02 08:08:42", + "author_account_age_days": 1630 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { - "stars": 180, - "last_update": "2025-03-11 10:32:39", - "author_account_age_days": 1539 + "stars": 185, + "last_update": "2025-10-02 08:17:02", + "author_account_age_days": 1630 }, "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough": { - "stars": 3, - "last_update": "2025-09-05 19:11:07", - "author_account_age_days": 1539 + "stars": 4, + "last_update": "2025-11-26 09:45:37", + "author_account_age_days": 1630 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 38, "last_update": "2025-05-03 12:21:05", - "author_account_age_days": 805 + "author_account_age_days": 895 }, - "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { - "stars": 214, + "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5": { + "stars": 246, "last_update": "2025-08-29 00:23:20", - "author_account_age_days": 858 + "author_account_age_days": 949 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { - "stars": 12, + "stars": 15, "last_update": "2025-04-02 16:35:52", - "author_account_age_days": 858 + "author_account_age_days": 949 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { - "stars": 121, - "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 858 + "stars": 423, + "last_update": "2025-10-23 04:10:00", + "author_account_age_days": 949 + }, + "https://github.com/IuvenisSapiens/ComfyUI_Qwen3-VL-Instruct": { + "stars": 423, + "last_update": "2025-10-23 04:10:00", + "author_account_age_days": 949 + }, + "https://github.com/J-ChenX/ComfyUI-NIX": { + "stars": 2, + "last_update": "2025-09-29 03:08:12", + "author_account_age_days": 1867 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 3014 + "author_account_age_days": 3105 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { - "stars": 84, + "stars": 92, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 763 + "author_account_age_days": 854 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, "last_update": "2025-02-21 11:36:11", - "author_account_age_days": 1006 + "author_account_age_days": 1097 }, "https://github.com/JTriggerFish/ComfyLatentTools": { - "stars": 2, + "stars": 4, "last_update": "2025-05-06 21:07:17", - "author_account_age_days": 4446 + "author_account_age_days": 4537 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 1018 + "author_account_age_days": 1109 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, "last_update": "2025-05-10 12:26:38", - "author_account_age_days": 790 + "author_account_age_days": 881 }, "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { "stars": 2, "last_update": "2025-04-28 02:05:19", - "author_account_age_days": 790 + "author_account_age_days": 881 + }, + "https://github.com/Jairodaniel-17/ComfyUI-translate-offline": { + "stars": 1, + "last_update": "2025-10-08 18:50:53", + "author_account_age_days": 1739 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 0, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 2009 + "author_account_age_days": 2100 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, "last_update": "2025-04-07 09:03:24", - "author_account_age_days": 3000 + "author_account_age_days": 3091 }, "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4126 + "author_account_age_days": 4217 }, "https://github.com/Jarcis-cy/ComfyUI-HunyuanVideoFoley": { - "stars": 4, + "stars": 6, "last_update": "2025-08-29 16:44:45", - "author_account_age_days": 2673 + "author_account_age_days": 2764 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { - "stars": 75, + "stars": 79, "last_update": "2025-09-09 00:16:03", - "author_account_age_days": 4019 + "author_account_age_days": 4110 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 858 + "author_account_age_days": 948 }, "https://github.com/JayLyu/blender-in-comfyui": { - "stars": 2, + "stars": 4, "last_update": "2025-07-20 07:39:06", - "author_account_age_days": 3715 + "author_account_age_days": 3806 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { - "stars": 29, + "stars": 30, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1137 + "author_account_age_days": 1228 }, "https://github.com/Jcd1230/rembg-comfyui-node": { - "stars": 177, + "stars": 180, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5333 + "author_account_age_days": 5424 }, "https://github.com/Jelosus2/comfyui-vae-reflection": { - "stars": 6, - "last_update": "2025-08-25 20:21:08", - "author_account_age_days": 1751 + "stars": 9, + "last_update": "2025-11-11 18:27:58", + "author_account_age_days": 1842 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { - "stars": 5, + "stars": 6, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 603 + "author_account_age_days": 693 }, "https://github.com/JettHu/ComfyUI-TCD": { - "stars": 137, + "stars": 138, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2805 + "author_account_age_days": 2896 }, "https://github.com/JettHu/ComfyUI_TGate": { - "stars": 97, + "stars": 98, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2805 + "author_account_age_days": 2896 }, "https://github.com/JiSenHua/ComfyUI-TD": { - "stars": 79, - "last_update": "2025-07-09 09:31:23", - "author_account_age_days": 1191 + "stars": 107, + "last_update": "2025-12-12 11:23:48", + "author_account_age_days": 1282 }, "https://github.com/Jint8888/Comfyui_JTnodes": { "stars": 1, "last_update": "2025-04-22 16:23:53", - "author_account_age_days": 498 + "author_account_age_days": 588 }, "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { - "stars": 16, + "stars": 21, "last_update": "2025-08-22 22:31:12", - "author_account_age_days": 1296 + "author_account_age_days": 1386 }, "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, "last_update": "2025-03-10 19:38:53", - "author_account_age_days": 198 + "author_account_age_days": 288 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 231 + "author_account_age_days": 322 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { - "stars": 19, - "last_update": "2025-09-05 04:09:50", - "author_account_age_days": 4828 + "stars": 25, + "last_update": "2025-12-07 20:30:30", + "author_account_age_days": 4919 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 794, - "last_update": "2025-03-14 16:47:41", - "author_account_age_days": 2627 + "stars": 879, + "last_update": "2025-12-04 20:22:40", + "author_account_age_days": 2717 }, "https://github.com/Jordach/comfy-plasma": { "stars": 75, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4960 + "author_account_age_days": 5051 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3802 + "author_account_age_days": 3892 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { - "stars": 37, + "stars": 43, "last_update": "2025-02-04 21:14:38", - "author_account_age_days": 3617 + "author_account_age_days": 3708 }, "https://github.com/Julian-adv/WildDivide": { "stars": 18, "last_update": "2025-07-24 15:43:12", - "author_account_age_days": 785 + "author_account_age_days": 876 + }, + "https://github.com/Junst/ComfyUI-Concept-Diffusion": { + "stars": 3, + "last_update": "2025-09-24 10:23:07", + "author_account_age_days": 3076 }, "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, "last_update": "2025-05-07 17:25:44", - "author_account_age_days": 328 + "author_account_age_days": 418 }, "https://github.com/Juste-Leo2/Canary-ComfyUI": { - "stars": 0, - "last_update": "2025-09-02 11:49:19", - "author_account_age_days": 318 + "stars": 13, + "last_update": "2025-10-29 15:53:49", + "author_account_age_days": 409 }, "https://github.com/Juste-Leo2/USO_ComfyUI": { - "stars": 5, + "stars": 6, "last_update": "2025-08-30 20:21:25", - "author_account_age_days": 318 + "author_account_age_days": 409 }, "https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps": { "stars": 5, "last_update": "2025-09-05 01:35:40", - "author_account_age_days": 3895 + "author_account_age_days": 3985 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 3218 + "author_account_age_days": 3309 }, "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { "stars": 1, - "last_update": "2025-08-04 10:30:12", - "author_account_age_days": 4578 + "last_update": "2025-09-27 17:38:05", + "author_account_age_days": 4669 }, "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { - "stars": 2, + "stars": 3, "last_update": "2025-05-23 19:32:04", - "author_account_age_days": 4578 + "author_account_age_days": 4669 + }, + "https://github.com/KAVVATARE/ComfyUI_SimpleGoogleTranslate": { + "stars": 0, + "last_update": "2025-11-29 13:36:44", + "author_account_age_days": 4669 }, "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, "last_update": "2025-06-16 06:49:23", - "author_account_age_days": 1701 + "author_account_age_days": 1792 }, "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { "stars": 2, "last_update": "2025-04-09 03:25:32", - "author_account_age_days": 1701 + "author_account_age_days": 1792 }, "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { - "stars": 2, + "stars": 3, "last_update": "2025-06-10 06:16:34", - "author_account_age_days": 1701 + "author_account_age_days": 1792 }, "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { - "stars": 21, - "last_update": "2025-02-16 13:11:48", - "author_account_age_days": 297 + "stars": 26, + "last_update": "2025-11-26 15:12:28", + "author_account_age_days": 387 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { - "stars": 8, + "stars": 9, "last_update": "2025-08-23 23:14:41", - "author_account_age_days": 297 + "author_account_age_days": 387 + }, + "https://github.com/KLL535/ComfyUI_Simple_Qwen3-VL-gguf": { + "stars": 10, + "last_update": "2025-12-09 07:37:51", + "author_account_age_days": 387 }, "https://github.com/KY-2000/ComfyUI_PuLID_Flux_ll_FaceNet": { - "stars": 0, + "stars": 2, "last_update": "2025-08-26 15:57:33", - "author_account_age_days": 2180 + "author_account_age_days": 2271 }, "https://github.com/KY-2000/RES4LYF-tester-loop": { - "stars": 7, + "stars": 9, "last_update": "2025-08-26 02:18:02", - "author_account_age_days": 2180 + "author_account_age_days": 2271 }, "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { - "stars": 6, + "stars": 8, "last_update": "2025-08-26 02:18:37", - "author_account_age_days": 2180 + "author_account_age_days": 2271 }, "https://github.com/KY-2000/comfyui-save-image-enhanced": { "stars": 0, "last_update": "2025-08-31 07:47:45", - "author_account_age_days": 2180 + "author_account_age_days": 2271 + }, + "https://github.com/Kaleidia/KaleidiaNodes": { + "stars": 0, + "last_update": "2025-09-23 14:56:53", + "author_account_age_days": 2209 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1361 + "author_account_age_days": 1452 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { - "stars": 0, + "stars": 1, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 395 + "author_account_age_days": 486 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, "last_update": "2025-06-15 22:39:14", - "author_account_age_days": 501 + "author_account_age_days": 591 + }, + "https://github.com/Kayarte/GeoNodes": { + "stars": 0, + "last_update": "2025-10-08 03:49:26", + "author_account_age_days": 591 + }, + "https://github.com/Kazama-Suichiku/ComfyUI-Meshy": { + "stars": 0, + "last_update": "2025-12-02 09:36:39", + "author_account_age_days": 562 + }, + "https://github.com/Kebolder/ComfyUI-Jax-Nodes": { + "stars": 0, + "last_update": "2025-12-12 05:13:45", + "author_account_age_days": 2043 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 0, "last_update": "2025-03-28 04:00:03", - "author_account_age_days": 4994 + "author_account_age_days": 5085 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2134 + "author_account_age_days": 2225 + }, + "https://github.com/Kidev/ComfyUI-FaceFilter": { + "stars": 1, + "last_update": "2025-10-04 18:43:44", + "author_account_age_days": 5139 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { - "stars": 19, + "stars": 18, "last_update": "2025-04-03 19:00:30", - "author_account_age_days": 5049 + "author_account_age_days": 5139 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { - "stars": 88, + "stars": 92, "last_update": "2025-04-27 08:48:53", - "author_account_age_days": 5338 + "author_account_age_days": 5428 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { - "stars": 62, + "stars": 67, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5338 + "author_account_age_days": 5428 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { - "stars": 41, + "stars": 42, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5338 + "author_account_age_days": 5428 + }, + "https://github.com/Kishor900/comfyui-wanv2v-video-stitcher": { + "stars": 3, + "last_update": "2025-10-28 14:46:07", + "author_account_age_days": 3810 }, "https://github.com/KohakuBlueleaf/HDM-ext": { - "stars": 30, - "last_update": "2025-08-21 04:47:05", - "author_account_age_days": 2075 + "stars": 39, + "last_update": "2025-12-14 09:11:06", + "author_account_age_days": 2166 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 514, - "last_update": "2025-09-12 01:08:56", - "author_account_age_days": 2075 + "stars": 543, + "last_update": "2025-12-14 13:08:35", + "author_account_age_days": 2166 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { - "stars": 215, + "stars": 220, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1933 + "author_account_age_days": 2024 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1933 + "author_account_age_days": 2024 + }, + "https://github.com/Koko-boya/Comfyui-Z-Image-Utilities": { + "stars": 94, + "last_update": "2025-12-11 06:03:38", + "author_account_age_days": 2337 + }, + "https://github.com/Koratahiu/ComfyUI-Diff2Flow": { + "stars": 1, + "last_update": "2025-11-23 11:41:18", + "author_account_age_days": 362 + }, + "https://github.com/Koratahiu/ComfyUI-OFTv2": { + "stars": 3, + "last_update": "2025-11-17 19:18:33", + "author_account_age_days": 362 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { - "stars": 12, + "stars": 13, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3637 + "author_account_age_days": 3728 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { - "stars": 64, + "stars": 65, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3637 + "author_account_age_days": 3728 }, "https://github.com/Koren-cy/FlowCV": { - "stars": 2, + "stars": 3, "last_update": "2025-08-12 18:22:52", - "author_account_age_days": 451 + "author_account_age_days": 542 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 869, + "stars": 915, "last_update": "2025-08-06 20:02:42", - "author_account_age_days": 4164 + "author_account_age_days": 4254 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 3261, + "stars": 3344, "last_update": "2025-08-06 05:23:51", - "author_account_age_days": 4164 + "author_account_age_days": 4254 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1211, - "last_update": "2025-09-08 03:11:47", - "author_account_age_days": 4164 + "stars": 1377, + "last_update": "2025-11-27 17:58:49", + "author_account_age_days": 4254 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 4, "last_update": "2025-03-14 09:52:02", - "author_account_age_days": 1568 + "author_account_age_days": 1658 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 6015 + "author_account_age_days": 6106 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 958 + "author_account_age_days": 1049 + }, + "https://github.com/KursatAs/KrsNodes": { + "stars": 0, + "last_update": "2025-11-01 02:54:07", + "author_account_age_days": 1110 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { - "stars": 142, - "last_update": "2025-05-06 06:25:51", - "author_account_age_days": 505 + "stars": 149, + "last_update": "2025-10-24 02:07:14", + "author_account_age_days": 596 }, "https://github.com/Ky11le/draw_tools": { - "stars": 0, + "stars": 1, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 926 + "author_account_age_days": 1017 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 2227 + "author_account_age_days": 2317 }, "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { - "stars": 137, + "stars": 145, "last_update": "2025-03-16 18:58:58", - "author_account_age_days": 2227 + "author_account_age_days": 2317 + }, + "https://github.com/L-Hugh/ComfyUI-Lumina-DiMOO": { + "stars": 2, + "last_update": "2025-10-21 17:53:33", + "author_account_age_days": 2946 + }, + "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search": { + "stars": 3, + "last_update": "2025-09-16 17:54:17", + "author_account_age_days": 2788 + }, + "https://github.com/L33chKing/ComfyUI_Channel_Ops": { + "stars": 1, + "last_update": "2025-10-23 05:44:23", + "author_account_age_days": 2788 }, "https://github.com/L33chKing/comfyui-tag-frequency-weighter": { "stars": 0, "last_update": "2025-08-17 22:37:50", - "author_account_age_days": 2698 + "author_account_age_days": 2788 }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { - "stars": 213, - "last_update": "2025-06-21 16:06:56", - "author_account_age_days": 542 + "stars": 257, + "last_update": "2025-11-16 16:45:24", + "author_account_age_days": 633 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 8, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 542 + "author_account_age_days": 633 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { - "stars": 162, - "last_update": "2025-09-12 13:11:58", - "author_account_age_days": 542 + "stars": 201, + "last_update": "2025-12-02 06:53:37", + "author_account_age_days": 633 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { - "stars": 200, + "stars": 209, "last_update": "2025-06-16 13:28:22", - "author_account_age_days": 542 + "author_account_age_days": 633 }, "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { - "stars": 177, - "last_update": "2025-04-09 16:45:10", - "author_account_age_days": 542 + "stars": 242, + "last_update": "2025-11-03 18:34:35", + "author_account_age_days": 633 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { - "stars": 254, - "last_update": "2025-09-12 13:13:52", - "author_account_age_days": 542 + "stars": 289, + "last_update": "2025-11-14 17:18:06", + "author_account_age_days": 633 }, "https://github.com/LEv145/images-grid-comfy-plugin": { - "stars": 191, + "stars": 199, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2655 + "author_account_age_days": 2745 }, "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 77 + "author_account_age_days": 168 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { - "stars": 26, + "stars": 27, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 2936 + "author_account_age_days": 3027 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { - "stars": 8, - "last_update": "2025-08-01 04:52:07", - "author_account_age_days": 2005 + "stars": 9, + "last_update": "2025-10-24 17:59:49", + "author_account_age_days": 2095 + }, + "https://github.com/Lakonik/ComfyUI-piFlow": { + "stars": 115, + "last_update": "2025-11-12 05:08:29", + "author_account_age_days": 2320 }, "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, "last_update": "2025-05-18 09:22:38", - "author_account_age_days": 348 + "author_account_age_days": 439 }, "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, - "last_update": "2025-09-12 09:09:12", - "author_account_age_days": 179 - }, - "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { - "stars": 3, - "last_update": "2025-06-12 08:40:31", - "author_account_age_days": 1579 + "last_update": "2025-12-04 10:00:34", + "author_account_age_days": 270 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { - "stars": 70, + "stars": 71, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 611 + "author_account_age_days": 702 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 508, + "stars": 521, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 611 + "author_account_age_days": 702 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 9, - "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 1191 + "last_update": "2025-12-01 22:21:43", + "author_account_age_days": 1282 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { - "stars": 15, - "last_update": "2025-09-02 11:39:38", - "author_account_age_days": 306 + "stars": 17, + "last_update": "2025-10-14 04:42:26", + "author_account_age_days": 397 }, "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, "last_update": "2025-03-17 13:50:16", - "author_account_age_days": 3315 + "author_account_age_days": 3405 + }, + "https://github.com/Lavah000/ComfyUI-AdvGenPack": { + "stars": 1, + "last_update": "2025-11-05 03:36:00", + "author_account_age_days": 717 }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 137, + "stars": 143, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 779 + "author_account_age_days": 870 }, "https://github.com/LeanModels/ComfyUI-DFloat11": { - "stars": 3, + "stars": 12, "last_update": "2025-08-26 08:55:44", - "author_account_age_days": 202 + "author_account_age_days": 292 }, "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, "last_update": "2025-03-02 04:59:28", - "author_account_age_days": 3817 + "author_account_age_days": 3907 + }, + "https://github.com/LeonQ8/ComfyUI-Dynamic-Lora-Scheduler": { + "stars": 1, + "last_update": "2025-12-11 11:20:24", + "author_account_age_days": 609 }, "https://github.com/Lerc/canvas_tab": { - "stars": 199, + "stars": 203, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5815 + "author_account_age_days": 5905 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { - "stars": 18, + "stars": 19, "last_update": "2025-09-01 07:46:45", - "author_account_age_days": 430 + "author_account_age_days": 520 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { - "stars": 11, - "last_update": "2025-09-02 01:55:24", - "author_account_age_days": 430 + "stars": 15, + "last_update": "2025-09-24 19:23:21", + "author_account_age_days": 520 }, "https://github.com/Lex-DRL/ComfyUI-BestResolution": { - "stars": 10, - "last_update": "2025-08-23 21:33:52", - "author_account_age_days": 4563 + "stars": 12, + "last_update": "2025-10-03 07:10:43", + "author_account_age_days": 4654 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { - "stars": 1, - "last_update": "2025-08-31 01:34:48", - "author_account_age_days": 4563 + "stars": 3, + "last_update": "2025-09-18 16:04:48", + "author_account_age_days": 4654 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 3049 + "author_account_age_days": 3140 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, - "last_update": "2025-08-25 16:58:37", - "author_account_age_days": 3849 + "last_update": "2025-12-07 14:12:56", + "author_account_age_days": 3940 + }, + "https://github.com/Light-x02/ComfyUI-Civitai-Discovery-Hub": { + "stars": 18, + "last_update": "2025-10-05 02:37:53", + "author_account_age_days": 1316 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { - "stars": 7, + "stars": 8, "last_update": "2025-04-28 21:45:01", - "author_account_age_days": 1225 + "author_account_age_days": 1315 }, "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": 1225 + "author_account_age_days": 1315 + }, + "https://github.com/Light-x02/ComfyUI-Lightx02-Nodes": { + "stars": 4, + "last_update": "2025-12-06 00:21:48", + "author_account_age_days": 1316 + }, + "https://github.com/Light-x02/ComfyUI-checkpoint-Discovery-Hub": { + "stars": 4, + "last_update": "2025-10-11 12:43:37", + "author_account_age_days": 1316 }, "https://github.com/Light-x02/ComfyUI_Crop_Image_By_Lightx02": { "stars": 1, "last_update": "2025-08-24 15:15:23", - "author_account_age_days": 1225 + "author_account_age_days": 1315 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 431 + "author_account_age_days": 522 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2344, - "last_update": "2025-07-16 15:41:42", - "author_account_age_days": 4638 + "stars": 2452, + "last_update": "2025-12-02 14:57:43", + "author_account_age_days": 4728 }, - "https://github.com/Limbicnation/ComfyUI-RandomSeedGenerator": { + "https://github.com/Limbicnation/ComfyUI-PromptGenerator": { "stars": 1, + "last_update": "2025-12-14 06:22:39", + "author_account_age_days": 4367 + }, + "https://github.com/Limbicnation/ComfyUI-RandomSeedGenerator": { + "stars": 5, "last_update": "2025-08-28 05:17:39", - "author_account_age_days": 4276 + "author_account_age_days": 4367 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { - "stars": 7, - "last_update": "2025-09-04 04:21:33", - "author_account_age_days": 4276 + "stars": 12, + "last_update": "2025-11-14 04:36:40", + "author_account_age_days": 4367 }, "https://github.com/Limbicnation/ComfyUIDepthEstimation": { - "stars": 13, - "last_update": "2025-08-28 05:22:54", - "author_account_age_days": 4276 + "stars": 21, + "last_update": "2025-12-08 21:33:50", + "author_account_age_days": 4367 }, "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { "stars": 3, "last_update": "2025-07-22 04:44:07", - "author_account_age_days": 4276 + "author_account_age_days": 4367 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1722 + "author_account_age_days": 1813 }, "https://github.com/Limitex/ComfyUI-Diffusers": { - "stars": 174, - "last_update": "2025-03-10 19:04:32", - "author_account_age_days": 1722 + "stars": 178, + "last_update": "2025-11-28 17:04:22", + "author_account_age_days": 1813 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 834 + "author_account_age_days": 925 }, "https://github.com/LingSss9/comfyui-merge": { - "stars": 12, + "stars": 15, "last_update": "2025-08-13 04:43:40", - "author_account_age_days": 709 + "author_account_age_days": 799 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { - "stars": 68, + "stars": 69, "last_update": "2025-04-07 09:09:34", - "author_account_age_days": 918 + "author_account_age_days": 1009 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1423 + "author_account_age_days": 1513 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1423 + "author_account_age_days": 1513 }, "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, "last_update": "2025-06-17 05:53:17", - "author_account_age_days": 2888 + "author_account_age_days": 2979 }, "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 1, "last_update": "2025-08-09 06:04:38", - "author_account_age_days": 231 + "author_account_age_days": 322 }, "https://github.com/Ltamann/ComfyUI-FastVLM-7B": { - "stars": 3, + "stars": 4, "last_update": "2025-08-30 10:49:54", - "author_account_age_days": 4666 + "author_account_age_days": 4756 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { - "stars": 58, - "last_update": "2025-09-14 01:15:15", - "author_account_age_days": 4666 + "stars": 92, + "last_update": "2025-12-11 14:35:58", + "author_account_age_days": 4756 + }, + "https://github.com/Ltamann/ComfyUI-TBG-SAM3": { + "stars": 142, + "last_update": "2025-11-29 08:30:57", + "author_account_age_days": 4756 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { - "stars": 5, - "last_update": "2025-07-08 21:05:35", - "author_account_age_days": 4666 + "stars": 17, + "last_update": "2025-12-07 17:01:16", + "author_account_age_days": 4756 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { - "stars": 55, + "stars": 56, "last_update": "2025-03-28 18:39:10", - "author_account_age_days": 1944 + "author_account_age_days": 2035 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 23, "last_update": "2025-03-28 18:38:24", - "author_account_age_days": 1944 + "author_account_age_days": 2035 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { - "stars": 98, + "stars": 102, "last_update": "2025-03-28 18:39:16", - "author_account_age_days": 1944 + "author_account_age_days": 2035 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1480 + "author_account_age_days": 1570 + }, + "https://github.com/LukeCoulson1/Comfyui_LoraCombine": { + "stars": 4, + "last_update": "2025-09-18 20:12:57", + "author_account_age_days": 870 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3304 + "author_account_age_days": 3395 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3304 + "author_account_age_days": 3395 }, "https://github.com/M1kep/ComfyLiterals": { - "stars": 63, + "stars": 78, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4705 + "author_account_age_days": 4796 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4705 + "author_account_age_days": 4796 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4705 + "author_account_age_days": 4796 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4705 + "author_account_age_days": 4796 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 48, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4705 + "author_account_age_days": 4796 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4705 + "author_account_age_days": 4796 }, "https://github.com/M1kep/KepPromptLang": { "stars": 7, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4705 + "author_account_age_days": 4796 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { - "stars": 5, - "last_update": "2025-09-12 06:03:59", - "author_account_age_days": 2097 + "stars": 6, + "last_update": "2025-12-05 05:41:57", + "author_account_age_days": 2188 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { - "stars": 70, - "last_update": "2025-09-14 21:32:59", - "author_account_age_days": 2052 + "stars": 81, + "last_update": "2025-12-10 13:07:18", + "author_account_age_days": 2143 + }, + "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect": { + "stars": 5, + "last_update": "2025-11-19 20:54:13", + "author_account_age_days": 67 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2229 + "author_account_age_days": 2320 }, "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { - "stars": 5, - "last_update": "2025-09-11 09:42:02", - "author_account_age_days": 760 + "stars": 6, + "last_update": "2025-12-12 07:14:28", + "author_account_age_days": 850 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { - "stars": 11, + "stars": 16, "last_update": "2025-08-16 09:04:36", - "author_account_age_days": 760 + "author_account_age_days": 850 }, "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { - "stars": 12, - "last_update": "2025-07-05 12:10:40", - "author_account_age_days": 760 + "stars": 18, + "last_update": "2025-09-22 12:41:25", + "author_account_age_days": 850 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2025-04-27 15:34:57", - "author_account_age_days": 760 + "author_account_age_days": 850 }, "https://github.com/Malte0621/hordeai-comfy": { "stars": 0, "last_update": "2025-09-08 16:55:53", - "author_account_age_days": 2326 + "author_account_age_days": 2417 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 28, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 829 + "author_account_age_days": 920 }, "https://github.com/ManglerFTW/ComfyI2I": { - "stars": 174, + "stars": 176, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 1103 + "author_account_age_days": 1193 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { - "stars": 160, - "last_update": "2025-08-26 15:30:46", - "author_account_age_days": 5417 + "stars": 172, + "last_update": "2025-11-12 21:46:59", + "author_account_age_days": 5508 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1870 + "author_account_age_days": 1960 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, - "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2678 + "last_update": "2025-11-12 22:57:40", + "author_account_age_days": 2769 }, "https://github.com/MarkoCa1/ComfyUI-Text": { - "stars": 8, + "stars": 9, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 2080 + "author_account_age_days": 2171 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { - "stars": 23, + "stars": 24, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 2080 + "author_account_age_days": 2171 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 8, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1155 + "author_account_age_days": 1246 + }, + "https://github.com/Markus-Pasanen/batch_whisper_extension": { + "stars": 0, + "last_update": "2025-11-18 16:28:55", + "author_account_age_days": 2634 }, "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, "last_update": "2025-07-19 23:30:14", - "author_account_age_days": 3841 + "author_account_age_days": 3931 + }, + "https://github.com/MartinDeanMoriarty/ComfyUI-NumberToText": { + "stars": 0, + "last_update": "2025-11-01 13:35:28", + "author_account_age_days": 3931 }, "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { - "stars": 1, + "stars": 2, "last_update": "2025-04-21 20:57:33", - "author_account_age_days": 4028 + "author_account_age_days": 4119 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3652 + "author_account_age_days": 3743 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { - "stars": 1, + "stars": 4, "last_update": "2025-07-19 12:00:54", - "author_account_age_days": 2017 + "author_account_age_days": 2108 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, "last_update": "2025-03-07 23:55:55", - "author_account_age_days": 2055 + "author_account_age_days": 2145 + }, + "https://github.com/Matthew-X/comfyui-workflow_importer": { + "stars": 0, + "last_update": "2025-12-10 09:16:34", + "author_account_age_days": 3312 }, "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 6, - "last_update": "2025-09-06 00:19:49", - "author_account_age_days": 128 + "last_update": "2025-12-14 00:15:58", + "author_account_age_days": 218 }, "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD": { "stars": 0, - "last_update": "2025-08-21 05:34:02", - "author_account_age_days": 128 + "last_update": "2025-11-20 02:34:32", + "author_account_age_days": 218 }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { - "stars": 2, + "stars": 4, "last_update": "2025-05-31 18:41:13", - "author_account_age_days": 1226 + "author_account_age_days": 1317 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 0, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3343 + "author_account_age_days": 3434 }, "https://github.com/Me-gumin/MeComfyuiEncrypt": { - "stars": 0, - "last_update": "2025-09-14 07:12:00", - "author_account_age_days": 1300 + "stars": 4, + "last_update": "2025-09-18 02:34:03", + "author_account_age_days": 1391 }, "https://github.com/MeeeyoAI/ComfyUI_StringOps": { - "stars": 98, + "stars": 152, "last_update": "2025-06-04 17:47:55", - "author_account_age_days": 204 + "author_account_age_days": 295 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5779 + "author_account_age_days": 5870 + }, + "https://github.com/Merserk/ComfyUI-Flow-Assistor": { + "stars": 1, + "last_update": "2025-12-13 22:00:28", + "author_account_age_days": 1109 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { - "stars": 7, + "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 726 + "author_account_age_days": 817 + }, + "https://github.com/MichaelMaxAgent/comfyui_ML_nodes": { + "stars": 0, + "last_update": "2025-12-03 06:42:44", + "author_account_age_days": 598 }, "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { - "stars": 6, + "stars": 7, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1696 + "author_account_age_days": 1787 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 977 + "author_account_age_days": 1068 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 4, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 977 + "author_account_age_days": 1068 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 12, "last_update": "2025-05-12 05:00:24", - "author_account_age_days": 977 + "author_account_age_days": 1068 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { - "stars": 96, - "last_update": "2025-07-04 11:35:57", - "author_account_age_days": 2004 + "stars": 107, + "last_update": "2025-10-09 02:40:02", + "author_account_age_days": 2095 }, "https://github.com/MieMieeeee/ComfyUI-MieNodes": { - "stars": 110, - "last_update": "2025-08-31 08:26:14", - "author_account_age_days": 2004 + "stars": 141, + "last_update": "2025-12-14 14:46:51", + "author_account_age_days": 2095 }, "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { "stars": 3, "last_update": "2025-03-21 09:09:09", - "author_account_age_days": 2004 + "author_account_age_days": 2095 }, "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { "stars": 0, "last_update": "2025-05-31 09:27:10", - "author_account_age_days": 996 + "author_account_age_days": 1087 }, "https://github.com/MijnSpam/UploadToPushOver": { - "stars": 1, + "stars": 2, "last_update": "2025-05-31 09:32:38", - "author_account_age_days": 996 + "author_account_age_days": 1087 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, - "last_update": "2025-08-07 05:27:05", - "author_account_age_days": 507 + "last_update": "2025-10-09 02:55:31", + "author_account_age_days": 598 }, "https://github.com/MilleN2ium/ComfyUI-CutomizableSave": { "stars": 0, "last_update": "2025-09-09 14:09:43", - "author_account_age_days": 10 + "author_account_age_days": 101 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 4, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3624 + "author_account_age_days": 3715 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { - "stars": 106, + "stars": 109, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 513 + "author_account_age_days": 603 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 513 + "author_account_age_days": 603 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 339, + "stars": 348, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 513 + "author_account_age_days": 603 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 589, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 513 + "author_account_age_days": 603 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { - "stars": 120, + "stars": 125, "last_update": "2025-08-14 07:01:19", - "author_account_age_days": 513 + "author_account_age_days": 603 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 513 + "author_account_age_days": 603 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 60, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 513 + "author_account_age_days": 603 }, "https://github.com/Miosp/ComfyUI-FBCNN": { - "stars": 32, + "stars": 34, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 2963 + "author_account_age_days": 3054 + }, + "https://github.com/Mister-Link/link-comfy-nodes": { + "stars": 0, + "last_update": "2025-12-10 13:06:53", + "author_account_age_days": 1220 }, "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4431 + "author_account_age_days": 4522 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4415 + "author_account_age_days": 4506 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4415 + "author_account_age_days": 4506 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3372 + "author_account_age_days": 3462 + }, + "https://github.com/ModelTC/ComfyUI-LightVAE": { + "stars": 41, + "last_update": "2025-11-03 08:47:45", + "author_account_age_days": 1948 + }, + "https://github.com/ModelTC/ComfyUI-Lightx2vWrapper": { + "stars": 62, + "last_update": "2025-12-11 17:29:51", + "author_account_age_days": 1948 + }, + "https://github.com/Moeblack/ComfyUI-SimpleChat": { + "stars": 4, + "last_update": "2025-12-10 04:35:51", + "author_account_age_days": 3129 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { - "stars": 183, - "last_update": "2025-08-29 13:04:55", - "author_account_age_days": 1474 + "stars": 203, + "last_update": "2025-12-13 14:54:37", + "author_account_age_days": 1564 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, - "last_update": "2025-06-08 11:06:37", - "author_account_age_days": 826 + "last_update": "2025-10-25 14:38:09", + "author_account_age_days": 917 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { - "stars": 22, + "stars": 26, "last_update": "2025-05-29 10:43:37", - "author_account_age_days": 277 + "author_account_age_days": 368 }, "https://github.com/MoonGoblinDev/Civicomfy": { - "stars": 56, + "stars": 70, "last_update": "2025-09-12 05:21:24", - "author_account_age_days": 3250 + "author_account_age_days": 3341 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, "last_update": "2025-06-04 08:48:11", - "author_account_age_days": 376 + "author_account_age_days": 467 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 332, + "stars": 352, "last_update": "2025-05-25 15:37:49", - "author_account_age_days": 376 + "author_account_age_days": 467 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { - "stars": 103, + "stars": 125, "last_update": "2025-08-15 02:03:41", - "author_account_age_days": 376 + "author_account_age_days": 467 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { - "stars": 27, + "stars": 29, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 376 + "author_account_age_days": 467 + }, + "https://github.com/MoonMoon82/ClipVision_Tools": { + "stars": 6, + "last_update": "2025-10-29 10:14:16", + "author_account_age_days": 2705 }, "https://github.com/Moooonet/ComfyUI-Align": { - "stars": 170, - "last_update": "2025-05-12 09:40:03", - "author_account_age_days": 434 + "stars": 221, + "last_update": "2025-12-08 06:38:47", + "author_account_age_days": 525 }, "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, "last_update": "2025-07-12 01:02:15", - "author_account_age_days": 4842 + "author_account_age_days": 4932 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3365, - "last_update": "2025-09-13 11:29:21", - "author_account_age_days": 2008 + "stars": 3548, + "last_update": "2025-12-05 12:34:09", + "author_account_age_days": 2099 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 553, + "stars": 555, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 2008 + "author_account_age_days": 2099 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { "stars": 1, "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4038 + "author_account_age_days": 4129 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { - "stars": 33, + "stars": 37, "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4038 + "author_account_age_days": 4129 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { - "stars": 44, + "stars": 54, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3492 + "author_account_age_days": 3583 }, "https://github.com/MushroomFleet/ComfyUI-DJZ-POML": { "stars": 0, "last_update": "2025-08-31 19:23:11", - "author_account_age_days": 4169 + "author_account_age_days": 4259 + }, + "https://github.com/MushroomFleet/ComfyUI-FLUX2-JSON": { + "stars": 5, + "last_update": "2025-11-27 09:25:04", + "author_account_age_days": 4259 + }, + "https://github.com/MushroomFleet/ComfyUI-Variationator": { + "stars": 1, + "last_update": "2025-12-01 13:51:30", + "author_account_age_days": 4259 + }, + "https://github.com/MushroomFleet/DJZ-Pedalboard": { + "stars": 2, + "last_update": "2025-11-15 04:19:19", + "author_account_age_days": 4259 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { - "stars": 53, + "stars": 57, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 419 + "author_account_age_days": 510 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { - "stars": 13, + "stars": 14, "last_update": "2025-06-01 16:34:55", - "author_account_age_days": 2186 + "author_account_age_days": 2276 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { - "stars": 70, + "stars": 72, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 524 + "author_account_age_days": 615 }, "https://github.com/NHLStenden/ComfyUI-ImageBag": { "stars": 0, "last_update": "2025-08-18 11:07:43", - "author_account_age_days": 2701 + "author_account_age_days": 2792 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 4, "last_update": "2025-04-09 01:07:33", - "author_account_age_days": 1026 + "author_account_age_days": 1116 + }, + "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": { + "stars": 0, + "last_update": "2025-12-11 11:49:41", + "author_account_age_days": 305 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { - "stars": 46, - "last_update": "2025-07-25 21:02:15", - "author_account_age_days": 4128 + "stars": 52, + "last_update": "2025-11-18 20:04:03", + "author_account_age_days": 4218 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 809 + "author_account_age_days": 900 }, "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { "stars": 9, - "last_update": "2025-08-01 04:07:09", - "author_account_age_days": 809 + "last_update": "2025-12-03 03:34:57", + "author_account_age_days": 900 }, "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, - "last_update": "2025-08-16 12:10:47", - "author_account_age_days": 809 + "last_update": "2025-11-05 21:49:30", + "author_account_age_days": 900 }, - "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": { - "stars": 0, - "last_update": "2025-06-11 16:54:15", - "author_account_age_days": 571 + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes": { + "stars": 12, + "last_update": "2025-12-04 20:52:40", + "author_account_age_days": 661 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4736 + "author_account_age_days": 4827 }, "https://github.com/NeonLightning/neonllama": { "stars": 2, "last_update": "2025-06-20 22:49:39", - "author_account_age_days": 4663 + "author_account_age_days": 4754 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { - "stars": 2, + "stars": 4, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1772 + "author_account_age_days": 1862 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 541 + "author_account_age_days": 631 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 8, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 541 + "author_account_age_days": 631 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { - "stars": 4, + "stars": 5, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 541 + "author_account_age_days": 631 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { - "stars": 68, + "stars": 69, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 541 + "author_account_age_days": 631 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { - "stars": 26, - "last_update": "2025-08-16 20:42:00", - "author_account_age_days": 1054 + "stars": 36, + "last_update": "2025-11-10 22:28:10", + "author_account_age_days": 1145 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 974 + "author_account_age_days": 1064 + }, + "https://github.com/NewLouwa/ComfyUI-Model_preset_Pilot": { + "stars": 0, + "last_update": "2025-10-19 14:03:25", + "author_account_age_days": 2839 + }, + "https://github.com/NewNoviceChen/ComfyUI-Simple-IndexTTs": { + "stars": 6, + "last_update": "2025-12-05 06:39:43", + "author_account_age_days": 1483 }, "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { - "stars": 2, - "last_update": "2025-08-07 08:34:08", - "author_account_age_days": 1392 + "stars": 4, + "last_update": "2025-10-24 09:33:20", + "author_account_age_days": 1483 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { - "stars": 8, + "stars": 9, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 1105 + "author_account_age_days": 1196 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { - "stars": 15, + "stars": 16, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5597 + "author_account_age_days": 5688 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { - "stars": 1, + "stars": 2, "last_update": "2025-04-10 00:32:13", - "author_account_age_days": 2724 + "author_account_age_days": 2814 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { "stars": 2, "last_update": "2025-04-08 12:28:17", - "author_account_age_days": 2724 + "author_account_age_days": 2814 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 1238, + "stars": 1385, "last_update": "2025-05-17 18:02:00", - "author_account_age_days": 692 + "author_account_age_days": 782 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { - "stars": 36, + "stars": 37, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 692 + "author_account_age_days": 782 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { - "stars": 31, + "stars": 30, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1489 + "author_account_age_days": 1580 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, "last_update": "2025-05-07 18:47:45", - "author_account_age_days": 1651 + "author_account_age_days": 1741 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4278 + "author_account_age_days": 4369 + }, + "https://github.com/No-22-Github/ComfyUI_RWKV_Studio": { + "stars": 0, + "last_update": "2025-09-26 13:42:27", + "author_account_age_days": 958 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { - "stars": 23, + "stars": 25, "last_update": "2025-07-20 12:17:01", - "author_account_age_days": 3267 + "author_account_age_days": 3358 + }, + "https://github.com/Noma-Machiko/ComfyUI-ToDevice": { + "stars": 1, + "last_update": "2025-09-18 16:11:53", + "author_account_age_days": 1066 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2431 + "author_account_age_days": 2521 }, "https://github.com/Nourepide/ComfyUI-Allor": { - "stars": 273, + "stars": 288, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3293 + "author_account_age_days": 3384 + }, + "https://github.com/NudeJS-dev/ComfyUI-NudeJS-Image2Prompt": { + "stars": 0, + "last_update": "2025-12-06 17:39:43", + "author_account_age_days": 555 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { - "stars": 228, + "stars": 236, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4927 + "author_account_age_days": 5017 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { - "stars": 563, + "stars": 577, "last_update": "2025-07-06 11:37:45", - "author_account_age_days": 4927 + "author_account_age_days": 5017 }, "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 2, "last_update": "2025-08-06 06:08:46", - "author_account_age_days": 1760 + "author_account_age_days": 1851 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { - "stars": 8, + "stars": 11, "last_update": "2025-09-05 04:20:22", - "author_account_age_days": 2564 + "author_account_age_days": 2655 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { - "stars": 33, - "last_update": "2025-09-13 05:47:39", - "author_account_age_days": 2564 + "stars": 39, + "last_update": "2025-11-19 06:12:14", + "author_account_age_days": 2655 + }, + "https://github.com/Nynxz/ComfyUI-NynxzNodes": { + "stars": 0, + "last_update": "2025-12-11 09:16:16", + "author_account_age_days": 2134 + }, + "https://github.com/OKIE5/ComfyUI-CN-Pre": { + "stars": 0, + "last_update": "2025-10-18 23:45:21", + "author_account_age_days": 181 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1619 + "author_account_age_days": 1710 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 99, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2573 + "author_account_age_days": 2664 }, "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 1, "last_update": "2025-07-25 03:17:16", - "author_account_age_days": 402 + "author_account_age_days": 493 }, "https://github.com/OneThingAI/ComfyUI_Onething_Image": { "stars": 1, - "last_update": "2025-08-08 02:56:39", - "author_account_age_days": 402 + "last_update": "2025-11-27 07:57:40", + "author_account_age_days": 493 }, "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext": { - "stars": 3, - "last_update": "2025-08-21 02:43:15", - "author_account_age_days": 476 + "stars": 5, + "last_update": "2025-11-28 08:21:35", + "author_account_age_days": 567 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 2183 + "author_account_age_days": 2273 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1222 + "author_account_age_days": 1313 + }, + "https://github.com/OpenAssetIO/OpenAssetIO-ComfyUI": { + "stars": 1, + "last_update": "2025-09-30 09:49:18", + "author_account_age_days": 1307 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2980 + "author_account_age_days": 3071 + }, + "https://github.com/OwlvChirotha/ComfyUI-MultiTranslator": { + "stars": 0, + "last_update": "2025-11-11 09:09:25", + "author_account_age_days": 61 + }, + "https://github.com/OwlvChirotha/ComfyUI-Owlv_Nodes": { + "stars": 1, + "last_update": "2025-11-19 03:25:46", + "author_account_age_days": 61 + }, + "https://github.com/OwlvChirotha/ComfyUI-Translator": { + "stars": 0, + "last_update": "2025-11-11 09:09:25", + "author_account_age_days": 61 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { - "stars": 16, + "stars": 17, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2112 + "author_account_age_days": 2203 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, "last_update": "2025-08-05 06:27:09", - "author_account_age_days": 2335 + "author_account_age_days": 2426 }, "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { - "stars": 3, + "stars": 4, "last_update": "2025-03-22 01:25:55", - "author_account_age_days": 3248 + "author_account_age_days": 3338 }, "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { "stars": 1, "last_update": "2025-03-29 00:39:01", - "author_account_age_days": 3248 + "author_account_age_days": 3338 }, "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { - "stars": 1, + "stars": 2, "last_update": "2025-04-19 09:40:38", - "author_account_age_days": 3248 + "author_account_age_days": 3338 }, "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { "stars": 1, "last_update": "2025-03-21 17:42:55", - "author_account_age_days": 3248 + "author_account_age_days": 3338 }, "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { - "stars": 11, + "stars": 13, "last_update": "2025-05-09 22:51:17", - "author_account_age_days": 1933 + "author_account_age_days": 2023 }, "https://github.com/PanicTitan/ComfyUI-Gallery": { - "stars": 64, - "last_update": "2025-07-10 23:49:50", - "author_account_age_days": 1933 + "stars": 81, + "last_update": "2025-12-09 21:44:09", + "author_account_age_days": 2023 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3275 + "author_account_age_days": 3366 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2025-03-12 07:36:41", - "author_account_age_days": 5217 + "author_account_age_days": 5307 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4090 + "author_account_age_days": 4181 + }, + "https://github.com/PatrickBorkowicz/ComfyUI-ImmichUploader": { + "stars": 0, + "last_update": "2025-10-12 01:48:13", + "author_account_age_days": 4066 + }, + "https://github.com/PauldeLavallaz/ComfyUI-CartesiaTTS": { + "stars": 1, + "last_update": "2025-11-05 02:56:11", + "author_account_age_days": 2381 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, "last_update": "2025-03-18 17:38:28", - "author_account_age_days": 2291 + "author_account_age_days": 2381 }, "https://github.com/PenguinTeo/Comfyui-GeminiBanana": { - "stars": 8, - "last_update": "2025-09-04 03:31:16", - "author_account_age_days": 422 + "stars": 38, + "last_update": "2025-11-21 05:49:58", + "author_account_age_days": 513 }, "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { - "stars": 1, + "stars": 3, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 422 + "author_account_age_days": 513 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3655 + "author_account_age_days": 3745 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 0, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5673 + "author_account_age_days": 5763 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 5, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 481 + "author_account_age_days": 571 + }, + "https://github.com/PiePieDesign/PiePieTweaks": { + "stars": 1, + "last_update": "2025-10-24 15:27:53", + "author_account_age_days": 202 }, "https://github.com/PiggyDance/ComfyUI_OpenCV": { - "stars": 0, + "stars": 1, "last_update": "2025-03-24 10:02:49", - "author_account_age_days": 2834 + "author_account_age_days": 2925 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, "last_update": "2025-06-01 16:35:20", - "author_account_age_days": 336 + "author_account_age_days": 427 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { "stars": 0, "last_update": "2025-06-05 19:20:04", - "author_account_age_days": 336 + "author_account_age_days": 427 }, "https://github.com/Pirog17000/Pirogs-Nodes": { "stars": 3, - "last_update": "2025-09-07 14:37:10", - "author_account_age_days": 4659 + "last_update": "2025-11-17 00:34:32", + "author_account_age_days": 4750 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 237 + "author_account_age_days": 328 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 558 + "author_account_age_days": 649 + }, + "https://github.com/Pixelailabs/Joy_Caption_Two_PixelaiLabs": { + "stars": 5, + "last_update": "2025-11-06 16:43:31", + "author_account_age_days": 467 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, - "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2998 + "last_update": "2025-10-13 07:45:11", + "author_account_age_days": 3089 }, "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video": { - "stars": 0, + "stars": 1, "last_update": "2025-09-03 18:37:13", - "author_account_age_days": 562 + "author_account_age_days": 652 + }, + "https://github.com/Pondowner857/comfy_Pond_Nodes_V2": { + "stars": 2, + "last_update": "2025-12-05 08:14:07", + "author_account_age_days": 628 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 1029 + "author_account_age_days": 1120 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 1, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3839 + "author_account_age_days": 3930 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2": { - "stars": 1, - "last_update": "2025-09-12 04:45:03", - "author_account_age_days": 769 + "stars": 3, + "last_update": "2025-12-11 17:24:10", + "author_account_age_days": 860 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2495, + "stars": 2559, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 410 + "author_account_age_days": 501 + }, + "https://github.com/PozzettiAndrea/ComfyUI-CADabra": { + "stars": 9, + "last_update": "2025-12-14 15:48:57", + "author_account_age_days": 2230 + }, + "https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3": { + "stars": 210, + "last_update": "2025-11-21 10:55:34", + "author_account_age_days": 2230 + }, + "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack": { + "stars": 33, + "last_update": "2025-12-13 10:15:31", + "author_account_age_days": 2230 + }, + "https://github.com/PozzettiAndrea/ComfyUI-Grounding": { + "stars": 29, + "last_update": "2025-12-09 18:26:12", + "author_account_age_days": 2230 + }, + "https://github.com/PozzettiAndrea/ComfyUI-HunyuanX": { + "stars": 5, + "last_update": "2025-11-15 22:29:56", + "author_account_age_days": 2230 + }, + "https://github.com/PozzettiAndrea/ComfyUI-MeshCraft": { + "stars": 5, + "last_update": "2025-11-15 22:29:56", + "author_account_age_days": 2230 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SAM3": { + "stars": 291, + "last_update": "2025-12-13 11:48:55", + "author_account_age_days": 2230 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody": { + "stars": 199, + "last_update": "2025-12-09 14:50:33", + "author_account_age_days": 2230 + }, + "https://github.com/PozzettiAndrea/ComfyUI-UniRig": { + "stars": 231, + "last_update": "2025-12-13 16:09:19", + "author_account_age_days": 2230 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 3, "last_update": "2025-05-18 12:01:37", - "author_account_age_days": 272 + "author_account_age_days": 363 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { - "stars": 69, + "stars": 79, "last_update": "2025-05-25 19:26:43", - "author_account_age_days": 3889 + "author_account_age_days": 3980 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { - "stars": 17, - "last_update": "2025-08-29 23:29:57", - "author_account_age_days": 3889 + "stars": 22, + "last_update": "2025-09-22 18:50:33", + "author_account_age_days": 3980 + }, + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert_video": { + "stars": 2, + "last_update": "2025-10-29 15:59:02", + "author_account_age_days": 3980 }, "https://github.com/PrunaAI/ComfyUI_pruna": { - "stars": 64, + "stars": 65, "last_update": "2025-09-08 12:53:11", - "author_account_age_days": 1096 + "author_account_age_days": 1187 }, "https://github.com/Pseudotools/Pseudocomfy": { - "stars": 1, - "last_update": "2025-09-13 01:09:31", - "author_account_age_days": 717 + "stars": 2, + "last_update": "2025-10-07 04:01:07", + "author_account_age_days": 808 }, "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, - "last_update": "2025-08-08 15:35:29", - "author_account_age_days": 1490 + "last_update": "2025-11-08 14:43:59", + "author_account_age_days": 1580 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 4, "last_update": "2025-07-14 11:37:31", - "author_account_age_days": 2381 + "author_account_age_days": 2472 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 7, "last_update": "2025-03-27 12:51:03", - "author_account_age_days": 2381 + "author_account_age_days": 2472 }, "https://github.com/Q-Bug4/comfyui-qbug-batch": { "stars": 2, "last_update": "2025-04-13 03:05:36", - "author_account_age_days": 2381 + "author_account_age_days": 2472 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1698 + "author_account_age_days": 1788 }, "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 25, "last_update": "2025-04-21 01:07:24", - "author_account_age_days": 911 + "author_account_age_days": 1001 + }, + "https://github.com/QuietNoise/comfyui_queue_manager": { + "stars": 35, + "last_update": "2025-12-13 22:51:09", + "author_account_age_days": 4743 }, "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, "last_update": "2025-05-24 03:55:35", - "author_account_age_days": 245 + "author_account_age_days": 336 }, "https://github.com/RUiNtheExtinct/comfyui-save-file-extended": { - "stars": 1, - "last_update": "2025-09-11 14:58:59", - "author_account_age_days": 539 + "stars": 6, + "last_update": "2025-11-27 04:45:39", + "author_account_age_days": 630 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4379 + "author_account_age_days": 4470 }, "https://github.com/RainyN0077/ComfyUI-PromptSE": { - "stars": 9, + "stars": 10, "last_update": "2025-08-15 13:12:09", - "author_account_age_days": 237 + "author_account_age_days": 328 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { - "stars": 20, - "last_update": "2025-08-06 08:34:03", - "author_account_age_days": 608 + "stars": 27, + "last_update": "2025-11-17 15:39:11", + "author_account_age_days": 699 + }, + "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance": { + "stars": 13, + "last_update": "2025-12-11 12:27:57", + "author_account_age_days": 699 + }, + "https://github.com/Randy420Marsh/ComfyUI-Civitai-API-Url-Resolver": { + "stars": 1, + "last_update": "2025-12-08 05:09:52", + "author_account_age_days": 2542 + }, + "https://github.com/Randy420Marsh/civitai-api-url-resolver": { + "stars": 1, + "last_update": "2025-12-08 05:09:52", + "author_account_age_days": 2542 + }, + "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes": { + "stars": 0, + "last_update": "2025-11-28 02:40:18", + "author_account_age_days": 85 }, "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { "stars": 8, "last_update": "2025-04-12 10:38:46", - "author_account_age_days": 1827 + "author_account_age_days": 1918 }, "https://github.com/Raykosan/ComfyUI_RaykoStudio": { - "stars": 9, + "stars": 11, "last_update": "2025-08-12 08:33:06", - "author_account_age_days": 1827 + "author_account_age_days": 1918 }, "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, "last_update": "2025-03-26 16:10:15", - "author_account_age_days": 3373 + "author_account_age_days": 3464 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-02-10 15:39:41", - "author_account_age_days": 1825 + "author_account_age_days": 1916 }, "https://github.com/RegulusAlpha/ComfyUI-DynPromptSimplified": { - "stars": 0, - "last_update": "2025-08-24 22:06:16", - "author_account_age_days": 3302 + "stars": 2, + "last_update": "2025-10-27 18:44:13", + "author_account_age_days": 3392 }, "https://github.com/ReinerBforartists/comfyui_auto_prompt_schedule": { "stars": 0, "last_update": "2025-08-24 09:00:45", - "author_account_age_days": 3676 + "author_account_age_days": 3767 }, "https://github.com/ReinerBforartists/comfyui_text_line_combine": { "stars": 0, "last_update": "2025-08-23 10:59:19", - "author_account_age_days": 3676 + "author_account_age_days": 3767 }, "https://github.com/Reithan/negative_rejection_steering": { - "stars": 12, - "last_update": "2025-09-12 03:27:25", - "author_account_age_days": 4152 + "stars": 16, + "last_update": "2025-12-05 04:44:46", + "author_account_age_days": 4242 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 7, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 634 + "author_account_age_days": 724 + }, + "https://github.com/Revmagi/DDM_bundle": { + "stars": 0, + "last_update": "2025-10-30 21:03:27", + "author_account_age_days": 3762 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1614 + "author_account_age_days": 1705 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1614 + "author_account_age_days": 1705 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 3, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1614 + "author_account_age_days": 1705 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { - "stars": 93, + "stars": 97, "last_update": "2025-06-19 04:14:31", - "author_account_age_days": 351 + "author_account_age_days": 442 }, "https://github.com/RiceRound/ComfyUI_RiceRound": { "stars": 18, "last_update": "2025-03-18 07:31:16", - "author_account_age_days": 351 + "author_account_age_days": 442 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 0, "last_update": "2025-06-25 05:42:46", - "author_account_age_days": 598 + "author_account_age_days": 689 }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 1, - "last_update": "2025-09-14 17:14:58", - "author_account_age_days": 1876 + "last_update": "2025-12-10 14:16:31", + "author_account_age_days": 1967 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 8, "last_update": "2025-06-09 23:34:07", - "author_account_age_days": 1195 + "author_account_age_days": 1286 }, "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { - "stars": 11, + "stars": 14, "last_update": "2025-08-07 05:37:43", - "author_account_age_days": 1195 + "author_account_age_days": 1286 }, "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { - "stars": 22, + "stars": 23, "last_update": "2025-04-14 03:36:22", - "author_account_age_days": 1195 + "author_account_age_days": 1286 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { - "stars": 22, + "stars": 23, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1829 + "author_account_age_days": 1919 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1376 + "author_account_age_days": 1467 + }, + "https://github.com/RunningOverGlowies/ComfyUI-PromptUtils": { + "stars": 2, + "last_update": "2025-12-08 13:44:46", + "author_account_age_days": 1393 }, "https://github.com/Runware/ComfyUI-Runware": { - "stars": 114, - "last_update": "2025-09-08 17:21:21", - "author_account_age_days": 647 + "stars": 127, + "last_update": "2025-12-11 03:33:31", + "author_account_age_days": 738 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { - "stars": 39, + "stars": 40, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2860 + "author_account_age_days": 2951 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 177, + "stars": 185, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2860 + "author_account_age_days": 2951 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2860 + "author_account_age_days": 2951 }, "https://github.com/S4MUEL-404/ComfyUI-Prepack": { - "stars": 0, - "last_update": "2025-09-02 12:41:30", - "author_account_age_days": 3534 + "stars": 1, + "last_update": "2025-11-11 08:19:11", + "author_account_age_days": 3625 }, - "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { + "https://github.com/S4MUEL-404/ComfyUI-PromptsO": { "stars": 1, - "last_update": "2025-08-10 13:40:48", - "author_account_age_days": 3534 + "last_update": "2025-11-19 09:20:58", + "author_account_age_days": 3625 + }, + "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { + "stars": 3, + "last_update": "2025-10-14 06:06:33", + "author_account_age_days": 3625 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { "stars": 2, - "last_update": "2025-09-14 14:02:15", - "author_account_age_days": 3534 + "last_update": "2025-11-18 03:18:39", + "author_account_age_days": 3625 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { "stars": 2, "last_update": "2025-08-12 15:29:12", - "author_account_age_days": 3534 + "author_account_age_days": 3625 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 1104 + "author_account_age_days": 1195 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { - "stars": 83, + "stars": 100, "last_update": "2025-08-14 14:55:48", - "author_account_age_days": 2003 + "author_account_age_days": 2094 + }, + "https://github.com/SKFRMSEHF/comfyui_SK_Loader": { + "stars": 0, + "last_update": "2025-12-14 13:52:19", + "author_account_age_days": 5 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { - "stars": 101, + "stars": 102, "last_update": "2025-03-16 12:13:46", - "author_account_age_days": 4145 + "author_account_age_days": 4235 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 13, "last_update": "2025-03-16 12:13:59", - "author_account_age_days": 4145 + "author_account_age_days": 4235 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2025-03-12 00:17:50", - "author_account_age_days": 4531 + "author_account_age_days": 4621 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { - "stars": 30, + "stars": 31, "last_update": "2025-03-28 10:50:35", - "author_account_age_days": 4531 + "author_account_age_days": 4621 }, "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, "last_update": "2025-04-25 04:53:31", - "author_account_age_days": 747 + "author_account_age_days": 838 }, "https://github.com/SS-snap/ComfyUI-LBW_flux": { "stars": 5, "last_update": "2025-04-25 04:47:47", - "author_account_age_days": 747 + "author_account_age_days": 838 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 747 + "author_account_age_days": 838 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { - "stars": 35, + "stars": 49, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 747 + "author_account_age_days": 838 }, "https://github.com/SXQBW/ComfyUI-Qwen": { - "stars": 9, + "stars": 19, "last_update": "2025-05-26 05:01:41", - "author_account_age_days": 3239 + "author_account_age_days": 3330 }, "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { - "stars": 29, + "stars": 39, "last_update": "2025-06-08 07:53:11", - "author_account_age_days": 3239 + "author_account_age_days": 3330 }, "https://github.com/SXQBW/ComfyUI-Qwen-VL": { - "stars": 11, - "last_update": "2025-05-26 06:11:20", - "author_account_age_days": 3239 + "stars": 24, + "last_update": "2025-10-25 02:52:24", + "author_account_age_days": 3330 + }, + "https://github.com/SaTaNoob/ComfyUI-Z-Image-Turbo-Resolutions": { + "stars": 2, + "last_update": "2025-12-04 10:00:45", + "author_account_age_days": 3204 + }, + "https://github.com/Saganaki22/ComfyUI-Maya1_TTS": { + "stars": 51, + "last_update": "2025-11-11 23:36:14", + "author_account_age_days": 1674 }, "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": { - "stars": 3, + "stars": 6, "last_update": "2025-09-14 00:53:14", - "author_account_age_days": 1584 + "author_account_age_days": 1674 + }, + "https://github.com/Saganaki22/ComfyUI-Step_Audio_EditX_TTS": { + "stars": 41, + "last_update": "2025-12-04 06:03:03", + "author_account_age_days": 1674 }, "https://github.com/Saganaki22/ComfyUI-dotWaveform": { - "stars": 12, - "last_update": "2025-09-04 18:37:26", - "author_account_age_days": 1584 + "stars": 27, + "last_update": "2025-11-12 10:35:07", + "author_account_age_days": 1674 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 432, + "stars": 448, "last_update": "2025-08-15 03:14:39", - "author_account_age_days": 1890 + "author_account_age_days": 1981 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3409 + "author_account_age_days": 3500 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3409 + "author_account_age_days": 3500 }, - "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { + "https://github.com/Sampkao/ComfyUI-Amage": { "stars": 1, + "last_update": "2025-09-24 22:14:30", + "author_account_age_days": 897 + }, + "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { + "stars": 2, "last_update": "2025-09-06 09:31:44", - "author_account_age_days": 2028 + "author_account_age_days": 2119 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, "last_update": "2025-05-26 22:46:39", - "author_account_age_days": 1079 + "author_account_age_days": 1169 }, "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { "stars": 8, "last_update": "2025-06-18 16:41:48", - "author_account_age_days": 1079 + "author_account_age_days": 1169 }, "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { "stars": 4, "last_update": "2025-05-07 23:48:49", - "author_account_age_days": 1079 + "author_account_age_days": 1169 + }, + "https://github.com/Santat2023/ComfyUiRagNodes": { + "stars": 0, + "last_update": "2025-09-29 16:14:02", + "author_account_age_days": 826 }, "https://github.com/Santodan/santodan-custom-nodes-comfyui": { - "stars": 2, - "last_update": "2025-09-09 11:35:39", - "author_account_age_days": 3142 + "stars": 19, + "last_update": "2025-11-27 13:13:18", + "author_account_age_days": 3233 }, "https://github.com/Saquib764/omini-kontext": { - "stars": 388, + "stars": 424, "last_update": "2025-09-01 16:42:36", - "author_account_age_days": 4923 + "author_account_age_days": 5014 }, "https://github.com/SatadalAI/SATA_UtilityNode": { "stars": 1, - "last_update": "2025-08-31 16:00:10", - "author_account_age_days": 611 + "last_update": "2025-11-27 16:03:35", + "author_account_age_days": 702 }, "https://github.com/SaturMars/ComfyUI-NVVFR": { "stars": 0, "last_update": "2025-08-05 05:39:42", - "author_account_age_days": 585 + "author_account_age_days": 676 }, "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { - "stars": 24, + "stars": 29, "last_update": "2025-08-09 17:55:04", - "author_account_age_days": 585 + "author_account_age_days": 676 }, "https://github.com/SayanoAI/Comfy-RVC": { - "stars": 23, - "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 3051 + "stars": 26, + "last_update": "2025-10-15 18:30:03", + "author_account_age_days": 3141 }, "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4128 + "author_account_age_days": 4219 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3643 + "author_account_age_days": 3734 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { - "stars": 19, + "stars": 20, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1557 + "author_account_age_days": 1648 + }, + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": { + "stars": 3, + "last_update": "2025-11-27 22:43:38", + "author_account_age_days": 1220 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { - "stars": 14, + "stars": 16, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4953 + "author_account_age_days": 5044 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { - "stars": 160, + "stars": 163, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 524 + "author_account_age_days": 615 + }, + "https://github.com/Sean-Bradley/ComfyUI-Image-Compare": { + "stars": 1, + "last_update": "2025-12-02 23:00:43", + "author_account_age_days": 4364 + }, + "https://github.com/Sean-Bradley/ComfyUI-Remove-Background": { + "stars": 0, + "last_update": "2025-11-25 16:57:53", + "author_account_age_days": 4364 + }, + "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse": { + "stars": 1, + "last_update": "2025-10-27 20:54:15", + "author_account_age_days": 4364 + }, + "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam": { + "stars": 2, + "last_update": "2025-10-27 20:55:50", + "author_account_age_days": 4364 + }, + "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone": { + "stars": 1, + "last_update": "2025-11-22 15:36:30", + "author_account_age_days": 4364 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { - "stars": 77, + "stars": 79, "last_update": "2025-01-31 09:01:23", - "author_account_age_days": 1967 + "author_account_age_days": 2058 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { - "stars": 59, + "stars": 81, "last_update": "2025-06-13 04:22:23", - "author_account_age_days": 1967 + "author_account_age_days": 2058 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { - "stars": 118, - "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4619 + "stars": 142, + "last_update": "2025-11-29 01:12:44", + "author_account_age_days": 4709 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 855, + "stars": 867, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4619 + "author_account_age_days": 4709 + }, + "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": 71 + }, + "https://github.com/Seb-Lis/ComfyUI_Node_Pack": { + "stars": 0, + "last_update": "2025-11-30 11:13:27", + "author_account_age_days": 71 + }, + "https://github.com/Seb-Lis/comfyui-image-labeler": { + "stars": 0, + "last_update": "2025-11-02 09:33:21", + "author_account_age_days": 71 }, "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, "last_update": "2025-04-15 12:40:47", - "author_account_age_days": 1919 + "author_account_age_days": 2010 + }, + "https://github.com/Semonxue/Comfyui-flexai": { + "stars": 4, + "last_update": "2025-12-01 11:07:24", + "author_account_age_days": 5593 }, "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { "stars": 2, "last_update": "2025-03-29 17:35:11", - "author_account_age_days": 237 + "author_account_age_days": 327 }, "https://github.com/ServiceStack/comfy-asset-downloader": { - "stars": 8, + "stars": 14, "last_update": "2025-05-08 16:21:02", - "author_account_age_days": 5333 + "author_account_age_days": 5423 }, "https://github.com/SethRobinson/comfyui-workflow-to-api-converter-endpoint": { - "stars": 4, - "last_update": "2025-09-06 05:16:52", - "author_account_age_days": 5483 - }, - "https://github.com/Shadetail/ComfyUI_Eagleshadow": { - "stars": 5, - "last_update": "2025-03-08 20:09:28", - "author_account_age_days": 3844 + "stars": 18, + "last_update": "2025-12-13 09:15:04", + "author_account_age_days": 5574 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { - "stars": 435, + "stars": 450, "last_update": "2025-06-22 08:50:25", - "author_account_age_days": 296 + "author_account_age_days": 387 + }, + "https://github.com/ShammiG/ComfyUI-Image_Properties_SG": { + "stars": 10, + "last_update": "2025-12-05 06:41:25", + "author_account_age_days": 73 + }, + "https://github.com/ShammiG/ComfyUI-Show-Clock-in-CMD-Console-SG": { + "stars": 10, + "last_update": "2025-11-11 15:25:48", + "author_account_age_days": 73 + }, + "https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG": { + "stars": 29, + "last_update": "2025-12-09 04:52:05", + "author_account_age_days": 73 + }, + "https://github.com/ShammiG/ComfyUI-VAE-Timestamp-Clock-SG": { + "stars": 0, + "last_update": "2025-11-11 15:41:53", + "author_account_age_days": 73 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { - "stars": 4, + "stars": 5, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1744 + "author_account_age_days": 1835 }, "https://github.com/Shellishack/comfyui_remote_media_io": { - "stars": 0, + "stars": 1, "last_update": "2025-09-04 10:42:26", - "author_account_age_days": 2632 + "author_account_age_days": 2723 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 562 + "author_account_age_days": 653 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 7, - "last_update": "2025-06-29 14:25:52", - "author_account_age_days": 833 + "last_update": "2025-10-05 18:19:27", + "author_account_age_days": 924 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { - "stars": 25, + "stars": 31, "last_update": "2025-02-18 07:36:09", - "author_account_age_days": 833 + "author_account_age_days": 924 + }, + "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_advanced": { + "stars": 1, + "last_update": "2025-11-09 14:06:53", + "author_account_age_days": 924 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { - "stars": 0, - "last_update": "2025-03-02 00:15:45", - "author_account_age_days": 833 + "stars": 1, + "last_update": "2025-11-09 14:06:53", + "author_account_age_days": 924 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { - "stars": 4, - "last_update": "2025-06-13 08:51:55", - "author_account_age_days": 833 + "stars": 5, + "last_update": "2025-10-06 02:49:47", + "author_account_age_days": 924 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 11, - "last_update": "2025-09-09 13:20:15", - "author_account_age_days": 849 + "last_update": "2025-12-12 06:36:17", + "author_account_age_days": 940 }, "https://github.com/ShinChven/sc-comfy-nodes": { - "stars": 1, + "stars": 2, "last_update": "2025-05-21 03:07:18", - "author_account_age_days": 4617 + "author_account_age_days": 4708 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { - "stars": 10, + "stars": 9, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { - "stars": 14, + "stars": 25, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { - "stars": 21, + "stars": 19, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 9, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { - "stars": 105, + "stars": 106, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 114, + "stars": 130, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { - "stars": 65, + "stars": 67, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { - "stars": 321, + "stars": 332, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { - "stars": 16, + "stars": 19, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { - "stars": 26, + "stars": 27, "last_update": "2025-07-26 17:23:13", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { - "stars": 45, + "stars": 46, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { - "stars": 30, + "stars": 31, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 902, + "stars": 924, "last_update": "2025-09-04 08:19:07", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-NanoBanano": { - "stars": 35, + "stars": 62, "last_update": "2025-08-27 12:38:13", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { - "stars": 7, + "stars": 10, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 3, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { - "stars": 15, + "stars": 17, "last_update": "2025-07-24 15:03:22", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { - "stars": 28, + "stars": 31, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { - "stars": 91, - "last_update": "2025-05-02 20:13:08", - "author_account_age_days": 1652 + "stars": 110, + "last_update": "2025-09-18 04:06:05", + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { "stars": 37, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { - "stars": 19, + "stars": 21, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { - "stars": 3, + "stars": 4, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { - "stars": 19, + "stars": 21, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { - "stars": 17, + "stars": 18, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { - "stars": 141, + "stars": 147, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { "stars": 2, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { - "stars": 76, + "stars": 81, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { - "stars": 2, + "stars": 3, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/flux_pro_integrative": { "stars": 0, "last_update": "2025-09-05 18:08:58", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/google_moogle": { - "stars": 5, - "last_update": "2025-03-27 19:59:35", - "author_account_age_days": 1652 + "stars": 4, + "last_update": "2025-10-16 05:00:58", + "author_account_age_days": 1743 }, "https://github.com/ShmuelRonen/multi-lora-stack": { - "stars": 3, + "stars": 8, "last_update": "2025-08-04 10:42:16", - "author_account_age_days": 1652 + "author_account_age_days": 1743 + }, + "https://github.com/ShootTheSound/comfyUI-Realtime-Lora": { + "stars": 162, + "last_update": "2025-12-13 02:09:28", + "author_account_age_days": 1229 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2764 + "author_account_age_days": 2855 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { - "stars": 2, - "last_update": "2025-05-17 05:43:21", - "author_account_age_days": 2985 + "stars": 4, + "last_update": "2025-11-25 13:51:36", + "author_account_age_days": 3076 }, "https://github.com/Siberpone/lazy-pony-prompter": { - "stars": 44, + "stars": 48, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 900 + "author_account_age_days": 990 + }, + "https://github.com/SiegeKeebsOffical/comfyui-lmstudio": { + "stars": 0, + "last_update": "2025-12-14 13:16:58", + "author_account_age_days": 3909 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, "last_update": "2025-05-02 20:04:43", - "author_account_age_days": 1103 + "author_account_age_days": 1194 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2130 + "author_account_age_days": 2221 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 4, "last_update": "2025-04-27 15:24:25", - "author_account_age_days": 157 + "author_account_age_days": 247 }, "https://github.com/SijieMei/ComfyUI-promptHistory": { "stars": 0, "last_update": "2025-03-24 03:32:05", - "author_account_age_days": 2359 + "author_account_age_days": 2449 + }, + "https://github.com/SilentZhang/comfyui-encrypt": { + "stars": 0, + "last_update": "2025-11-15 22:03:32", + "author_account_age_days": 3981 }, "https://github.com/SilverAndJade/comfyui-silver-nodes": { "stars": 0, "last_update": "2025-09-05 20:06:53", - "author_account_age_days": 3999 + "author_account_age_days": 4090 }, "https://github.com/Simlym/comfyui-prompt-helper": { - "stars": 2, + "stars": 3, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2629 + "author_account_age_days": 2720 }, "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, "last_update": "2025-05-10 15:54:59", - "author_account_age_days": 2726 + "author_account_age_days": 2816 }, "https://github.com/SipherAGI/comfyui-animatediff": { - "stars": 742, + "stars": 746, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 852 + "author_account_age_days": 943 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { - "stars": 2, + "stars": 3, "last_update": "2025-04-15 08:48:46", - "author_account_age_days": 225 + "author_account_age_days": 316 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 7, "last_update": "2025-03-29 04:35:17", - "author_account_age_days": 1645 + "author_account_age_days": 1735 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 65, - "last_update": "2025-03-27 12:47:27", - "author_account_age_days": 4009 + "last_update": "2025-09-25 09:47:49", + "author_account_age_days": 4100 }, "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { - "stars": 21, - "last_update": "2025-04-07 09:20:23", - "author_account_age_days": 4009 + "stars": 22, + "last_update": "2025-09-23 11:46:41", + "author_account_age_days": 4100 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { - "stars": 258, + "stars": 285, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 1959 + "author_account_age_days": 2050 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 1139 + "author_account_age_days": 1229 }, "https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner": { - "stars": 2, - "last_update": "2025-09-09 04:30:51", - "author_account_age_days": 1926 + "stars": 3, + "last_update": "2025-12-11 08:47:11", + "author_account_age_days": 2017 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 15, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3971 + "author_account_age_days": 4062 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3971 + "author_account_age_days": 4062 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 14, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3971 + "author_account_age_days": 4062 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { - "stars": 26, + "stars": 27, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3971 + "author_account_age_days": 4062 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3971 + "author_account_age_days": 4062 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, "last_update": "2025-03-18 08:59:39", - "author_account_age_days": 284 + "author_account_age_days": 375 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 31, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4694 + "author_account_age_days": 4785 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 527 + "author_account_age_days": 617 }, "https://github.com/SozeInc/ComfyUI_Soze": { - "stars": 7, + "stars": 8, "last_update": "2025-09-06 19:16:37", - "author_account_age_days": 527 + "author_account_age_days": 617 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2025-04-15 20:36:37", - "author_account_age_days": 400 + "author_account_age_days": 490 }, "https://github.com/SparknightLLC/ComfyUI-GPENO": { - "stars": 68, + "stars": 67, "last_update": "2025-04-15 20:29:05", - "author_account_age_days": 400 + "author_account_age_days": 490 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { "stars": 0, - "last_update": "2025-05-23 19:44:54", - "author_account_age_days": 400 + "last_update": "2025-11-29 00:59:24", + "author_account_age_days": 490 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { - "stars": 17, + "stars": 20, "last_update": "2025-04-15 20:35:55", - "author_account_age_days": 400 + "author_account_age_days": 490 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, "last_update": "2025-04-15 20:36:15", - "author_account_age_days": 400 + "author_account_age_days": 490 + }, + "https://github.com/SparknightLLC/ComfyUI-LatentOrientation": { + "stars": 0, + "last_update": "2025-11-28 23:28:46", + "author_account_age_days": 490 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, - "last_update": "2025-04-15 20:35:34", - "author_account_age_days": 400 + "last_update": "2025-12-02 21:29:54", + "author_account_age_days": 490 }, "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { "stars": 0, "last_update": "2025-04-22 00:31:50", - "author_account_age_days": 400 + "author_account_age_days": 490 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { - "stars": 86, + "stars": 88, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 3162 + "author_account_age_days": 3253 + }, + "https://github.com/Spin256/spin256-comfyui": { + "stars": 0, + "last_update": "2025-10-24 12:41:13", + "author_account_age_days": 52 + }, + "https://github.com/SquirrelRat/MultiString-Prompts": { + "stars": 0, + "last_update": "2025-10-23 19:44:28", + "author_account_age_days": 2834 + }, + "https://github.com/SquirrelRat/WanVideoLooper": { + "stars": 5, + "last_update": "2025-11-13 15:18:00", + "author_account_age_days": 2834 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { - "stars": 15, + "stars": 17, "last_update": "2025-02-05 23:48:10", - "author_account_age_days": 2389 + "author_account_age_days": 2480 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { - "stars": 62, + "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1290 + "author_account_age_days": 1381 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { - "stars": 231, + "stars": 236, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1290 + "author_account_age_days": 1381 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { - "stars": 18, - "last_update": "2025-08-31 19:27:10", - "author_account_age_days": 626 + "stars": 29, + "last_update": "2025-11-28 16:20:08", + "author_account_age_days": 716 }, "https://github.com/StarAsh042/ComfyUI_RollingArtist": { + "stars": 1, + "last_update": "2025-12-13 13:19:54", + "author_account_age_days": 3546 + }, + "https://github.com/StarIICraft/ComfyUI-Simple-Selector": { "stars": 0, - "last_update": "2025-05-05 21:26:43", - "author_account_age_days": 3456 + "last_update": "2025-11-19 19:20:30", + "author_account_age_days": 511 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3993 + "author_account_age_days": 4084 }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { - "stars": 5, - "last_update": "2025-09-08 19:59:48", - "author_account_age_days": 450 + "stars": 14, + "last_update": "2025-11-20 11:52:45", + "author_account_age_days": 540 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { - "stars": 45, - "last_update": "2025-08-10 19:51:23", - "author_account_age_days": 450 + "stars": 61, + "last_update": "2025-12-08 16:30:55", + "author_account_age_days": 540 + }, + "https://github.com/Starnodes2024/comfyui_Starnodes_DyPE": { + "stars": 9, + "last_update": "2025-10-31 09:55:07", + "author_account_age_days": 540 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { - "stars": 125, + "stars": 127, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3282 + "author_account_age_days": 3373 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 7, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3282 + "author_account_age_days": 3373 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { - "stars": 221, + "stars": 225, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3282 + "author_account_age_days": 3373 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3282 + "author_account_age_days": 3373 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 25, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3282 + "author_account_age_days": 3373 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 16, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3282 + "author_account_age_days": 3373 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 16, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3282 + "author_account_age_days": 3373 }, "https://github.com/StartHua/Comfyui_joytag": { - "stars": 60, + "stars": 61, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3282 + "author_account_age_days": 3373 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { - "stars": 92, + "stars": 103, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3282 + "author_account_age_days": 3373 }, "https://github.com/Steudio/ComfyUI_Steudio": { - "stars": 93, - "last_update": "2025-07-13 18:57:26", - "author_account_age_days": 583 + "stars": 112, + "last_update": "2025-11-17 17:59:12", + "author_account_age_days": 674 }, "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": 315 + "author_account_age_days": 405 + }, + "https://github.com/SuLU-K/comfyui-easy-sam3-tools": { + "stars": 0, + "last_update": "2025-12-09 16:06:41", + "author_account_age_days": 1845 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { - "stars": 201, + "stars": 206, "last_update": "2025-07-28 04:57:56", - "author_account_age_days": 536 + "author_account_age_days": 627 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 4025 + "author_account_age_days": 4116 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 993, + "stars": 1104, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2597 + "author_account_age_days": 2687 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { - "stars": 2, - "last_update": "2025-08-22 15:28:40", - "author_account_age_days": 2486 + "stars": 4, + "last_update": "2025-11-21 13:12:02", + "author_account_age_days": 2576 }, "https://github.com/Sxela/ComfyWarp": { "stars": 48, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3819 + "author_account_age_days": 3910 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { - "stars": 13, - "last_update": "2025-08-28 14:36:18", - "author_account_age_days": 843 + "stars": 14, + "last_update": "2025-11-16 12:12:45", + "author_account_age_days": 934 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1383 + "author_account_age_days": 1474 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { - "stars": 95, + "stars": 111, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 1989 + "author_account_age_days": 2080 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { - "stars": 140, + "stars": 141, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4138 + "author_account_age_days": 4229 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { - "stars": 198, + "stars": 203, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4138 + "author_account_age_days": 4229 + }, + "https://github.com/TJ16th/ComfyUI-TJ-PolkaDot": { + "stars": 2, + "last_update": "2025-11-03 12:39:44", + "author_account_age_days": 3073 + }, + "https://github.com/TJ16th/TJ_ComfyUI_ColorUtility": { + "stars": 0, + "last_update": "2025-11-09 17:51:36", + "author_account_age_days": 3073 + }, + "https://github.com/TJ16th/TJ_ComfyUI_Lineart2Vector": { + "stars": 1, + "last_update": "2025-11-09 02:41:19", + "author_account_age_days": 3073 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2982 + "author_account_age_days": 3073 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { - "stars": 2, + "stars": 3, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 567 + "author_account_age_days": 658 }, "https://github.com/TMElyralab/Comfyui-MusePose": { - "stars": 416, + "stars": 420, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 544 + "author_account_age_days": 635 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 886 + "author_account_age_days": 977 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 886 + "author_account_age_days": 977 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { - "stars": 29, + "stars": 30, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 650 + "author_account_age_days": 741 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 213, + "stars": 215, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 650 + "author_account_age_days": 741 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { - "stars": 126, - "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 650 + "stars": 143, + "last_update": "2025-12-14 14:27:01", + "author_account_age_days": 741 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 776, + "stars": 787, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 650 + "author_account_age_days": 741 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 29, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 650 + "author_account_age_days": 741 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 760, + "stars": 825, "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 650 + "author_account_age_days": 741 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 650 + "author_account_age_days": 741 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 478 + "author_account_age_days": 569 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { - "stars": 3, + "stars": 4, "last_update": "2025-06-04 10:19:49", - "author_account_age_days": 3497 + "author_account_age_days": 3587 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 4014 + "author_account_age_days": 4104 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { - "stars": 2, - "last_update": "2025-09-02 17:04:15", - "author_account_age_days": 4954 + "stars": 3, + "last_update": "2025-10-01 21:48:29", + "author_account_age_days": 5044 }, "https://github.com/Taremin/comfyui-keep-multiple-tabs": { - "stars": 6, + "stars": 7, "last_update": "2025-02-25 15:53:35", - "author_account_age_days": 2662 + "author_account_age_days": 2753 }, "https://github.com/Taremin/comfyui-prompt-config": { "stars": 0, "last_update": "2025-02-28 03:53:16", - "author_account_age_days": 2662 + "author_account_age_days": 2753 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { - "stars": 7, - "last_update": "2025-03-04 07:49:21", - "author_account_age_days": 2662 + "stars": 6, + "last_update": "2025-12-07 21:41:24", + "author_account_age_days": 2753 }, "https://github.com/Taremin/comfyui-string-tools": { - "stars": 1, - "last_update": "2025-02-26 13:22:39", - "author_account_age_days": 2662 + "stars": 3, + "last_update": "2025-12-07 23:43:19", + "author_account_age_days": 2753 }, "https://github.com/Taremin/webui-monaco-prompt": { - "stars": 28, - "last_update": "2025-03-06 08:57:58", - "author_account_age_days": 2662 + "stars": 29, + "last_update": "2025-12-07 21:29:11", + "author_account_age_days": 2753 }, "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, "last_update": "2025-06-22 19:16:21", - "author_account_age_days": 3612 + "author_account_age_days": 3702 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, - "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3665 + "last_update": "2025-11-11 16:22:44", + "author_account_age_days": 3755 }, "https://github.com/TemryL/ComfyS3": { - "stars": 51, + "stars": 55, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1316 + "author_account_age_days": 1407 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 544, + "stars": 557, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1316 + "author_account_age_days": 1407 }, "https://github.com/Temult/TWanSigmaGraph": { - "stars": 9, + "stars": 10, "last_update": "2025-04-17 09:39:00", - "author_account_age_days": 713 + "author_account_age_days": 804 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 384, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 545 + "author_account_age_days": 636 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { - "stars": 142, + "stars": 150, "last_update": "2025-05-09 07:48:08", - "author_account_age_days": 373 + "author_account_age_days": 464 }, "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { - "stars": 11, + "stars": 15, "last_update": "2025-04-02 08:31:41", - "author_account_age_days": 847 + "author_account_age_days": 938 }, "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, "last_update": "2025-05-26 01:36:34", - "author_account_age_days": 184 + "author_account_age_days": 274 + }, + "https://github.com/TheArtOfficial/ComfyUI-MaskMorph": { + "stars": 0, + "last_update": "2025-12-07 18:45:32", + "author_account_age_days": 246 }, "https://github.com/TheBarret/ZSuite": { "stars": 9, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 3160 + "author_account_age_days": 3250 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { - "stars": 10, + "stars": 11, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1889 + "author_account_age_days": 1980 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { - "stars": 2, - "last_update": "2025-06-21 15:09:46", - "author_account_age_days": 1527 + "stars": 5, + "last_update": "2025-10-22 19:08:07", + "author_account_age_days": 1617 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 481, + "stars": 490, "last_update": "2025-09-05 11:18:56", - "author_account_age_days": 612 + "author_account_age_days": 703 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, "last_update": "2025-03-02 22:17:54", - "author_account_age_days": 3765 + "author_account_age_days": 3855 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 2008 + "author_account_age_days": 2099 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { - "stars": 10, + "stars": 12, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1382 + "author_account_age_days": 1473 }, - "https://github.com/TiamaTiramisu/risutools": { + "https://github.com/This-is-Uncut/Custom-Node-ComfyUI-NBP-Uncut": { + "stars": 0, + "last_update": "2025-12-12 12:49:54", + "author_account_age_days": 229 + }, + "https://github.com/ThunderBolt4931/comfyui_pixel_forge": { "stars": 1, + "last_update": "2025-10-04 10:47:38", + "author_account_age_days": 601 + }, + "https://github.com/TiamaTiramisu/risutools": { + "stars": 3, "last_update": "2025-04-20 22:51:50", - "author_account_age_days": 448 + "author_account_age_days": 538 + }, + "https://github.com/TianDongL/Blind_watermark_Comfyui": { + "stars": 13, + "last_update": "2025-10-25 02:21:54", + "author_account_age_days": 294 + }, + "https://github.com/Tinuva88/Comfy-UmiAI": { + "stars": 19, + "last_update": "2025-12-11 13:05:52", + "author_account_age_days": 1141 }, "https://github.com/TinyBeeman/ComfyUI-TinyBee": { - "stars": 0, - "last_update": "2025-08-24 02:26:21", - "author_account_age_days": 2229 + "stars": 1, + "last_update": "2025-11-22 03:39:03", + "author_account_age_days": 2319 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 551, + "stars": 568, "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1068 + "author_account_age_days": 1159 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2025-07-18 11:45:29", - "author_account_age_days": 3117 + "author_account_age_days": 3208 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { - "stars": 174, + "stars": 178, "last_update": "2025-08-22 11:48:28", - "author_account_age_days": 3836 + "author_account_age_days": 3927 }, "https://github.com/Tr1dae/ComfyUI-Dequality": { - "stars": 2, + "stars": 3, "last_update": "2025-02-13 16:41:59", - "author_account_age_days": 986 + "author_account_age_days": 1076 + }, + "https://github.com/Tr1dae/ComfyUI-EasyFilePaths": { + "stars": 0, + "last_update": "2025-11-08 23:31:36", + "author_account_age_days": 1076 }, "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher": { "stars": 0, "last_update": "2025-09-14 02:36:11", - "author_account_age_days": 986 + "author_account_age_days": 1076 + }, + "https://github.com/Transhumai/ComfyUI-LegionPower": { + "stars": 1, + "last_update": "2025-12-09 18:02:40", + "author_account_age_days": 341 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 1019 + "author_account_age_days": 1110 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { - "stars": 60, + "stars": 64, "last_update": "2025-06-18 09:32:23", - "author_account_age_days": 1308 + "author_account_age_days": 1398 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { - "stars": 44, + "stars": 47, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4301 + "author_account_age_days": 4391 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { - "stars": 14, + "stars": 15, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4301 + "author_account_age_days": 4391 }, "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, "last_update": "2025-05-22 07:41:32", - "author_account_age_days": 1166 + "author_account_age_days": 1256 }, "https://github.com/Trung0246/ComfyUI-0246": { - "stars": 129, + "stars": 136, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3827 + "author_account_age_days": 3918 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { - "stars": 249, + "stars": 255, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5369 + "author_account_age_days": 5460 + }, + "https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script": { + "stars": 0, + "last_update": "2025-12-08 19:39:56", + "author_account_age_days": 216 + }, + "https://github.com/TuonoMindCode/ComfyUI-Resolution-Suggest-Downscale": { + "stars": 0, + "last_update": "2025-12-12 11:10:05", + "author_account_age_days": 216 + }, + "https://github.com/TuriSc/comfyui-text-line-selector": { + "stars": 1, + "last_update": "2025-11-22 12:22:59", + "author_account_age_days": 4275 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1733 + "author_account_age_days": 1823 + }, + "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Sync": { + "stars": 0, + "last_update": "2025-12-13 11:16:00", + "author_account_age_days": 5079 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 5, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 666 + "author_account_age_days": 757 + }, + "https://github.com/UndefinedUo/DuoUmiWildcards": { + "stars": 0, + "last_update": "2025-11-30 08:24:43", + "author_account_age_days": 880 }, "https://github.com/Urabewe/ComfyUI-CountS2VExtend": { "stars": 0, "last_update": "2025-08-31 04:06:50", - "author_account_age_days": 5045 + "author_account_age_days": 5135 + }, + "https://github.com/Usonaki/ComfyUI-DyPE-Nunchaku": { + "stars": 5, + "last_update": "2025-11-08 18:33:14", + "author_account_age_days": 3966 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 300, - "last_update": "2025-06-26 07:50:36", - "author_account_age_days": 689 + "stars": 315, + "last_update": "2025-11-06 05:26:51", + "author_account_age_days": 780 }, "https://github.com/VK/vk-nodes": { "stars": 0, "last_update": "2025-05-07 19:59:57", - "author_account_age_days": 5793 + "author_account_age_days": 5883 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3428 + "author_account_age_days": 3519 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 726 + "author_account_age_days": 817 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { - "stars": 22, + "stars": 23, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 726 + "author_account_age_days": 817 }, "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { "stars": 0, "last_update": "2025-05-08 15:04:17", - "author_account_age_days": 5286 + "author_account_age_days": 5377 }, "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": { - "stars": 1, + "stars": 4, "last_update": "2025-08-15 17:37:40", - "author_account_age_days": 1069 + "author_account_age_days": 1160 + }, + "https://github.com/Verolelb/ComfyUI-VideoCompressor": { + "stars": 4, + "last_update": "2025-09-26 13:06:13", + "author_account_age_days": 1160 }, "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { - "stars": 3, + "stars": 4, "last_update": "2025-04-04 13:50:16", - "author_account_age_days": 1103 + "author_account_age_days": 1194 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 0, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3426 + "author_account_age_days": 3516 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 12, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1803 + "author_account_age_days": 1894 }, "https://github.com/Visionatrix/ComfyUI-Gemini": { - "stars": 18, - "last_update": "2025-09-08 20:17:35", - "author_account_age_days": 564 + "stars": 26, + "last_update": "2025-12-08 20:49:55", + "author_account_age_days": 654 }, "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { "stars": 2, "last_update": "2025-07-05 18:20:05", - "author_account_age_days": 564 + "author_account_age_days": 654 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { - "stars": 1, + "stars": 2, "last_update": "2025-07-06 10:53:01", - "author_account_age_days": 564 + "author_account_age_days": 654 }, - "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": { - "stars": 1, - "last_update": "2025-08-28 02:32:49", - "author_account_age_days": 865 + "https://github.com/VraethrDalkr/ComfyUI-TripleKSampler": { + "stars": 79, + "last_update": "2025-11-15 23:22:39", + "author_account_age_days": 956 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 297, - "last_update": "2025-09-02 16:36:18", - "author_account_age_days": 1367 + "stars": 317, + "last_update": "2025-11-05 20:41:38", + "author_account_age_days": 1458 }, "https://github.com/VykosX/ControlFlowUtils": { - "stars": 127, + "stars": 134, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2357 + "author_account_age_days": 2448 + }, + "https://github.com/WASasquatch/ComfyUI_LMStudio_EasyQuery": { + "stars": 4, + "last_update": "2025-11-17 22:13:31", + "author_account_age_days": 5163 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 34, "last_update": "2025-03-27 14:52:46", - "author_account_age_days": 5073 + "author_account_age_days": 5163 }, "https://github.com/WASasquatch/FreeU_Advanced": { - "stars": 120, - "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 5073 + "stars": 121, + "last_update": "2025-09-29 15:46:06", + "author_account_age_days": 5163 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 25, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 5073 + "author_account_age_days": 5163 }, "https://github.com/WASasquatch/PowerNoiseSuite": { - "stars": 77, + "stars": 80, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 5073 + "author_account_age_days": 5163 }, "https://github.com/WASasquatch/WAS_Extras": { - "stars": 37, - "last_update": "2025-07-18 17:18:44", - "author_account_age_days": 5073 + "stars": 39, + "last_update": "2025-11-04 17:59:47", + "author_account_age_days": 5163 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { - "stars": 8, - "last_update": "2025-08-15 03:17:39", - "author_account_age_days": 5073 + "stars": 9, + "last_update": "2025-11-08 18:44:40", + "author_account_age_days": 5163 }, "https://github.com/WASasquatch/was_affine": { - "stars": 3, - "last_update": "2025-09-11 00:45:41", - "author_account_age_days": 5073 + "stars": 4, + "last_update": "2025-11-09 22:43:51", + "author_account_age_days": 5163 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2659 + "author_account_age_days": 2750 + }, + "https://github.com/WWWEN8/ComfyUI-CCXManager": { + "stars": 5, + "last_update": "2025-11-21 03:36:02", + "author_account_age_days": 846 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 423 + "author_account_age_days": 514 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, - "last_update": "2025-07-03 19:44:52", - "author_account_age_days": 1070 + "last_update": "2025-11-03 22:46:57", + "author_account_age_days": 1160 }, "https://github.com/WainWong/ComfyUI-Loop-image": { - "stars": 36, + "stars": 40, "last_update": "2025-03-28 03:09:27", - "author_account_age_days": 3070 + "author_account_age_days": 3161 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 1, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3407 + "author_account_age_days": 3498 + }, + "https://github.com/WangDianhui/ComfyUI-SA-ODE_Sampler": { + "stars": 1, + "last_update": "2025-10-04 02:48:04", + "author_account_age_days": 1039 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 0, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 774 + "author_account_age_days": 865 }, "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { - "stars": 7, - "last_update": "2025-09-04 00:41:19", - "author_account_age_days": 188 + "stars": 9, + "last_update": "2025-11-30 19:46:03", + "author_account_age_days": 279 }, "https://github.com/WaveSpeedAI/wavespeed-comfyui": { - "stars": 26, - "last_update": "2025-08-08 23:41:55", - "author_account_age_days": 236 + "stars": 37, + "last_update": "2025-12-04 05:22:27", + "author_account_age_days": 327 }, "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": { - "stars": 137, + "stars": 148, "last_update": "2025-08-21 13:52:03", - "author_account_age_days": 1740 + "author_account_age_days": 1831 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 4199 + "author_account_age_days": 4290 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { - "stars": 24, + "stars": 25, "last_update": "2025-01-31 04:28:34", - "author_account_age_days": 985 + "author_account_age_days": 1076 }, "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, "last_update": "2025-07-31 14:35:16", - "author_account_age_days": 2739 + "author_account_age_days": 2830 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, - "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 4091 + "last_update": "2025-10-06 11:03:44", + "author_account_age_days": 4182 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { - "stars": 45, - "last_update": "2025-06-29 13:42:36", - "author_account_age_days": 472 + "stars": 177, + "last_update": "2025-11-20 03:09:15", + "author_account_age_days": 563 }, "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { - "stars": 4, - "last_update": "2025-08-11 16:04:38", - "author_account_age_days": 472 + "stars": 8, + "last_update": "2025-11-20 07:48:43", + "author_account_age_days": 563 + }, + "https://github.com/Windecay/ComfyUI_CheckVprediction": { + "stars": 0, + "last_update": "2025-10-27 01:37:16", + "author_account_age_days": 563 + }, + "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache": { + "stars": 29, + "last_update": "2025-11-29 03:30:56", + "author_account_age_days": 563 + }, + "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption": { + "stars": 11, + "last_update": "2025-12-14 04:45:28", + "author_account_age_days": 1109 }, "https://github.com/X-School-Academy/X-FluxAgent": { - "stars": 28, + "stars": 29, "last_update": "2025-06-05 08:28:11", - "author_account_age_days": 165 + "author_account_age_days": 256 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1610 + "author_account_age_days": 1701 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1630, + "stars": 1678, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 405 + "author_account_age_days": 496 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, "last_update": "2025-06-04 20:33:17", - "author_account_age_days": 684 + "author_account_age_days": 774 + }, + "https://github.com/XYMikky12138/ComfyUI-MIKKY-Mask-Editor": { + "stars": 1, + "last_update": "2025-12-14 12:18:14", + "author_account_age_days": 0 }, "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 129 + "author_account_age_days": 220 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { - "stars": 30, + "stars": 31, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 384 + "author_account_age_days": 475 }, "https://github.com/Xiangyu-CAS/HandFixer": { - "stars": 200, + "stars": 205, "last_update": "2025-02-10 02:02:01", - "author_account_age_days": 3835 + "author_account_age_days": 3926 }, "https://github.com/XieJunchen/comfyUI_LLM": { "stars": 2, "last_update": "2025-08-03 13:21:08", - "author_account_age_days": 2221 + "author_account_age_days": 2312 }, "https://github.com/Xkipper/ComfyUI_SkipperNodes": { "stars": 0, "last_update": "2025-04-26 20:13:45", - "author_account_age_days": 3926 + "author_account_age_days": 4017 }, "https://github.com/XmYx/ComfyUI-SmolLM3": { - "stars": 4, + "stars": 5, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3053 + "author_account_age_days": 3144 }, "https://github.com/XmYx/deforum-comfy-nodes": { - "stars": 194, + "stars": 197, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3053 + "author_account_age_days": 3144 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4772 + "author_account_age_days": 4862 }, "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, "last_update": "2025-04-12 15:00:21", - "author_account_age_days": 3142 + "author_account_age_days": 3233 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3142 + "author_account_age_days": 3233 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3142 + "author_account_age_days": 3233 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3142 + "author_account_age_days": 3233 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 4203 + "author_account_age_days": 4293 }, "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { - "stars": 22, + "stars": 23, "last_update": "2025-02-27 21:13:18", - "author_account_age_days": 446 + "author_account_age_days": 537 }, "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3097 + "author_account_age_days": 3188 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 229, + "stars": 250, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1261 + "author_account_age_days": 1352 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, "last_update": "2025-06-23 04:10:43", - "author_account_age_days": 2024 + "author_account_age_days": 2115 }, "https://github.com/YarvixPA/ComfyUI-YarvixPA": { "stars": 0, - "last_update": "2025-08-29 11:16:31", - "author_account_age_days": 654 + "last_update": "2025-11-28 03:59:23", + "author_account_age_days": 744 }, "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { - "stars": 0, - "last_update": "2025-08-01 12:35:46", - "author_account_age_days": 3972 + "stars": 4, + "last_update": "2025-10-17 12:29:43", + "author_account_age_days": 4062 }, "https://github.com/Yeq6X/ComfyUI-image-to-video-inserter": { - "stars": 1, - "last_update": "2025-09-13 06:13:45", - "author_account_age_days": 2095 - }, - "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { - "stars": 16, - "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1233 + "stars": 7, + "last_update": "2025-10-28 08:51:30", + "author_account_age_days": 2186 }, "https://github.com/Yo1up/Diffusion-Model-Detailer": { - "stars": 3, + "stars": 4, "last_update": "2025-08-08 00:32:59", - "author_account_age_days": 987 + "author_account_age_days": 1078 + }, + "https://github.com/Ysthara/ComfyUI-Resolution-AR-Node": { + "stars": 0, + "last_update": "2025-12-06 16:11:07", + "author_account_age_days": 8 }, "https://github.com/Yuan-ManX/ComfyUI-AniSora": { - "stars": 44, + "stars": 49, "last_update": "2025-05-27 04:11:59", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-AudioX": { "stars": 10, "last_update": "2025-05-27 04:14:59", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-Bagel": { "stars": 29, "last_update": "2025-05-28 03:00:53", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { "stars": 11, "last_update": "2025-05-30 08:13:06", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-Cobra": { - "stars": 5, + "stars": 7, "last_update": "2025-04-18 02:06:26", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-Dia": { "stars": 6, "last_update": "2025-04-24 06:58:05", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { - "stars": 10, + "stars": 16, "last_update": "2025-06-10 03:24:25", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { "stars": 9, "last_update": "2025-04-14 02:56:22", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { - "stars": 19, + "stars": 21, "last_update": "2025-07-26 07:19:35", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { - "stars": 29, + "stars": 35, "last_update": "2025-06-16 07:03:54", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { "stars": 8, "last_update": "2025-05-28 09:47:34", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { "stars": 27, "last_update": "2025-05-29 07:49:15", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { "stars": 1, "last_update": "2025-04-17 06:55:14", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { "stars": 4, "last_update": "2025-04-01 03:16:53", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { "stars": 4, "last_update": "2025-05-27 04:14:30", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { "stars": 7, "last_update": "2025-05-13 08:05:00", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { "stars": 10, "last_update": "2025-05-27 04:12:30", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { "stars": 1, "last_update": "2025-05-09 06:51:35", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { "stars": 2, "last_update": "2025-05-08 08:21:24", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { - "stars": 122, + "stars": 123, "last_update": "2025-06-26 02:46:07", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { - "stars": 6, + "stars": 7, "last_update": "2025-03-24 02:47:23", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { "stars": 3, "last_update": "2025-02-28 03:47:54", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { - "stars": 17, + "stars": 18, "last_update": "2025-06-26 10:00:28", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { "stars": 31, "last_update": "2025-05-27 04:14:03", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 12, "last_update": "2025-07-30 06:02:10", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { - "stars": 2, + "stars": 3, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { "stars": 13, "last_update": "2025-05-16 02:36:06", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { "stars": 4, "last_update": "2025-03-10 09:38:08", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { - "stars": 20, + "stars": 23, "last_update": "2025-07-12 03:48:32", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, "last_update": "2025-04-11 07:37:33", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yuan-ManX/ComfyUI-Vui": { "stars": 3, "last_update": "2025-06-12 03:55:32", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, - "last_update": "2025-07-15 00:58:42", - "author_account_age_days": 1853 + "last_update": "2025-10-04 06:11:49", + "author_account_age_days": 1944 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { - "stars": 379, + "stars": 382, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { - "stars": 524, + "stars": 538, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 816, + "stars": 824, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "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": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 74, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1429, + "stars": 1440, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 205, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { - "stars": 816, + "stars": 817, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "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": 787 + "author_account_age_days": 878 }, "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": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { - "stars": 216, + "stars": 220, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { - "stars": 108, + "stars": 109, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { - "stars": 113, + "stars": 117, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "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": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 770, + "stars": 797, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1772, + "stars": 1785, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { - "stars": 2, + "stars": 4, "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1730 + "author_account_age_days": 1821 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1720 + "author_account_age_days": 1811 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 2, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1808 + "author_account_age_days": 1899 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 5987 + "author_account_age_days": 6078 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { - "stars": 3, - "last_update": "2025-09-12 07:58:46", - "author_account_age_days": 878 + "stars": 7, + "last_update": "2025-12-10 03:45:04", + "author_account_age_days": 969 }, "https://github.com/Zar4X/ComfyUI-Image-Resizing": { - "stars": 1, - "last_update": "2025-06-25 14:43:35", - "author_account_age_days": 878 + "stars": 3, + "last_update": "2025-12-04 02:41:50", + "author_account_age_days": 969 }, "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 520 + "author_account_age_days": 611 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1641 + "author_account_age_days": 1732 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { - "stars": 227, - "last_update": "2025-09-05 12:40:46", - "author_account_age_days": 1650 + "stars": 252, + "last_update": "2025-11-27 11:52:49", + "author_account_age_days": 1741 + }, + "https://github.com/Zeknes/Comfyui-LLM-Chat": { + "stars": 0, + "last_update": "2025-12-05 05:40:04", + "author_account_age_days": 1133 + }, + "https://github.com/Zeknes/Comfyui-Nanobanana-API": { + "stars": 0, + "last_update": "2025-12-02 09:39:30", + "author_account_age_days": 1133 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, - "last_update": "2025-08-10 07:46:37", - "author_account_age_days": 5068 + "last_update": "2025-11-21 08:39:28", + "author_account_age_days": 5159 }, "https://github.com/ZeroSpaceStudios/ComfyUI-ZSNodes": { "stars": 0, "last_update": "2025-08-26 00:26:08", - "author_account_age_days": 171 + "author_account_age_days": 261 + }, + "https://github.com/Zone-Roam/ComfyUI-Live-Search": { + "stars": 0, + "last_update": "2025-11-26 12:20:52", + "author_account_age_days": 1790 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 970 + "author_account_age_days": 1060 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 120, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 970 + "author_account_age_days": 1060 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { - "stars": 38, + "stars": 39, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 970 + "author_account_age_days": 1060 }, "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": 4248 + "author_account_age_days": 4338 + }, + "https://github.com/a-und-b/ComfyUI_AB_Wildcard": { + "stars": 0, + "last_update": "2025-12-10 15:06:11", + "author_account_age_days": 978 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 887 + "author_account_age_days": 978 }, "https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal": { - "stars": 39, + "stars": 41, "last_update": "2025-05-05 08:34:47", - "author_account_age_days": 887 + "author_account_age_days": 978 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 4, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 887 + "author_account_age_days": 978 }, "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": 887 + "author_account_age_days": 978 }, "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { "stars": 4, "last_update": "2025-04-28 08:23:36", - "author_account_age_days": 887 + "author_account_age_days": 978 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { - "stars": 103, + "stars": 104, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5249 + "author_account_age_days": 5340 + }, + "https://github.com/aTanguay/ComfyUI_Detonate": { + "stars": 0, + "last_update": "2025-11-25 04:13:26", + "author_account_age_days": 3987 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { - "stars": 40, + "stars": 44, "last_update": "2025-08-26 02:43:39", - "author_account_age_days": 600 + "author_account_age_days": 690 + }, + "https://github.com/abdozmantar/ComfyUI-DeepExtractV2": { + "stars": 34, + "last_update": "2025-10-12 18:20:58", + "author_account_age_days": 691 + }, + "https://github.com/abdullahceylan/ac-comfyui-image-optimizer": { + "stars": 0, + "last_update": "2025-11-05 13:57:38", + "author_account_age_days": 2843 + }, + "https://github.com/abdullahceylan/ac-comfyui-queue-manager": { + "stars": 4, + "last_update": "2025-09-27 18:12:15", + "author_account_age_days": 2843 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 520 + "author_account_age_days": 611 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 520 + "author_account_age_days": 611 }, "https://github.com/abyz22/image_control": { "stars": 16, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 610 + "author_account_age_days": 700 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { - "stars": 40, - "last_update": "2025-09-06 16:14:46", - "author_account_age_days": 4275 + "stars": 45, + "last_update": "2025-12-09 19:13:15", + "author_account_age_days": 4365 + }, + "https://github.com/adambarbato/ComfyUI-Sa2VA": { + "stars": 89, + "last_update": "2025-11-08 02:53:34", + "author_account_age_days": 4469 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { - "stars": 6, + "stars": 7, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 1151 + "author_account_age_days": 1241 }, "https://github.com/adieyal/comfyui-dynamicprompts": { - "stars": 345, + "stars": 374, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5464 + "author_account_age_days": 5555 }, "https://github.com/adigayung/ComfyUI-Translator": { - "stars": 14, + "stars": 15, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 660 + "author_account_age_days": 751 }, "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3410 + "author_account_age_days": 3501 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2669 + "author_account_age_days": 2760 }, "https://github.com/aegis72/aegisflow_utility_nodes": { - "stars": 36, + "stars": 37, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 1031 + "author_account_age_days": 1121 }, "https://github.com/aegis72/comfyui-styles-all": { - "stars": 52, + "stars": 53, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 1031 + "author_account_age_days": 1121 }, "https://github.com/aesethtics/ComfyUI-Utilitools": { "stars": 1, "last_update": "2025-08-27 21:58:17", - "author_account_age_days": 3294 + "author_account_age_days": 3384 + }, + "https://github.com/aesethtics/comfyui-3d-model-viewer": { + "stars": 1, + "last_update": "2025-09-24 17:27:58", + "author_account_age_days": 3384 + }, + "https://github.com/agavesunset/AgaveLogicCounter": { + "stars": 1, + "last_update": "2025-11-27 07:54:15", + "author_account_age_days": 284 }, "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, "last_update": "2025-08-03 11:26:11", - "author_account_age_days": 2332 + "author_account_age_days": 2422 + }, + "https://github.com/ah-kun/ComfyUI-FailSafe-Translate-Node": { + "stars": 0, + "last_update": "2025-12-01 23:39:14", + "author_account_age_days": 666 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { - "stars": 2, + "stars": 3, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4443 + "author_account_age_days": 4534 + }, + "https://github.com/ahkimkoo/ComfyUI-GetKeyFrames": { + "stars": 0, + "last_update": "2025-11-14 11:02:04", + "author_account_age_days": 5776 + }, + "https://github.com/ahkimkoo/Comfyui-AudioSegment": { + "stars": 5, + "last_update": "2025-09-19 03:20:14", + "author_account_age_days": 5776 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1968 + "author_account_age_days": 2059 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1968 + "author_account_age_days": 2059 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { - "stars": 16, + "stars": 19, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 459 + "author_account_age_days": 550 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { - "stars": 138, - "last_update": "2025-08-26 08:58:12", - "author_account_age_days": 351 + "stars": 155, + "last_update": "2025-10-27 02:13:49", + "author_account_age_days": 442 }, "https://github.com/aiaiaikkk/comfyui-api-image-edit": { "stars": 8, "last_update": "2025-09-03 17:05:31", - "author_account_age_days": 351 + "author_account_age_days": 442 }, "https://github.com/aiaiaikkk/super-prompt-canvas": { - "stars": 133, + "stars": 150, "last_update": "2025-08-30 06:42:21", - "author_account_age_days": 351 + "author_account_age_days": 442 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 721 + "author_account_age_days": 812 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, "last_update": "2025-02-02 04:14:06", - "author_account_age_days": 232 + "author_account_age_days": 322 }, "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 117 + "author_account_age_days": 208 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, "last_update": "2025-02-21 13:31:14", - "author_account_age_days": 790 + "author_account_age_days": 880 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { - "stars": 10, - "last_update": "2025-04-09 20:26:38", - "author_account_age_days": 4350 + "stars": 14, + "last_update": "2025-11-12 02:50:17", + "author_account_age_days": 4441 }, "https://github.com/aidenli/ComfyUI_NYJY": { - "stars": 128, - "last_update": "2025-09-05 15:40:09", - "author_account_age_days": 4995 + "stars": 140, + "last_update": "2025-12-04 02:01:08", + "author_account_age_days": 5086 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 2203, + "stars": 2239, "last_update": "2025-03-06 11:41:28", - "author_account_age_days": 765 + "author_account_age_days": 856 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1403, - "last_update": "2025-09-12 06:44:25", - "author_account_age_days": 765 + "stars": 1668, + "last_update": "2025-12-14 03:35:07", + "author_account_age_days": 856 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 3118 + "author_account_age_days": 3209 }, "https://github.com/ainewsto/Comfyui-chatgpt-api": { - "stars": 53, + "stars": 54, "last_update": "2025-08-12 06:38:37", - "author_account_age_days": 1101 + "author_account_age_days": 1192 }, "https://github.com/ainewsto/Comfyui-google-veo2-api": { - "stars": 5, + "stars": 4, "last_update": "2025-05-06 06:43:48", - "author_account_age_days": 1101 + "author_account_age_days": 1192 }, "https://github.com/ainewsto/Comfyui_Comfly_v2": { - "stars": 84, - "last_update": "2025-09-12 02:12:13", - "author_account_age_days": 1101 + "stars": 115, + "last_update": "2025-12-10 02:38:38", + "author_account_age_days": 1192 }, "https://github.com/ainewsto/comfyui-labs-google": { - "stars": 83, + "stars": 87, "last_update": "2025-06-18 02:12:39", - "author_account_age_days": 1101 + "author_account_age_days": 1192 + }, + "https://github.com/aining2022/ComfyUI_Swwan": { + "stars": 2, + "last_update": "2025-11-30 13:39:46", + "author_account_age_days": 570 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 436 + "author_account_age_days": 527 }, "https://github.com/aistudynow/Comfyui-HunyuanFoley": { - "stars": 41, + "stars": 56, "last_update": "2025-09-13 10:17:31", - "author_account_age_days": 16 + "author_account_age_days": 107 }, "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, "last_update": "2025-02-28 22:07:11", - "author_account_age_days": 2230 + "author_account_age_days": 2320 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { - "stars": 29, - "last_update": "2025-04-05 00:47:00", - "author_account_age_days": 482 + "stars": 31, + "last_update": "2025-11-30 20:57:15", + "author_account_age_days": 573 }, "https://github.com/akatz-ai/ComfyUI-Basic-Math": { - "stars": 5, - "last_update": "2025-07-05 18:51:55", - "author_account_age_days": 482 + "stars": 10, + "last_update": "2025-09-30 03:58:34", + "author_account_age_days": 573 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { - "stars": 233, + "stars": 247, "last_update": "2025-05-05 04:23:55", - "author_account_age_days": 482 + "author_account_age_days": 573 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 314, - "last_update": "2025-07-09 22:44:36", - "author_account_age_days": 482 + "stars": 334, + "last_update": "2025-11-30 04:47:00", + "author_account_age_days": 573 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 86, "last_update": "2025-04-20 05:29:13", - "author_account_age_days": 482 + "author_account_age_days": 573 + }, + "https://github.com/akaugun/comfyui-lora-hook-trigger": { + "stars": 0, + "last_update": "2025-12-12 05:29:44", + "author_account_age_days": 3 + }, + "https://github.com/akawana/ComfyUI-Folded-Prompts": { + "stars": 1, + "last_update": "2025-12-14 14:19:41", + "author_account_age_days": 1013 + }, + "https://github.com/akawana/ComfyUI-Keybinding-extra": { + "stars": 1, + "last_update": "2025-12-14 14:19:41", + "author_account_age_days": 1013 + }, + "https://github.com/akawana/ComfyUI-RGBYP-Mask-Editor": { + "stars": 1, + "last_update": "2025-12-14 10:05:05", + "author_account_age_days": 1013 + }, + "https://github.com/akawana/ComfyUI-Utils-extra": { + "stars": 0, + "last_update": "2025-12-14 13:23:24", + "author_account_age_days": 1013 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 0, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2781 + "author_account_age_days": 2872 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2781 + "author_account_age_days": 2872 }, "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": 1377 + "author_account_age_days": 1467 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 6, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1377 + "author_account_age_days": 1467 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { - "stars": 124, - "last_update": "2025-09-05 15:47:59", - "author_account_age_days": 1377 + "stars": 143, + "last_update": "2025-12-07 02:42:55", + "author_account_age_days": 1467 }, "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt": { "stars": 0, - "last_update": "2025-09-11 11:14:15", - "author_account_age_days": 3074 + "last_update": "2025-11-05 16:43:30", + "author_account_age_days": 3164 + }, + "https://github.com/alFrame/ComfyUI-AF-Enhanced-HTML-Note": { + "stars": 1, + "last_update": "2025-11-10 14:12:45", + "author_account_age_days": 3164 + }, + "https://github.com/alFrame/ComfyUI-AF-Find-Nodes": { + "stars": 2, + "last_update": "2025-11-26 16:18:48", + "author_account_age_days": 3164 + }, + "https://github.com/alFrame/ComfyUI-AF-Pack-Prompt-Nodes": { + "stars": 2, + "last_update": "2025-11-12 17:23:45", + "author_account_age_days": 3164 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3937 + "author_account_age_days": 4028 + }, + "https://github.com/alankent/ComfyUI-OA-360-Clip": { + "stars": 0, + "last_update": "2025-11-16 05:39:08", + "author_account_age_days": 4442 }, "https://github.com/alastor-666-1933/caching_to_not_waste": { - "stars": 6, + "stars": 8, "last_update": "2025-07-18 14:34:09", - "author_account_age_days": 4497 + "author_account_age_days": 4587 }, "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, - "last_update": "2025-08-27 07:50:08", - "author_account_age_days": 2272 + "last_update": "2025-09-27 03:57:59", + "author_account_age_days": 2363 }, "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 3025 + "author_account_age_days": 3116 }, "https://github.com/alessandroperilli/OCS_Nodes": { - "stars": 1, - "last_update": "2025-09-01 15:29:19", - "author_account_age_days": 3956 + "stars": 3, + "last_update": "2025-11-18 13:01:14", + "author_account_age_days": 4046 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1644 + "author_account_age_days": 1735 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 56, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1644 + "author_account_age_days": 1735 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { - "stars": 27, + "stars": 32, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1644 + "author_account_age_days": 1735 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { "stars": 2, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1644 + "author_account_age_days": 1735 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { "stars": 2, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1644 + "author_account_age_days": 1735 }, "https://github.com/alexcong/ComfyUI_QwenVL": { - "stars": 85, - "last_update": "2025-06-07 21:58:57", - "author_account_age_days": 4034 + "stars": 113, + "last_update": "2025-11-29 20:16:15", + "author_account_age_days": 4124 }, "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { "stars": 1, "last_update": "2025-06-16 17:27:27", - "author_account_age_days": 5462 + "author_account_age_days": 5552 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 15, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5462 + "author_account_age_days": 5552 }, "https://github.com/alexisrolland/ComfyUI-Blender": { - "stars": 50, - "last_update": "2025-09-14 12:00:59", - "author_account_age_days": 3733 + "stars": 103, + "last_update": "2025-12-07 09:48:02", + "author_account_age_days": 3824 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, - "last_update": "2025-06-02 16:03:13", - "author_account_age_days": 3733 + "last_update": "2025-09-22 14:35:07", + "author_account_age_days": 3824 + }, + "https://github.com/alexjx/ComfyUI-Sa2VA-XJ": { + "stars": 10, + "last_update": "2025-11-25 06:34:18", + "author_account_age_days": 4878 + }, + "https://github.com/alexjx/ComfyUI-XJNodes": { + "stars": 0, + "last_update": "2025-12-09 08:57:19", + "author_account_age_days": 4878 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { - "stars": 123, - "last_update": "2025-08-27 16:36:09", - "author_account_age_days": 3127 + "stars": 136, + "last_update": "2025-10-19 13:03:33", + "author_account_age_days": 3217 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3127 + "author_account_age_days": 3217 }, "https://github.com/ali-vilab/ACE_plus": { - "stars": 1293, + "stars": 1336, "last_update": "2025-04-21 06:36:02", - "author_account_age_days": 936 + "author_account_age_days": 1026 }, "https://github.com/ali1234/comfyui-job-iterator": { - "stars": 117, + "stars": 122, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5307 + "author_account_age_days": 5398 + }, + "https://github.com/alibof96/ComfyUI-DownscaleIRN": { + "stars": 0, + "last_update": "2025-10-30 22:04:34", + "author_account_age_days": 486 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { - "stars": 85, + "stars": 97, "last_update": "2025-06-09 05:43:18", - "author_account_age_days": 1048 + "author_account_age_days": 1138 + }, + "https://github.com/alludus/ComfyUI-multiGPU-upscaler": { + "stars": 0, + "last_update": "2025-11-14 18:32:26", + "author_account_age_days": 3872 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1720 + "author_account_age_days": 1811 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { - "stars": 106, + "stars": 108, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1720 + "author_account_age_days": 1811 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2441 + "author_account_age_days": 2532 }, "https://github.com/alt-key-project/comfyui-dream-project": { - "stars": 105, + "stars": 108, "last_update": "2025-02-16 14:45:43", - "author_account_age_days": 1107 + "author_account_age_days": 1198 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { - "stars": 78, + "stars": 83, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1107 + "author_account_age_days": 1198 + }, + "https://github.com/ameyukisora/ComfyUI-Empty-Latent-Advanced": { + "stars": 0, + "last_update": "2025-12-12 15:43:06", + "author_account_age_days": 2057 + }, + "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": { + "stars": 29, + "last_update": "2025-12-10 20:57:09", + "author_account_age_days": 982 + }, + "https://github.com/amir84ferdos/ComfyUI-GRAG-ArchAi3D": { + "stars": 14, + "last_update": "2025-11-06 22:21:00", + "author_account_age_days": 982 + }, + "https://github.com/amtarr/ComfyUI-TextureAlchemy": { + "stars": 0, + "last_update": "2025-12-11 21:58:49", + "author_account_age_days": 1191 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 636 + "author_account_age_days": 726 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3400 + "author_account_age_days": 3491 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6240 + "author_account_age_days": 6330 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2276 + "author_account_age_days": 2366 }, "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3169 + "author_account_age_days": 3259 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3169 + "author_account_age_days": 3259 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2197 + "author_account_age_days": 2288 + }, + "https://github.com/anhrefnyoiyoi/Placeholder-Replacer-By-ID": { + "stars": 0, + "last_update": "2025-11-12 23:04:25", + "author_account_age_days": 2253 + }, + "https://github.com/anilstream/ComfyUI-Ideogram-Character": { + "stars": 0, + "last_update": "2025-12-08 10:55:29", + "author_account_age_days": 545 }, "https://github.com/annewj023/Comfyui_google_nano": { - "stars": 10, + "stars": 11, "last_update": "2025-09-03 21:17:57", - "author_account_age_days": 444 + "author_account_age_days": 535 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { - "stars": 24, + "stars": 25, "last_update": "2025-04-02 21:40:49", - "author_account_age_days": 3310 + "author_account_age_days": 3400 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-15 03:21:01", - "author_account_age_days": 2188 + "author_account_age_days": 2278 + }, + "https://github.com/apenguin24/ComfyUI-WanKeyframing": { + "stars": 0, + "last_update": "2025-10-24 17:43:26", + "author_account_age_days": 55 }, "https://github.com/arcum42/ComfyUI_SageUtils": { - "stars": 15, - "last_update": "2025-09-13 06:08:40", - "author_account_age_days": 6195 + "stars": 21, + "last_update": "2025-12-04 07:11:39", + "author_account_age_days": 6286 + }, + "https://github.com/ardadmrknn/comfyui-history-clip-text-encode-node": { + "stars": 2, + "last_update": "2025-11-29 07:41:11", + "author_account_age_days": 461 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { - "stars": 84, - "last_update": "2025-08-08 20:12:51", - "author_account_age_days": 2792 + "stars": 99, + "last_update": "2025-10-19 07:50:46", + "author_account_age_days": 2883 + }, + "https://github.com/arthurtravers/ComfyUI-VideoOutputBridge": { + "stars": 0, + "last_update": "2025-11-21 04:35:57", + "author_account_age_days": 2979 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 4, - "last_update": "2025-08-09 22:48:38", - "author_account_age_days": 3981 + "last_update": "2025-09-25 05:37:51", + "author_account_age_days": 4072 }, "https://github.com/asaddi/YALLM-LlamaVision": { - "stars": 5, + "stars": 6, "last_update": "2025-03-27 14:42:04", - "author_account_age_days": 3981 + "author_account_age_days": 4072 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { - "stars": 61, + "stars": 63, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 888 + "author_account_age_days": 979 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 888 + "author_account_age_days": 979 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 888 + "author_account_age_days": 979 }, "https://github.com/asagi4/comfyui-prompt-control": { - "stars": 322, - "last_update": "2025-08-27 17:28:25", - "author_account_age_days": 888 + "stars": 354, + "last_update": "2025-12-05 19:25:45", + "author_account_age_days": 979 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 888 + "author_account_age_days": 979 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, "last_update": "2025-02-09 02:50:51", - "author_account_age_days": 461 + "author_account_age_days": 552 }, - "https://github.com/asutermo/ComfyUI-Flux-TryOff": { - "stars": 46, - "last_update": "2025-03-10 21:05:14", - "author_account_age_days": 5359 + "https://github.com/ashtar1984/ComfyUI-SwitchPathLazy": { + "stars": 0, + "last_update": "2025-12-13 15:55:26", + "author_account_age_days": 56 + }, + "https://github.com/ashtar1984/comfyui-find-perfect-resolution": { + "stars": 5, + "last_update": "2025-12-05 14:45:19", + "author_account_age_days": 56 + }, + "https://github.com/asutermo/ComfyUI-Flux-TryOff": { + "stars": 48, + "last_update": "2025-03-10 21:05:14", + "author_account_age_days": 5449 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { - "stars": 170, + "stars": 175, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3174 + "author_account_age_days": 3265 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, "last_update": "2025-03-14 01:25:41", - "author_account_age_days": 3474 + "author_account_age_days": 3565 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { - "stars": 148, + "stars": 160, "last_update": "2025-09-13 07:08:57", - "author_account_age_days": 2796 + "author_account_age_days": 2886 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { - "stars": 136, + "stars": 140, "last_update": "2025-03-02 16:37:39", - "author_account_age_days": 4071 + "author_account_age_days": 4162 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { - "stars": 34, + "stars": 39, "last_update": "2025-09-02 02:49:43", - "author_account_age_days": 4568 + "author_account_age_days": 4659 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { - "stars": 113, + "stars": 125, "last_update": "2025-09-02 01:48:10", - "author_account_age_days": 4568 + "author_account_age_days": 4659 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, "last_update": "2025-02-13 14:29:22", - "author_account_age_days": 4545 + "author_account_age_days": 4636 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 264, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1301 + "author_account_age_days": 1392 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { - "stars": 14, + "stars": 15, "last_update": "2025-06-13 05:53:11", - "author_account_age_days": 151 + "author_account_age_days": 242 }, "https://github.com/avenstack/ComfyUI-AV-LatentSync": { "stars": 3, "last_update": "2025-05-28 14:27:42", - "author_account_age_days": 151 + "author_account_age_days": 242 }, "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { "stars": 0, "last_update": "2025-05-25 13:35:03", - "author_account_age_days": 151 + "author_account_age_days": 242 }, "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, "last_update": "2025-06-02 20:35:37", - "author_account_age_days": 520 + "author_account_age_days": 611 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { - "stars": 28, + "stars": 29, "last_update": "2025-03-07 08:09:46", - "author_account_age_days": 4006 + "author_account_age_days": 4096 }, "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 865 + "author_account_age_days": 956 + }, + "https://github.com/azazeal04/ComfyUI-HybridSamplers": { + "stars": 7, + "last_update": "2025-11-09 17:17:00", + "author_account_age_days": 956 + }, + "https://github.com/azazeal04/comfyui-switch-samplers": { + "stars": 3, + "last_update": "2025-10-07 17:17:03", + "author_account_age_days": 956 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { - "stars": 4, + "stars": 5, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 748 + "author_account_age_days": 839 }, "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { - "stars": 7, + "stars": 8, "last_update": "2025-05-11 05:18:07", - "author_account_age_days": 748 + "author_account_age_days": 839 }, "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { - "stars": 4, + "stars": 5, "last_update": "2025-06-23 16:12:19", - "author_account_age_days": 125 + "author_account_age_days": 215 }, "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { - "stars": 0, + "stars": 1, "last_update": "2025-04-23 04:14:55", - "author_account_age_days": 2192 + "author_account_age_days": 2283 }, "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, "last_update": "2025-06-06 09:47:19", - "author_account_age_days": 853 + "author_account_age_days": 943 }, "https://github.com/babydjac/comfyui-smart-scaler": { - "stars": 0, + "stars": 1, "last_update": "2025-05-16 07:28:19", - "author_account_age_days": 853 + "author_account_age_days": 943 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { - "stars": 44, + "stars": 51, "last_update": "2025-06-20 15:50:56", - "author_account_age_days": 2218 + "author_account_age_days": 2308 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { - "stars": 89, + "stars": 93, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5810 + "author_account_age_days": 5900 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, "last_update": "2025-04-10 03:47:51", - "author_account_age_days": 719 + "author_account_age_days": 810 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { - "stars": 12, + "stars": 14, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1278 + "author_account_age_days": 1369 + }, + "https://github.com/balu112121/comfyui-LoadImageFromURL": { + "stars": 1, + "last_update": "2025-10-23 05:44:35", + "author_account_age_days": 351 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 15, "last_update": "2025-08-29 18:40:07", - "author_account_age_days": 2981 + "author_account_age_days": 3072 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2981 + "author_account_age_days": 3072 }, "https://github.com/banodoco/steerable-motion": { - "stars": 928, - "last_update": "2025-06-27 15:56:48", - "author_account_age_days": 849 + "stars": 959, + "last_update": "2025-10-03 19:34:07", + "author_account_age_days": 940 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2746 + "author_account_age_days": 2837 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 6, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4574 + "author_account_age_days": 4665 }, "https://github.com/bash-j/mikey_nodes": { - "stars": 160, - "last_update": "2025-03-22 01:52:20", - "author_account_age_days": 4634 + "stars": 174, + "last_update": "2025-10-03 08:03:29", + "author_account_age_days": 4725 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { - "stars": 115, - "last_update": "2025-08-27 05:05:55", - "author_account_age_days": 72 + "stars": 128, + "last_update": "2025-10-31 14:19:35", + "author_account_age_days": 163 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, "last_update": "2025-02-16 03:01:20", - "author_account_age_days": 901 + "author_account_age_days": 992 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3412 + "author_account_age_days": 3503 + }, + "https://github.com/bedovyy/ComfyUI-LLM-Helper": { + "stars": 0, + "last_update": "2025-12-12 16:16:46", + "author_account_age_days": 901 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { - "stars": 75, - "last_update": "2025-05-30 14:03:50", - "author_account_age_days": 810 + "stars": 85, + "last_update": "2025-10-11 21:48:05", + "author_account_age_days": 900 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, "last_update": "2025-03-28 12:13:20", - "author_account_age_days": 3407 + "author_account_age_days": 3498 }, "https://github.com/benda1989/CosyVoice2_ComfyUI": { - "stars": 24, + "stars": 25, "last_update": "2025-04-16 08:39:57", - "author_account_age_days": 2560 + "author_account_age_days": 2651 }, "https://github.com/benda1989/Sonic_ComfyUI": { "stars": 3, "last_update": "2025-02-24 10:04:56", - "author_account_age_days": 2560 + "author_account_age_days": 2651 }, "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { - "stars": 0, + "stars": 1, "last_update": "2025-06-12 22:37:05", - "author_account_age_days": 2214 + "author_account_age_days": 2304 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 560 + "author_account_age_days": 651 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { - "stars": 65, + "stars": 64, "last_update": "2025-03-18 20:13:52", - "author_account_age_days": 560 + "author_account_age_days": 651 }, "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, "last_update": "2025-08-02 06:16:57", - "author_account_age_days": 4915 + "author_account_age_days": 5006 }, "https://github.com/benstaniford/comfy-image-switch": { "stars": 0, "last_update": "2025-08-03 06:08:05", - "author_account_age_days": 4915 + "author_account_age_days": 5006 }, "https://github.com/benstaniford/comfy-load-last-image": { "stars": 0, "last_update": "2025-07-08 07:19:46", - "author_account_age_days": 4915 + "author_account_age_days": 5006 }, "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { - "stars": 31, + "stars": 33, "last_update": "2025-07-14 19:10:28", - "author_account_age_days": 4915 + "author_account_age_days": 5006 }, "https://github.com/benstaniford/comfy-prompt-db": { - "stars": 3, + "stars": 6, "last_update": "2025-07-29 07:27:44", - "author_account_age_days": 4915 + "author_account_age_days": 5006 }, "https://github.com/bentoml/comfy-pack": { - "stars": 179, - "last_update": "2025-08-29 01:35:47", - "author_account_age_days": 2357 + "stars": 196, + "last_update": "2025-11-10 02:12:51", + "author_account_age_days": 2448 }, - "https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight": { + "https://github.com/beyondprompting/ComfyUI-Beyond_nodes": { "stars": 0, + "last_update": "2025-12-03 16:56:40", + "author_account_age_days": 800 + }, + "https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3": { + "stars": 26, + "last_update": "2025-10-15 01:11:05", + "author_account_age_days": 4688 + }, + "https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight": { + "stars": 2, "last_update": "2025-08-21 16:54:53", - "author_account_age_days": 3125 + "author_account_age_days": 3216 }, "https://github.com/big-mon/ComfyUI-ResolutionPresets": { - "stars": 1, + "stars": 2, "last_update": "2025-04-12 17:05:21", - "author_account_age_days": 3123 + "author_account_age_days": 3214 }, "https://github.com/bikiam/ComfyUI_WhisperSRT": { - "stars": 1, + "stars": 2, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 597 + "author_account_age_days": 688 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3955 + "author_account_age_days": 4045 }, "https://github.com/billwuhao/ComfyUI_ACE-Step": { - "stars": 173, + "stars": 203, "last_update": "2025-05-28 08:39:13", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_AudioTools": { - "stars": 60, + "stars": 79, "last_update": "2025-07-07 05:08:44", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_CSM": { "stars": 5, "last_update": "2025-06-02 14:00:17", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { - "stars": 129, + "stars": 141, "last_update": "2025-05-30 12:12:57", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { "stars": 14, "last_update": "2025-05-23 09:41:43", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { - "stars": 271, - "last_update": "2025-09-09 07:04:32", - "author_account_age_days": 2383 + "stars": 446, + "last_update": "2025-11-07 09:48:46", + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { - "stars": 26, + "stars": 29, "last_update": "2025-06-02 14:03:36", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_MegaTTS3": { - "stars": 193, + "stars": 204, "last_update": "2025-06-11 01:01:40", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_NotaGen": { - "stars": 50, + "stars": 53, "last_update": "2025-06-06 02:58:28", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { - "stars": 22, + "stars": 24, "last_update": "2025-07-07 10:55:15", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_OuteTTS": { "stars": 10, "last_update": "2025-06-11 06:14:07", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_PortraitTools": { "stars": 19, "last_update": "2025-06-15 13:31:45", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_SOME": { - "stars": 6, + "stars": 7, "last_update": "2025-06-10 08:08:17", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_SparkTTS": { - "stars": 47, + "stars": 49, "last_update": "2025-05-23 09:45:08", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { - "stars": 144, + "stars": 155, "last_update": "2025-05-23 09:45:26", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_gemmax": { - "stars": 26, + "stars": 27, "last_update": "2025-05-30 12:17:42", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { "stars": 3, "last_update": "2025-06-15 13:24:58", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/billwuhao/Comfyui_HeyGem": { - "stars": 132, + "stars": 165, "last_update": "2025-06-02 14:14:35", - "author_account_age_days": 2383 + "author_account_age_days": 2474 }, "https://github.com/birdneststream/ComfyUI-Mircify": { "stars": 0, "last_update": "2025-08-31 02:51:11", - "author_account_age_days": 1814 + "author_account_age_days": 1904 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 504 + "author_account_age_days": 595 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { - "stars": 86, + "stars": 89, "last_update": "2025-02-07 22:13:26", - "author_account_age_days": 544 + "author_account_age_days": 634 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { - "stars": 6, + "stars": 9, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3321 + "author_account_age_days": 3411 }, "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 601 + "author_account_age_days": 692 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 120, - "last_update": "2025-09-13 04:19:10", - "author_account_age_days": 601 + "stars": 131, + "last_update": "2025-09-17 19:18:14", + "author_account_age_days": 692 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 47, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 601 + "author_account_age_days": 692 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 601 + "author_account_age_days": 692 }, "https://github.com/blepping/comfyui_jankhidiffusion": { - "stars": 123, + "stars": 125, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 601 + "author_account_age_days": 692 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 28, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 601 + "author_account_age_days": 692 }, "https://github.com/blib-la/blibla-comfyui-extensions": { - "stars": 173, + "stars": 175, "last_update": "2025-04-29 06:49:03", - "author_account_age_days": 721 + "author_account_age_days": 811 }, "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2784 + "author_account_age_days": 2875 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { - "stars": 10, + "stars": 11, "last_update": "2025-09-09 15:26:36", - "author_account_age_days": 515 + "author_account_age_days": 606 }, "https://github.com/blob8/ComfyUI_video-image-motion-transfer": { - "stars": 0, + "stars": 1, "last_update": "2025-09-14 15:59:02", - "author_account_age_days": 515 + "author_account_age_days": 606 }, "https://github.com/blovett80/ComfyUI-PixelDojo": { "stars": 0, "last_update": "2025-03-27 10:30:18", - "author_account_age_days": 650 + "author_account_age_days": 740 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 760 + "author_account_age_days": 850 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 5014 + "author_account_age_days": 5105 }, "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI": { - "stars": 2, + "stars": 3, "last_update": "2025-09-11 05:06:12", - "author_account_age_days": 2508 + "author_account_age_days": 2599 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 47, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3984 + "author_account_age_days": 4074 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { - "stars": 9, + "stars": 11, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3984 + "author_account_age_days": 4074 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { - "stars": 4, - "last_update": "2025-03-17 14:49:40", - "author_account_age_days": 3984 + "stars": 5, + "last_update": "2025-11-18 23:47:59", + "author_account_age_days": 4074 + }, + "https://github.com/bmad4ever/comfyui_panels": { + "stars": 3, + "last_update": "2025-11-04 12:52:32", + "author_account_age_days": 4074 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2025-03-17 14:50:15", - "author_account_age_days": 3984 + "author_account_age_days": 4074 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2025-03-17 14:51:47", - "author_account_age_days": 3984 + "author_account_age_days": 4074 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 5192 + "author_account_age_days": 5282 + }, + "https://github.com/bobosola/ComfyUI-reboot": { + "stars": 1, + "last_update": "2025-10-12 15:56:09", + "author_account_age_days": 3953 }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, - "last_update": "2025-09-14 09:15:58", - "author_account_age_days": 3861 + "last_update": "2025-12-06 08:36:54", + "author_account_age_days": 3952 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, "last_update": "2025-05-13 04:00:11", - "author_account_age_days": 355 + "author_account_age_days": 446 }, "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { "stars": 0, "last_update": "2025-03-03 06:49:40", - "author_account_age_days": 355 + "author_account_age_days": 446 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 2, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 355 + "author_account_age_days": 446 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 1, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 355 + "author_account_age_days": 446 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 355 + "author_account_age_days": 446 + }, + "https://github.com/bombdefuser-124/Newbie-Teacache-ComfyUI": { + "stars": 0, + "last_update": "2025-12-13 21:28:29", + "author_account_age_days": 1341 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 5006 + "author_account_age_days": 5097 + }, + "https://github.com/bomborant/ComfyUI-ShakaNodes": { + "stars": 0, + "last_update": "2025-12-06 03:30:50", + "author_account_age_days": 2058 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 4050 + "author_account_age_days": 4141 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 0, "last_update": "2025-03-28 00:54:54", - "author_account_age_days": 4545 + "author_account_age_days": 4636 }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, "last_update": "2025-08-17 21:49:36", - "author_account_age_days": 2016 + "author_account_age_days": 2107 }, "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { - "stars": 2, + "stars": 4, "last_update": "2025-08-10 07:43:57", - "author_account_age_days": 2016 + "author_account_age_days": 2107 + }, + "https://github.com/bowtiedbluefin/ComfyUI-AI-CustomURL": { + "stars": 0, + "last_update": "2025-11-10 02:13:14", + "author_account_age_days": 1471 + }, + "https://github.com/bpmpnaito/comfyui-imageviewer": { + "stars": 0, + "last_update": "2025-11-28 15:15:50", + "author_account_age_days": 5943 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, - "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4103 + "last_update": "2025-12-07 10:46:58", + "author_account_age_days": 4194 + }, + "https://github.com/bradsec/ComfyUI_ResolutionSelectorPlus": { + "stars": 14, + "last_update": "2025-12-07 10:46:58", + "author_account_age_days": 4194 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { - "stars": 21, - "last_update": "2025-06-09 06:17:09", - "author_account_age_days": 4103 + "stars": 24, + "last_update": "2025-12-12 22:53:20", + "author_account_age_days": 4194 + }, + "https://github.com/brahianrosswill/ComfyUi-RandomNoiseCustom": { + "stars": 0, + "last_update": "2025-12-07 20:21:12", + "author_account_age_days": 996 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 878 + "author_account_age_days": 969 }, "https://github.com/brantje/ComfyUI-api-tools": { - "stars": 5, + "stars": 8, "last_update": "2025-05-28 11:37:29", - "author_account_age_days": 4692 + "author_account_age_days": 4783 }, "https://github.com/brantje/ComfyUI_MagicQuill": { "stars": 3, "last_update": "2025-05-20 19:32:21", - "author_account_age_days": 4692 + "author_account_age_days": 4783 + }, + "https://github.com/brayevalerien/ComfyUI-GroqNodes": { + "stars": 1, + "last_update": "2025-11-08 15:46:01", + "author_account_age_days": 2132 }, "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 2041 + "author_account_age_days": 2132 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { - "stars": 28, + "stars": 29, "last_update": "2025-07-25 10:07:21", - "author_account_age_days": 2041 + "author_account_age_days": 2132 }, "https://github.com/brenzel/comfyui-prompt-beautify": { - "stars": 12, + "stars": 17, "last_update": "2025-09-10 15:43:18", - "author_account_age_days": 3434 + "author_account_age_days": 3525 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { - "stars": 306, + "stars": 308, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4687 + "author_account_age_days": 4777 }, "https://github.com/bronkula/comfyui-fitsize": { - "stars": 48, + "stars": 50, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5602 + "author_account_age_days": 5693 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 831 + "author_account_age_days": 922 + }, + "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect": { + "stars": 0, + "last_update": "2025-11-19 23:38:20", + "author_account_age_days": 922 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 45, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2813 + "author_account_age_days": 2904 + }, + "https://github.com/btitkin/ComfyUI-RandomPromptBuilder": { + "stars": 6, + "last_update": "2025-12-03 10:00:24", + "author_account_age_days": 1520 + }, + "https://github.com/buddy-bytes/ComfyUI-SmartResolutionToolkit": { + "stars": 0, + "last_update": "2025-12-08 06:33:14", + "author_account_age_days": 183 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { "stars": 3, "last_update": "2025-08-26 06:14:34", - "author_account_age_days": 5133 + "author_account_age_days": 5224 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5133 + "author_account_age_days": 5224 }, "https://github.com/bugltd/ComfyLab-Pack": { - "stars": 8, + "stars": 9, "last_update": "2025-05-13 17:35:50", - "author_account_age_days": 247 + "author_account_age_days": 337 + }, + "https://github.com/bulldog68/ComfyUI_FMJ_LLM": { + "stars": 2, + "last_update": "2025-11-26 00:12:25", + "author_account_age_days": 642 + }, + "https://github.com/bulldog68/ComfyUI_FMJ_SP": { + "stars": 1, + "last_update": "2025-11-30 15:51:16", + "author_account_age_days": 642 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { - "stars": 19, + "stars": 31, "last_update": "2025-08-30 18:11:35", - "author_account_age_days": 5092 + "author_account_age_days": 5183 }, "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { "stars": 2, "last_update": "2025-07-21 02:04:36", - "author_account_age_days": 5092 + "author_account_age_days": 5183 }, "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { "stars": 0, "last_update": "2025-09-13 23:22:31", - "author_account_age_days": 5092 + "author_account_age_days": 5183 }, "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1622 + "author_account_age_days": 1713 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1622 + "author_account_age_days": 1713 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1622 + "author_account_age_days": 1713 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1622 + "author_account_age_days": 1713 }, "https://github.com/bvhari/ComfyUI_SUNoise": { - "stars": 14, + "stars": 16, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1622 + "author_account_age_days": 1713 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { - "stars": 427, + "stars": 468, "last_update": "2025-06-25 08:47:51", - "author_account_age_days": 4535 + "author_account_age_days": 4626 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { - "stars": 266, + "stars": 280, "last_update": "2025-07-25 04:53:32", - "author_account_age_days": 4535 + "author_account_age_days": 4626 }, "https://github.com/bytedance/comfyui-lumi-batcher": { - "stars": 417, - "last_update": "2025-08-11 11:23:43", - "author_account_age_days": 4535 + "stars": 497, + "last_update": "2025-12-07 11:45:47", + "author_account_age_days": 4626 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { - "stars": 8, + "stars": 10, "last_update": "2025-04-03 03:08:15", - "author_account_age_days": 4962 + "author_account_age_days": 5053 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { - "stars": 16, + "stars": 18, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4962 + "author_account_age_days": 5053 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 2, "last_update": "2025-02-08 00:36:49", - "author_account_age_days": 329 + "author_account_age_days": 420 }, "https://github.com/calcuis/gguf": { - "stars": 120, - "last_update": "2025-09-13 18:02:44", - "author_account_age_days": 1095 + "stars": 169, + "last_update": "2025-12-01 13:08:56", + "author_account_age_days": 1185 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { - "stars": 47, + "stars": 50, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3750 + "author_account_age_days": 3840 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 1, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3750 + "author_account_age_days": 3840 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 2216 + "author_account_age_days": 2306 }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { - "stars": 176, - "last_update": "2025-09-14 13:20:10", - "author_account_age_days": 851 + "stars": 225, + "last_update": "2025-12-14 15:34:28", + "author_account_age_days": 942 + }, + "https://github.com/casc1701/ComfyUI_OverlayFrameNumber": { + "stars": 0, + "last_update": "2025-10-07 22:48:23", + "author_account_age_days": 1192 }, "https://github.com/casterpollux/MiniMax-bmo": { - "stars": 48, + "stars": 57, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 121 + "author_account_age_days": 212 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, "last_update": "2025-04-09 03:39:29", - "author_account_age_days": 978 + "author_account_age_days": 1069 }, "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, "last_update": "2025-04-30 17:03:38", - "author_account_age_days": 916 + "author_account_age_days": 1007 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 478, + "stars": 495, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1652 + "author_account_age_days": 1742 }, "https://github.com/cdb-boop/comfyui-image-round": { - "stars": 10, + "stars": 11, "last_update": "2025-05-10 13:32:13", - "author_account_age_days": 1652 + "author_account_age_days": 1742 }, "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": 3743 + "author_account_age_days": 3834 }, - "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { - "stars": 6, - "last_update": "2025-08-11 02:51:59", - "author_account_age_days": 4743 + "https://github.com/cedarconnor/ComfyUI-DreamCube": { + "stars": 0, + "last_update": "2025-11-24 05:06:34", + "author_account_age_days": 4833 }, "https://github.com/cedarconnor/comfyui-BatchNameLoop": { - "stars": 0, + "stars": 1, "last_update": "2025-07-22 04:11:06", - "author_account_age_days": 4743 + "author_account_age_days": 4833 }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, - "last_update": "2025-08-13 03:01:14", - "author_account_age_days": 4743 + "last_update": "2025-11-08 04:44:36", + "author_account_age_days": 4833 }, "https://github.com/cedarconnor/upsampler": { "stars": 2, - "last_update": "2025-07-24 04:54:00", - "author_account_age_days": 4743 + "last_update": "2025-11-05 19:39:45", + "author_account_age_days": 4833 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2025-04-01 20:35:56", - "author_account_age_days": 5459 + "author_account_age_days": 5550 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3846 + "author_account_age_days": 3937 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 4, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3846 + "author_account_age_days": 3937 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1912 + "author_account_age_days": 2003 }, "https://github.com/cerspense/ComfyUI_cspnodes": { - "stars": 34, - "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 3129 + "stars": 36, + "last_update": "2025-10-09 11:28:43", + "author_account_age_days": 3220 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { - "stars": 139, + "stars": 141, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1600 + "author_account_age_days": 1691 }, "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 45, "last_update": "2025-04-11 05:29:55", - "author_account_age_days": 1023 + "author_account_age_days": 1114 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4283 + "author_account_age_days": 4374 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4283 + "author_account_age_days": 4374 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 803 + "author_account_age_days": 894 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 803 + "author_account_age_days": 894 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1640 + "author_account_age_days": 1731 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 26, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-DragAnything": { - "stars": 70, + "stars": 71, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { - "stars": 411, + "stars": 412, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-LightGlue": { - "stars": 48, + "stars": 49, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { - "stars": 212, + "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 139, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { - "stars": 86, + "stars": 85, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 273, + "stars": 281, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 158, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 104, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 16, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 22, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { - "stars": 37, + "stars": 36, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { - "stars": 110, + "stars": 113, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 781 + "author_account_age_days": 872 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, "last_update": "2025-08-01 20:21:22", - "author_account_age_days": 3063 + "author_account_age_days": 3154 }, "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, - "last_update": "2025-08-18 21:40:21", - "author_account_age_days": 3063 + "last_update": "2025-12-03 15:13:28", + "author_account_age_days": 3154 + }, + "https://github.com/charlyad142/comfyUI_charly_replicate_api": { + "stars": 0, + "last_update": "2025-10-21 19:57:07", + "author_account_age_days": 3154 }, "https://github.com/chaserhkj/ComfyUI-Chaser-nodes": { "stars": 0, - "last_update": "2025-09-03 12:18:11", - "author_account_age_days": 4862 + "last_update": "2025-09-21 02:52:56", + "author_account_age_days": 4953 + }, + "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes": { + "stars": 1, + "last_update": "2025-12-09 08:59:21", + "author_account_age_days": 2575 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, "last_update": "2025-01-31 18:05:33", - "author_account_age_days": 331 + "author_account_age_days": 421 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { - "stars": 7, + "stars": 6, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2182 + "author_account_age_days": 2272 }, "https://github.com/chenlongming/ComfyUI_Spectral": { "stars": 1, "last_update": "2025-02-22 17:20:35", - "author_account_age_days": 3625 + "author_account_age_days": 3716 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { - "stars": 383, - "last_update": "2025-09-11 02:41:13", - "author_account_age_days": 734 + "stars": 566, + "last_update": "2025-12-01 10:28:52", + "author_account_age_days": 825 }, "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { - "stars": 2, + "stars": 3, "last_update": "2025-03-20 11:48:28", - "author_account_age_days": 734 + "author_account_age_days": 825 }, "https://github.com/chenpipi0807/Comfyui-CustomizeTextEncoder-Qwen-image": { - "stars": 24, + "stars": 35, "last_update": "2025-09-04 10:51:53", - "author_account_age_days": 734 + "author_account_age_days": 825 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { - "stars": 28, + "stars": 30, "last_update": "2025-03-21 07:29:20", - "author_account_age_days": 734 + "author_account_age_days": 825 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3862 + "author_account_age_days": 3953 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 544 + "author_account_age_days": 635 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1977 + "author_account_age_days": 2068 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 359, + "stars": 367, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 891 + "author_account_age_days": 982 }, "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { - "stars": 53, + "stars": 54, "last_update": "2025-03-06 09:27:25", - "author_account_age_days": 891 + "author_account_age_days": 982 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { - "stars": 33, + "stars": 37, "last_update": "2025-03-31 13:12:01", - "author_account_age_days": 891 + "author_account_age_days": 982 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 18, "last_update": "2025-03-12 02:00:43", - "author_account_age_days": 891 + "author_account_age_days": 982 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2568, - "last_update": "2025-09-10 16:06:29", - "author_account_age_days": 891 + "stars": 2774, + "last_update": "2025-12-11 10:41:43", + "author_account_age_days": 982 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 478, - "last_update": "2025-09-10 09:27:35", - "author_account_age_days": 891 + "stars": 560, + "last_update": "2025-12-11 13:28:51", + "author_account_age_days": 982 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { - "stars": 30, + "stars": 29, "last_update": "2025-03-31 13:11:24", - "author_account_age_days": 891 + "author_account_age_days": 982 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 146, + "stars": 147, "last_update": "2025-03-12 01:58:47", - "author_account_age_days": 891 + "author_account_age_days": 982 }, "https://github.com/chflame163/ComfyUI_WordCloud": { - "stars": 111, + "stars": 114, "last_update": "2025-03-31 13:11:39", - "author_account_age_days": 891 + "author_account_age_days": 982 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { - "stars": 78, - "last_update": "2025-03-18 11:13:16", - "author_account_age_days": 3296 + "stars": 81, + "last_update": "2025-11-03 21:11:57", + "author_account_age_days": 3387 }, "https://github.com/choey/Comfy-Topaz": { - "stars": 203, + "stars": 206, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5970 + "author_account_age_days": 6061 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, "last_update": "2025-05-18 07:55:45", - "author_account_age_days": 673 + "author_account_age_days": 764 }, "https://github.com/chou18194766xx/comfyui_EncryptPreview": { - "stars": 2, + "stars": 3, "last_update": "2025-04-26 12:29:43", - "author_account_age_days": 673 + "author_account_age_days": 764 }, "https://github.com/chri002/ComfyUI_depthMapOperation": { - "stars": 11, + "stars": 12, "last_update": "2025-05-27 06:19:56", - "author_account_age_days": 2167 + "author_account_age_days": 2258 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4420 + "author_account_age_days": 4510 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2244 + "author_account_age_days": 2335 }, "https://github.com/chrisfreilich/virtuoso-nodes": { - "stars": 90, + "stars": 92, "last_update": "2025-04-19 22:57:17", - "author_account_age_days": 1179 + "author_account_age_days": 1270 }, "https://github.com/chrisgoringe/cg-controller": { - "stars": 75, + "stars": 78, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4512 + "author_account_age_days": 4603 }, "https://github.com/chrisgoringe/cg-image-filter": { - "stars": 87, - "last_update": "2025-09-03 06:27:53", - "author_account_age_days": 4512 + "stars": 102, + "last_update": "2025-11-30 04:05:03", + "author_account_age_days": 4603 }, "https://github.com/chrisgoringe/cg-noisetools": { - "stars": 17, + "stars": 20, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4512 + "author_account_age_days": 4603 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 32, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4512 + "author_account_age_days": 4603 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 784, - "last_update": "2025-09-14 21:51:57", - "author_account_age_days": 4512 + "stars": 876, + "last_update": "2025-12-11 01:49:28", + "author_account_age_days": 4603 }, "https://github.com/chrish-slingshot/CrasHUtils": { - "stars": 13, - "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 1048 + "stars": 14, + "last_update": "2025-10-09 23:23:49", + "author_account_age_days": 1139 }, "https://github.com/chrissy0/chris-comfyui-nodes": { - "stars": 1, + "stars": 2, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2502 + "author_account_age_days": 2593 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 318, - "last_update": "2025-06-16 04:01:47", - "author_account_age_days": 1796 + "stars": 391, + "last_update": "2025-12-09 21:54:02", + "author_account_age_days": 1886 }, "https://github.com/christian-byrne/claude-code-comfyui-nodes": { - "stars": 8, + "stars": 14, "last_update": "2025-06-17 04:43:43", - "author_account_age_days": 1796 + "author_account_age_days": 1886 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 12, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1796 + "author_account_age_days": 1886 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1796 + "author_account_age_days": 1886 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { - "stars": 13, + "stars": 15, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1796 + "author_account_age_days": 1886 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { - "stars": 94, + "stars": 95, "last_update": "2025-03-14 10:38:33", - "author_account_age_days": 1796 + "author_account_age_days": 1886 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1796 + "author_account_age_days": 1886 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1796 + "author_account_age_days": 1886 }, "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 807 + "author_account_age_days": 898 }, "https://github.com/chuchu114514/comfyui_text_list_stepper": { - "stars": 2, + "stars": 4, "last_update": "2025-08-07 01:52:58", - "author_account_age_days": 807 + "author_account_age_days": 898 }, "https://github.com/chyer/Chye-ComfyUI-Toolset": { "stars": 0, - "last_update": "2025-08-31 12:00:23", - "author_account_age_days": 4479 + "last_update": "2025-11-20 09:04:13", + "author_account_age_days": 4570 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, "last_update": "2025-02-27 20:16:01", - "author_account_age_days": 4646 + "author_account_age_days": 4737 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { - "stars": 4, + "stars": 5, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4646 + "author_account_age_days": 4737 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { - "stars": 8, + "stars": 10, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4646 + "author_account_age_days": 4737 }, "https://github.com/ciri/comfyui-model-downloader": { - "stars": 85, - "last_update": "2025-03-24 14:53:09", - "author_account_age_days": 5818 + "stars": 101, + "last_update": "2025-12-10 09:16:35", + "author_account_age_days": 5908 }, "https://github.com/citronlegacy/ComfyUI-CitronNodes": { "stars": 0, "last_update": "2025-08-26 00:14:42", - "author_account_age_days": 4385 + "author_account_age_days": 4476 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2518, - "last_update": "2025-09-14 21:10:50", - "author_account_age_days": 945 + "stars": 2950, + "last_update": "2025-12-01 00:48:35", + "author_account_age_days": 1035 }, "https://github.com/city96/ComfyUI_ColorMod": { - "stars": 98, + "stars": 102, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 945 + "author_account_age_days": 1035 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 945 + "author_account_age_days": 1035 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 522, + "stars": 526, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 945 + "author_account_age_days": 1035 }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 482, + "stars": 489, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 945 + "author_account_age_days": 1035 }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 303, + "stars": 313, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 945 + "author_account_age_days": 1035 }, "https://github.com/city96/SD-Latent-Upscaler": { - "stars": 164, + "stars": 165, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 945 + "author_account_age_days": 1035 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 8, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2952 + "author_account_age_days": 3043 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 7, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2952 + "author_account_age_days": 3043 }, "https://github.com/civitai/civitai_comfy_nodes": { - "stars": 154, + "stars": 165, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 1046 + "author_account_age_days": 1136 }, "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, "last_update": "2025-07-16 05:37:48", - "author_account_age_days": 804 + "author_account_age_days": 895 + }, + "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": { + "stars": 3, + "last_update": "2025-12-09 01:34:02", + "author_account_age_days": 353 }, "https://github.com/claptrap0/ComfyUI_LLM_Hub": { "stars": 1, - "last_update": "2025-07-13 11:51:08", - "author_account_age_days": 63 + "last_update": "2025-11-03 08:37:18", + "author_account_age_days": 154 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 3148 + "author_account_age_days": 3238 }, "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, "last_update": "2025-04-02 08:29:56", - "author_account_age_days": 2550 + "author_account_age_days": 2641 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 7, - "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3276 + "last_update": "2025-09-27 11:32:52", + "author_account_age_days": 3367 }, "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { "stars": 3, "last_update": "2025-06-02 16:16:12", - "author_account_age_days": 2040 + "author_account_age_days": 2131 }, "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, "last_update": "2025-06-06 00:17:19", - "author_account_age_days": 361 + "author_account_age_days": 451 }, "https://github.com/cluny85/ComfyUI-Scripting-Tools": { - "stars": 0, + "stars": 1, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 4993 + "author_account_age_days": 5084 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, "last_update": "2025-06-22 03:20:08", - "author_account_age_days": 5931 + "author_account_age_days": 6022 + }, + "https://github.com/cmeka/ComfyUI-WanMoEScheduler": { + "stars": 5, + "last_update": "2025-11-05 01:59:12", + "author_account_age_days": 4304 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2025-05-10 23:25:19", - "author_account_age_days": 622 + "author_account_age_days": 712 }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, "last_update": "2025-09-09 09:10:08", - "author_account_age_days": 55 + "author_account_age_days": 146 + }, + "https://github.com/co5dt/ComfyUI-Persistent-Queue": { + "stars": 3, + "last_update": "2025-09-28 11:49:26", + "author_account_age_days": 3384 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3246 + "author_account_age_days": 3336 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6296 + "author_account_age_days": 6387 + }, + "https://github.com/colorAi/comfyui-ImageSelectorbyPrompt": { + "stars": 24, + "last_update": "2025-11-09 02:46:25", + "author_account_age_days": 952 }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { - "stars": 55, - "last_update": "2025-09-11 01:41:38", - "author_account_age_days": 614 + "stars": 75, + "last_update": "2025-10-01 10:55:39", + "author_account_age_days": 705 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 88379, - "last_update": "2025-09-14 08:05:42", - "author_account_age_days": 996 + "stars": 96802, + "last_update": "2025-12-14 11:37:41", + "author_account_age_days": 1087 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 656, + "stars": 677, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 996 + "author_account_age_days": 1087 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { - "stars": 192, + "stars": 195, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 996 + "author_account_age_days": 1087 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { - "stars": 8, + "stars": 14, "last_update": "2025-09-13 15:37:23", - "author_account_age_days": 266 + "author_account_age_days": 357 }, "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { - "stars": 0, - "last_update": "2025-07-29 20:43:40", - "author_account_age_days": 296 + "stars": 1, + "last_update": "2025-10-06 23:13:51", + "author_account_age_days": 387 }, "https://github.com/comnote-max/builmenlabo": { "stars": 1, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 220 + "author_account_age_days": 311 + }, + "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini": { + "stars": 1, + "last_update": "2025-12-10 18:47:34", + "author_account_age_days": 889 + }, + "https://github.com/comrender/ComfyUI-NanoSeed": { + "stars": 3, + "last_update": "2025-12-08 15:42:32", + "author_account_age_days": 889 + }, + "https://github.com/comrender/ComfyUI-Topaz-Upscaler": { + "stars": 0, + "last_update": "2025-12-06 19:53:32", + "author_account_age_days": 889 }, "https://github.com/concarne000/ComfyUI-Stacker": { - "stars": 6, + "stars": 9, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2348 + "author_account_age_days": 2439 }, "https://github.com/concarne000/ConCarneNode": { - "stars": 4, + "stars": 5, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2348 + "author_account_age_days": 2439 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { - "stars": 5, + "stars": 6, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 5056 + "author_account_age_days": 5147 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { - "stars": 89, + "stars": 91, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5110 + "author_account_age_days": 5201 }, "https://github.com/coolzilj/ComfyUI-Photopea": { - "stars": 164, + "stars": 184, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5110 + "author_account_age_days": 5201 }, "https://github.com/coreyryanhanson/ComfyQR": { - "stars": 80, + "stars": 82, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3503 + "author_account_age_days": 3594 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3503 + "author_account_age_days": 3594 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 1, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3389 + "author_account_age_days": 3480 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 513 + "author_account_age_days": 604 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, "last_update": "2025-04-07 09:53:31", - "author_account_age_days": 556 + "author_account_age_days": 646 }, "https://github.com/cozymantis/human-parser-comfyui-node": { - "stars": 113, + "stars": 122, "last_update": "2025-04-19 14:09:03", - "author_account_age_days": 556 + "author_account_age_days": 646 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { - "stars": 86, + "stars": 89, "last_update": "2025-04-07 09:53:17", - "author_account_age_days": 556 + "author_account_age_days": 646 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1572 + "author_account_age_days": 1663 }, "https://github.com/craig-tanaka/comfyui_animeseg": { - "stars": 1, + "stars": 2, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3057 + "author_account_age_days": 3148 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, "last_update": "2025-02-23 15:48:48", - "author_account_age_days": 214 + "author_account_age_days": 305 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1429, - "last_update": "2025-08-17 11:39:44", - "author_account_age_days": 4564 + "stars": 1624, + "last_update": "2025-10-26 19:10:29", + "author_account_age_days": 4655 }, "https://github.com/crystian/ComfyUI-Crystools-save": { - "stars": 48, + "stars": 52, "last_update": "2025-08-17 12:29:48", - "author_account_age_days": 4564 + "author_account_age_days": 4655 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { - "stars": 1, + "stars": 2, "last_update": "2025-07-23 11:04:17", - "author_account_age_days": 914 + "author_account_age_days": 1005 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { - "stars": 83, + "stars": 85, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5458 + "author_account_age_days": 5549 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 488, + "stars": 508, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5458 + "author_account_age_days": 5549 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5457, + "stars": 5654, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5458 + "author_account_age_days": 5549 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1717, + "stars": 1765, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5458 + "author_account_age_days": 5549 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 943, + "stars": 1001, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5458 + "author_account_age_days": 5549 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 890, + "stars": 902, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5458 + "author_account_age_days": 5549 }, "https://github.com/cuongloveit/comfy_http_request": { - "stars": 5, + "stars": 6, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3699 + "author_account_age_days": 3790 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2377 + "author_account_age_days": 2468 + }, + "https://github.com/cyan9977/ComfyUI_PromptQueue": { + "stars": 0, + "last_update": "2025-12-10 01:45:27", + "author_account_age_days": 465 }, "https://github.com/cyberhirsch/seb_nodes": { + "stars": 3, + "last_update": "2025-11-25 14:50:54", + "author_account_age_days": 2405 + }, + "https://github.com/cybernaut4/comfyui_arkl1te_toolkit": { "stars": 1, - "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2314 + "last_update": "2025-10-21 13:13:22", + "author_account_age_days": 1979 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4681 + "author_account_age_days": 4772 }, "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": 837 + "author_account_age_days": 927 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 4, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 837 + "author_account_age_days": 927 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { - "stars": 5, + "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 837 + "author_account_age_days": 927 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 5, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 837 + "author_account_age_days": 927 }, "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { "stars": 3, "last_update": "2025-04-05 03:00:34", - "author_account_age_days": 837 + "author_account_age_days": 927 }, "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { "stars": 4, "last_update": "2025-04-08 15:28:06", - "author_account_age_days": 837 + "author_account_age_days": 927 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { - "stars": 39, - "last_update": "2025-09-14 04:54:45", - "author_account_age_days": 837 + "stars": 46, + "last_update": "2025-12-09 02:42:57", + "author_account_age_days": 927 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { - "stars": 3, - "last_update": "2025-09-12 11:11:30", - "author_account_age_days": 2037 + "stars": 6, + "last_update": "2025-11-12 21:16:28", + "author_account_age_days": 2128 }, "https://github.com/daehwa00/ComfyUI-NanoBananaAPI": { "stars": 2, "last_update": "2025-09-03 08:41:00", - "author_account_age_days": 2002 + "author_account_age_days": 2093 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 15, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 1123 + "author_account_age_days": 1214 }, "https://github.com/dagthomas/comfyui_dagthomas": { - "stars": 264, - "last_update": "2025-09-07 20:01:51", - "author_account_age_days": 4519 + "stars": 273, + "last_update": "2025-12-13 21:44:35", + "author_account_age_days": 4610 }, "https://github.com/danTheMonk/comfyui-int-and-float": { - "stars": 0, + "stars": 3, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3834 + "author_account_age_days": 3924 }, - "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { + "https://github.com/dandancow874/ComfyUI-LMStudio-Controller": { "stars": 0, + "last_update": "2025-12-09 15:17:10", + "author_account_age_days": 2214 + }, + "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { + "stars": 1, "last_update": "2025-04-15 10:31:38", - "author_account_age_days": 838 + "author_account_age_days": 928 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 328, + "stars": 350, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2852 + "author_account_age_days": 2942 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { - "stars": 61, + "stars": 63, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3799 + "author_account_age_days": 3890 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { - "stars": 31, + "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3799 + "author_account_age_days": 3890 + }, + "https://github.com/darkamenosa/comfy_inpaint_blend": { + "stars": 2, + "last_update": "2025-09-15 16:26:29", + "author_account_age_days": 4322 }, "https://github.com/darkamenosa/comfy_nanobanana": { - "stars": 29, + "stars": 37, "last_update": "2025-09-09 00:56:14", - "author_account_age_days": 4231 + "author_account_age_days": 4322 }, "https://github.com/darkpixel/darkprompts": { - "stars": 9, + "stars": 10, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5771 + "author_account_age_days": 5862 + }, + "https://github.com/darrell-goh/ComfyUI-NanoBanana_node": { + "stars": 0, + "last_update": "2025-12-05 11:00:30", + "author_account_age_days": 3045 }, "https://github.com/darth-veitcher/comfydv": { "stars": 1, - "last_update": "2025-05-13 07:24:56", - "author_account_age_days": 4876 + "last_update": "2025-11-05 15:49:02", + "author_account_age_days": 4967 + }, + "https://github.com/darth-veitcher/comfyui-ollama-model-manager": { + "stars": 0, + "last_update": "2025-11-05 17:05:44", + "author_account_age_days": 4967 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 3, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4912 + "author_account_age_days": 5002 }, "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, "last_update": "2025-02-22 04:49:59", - "author_account_age_days": 5160 + "author_account_age_days": 5251 }, "https://github.com/dasilva333/ComfyUI_HunyuanVideo-Foley": { "stars": 7, "last_update": "2025-09-02 14:44:32", - "author_account_age_days": 5160 + "author_account_age_days": 5251 }, "https://github.com/dasilva333/ComfyUI_MarkdownImage": { "stars": 0, "last_update": "2025-04-12 03:11:13", - "author_account_age_days": 5160 + "author_account_age_days": 5251 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 605 + "author_account_age_days": 696 }, "https://github.com/davidgressett/comfyui-systemlevel": { - "stars": 0, + "stars": 2, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 3078 + "author_account_age_days": 3168 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 542 + "author_account_age_days": 633 }, "https://github.com/daxcay/ComfyUI-JDCN": { - "stars": 125, + "stars": 140, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 542 + "author_account_age_days": 633 }, "https://github.com/daxcay/ComfyUI-NODEJS": { - "stars": 14, + "stars": 16, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 542 + "author_account_age_days": 633 }, "https://github.com/daxcay/ComfyUI-Nexus": { - "stars": 87, + "stars": 92, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 542 + "author_account_age_days": 633 }, "https://github.com/daxcay/ComfyUI-TG": { - "stars": 22, + "stars": 23, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 542 + "author_account_age_days": 633 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 50, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 542 + "author_account_age_days": 633 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { - "stars": 5, + "stars": 4, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 542 + "author_account_age_days": 633 }, "https://github.com/dchatel/comfyui_davcha": { - "stars": 1, - "last_update": "2025-09-09 19:29:02", - "author_account_age_days": 4983 + "stars": 2, + "last_update": "2025-12-03 10:03:22", + "author_account_age_days": 5073 }, "https://github.com/dchatel/comfyui_facetools": { - "stars": 148, - "last_update": "2025-05-18 12:30:50", - "author_account_age_days": 4983 + "stars": 161, + "last_update": "2025-10-08 11:49:00", + "author_account_age_days": 5073 + }, + "https://github.com/dcyd-lun/ComfyUI_text_diff": { + "stars": 0, + "last_update": "2025-12-09 14:31:18", + "author_account_age_days": 6 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 3944 + "author_account_age_days": 4035 + }, + "https://github.com/deng-wei/ComfyUI-MiVolo-V2": { + "stars": 21, + "last_update": "2025-11-20 09:00:07", + "author_account_age_days": 4175 }, "https://github.com/deroberon/StableZero123-comfyui": { - "stars": 176, + "stars": 181, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5743 + "author_account_age_days": 5834 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5743 + "author_account_age_days": 5834 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { - "stars": 14, + "stars": 18, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 357 + "author_account_age_days": 447 }, "https://github.com/dfl/comfyui-clip-with-break": { - "stars": 15, + "stars": 17, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6421 + "author_account_age_days": 6512 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 84, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6421 + "author_account_age_days": 6512 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 559, + "stars": 575, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4651 + "author_account_age_days": 4742 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4651 + "author_account_age_days": 4742 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, "last_update": "2025-05-03 22:22:55", - "author_account_age_days": 1082 + "author_account_age_days": 1173 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { - "stars": 10, + "stars": 11, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4438 + "author_account_age_days": 4529 + }, + "https://github.com/diffussy69/comfyui-curved_weight_schedule": { + "stars": 2, + "last_update": "2025-11-23 04:21:13", + "author_account_age_days": 550 }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 185, + "stars": 195, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 4965 + "author_account_age_days": 5056 }, "https://github.com/dimtion/comfyui-raw-image": { - "stars": 2, + "stars": 4, "last_update": "2025-07-19 22:22:37", - "author_account_age_days": 4812 + "author_account_age_days": 4902 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 318, - "last_update": "2025-08-30 16:22:48", - "author_account_age_days": 3862 + "stars": 353, + "last_update": "2025-10-31 00:44:32", + "author_account_age_days": 3952 }, "https://github.com/dimtoneff/ComfyUI-VL-Nodes": { - "stars": 7, + "stars": 9, "last_update": "2025-08-29 01:10:55", - "author_account_age_days": 3862 + "author_account_age_days": 3952 }, "https://github.com/diodiogod/TTS-Audio-Suite": { - "stars": 153, - "last_update": "2025-09-13 11:50:12", - "author_account_age_days": 575 + "stars": 463, + "last_update": "2025-12-13 02:48:29", + "author_account_age_days": 666 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { - "stars": 80, + "stars": 82, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5218 + "author_account_age_days": 5309 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 793 + "author_account_age_days": 883 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { - "stars": 14, + "stars": 16, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1917 + "author_account_age_days": 2008 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1917 + "author_account_age_days": 2008 }, "https://github.com/discus0434/comfyui-flux-accelerator": { - "stars": 139, + "stars": 140, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1917 + "author_account_age_days": 2008 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 371, - "last_update": "2025-07-07 19:02:24", - "author_account_age_days": 4731 + "stars": 387, + "last_update": "2025-09-22 11:58:35", + "author_account_age_days": 4822 }, "https://github.com/dmMaze/sketch2manga": { - "stars": 41, + "stars": 42, "last_update": "2025-03-31 08:51:09", - "author_account_age_days": 2297 + "author_account_age_days": 2387 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 11, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4952 + "author_account_age_days": 5042 }, "https://github.com/dmarx/ComfyUI-Keyframed": { - "stars": 89, + "stars": 90, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4952 + "author_account_age_days": 5042 }, "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { "stars": 2, "last_update": "2025-05-29 06:33:54", - "author_account_age_days": 707 + "author_account_age_days": 797 }, "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { - "stars": 17, + "stars": 18, "last_update": "2025-05-10 16:42:44", - "author_account_age_days": 707 + "author_account_age_days": 797 + }, + "https://github.com/dothings/comfyui_placeholder_prompting": { + "stars": 0, + "last_update": "2025-10-03 12:06:27", + "author_account_age_days": 1615 }, "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { - "stars": 13, - "last_update": "2025-09-08 22:57:35", - "author_account_age_days": 1038 + "stars": 24, + "last_update": "2025-12-03 10:33:24", + "author_account_age_days": 1129 + }, + "https://github.com/downlifted/ComfyUI_GROQ-PromptWizard": { + "stars": 0, + "last_update": "2025-09-22 00:10:40", + "author_account_age_days": 2785 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4217 + "author_account_age_days": 4308 + }, + "https://github.com/drawthingsai/draw-things-comfyui": { + "stars": 2, + "last_update": "2025-12-10 17:32:17", + "author_account_age_days": 944 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 931 + "author_account_age_days": 1022 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { - "stars": 4, + "stars": 5, "last_update": "2025-06-23 04:17:05", - "author_account_age_days": 4225 + "author_account_age_days": 4315 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { - "stars": 30, - "last_update": "2025-09-12 22:09:46", - "author_account_age_days": 3499 + "stars": 64, + "last_update": "2025-12-12 21:08:47", + "author_account_age_days": 3589 }, "https://github.com/drphero/comfyui_prompttester": { "stars": 1, "last_update": "2025-06-19 01:06:51", - "author_account_age_days": 3659 + "author_account_age_days": 3750 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 736 + "author_account_age_days": 827 + }, + "https://github.com/dseditor/Comfy-MCP": { + "stars": 1, + "last_update": "2025-12-14 04:47:06", + "author_account_age_days": 1542 }, "https://github.com/dseditor/ComfyUI-ListHelper": { - "stars": 24, - "last_update": "2025-09-04 07:32:18", - "author_account_age_days": 1451 + "stars": 45, + "last_update": "2025-12-09 15:23:54", + "author_account_age_days": 1542 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { "stars": 7, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1451 + "author_account_age_days": 1542 }, "https://github.com/dseditor/ComfyUI-Thread": { "stars": 4, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1451 + "author_account_age_days": 1542 + }, + "https://github.com/dskjal/comfyui-yolov8-dsuksampler": { + "stars": 0, + "last_update": "2025-11-09 15:23:16", + "author_account_age_days": 3616 + }, + "https://github.com/dskjal/comfyui-yolov8-simple": { + "stars": 0, + "last_update": "2025-11-07 04:54:26", + "author_account_age_days": 3616 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 1069 + "author_account_age_days": 1160 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, "last_update": "2025-05-02 08:31:46", - "author_account_age_days": 976 + "author_account_age_days": 1067 }, "https://github.com/duldduld/ComfyUI_md5": { "stars": 1, - "last_update": "2025-09-06 16:58:52", - "author_account_age_days": 3174 + "last_update": "2025-12-12 15:38:26", + "author_account_age_days": 3265 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 1, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 1019 + "author_account_age_days": 1110 }, "https://github.com/dzqdzq/ComfyUI-crop-alpha": { - "stars": 2, + "stars": 4, "last_update": "2025-02-17 14:46:11", - "author_account_age_days": 3462 + "author_account_age_days": 3553 }, - "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI": { + "https://github.com/dzy1128/ComfyUI-Vector-Engine": { "stars": 0, - "last_update": "2025-09-15 03:23:01", - "author_account_age_days": 1617 + "last_update": "2025-12-08 08:40:26", + "author_account_age_days": 1708 + }, + "https://github.com/dzy1128/ComfyUI-VertexAI": { + "stars": 1, + "last_update": "2025-11-25 08:18:07", + "author_account_age_days": 1708 + }, + "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI": { + "stars": 5, + "last_update": "2025-12-09 06:07:52", + "author_account_age_days": 1708 }, "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, "last_update": "2025-06-06 21:59:50", - "author_account_age_days": 129 + "author_account_age_days": 219 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5251 + "author_account_age_days": 5341 + }, + "https://github.com/eRepublik-Labs/comfyui-nodes-erpk": { + "stars": 0, + "last_update": "2025-12-10 11:55:28", + "author_account_age_days": 1844 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2910 + "author_account_age_days": 3001 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3165 + "author_account_age_days": 3256 }, "https://github.com/easygoing0114/ComfyUI-easygoing-nodes": { - "stars": 3, - "last_update": "2025-09-14 23:56:14", - "author_account_age_days": 292 + "stars": 4, + "last_update": "2025-12-02 22:25:15", + "author_account_age_days": 383 }, "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { - "stars": 3, - "last_update": "2025-07-29 05:12:10", - "author_account_age_days": 2505 + "stars": 6, + "last_update": "2025-11-18 00:58:02", + "author_account_age_days": 2595 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-EddySevenResonance": { + "stars": 10, + "last_update": "2025-11-02 17:17:30", + "author_account_age_days": 286 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-LLM-GGUF": { + "stars": 5, + "last_update": "2025-12-07 17:56:07", + "author_account_age_days": 286 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-MemoryCleaner": { + "stars": 16, + "last_update": "2025-11-10 15:36:42", + "author_account_age_days": 286 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-PreviewImageNode": { + "stars": 9, + "last_update": "2025-11-11 07:39:18", + "author_account_age_days": 286 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenFrameSelector": { + "stars": 10, + "last_update": "2025-11-11 07:40:58", + "author_account_age_days": 286 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenVideo": { + "stars": 15, + "last_update": "2025-11-10 09:59:51", + "author_account_age_days": 286 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-TorchCompileSpeed": { + "stars": 24, + "last_update": "2025-10-11 15:26:20", + "author_account_age_days": 286 + }, + "https://github.com/eddyhhlure1Eddy/ode-ComfyUI-WanVideoWrapper": { + "stars": 228, + "last_update": "2025-10-28 02:46:54", + "author_account_age_days": 286 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, "last_update": "2025-05-25 23:02:40", - "author_account_age_days": 2580 + "author_account_age_days": 2671 }, "https://github.com/edelvarden/comfyui_image_metadata_extension": { - "stars": 60, - "last_update": "2025-09-06 10:40:34", - "author_account_age_days": 2580 + "stars": 68, + "last_update": "2025-11-05 10:03:15", + "author_account_age_days": 2671 }, "https://github.com/edenartlab/eden_comfy_pipelines": { - "stars": 98, - "last_update": "2025-07-11 13:20:33", - "author_account_age_days": 720 + "stars": 106, + "last_update": "2025-10-23 12:26:53", + "author_account_age_days": 810 }, "https://github.com/edenartlab/sd-lora-trainer": { - "stars": 59, + "stars": 63, "last_update": "2025-08-04 21:16:39", - "author_account_age_days": 720 + "author_account_age_days": 810 }, "https://github.com/edoardocarmignani/extralinks": { + "stars": 7, + "last_update": "2025-12-11 16:59:36", + "author_account_age_days": 2991 + }, + "https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE": { "stars": 1, - "last_update": "2025-09-03 15:48:27", - "author_account_age_days": 2900 + "last_update": "2025-11-04 08:08:46", + "author_account_age_days": 2387 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { - "stars": 3, + "stars": 4, "last_update": "2025-04-22 08:51:32", - "author_account_age_days": 649 + "author_account_age_days": 739 }, "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": 649 + "author_account_age_days": 739 }, "https://github.com/efortin/ComfyUI-Ollama-Enhancer": { - "stars": 0, - "last_update": "2025-09-14 15:51:49", - "author_account_age_days": 4583 + "stars": 3, + "last_update": "2025-09-22 07:06:44", + "author_account_age_days": 4674 }, "https://github.com/eg0pr0xy/comfyui_noisegen": { - "stars": 0, + "stars": 1, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2521 + "author_account_age_days": 2612 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { - "stars": 0, + "stars": 1, "last_update": "2025-07-22 15:23:02", - "author_account_age_days": 3279 + "author_account_age_days": 3370 + }, + "https://github.com/elyetis/Comfyui-ColorMatchNodes": { + "stars": 1, + "last_update": "2025-11-23 11:23:09", + "author_account_age_days": 3542 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2970 + "author_account_age_days": 3061 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 207, "last_update": "2025-09-03 00:40:23", - "author_account_age_days": 403 + "author_account_age_days": 493 }, "https://github.com/eric183/ComfyUI-Only": { - "stars": 57, + "stars": 70, "last_update": "2025-08-23 07:48:17", - "author_account_age_days": 3880 + "author_account_age_days": 3971 + }, + "https://github.com/erosDiffusion/ComfyUI-EulerDiscreteScheduler": { + "stars": 174, + "last_update": "2025-12-11 11:46:09", + "author_account_age_days": 535 + }, + "https://github.com/erosDiffusion/ComfyUI-ZImageDit": { + "stars": 5, + "last_update": "2025-12-03 21:54:01", + "author_account_age_days": 535 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 527, - "last_update": "2025-09-02 11:32:28", - "author_account_age_days": 444 + "stars": 567, + "last_update": "2025-11-18 23:55:24", + "author_account_age_days": 535 }, "https://github.com/evanspearman/ComfyMath": { - "stars": 133, + "stars": 145, "last_update": "2025-03-08 18:14:34", - "author_account_age_days": 4686 + "author_account_age_days": 4776 }, "https://github.com/excelwong/ComfyUI-PromptComposer": { - "stars": 0, + "stars": 1, "last_update": "2025-04-30 10:33:43", - "author_account_age_days": 3813 + "author_account_age_days": 3904 }, "https://github.com/exdysa/comfyui-selector": { - "stars": 4, + "stars": 5, "last_update": "2025-03-14 12:21:29", - "author_account_age_days": 1443 + "author_account_age_days": 1533 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { - "stars": 5, + "stars": 6, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4365 + "author_account_age_days": 4456 }, "https://github.com/exectails/comfyui-et_infoutils": { - "stars": 2, + "stars": 3, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4365 + "author_account_age_days": 4456 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4365 + "author_account_age_days": 4456 + }, + "https://github.com/exedesign/Hunyuan-3D-v3": { + "stars": 1, + "last_update": "2025-12-11 14:11:29", + "author_account_age_days": 1872 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { - "stars": 21, - "last_update": "2025-07-28 14:40:53", - "author_account_age_days": 381 + "stars": 23, + "last_update": "2025-09-23 05:43:28", + "author_account_age_days": 472 + }, + "https://github.com/fabbarix/comfyui-promptstore": { + "stars": 2, + "last_update": "2025-12-07 19:02:28", + "author_account_age_days": 2419 }, "https://github.com/facefusion/facefusion-comfyui": { - "stars": 6, - "last_update": "2025-07-03 14:54:43", - "author_account_age_days": 759 + "stars": 14, + "last_update": "2025-11-02 20:00:17", + "author_account_age_days": 849 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { - "stars": 117, + "stars": 119, "last_update": "2025-05-13 18:35:00", - "author_account_age_days": 905 + "author_account_age_days": 996 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { "stars": 92, "last_update": "2025-04-05 05:24:59", - "author_account_age_days": 905 + "author_account_age_days": 996 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2025-04-03 13:47:20", - "author_account_age_days": 2381 + "author_account_age_days": 2472 }, "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { "stars": 33, "last_update": "2025-05-09 00:12:06", - "author_account_age_days": 2381 + "author_account_age_days": 2472 }, "https://github.com/fairy-root/ComfyUI-Show-Text": { - "stars": 15, + "stars": 21, "last_update": "2025-04-08 14:21:57", - "author_account_age_days": 2381 + "author_account_age_days": 2472 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 224, - "last_update": "2025-04-22 02:20:47", - "author_account_age_days": 2381 + "stars": 236, + "last_update": "2025-11-22 01:14:46", + "author_account_age_days": 2472 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 17, "last_update": "2025-03-27 20:47:17", - "author_account_age_days": 2381 + "author_account_age_days": 2472 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, - "last_update": "2025-06-02 03:59:25", - "author_account_age_days": 1536 + "last_update": "2025-11-07 09:24:25", + "author_account_age_days": 1627 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { - "stars": 27, + "stars": 29, "last_update": "2025-06-30 12:16:05", - "author_account_age_days": 803 + "author_account_age_days": 893 }, "https://github.com/fat-tire/comfyui-unified-media-suite": { - "stars": 4, + "stars": 5, "last_update": "2025-07-07 08:57:09", - "author_account_age_days": 5384 + "author_account_age_days": 5475 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3812 + "author_account_age_days": 3902 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 2, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3812 + "author_account_age_days": 3902 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { - "stars": 23, - "last_update": "2025-09-11 20:47:41", - "author_account_age_days": 3812 + "stars": 154, + "last_update": "2025-12-02 19:39:14", + "author_account_age_days": 3902 }, "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { - "stars": 5, + "stars": 8, "last_update": "2025-07-27 00:03:24", - "author_account_age_days": 3812 + "author_account_age_days": 3902 }, "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { "stars": 4, "last_update": "2025-03-17 22:36:22", - "author_account_age_days": 3812 + "author_account_age_days": 3902 }, "https://github.com/fblissjr/shrug-prompter": { - "stars": 18, - "last_update": "2025-08-24 17:45:42", - "author_account_age_days": 3812 + "stars": 21, + "last_update": "2025-09-30 21:58:22", + "author_account_age_days": 3902 }, - "https://github.com/fcanfora/comfyui-camera-tools": { - "stars": 1, - "last_update": "2025-07-28 12:32:59", - "author_account_age_days": 894 + "https://github.com/fchangjun/Baidu_Meux_ComfyTools": { + "stars": 2, + "last_update": "2025-11-28 02:39:54", + "author_account_age_days": 4062 }, "https://github.com/fchangjun/Comfyui_MultiSaveImage": { - "stars": 1, - "last_update": "2025-07-03 07:23:45", - "author_account_age_days": 3971 + "stars": 2, + "last_update": "2025-11-28 02:39:54", + "author_account_age_days": 4062 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 19, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 1009 + "author_account_age_days": 1100 + }, + "https://github.com/febogallo/ComfyUI-Freepik": { + "stars": 0, + "last_update": "2025-12-12 12:06:18", + "author_account_age_days": 213 }, "https://github.com/feffy380/comfyui-chroma-cache": { - "stars": 10, + "stars": 16, "last_update": "2025-08-15 12:29:59", - "author_account_age_days": 1077 + "author_account_age_days": 1168 }, "https://github.com/feixuetuba/Spleeter": { "stars": 0, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4410 + "author_account_age_days": 4501 }, "https://github.com/felixszeto/ComfyUI-RequestNodes": { - "stars": 95, + "stars": 102, "last_update": "2025-08-25 05:11:01", - "author_account_age_days": 1496 + "author_account_age_days": 1587 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 2006 + "author_account_age_days": 2097 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { - "stars": 7, + "stars": 9, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5491 + "author_account_age_days": 5582 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { - "stars": 4, + "stars": 6, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5491 + "author_account_age_days": 5582 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5491 + "author_account_age_days": 5582 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 2, "last_update": "2025-08-05 06:09:32", - "author_account_age_days": 3441 + "author_account_age_days": 3532 }, "https://github.com/filipemeneses/comfy_pixelization": { - "stars": 73, + "stars": 81, "last_update": "2025-08-19 21:29:55", - "author_account_age_days": 3923 + "author_account_age_days": 4014 + }, + "https://github.com/filliptm/ComfyUI_FL-Path-Animator": { + "stars": 5, + "last_update": "2025-11-05 04:44:02", + "author_account_age_days": 2274 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { - "stars": 171, + "stars": 173, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 2183 + "author_account_age_days": 2274 }, "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { - "stars": 162, + "stars": 174, "last_update": "2025-08-16 16:44:41", - "author_account_age_days": 2183 + "author_account_age_days": 2274 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 445, - "last_update": "2025-09-14 18:07:44", - "author_account_age_days": 2183 + "stars": 527, + "last_update": "2025-12-04 00:13:50", + "author_account_age_days": 2274 }, "https://github.com/finegrain-ai/comfyui-finegrain": { - "stars": 12, - "last_update": "2025-05-16 07:44:57", - "author_account_age_days": 950 + "stars": 13, + "last_update": "2025-09-17 16:39:03", + "author_account_age_days": 1040 + }, + "https://github.com/fkxianzhou/ComfyUI-Jimeng-API": { + "stars": 7, + "last_update": "2025-12-04 10:06:01", + "author_account_age_days": 2257 }, "https://github.com/flamacore/ComfyUI-YouTubeUploader": { - "stars": 3, + "stars": 5, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3756 + "author_account_age_days": 3847 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { - "stars": 1, + "stars": 2, "last_update": "2025-04-09 12:40:05", - "author_account_age_days": 641 + "author_account_age_days": 731 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { - "stars": 15, + "stars": 16, "last_update": "2025-04-09 12:39:53", - "author_account_age_days": 641 + "author_account_age_days": 731 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { - "stars": 141, + "stars": 140, "last_update": "2025-04-09 12:40:58", - "author_account_age_days": 641 + "author_account_age_days": 731 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 5, "last_update": "2025-04-09 12:40:36", - "author_account_age_days": 641 + "author_account_age_days": 731 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 1119, + "stars": 1165, "last_update": "2025-09-14 10:54:52", - "author_account_age_days": 641 + "author_account_age_days": 731 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 289, + "stars": 297, "last_update": "2025-04-27 15:00:00", - "author_account_age_days": 641 + "author_account_age_days": 731 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 156, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 721 + "author_account_age_days": 811 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { - "stars": 250, + "stars": 261, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 721 + "author_account_age_days": 811 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 513, + "stars": 527, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 721 + "author_account_age_days": 811 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, "last_update": "2025-03-30 03:30:40", - "author_account_age_days": 280 + "author_account_age_days": 371 + }, + "https://github.com/flybirdxx/ComfyUI-RexOmni": { + "stars": 9, + "last_update": "2025-10-23 07:12:56", + "author_account_age_days": 3185 }, "https://github.com/flybirdxx/ComfyUI-SDMatte": { - "stars": 138, - "last_update": "2025-09-11 11:29:04", - "author_account_age_days": 3094 + "stars": 158, + "last_update": "2025-10-31 09:44:50", + "author_account_age_days": 3185 + }, + "https://github.com/flybirdxx/ComfyUI-SoulX-Podcast": { + "stars": 78, + "last_update": "2025-10-31 13:16:53", + "author_account_age_days": 3185 }, "https://github.com/flycarl/ComfyUI-Pixelate": { - "stars": 2, + "stars": 3, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5307 + "author_account_age_days": 5398 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { - "stars": 7, + "stars": 8, "last_update": "2025-05-23 17:29:13", - "author_account_age_days": 3942 + "author_account_age_days": 4033 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4069 + "author_account_age_days": 4160 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 11, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5555 + "author_account_age_days": 5645 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { - "stars": 76, + "stars": 80, "last_update": "2025-02-10 16:39:49", - "author_account_age_days": 5555 + "author_account_age_days": 5645 }, "https://github.com/fofr/comfyui-basic-auth": { - "stars": 1, + "stars": 2, "last_update": "2025-03-17 09:38:05", - "author_account_age_days": 5555 + "author_account_age_days": 5645 }, "https://github.com/fofr/comfyui-fofr-toolkit": { - "stars": 4, + "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5555 + "author_account_age_days": 5645 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 772 + "author_account_age_days": 863 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, "last_update": "2025-06-25 19:54:59", - "author_account_age_days": 303 + "author_account_age_days": 394 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2768 + "author_account_age_days": 2859 }, "https://github.com/fpgaminer/joycaption_comfyui": { - "stars": 95, + "stars": 109, "last_update": "2025-05-15 23:30:13", - "author_account_age_days": 4917 + "author_account_age_days": 5008 }, "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, "last_update": "2025-06-22 16:38:15", - "author_account_age_days": 2531 + "author_account_age_days": 2621 }, "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator": { - "stars": 8, - "last_update": "2025-09-13 15:22:22", - "author_account_age_days": 3715 + "stars": 16, + "last_update": "2025-09-15 13:41:36", + "author_account_age_days": 3806 + }, + "https://github.com/fr0nky0ng/ComfyUI-JSON-Prompt": { + "stars": 3, + "last_update": "2025-11-28 14:51:10", + "author_account_age_days": 3806 + }, + "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana": { + "stars": 2, + "last_update": "2025-09-18 09:11:07", + "author_account_age_days": 3806 + }, + "https://github.com/francarl/ComfyUI-OnDemand-Loaders": { + "stars": 1, + "last_update": "2025-12-11 14:43:46", + "author_account_age_days": 5086 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 888 + "author_account_age_days": 979 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 585, + "stars": 594, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 888 + "author_account_age_days": 979 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 888 - }, - "https://github.com/fredconex/ComfyUI-SongBloom": { - "stars": 62, - "last_update": "2025-07-10 14:05:14", - "author_account_age_days": 1149 - }, - "https://github.com/fredconex/ComfyUI-SoundFlow": { - "stars": 60, - "last_update": "2025-06-16 14:18:04", - "author_account_age_days": 1149 - }, - "https://github.com/fredconex/ComfyUI-SyncEdit": { - "stars": 0, - "last_update": "2025-06-16 21:52:36", - "author_account_age_days": 1149 + "author_account_age_days": 979 }, "https://github.com/fredhopp/comfyui-flipflopnodes": { "stars": 0, "last_update": "2025-09-02 04:42:06", - "author_account_age_days": 1882 + "author_account_age_days": 1973 + }, + "https://github.com/fredlef/Comfyui_FSL_Nodes": { + "stars": 11, + "last_update": "2025-12-06 01:29:05", + "author_account_age_days": 2727 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2605 + "author_account_age_days": 2696 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2653 + "author_account_age_days": 2744 }, "https://github.com/fssorc/ComfyUI_FFT": { - "stars": 13, + "stars": 14, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 5034 + "author_account_age_days": 5125 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { - "stars": 175, + "stars": 185, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 5034 + "author_account_age_days": 5125 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { - "stars": 19, + "stars": 20, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 5034 + "author_account_age_days": 5125 }, "https://github.com/fssorc/ComfyUI_pose_inter": { - "stars": 84, + "stars": 89, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 5034 + "author_account_age_days": 5125 + }, + "https://github.com/fudosanit/ComfyUI-Random-Resolution": { + "stars": 0, + "last_update": "2025-12-10 06:57:24", + "author_account_age_days": 42 + }, + "https://github.com/fuselayer/comfyui-lite-tracker": { + "stars": 0, + "last_update": "2025-11-17 09:53:32", + "author_account_age_days": 815 + }, + "https://github.com/fuselayer/comfyui-minimal-workflow-image": { + "stars": 2, + "last_update": "2025-11-09 06:16:48", + "author_account_age_days": 815 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-04-05 00:57:07", - "author_account_age_days": 725 + "author_account_age_days": 815 + }, + "https://github.com/fuselayer/comfyui-noise-match": { + "stars": 0, + "last_update": "2025-11-10 06:37:09", + "author_account_age_days": 815 + }, + "https://github.com/fuyouawa/comfyui-easytoolkit": { + "stars": 0, + "last_update": "2025-11-26 04:25:12", + "author_account_age_days": 1106 }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 1, "last_update": "2025-08-05 10:16:15", - "author_account_age_days": 816 + "author_account_age_days": 907 + }, + "https://github.com/g7b2/ComfyUI-Artist-Tester": { + "stars": 0, + "last_update": "2025-12-13 00:21:36", + "author_account_age_days": 551 }, "https://github.com/gabe-init/ComfyUI-11labs": { "stars": 4, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 112 + "author_account_age_days": 203 }, "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": 112 + "author_account_age_days": 203 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { - "stars": 16, + "stars": 27, "last_update": "2025-09-06 18:35:08", - "author_account_age_days": 112 + "author_account_age_days": 203 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { - "stars": 0, + "stars": 1, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 112 + "author_account_age_days": 203 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, "last_update": "2025-04-01 03:12:04", - "author_account_age_days": 4151 + "author_account_age_days": 4242 }, "https://github.com/garg-aayush/ComfyUI-Svg2Raster": { "stars": 0, "last_update": "2025-09-10 10:09:14", - "author_account_age_days": 3495 + "author_account_age_days": 3585 + }, + "https://github.com/gasdyueer/comfyui-yolo-mask-process": { + "stars": 0, + "last_update": "2025-09-27 02:57:46", + "author_account_age_days": 591 }, "https://github.com/gasparuff/CustomSelector": { "stars": 1, "last_update": "2025-05-09 06:17:31", - "author_account_age_days": 4441 + "author_account_age_days": 4532 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, "last_update": "2025-08-28 19:48:17", - "author_account_age_days": 2428 + "author_account_age_days": 2519 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 9, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2404 + "author_account_age_days": 2495 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, "last_update": "2025-03-08 15:46:56", - "author_account_age_days": 5399 + "author_account_age_days": 5490 }, "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, "last_update": "2025-07-03 11:51:13", - "author_account_age_days": 3995 + "author_account_age_days": 4086 + }, + "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner": { + "stars": 23, + "last_update": "2025-12-14 16:30:13", + "author_account_age_days": 1205 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 5, "last_update": "2025-03-27 17:24:38", - "author_account_age_days": 4306 + "author_account_age_days": 4397 }, "https://github.com/giriss/comfy-image-saver": { - "stars": 301, + "stars": 319, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4685 + "author_account_age_days": 4776 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5446 + "author_account_age_days": 5537 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { - "stars": 23, - "last_update": "2025-08-23 01:06:12", - "author_account_age_days": 3489 + "stars": 74, + "last_update": "2025-12-04 07:06:50", + "author_account_age_days": 3580 + }, + "https://github.com/gitcapoom/comfyui_fovestimator": { + "stars": 1, + "last_update": "2025-11-06 17:12:20", + "author_account_age_days": 257 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4350 + "author_account_age_days": 4441 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4350 + "author_account_age_days": 4441 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4350 + "author_account_age_days": 4441 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4350 + "author_account_age_days": 4441 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4350 + "author_account_age_days": 4441 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { - "stars": 9, + "stars": 11, "last_update": "2025-04-07 07:24:06", - "author_account_age_days": 2755 + "author_account_age_days": 2845 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { - "stars": 182, + "stars": 191, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 2945 + "author_account_age_days": 3036 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { - "stars": 59, + "stars": 62, "last_update": "2025-08-18 08:00:38", - "author_account_age_days": 1021 + "author_account_age_days": 1111 }, "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 418 + "author_account_age_days": 509 }, "https://github.com/glowcone/comfyui-base64-to-image": { - "stars": 16, + "stars": 19, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4193 + "author_account_age_days": 4284 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4193 + "author_account_age_days": 4284 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { - "stars": 14, + "stars": 15, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2742 + "author_account_age_days": 2833 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-07-14 03:00:24", - "author_account_age_days": 2742 + "author_account_age_days": 2833 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 401 + "author_account_age_days": 492 }, "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, "last_update": "2025-05-18 09:52:01", - "author_account_age_days": 2177 + "author_account_age_days": 2267 }, "https://github.com/godmt/ComfyUI-List-Utils": { - "stars": 10, + "stars": 13, "last_update": "2025-05-26 21:41:06", - "author_account_age_days": 2177 + "author_account_age_days": 2267 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2025-03-27 15:33:12", - "author_account_age_days": 3560 + "author_account_age_days": 3651 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { - "stars": 65, + "stars": 67, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1505 + "author_account_age_days": 1596 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 81, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1505 + "author_account_age_days": 1596 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { - "stars": 50, + "stars": 53, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1505 + "author_account_age_days": 1596 }, "https://github.com/gokayfem/ComfyUI-fal-API": { - "stars": 151, - "last_update": "2025-09-11 13:13:03", - "author_account_age_days": 1505 + "stars": 166, + "last_update": "2025-12-09 21:44:38", + "author_account_age_days": 1596 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 527, - "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1505 + "stars": 544, + "last_update": "2025-12-05 12:29:00", + "author_account_age_days": 1596 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { "stars": 0, "last_update": "2025-05-25 06:15:38", - "author_account_age_days": 2023 + "author_account_age_days": 2114 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, - "last_update": "2025-05-03 20:30:02", - "author_account_age_days": 2908 + "last_update": "2025-10-04 03:55:06", + "author_account_age_days": 2999 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3236 + "author_account_age_days": 3327 }, "https://github.com/gorillaframeai/GF_nodes": { - "stars": 34, + "stars": 36, "last_update": "2025-04-19 15:49:54", - "author_account_age_days": 681 + "author_account_age_days": 771 }, "https://github.com/gorillaframeai/GF_translate": { - "stars": 6, + "stars": 7, "last_update": "2025-02-04 19:26:53", - "author_account_age_days": 681 + "author_account_age_days": 771 + }, + "https://github.com/gpdev-Pilcothink/comfyui_pilcothink_VisionSLM": { + "stars": 1, + "last_update": "2025-11-30 07:17:33", + "author_account_age_days": 1046 }, "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, "last_update": "2025-02-08 03:32:59", - "author_account_age_days": 4716 + "author_account_age_days": 4807 + }, + "https://github.com/gregory-richard/ComfyUI-WarpPipe": { + "stars": 1, + "last_update": "2025-12-02 00:30:52", + "author_account_age_days": 2641 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 5, "last_update": "2025-04-03 09:49:57", - "author_account_age_days": 270 + "author_account_age_days": 361 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 2, "last_update": "2025-04-03 09:50:11", - "author_account_age_days": 270 + "author_account_age_days": 361 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-04-03 09:50:20", - "author_account_age_days": 270 + "author_account_age_days": 361 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 1, "last_update": "2025-04-03 09:50:28", - "author_account_age_days": 270 + "author_account_age_days": 361 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 1, "last_update": "2025-04-03 09:50:39", - "author_account_age_days": 270 + "author_account_age_days": 361 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 209, + "stars": 220, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 968 + "author_account_age_days": 1058 }, "https://github.com/grmchn/ComfyUI-ProportionChanger": { - "stars": 8, - "last_update": "2025-09-04 03:05:44", - "author_account_age_days": 106 + "stars": 45, + "last_update": "2025-12-13 06:58:50", + "author_account_age_days": 197 }, "https://github.com/grovergol/comfyui-grover-nodes": { "stars": 0, "last_update": "2025-09-02 11:18:16", - "author_account_age_days": 2547 + "author_account_age_days": 2638 }, "https://github.com/gseth/ControlAltAI-Nodes": { - "stars": 156, + "stars": 180, "last_update": "2025-06-05 04:21:56", - "author_account_age_days": 4294 + "author_account_age_days": 4384 }, "https://github.com/gsusgg/ComfyUI_CozyGen": { - "stars": 13, - "last_update": "2025-09-14 22:37:49", - "author_account_age_days": 1066 + "stars": 21, + "last_update": "2025-10-17 22:36:41", + "author_account_age_days": 1157 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { - "stars": 2, + "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1603 + "author_account_age_days": 1693 }, "https://github.com/guerreiro/comfyg-switch": { - "stars": 4, + "stars": 5, "last_update": "2025-08-28 22:13:10", - "author_account_age_days": 5488 + "author_account_age_days": 5579 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4640 + "author_account_age_days": 4731 }, "https://github.com/guill/comfyui-droopy-noodles": { - "stars": 7, + "stars": 8, "last_update": "2025-07-26 05:48:32", - "author_account_age_days": 4640 + "author_account_age_days": 4731 + }, + "https://github.com/guill/comfyui-stegaflow": { + "stars": 0, + "last_update": "2025-09-30 06:39:36", + "author_account_age_days": 4731 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 349 + "author_account_age_days": 440 + }, + "https://github.com/guyouyue/ComfyUI_VideoAutoSplit": { + "stars": 0, + "last_update": "2025-10-20 16:08:40", + "author_account_age_days": 980 }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, - "last_update": "2025-07-30 21:33:13", - "author_account_age_days": 4554 + "last_update": "2025-12-03 19:53:27", + "author_account_age_days": 4644 + }, + "https://github.com/hackafterdark/ComfyUI-HackAfterDark-Nodes": { + "stars": 0, + "last_update": "2025-12-14 01:34:47", + "author_account_age_days": 756 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2298 + "author_account_age_days": 2389 + }, + "https://github.com/hal-xp/halxp-comfy": { + "stars": 1, + "last_update": "2025-12-04 11:21:35", + "author_account_age_days": 3063 + }, + "https://github.com/hanL34/ComfyUI-Power-Artist-Loader": { + "stars": 11, + "last_update": "2025-11-04 08:57:24", + "author_account_age_days": 1012 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5284 + "author_account_age_days": 5375 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 2225, - "last_update": "2025-09-14 08:10:09", - "author_account_age_days": 689 + "stars": 2802, + "last_update": "2025-12-14 00:12:52", + "author_account_age_days": 780 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 553 + "author_account_age_days": 643 }, - "https://github.com/hassan-sd/comfyui-image-prompt-loader": { + "https://github.com/hardik-uppal/ComfyUI-QwenVL-MultiImage": { "stars": 3, + "last_update": "2025-10-30 23:34:18", + "author_account_age_days": 3792 + }, + "https://github.com/hassan-sd/comfyui-image-prompt-loader": { + "stars": 2, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 1017 + "author_account_age_days": 1108 }, "https://github.com/havvk/ComfyUI_AIIA": { "stars": 9, "last_update": "2025-07-07 14:53:42", - "author_account_age_days": 4085 + "author_account_age_days": 4176 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5114 + "author_account_age_days": 5205 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5114 + "author_account_age_days": 5205 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5114 + "author_account_age_days": 5205 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 16, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5114 + "author_account_age_days": 5205 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { - "stars": 41, + "stars": 42, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5114 + "author_account_age_days": 5205 }, "https://github.com/hay86/ComfyUI_OpenVoice": { - "stars": 18, + "stars": 19, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5114 + "author_account_age_days": 5205 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { - "stars": 200, + "stars": 203, "last_update": "2025-07-11 01:56:09", - "author_account_age_days": 2364 + "author_account_age_days": 2455 }, "https://github.com/hayde0096/Comfyui-EasySettingpipes": { - "stars": 0, - "last_update": "2025-05-31 03:51:08", - "author_account_age_days": 3174 + "stars": 1, + "last_update": "2025-11-18 12:13:59", + "author_account_age_days": 3264 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 152, - "last_update": "2025-09-05 08:54:17", - "author_account_age_days": 2384 + "stars": 168, + "last_update": "2025-09-24 07:18:26", + "author_account_age_days": 2475 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { - "stars": 5, + "stars": 6, "last_update": "2025-08-09 15:07:29", - "author_account_age_days": 795 + "author_account_age_days": 885 }, "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": 4378 + "author_account_age_days": 4469 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, "last_update": "2025-03-31 13:30:54", - "author_account_age_days": 4611 + "author_account_age_days": 4701 }, "https://github.com/hekmon/comfyui-openai-api": { - "stars": 7, - "last_update": "2025-04-08 09:40:51", - "author_account_age_days": 4611 + "stars": 22, + "last_update": "2025-11-26 08:45:23", + "author_account_age_days": 4701 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1905, + "stars": 2035, "last_update": "2025-09-08 02:51:40", - "author_account_age_days": 3342 + "author_account_age_days": 3433 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3342 + "author_account_age_days": 3433 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { - "stars": 4, - "last_update": "2025-07-07 04:30:07", - "author_account_age_days": 115 + "stars": 5, + "last_update": "2025-10-12 02:28:44", + "author_account_age_days": 206 + }, + "https://github.com/heyburns/PortraitUtils": { + "stars": 1, + "last_update": "2025-10-27 02:00:26", + "author_account_age_days": 2762 + }, + "https://github.com/heyburns/image-chooser-classic": { + "stars": 5, + "last_update": "2025-11-10 23:06:08", + "author_account_age_days": 2762 }, "https://github.com/hgabha/WWAA-CustomNodes": { - "stars": 23, - "last_update": "2025-08-09 03:46:18", - "author_account_age_days": 603 + "stars": 27, + "last_update": "2025-12-13 03:51:18", + "author_account_age_days": 693 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 55, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 954 + "author_account_age_days": 1045 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 963 + "author_account_age_days": 1054 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { - "stars": 4, + "stars": 5, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2972 + "author_account_age_days": 3063 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { - "stars": 10, + "stars": 11, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2249 + "author_account_age_days": 2340 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { - "stars": 209, + "stars": 223, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5559 + "author_account_age_days": 5650 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { - "stars": 6, + "stars": 9, "last_update": "2025-05-25 15:41:14", - "author_account_age_days": 3061 + "author_account_age_days": 3152 }, "https://github.com/hmwl/ComfyUI_zip": { - "stars": 2, + "stars": 4, "last_update": "2025-05-25 16:21:35", - "author_account_age_days": 3061 + "author_account_age_days": 3152 }, "https://github.com/hnmr293/ComfyUI-latent-ops": { "stars": 2, "last_update": "2025-04-16 08:04:59", - "author_account_age_days": 1002 + "author_account_age_days": 1093 }, "https://github.com/hnmr293/comfyui-savemem": { "stars": 1, "last_update": "2025-04-15 02:10:14", - "author_account_age_days": 1002 + "author_account_age_days": 1093 + }, + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe": { + "stars": 2, + "last_update": "2025-12-14 13:23:05", + "author_account_age_days": 1494 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 1, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2776 + "author_account_age_days": 2867 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 7, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 5090 + "author_account_age_days": 5181 + }, + "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm": { + "stars": 1, + "last_update": "2025-11-20 10:20:50", + "author_account_age_days": 3889 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5079 + "author_account_age_days": 5170 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5079 + "author_account_age_days": 5170 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { - "stars": 443, + "stars": 451, "last_update": "2025-06-26 07:01:15", - "author_account_age_days": 1685 + "author_account_age_days": 1776 }, "https://github.com/hubentu/ComfyUI-loras-loader": { "stars": 3, "last_update": "2025-09-04 17:15:58", - "author_account_age_days": 3951 + "author_account_age_days": 4042 + }, + "https://github.com/hubo502/ComfyUI-Env-Loader": { + "stars": 0, + "last_update": "2025-12-07 03:39:23", + "author_account_age_days": 4436 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 631, + "stars": 639, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3323 + "author_account_age_days": 3414 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1724, + "stars": 1743, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3323 + "author_account_age_days": 3414 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { - "stars": 112, + "stars": 137, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3323 + "author_account_age_days": 3414 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { - "stars": 72, + "stars": 77, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3323 + "author_account_age_days": 3414 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { - "stars": 143, + "stars": 152, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3323 + "author_account_age_days": 3414 }, "https://github.com/huchenlei/ComfyUI_omost": { - "stars": 451, + "stars": 447, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3323 + "author_account_age_days": 3414 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { - "stars": 35, + "stars": 36, "last_update": "2025-07-30 15:44:50", - "author_account_age_days": 6088 + "author_account_age_days": 6178 }, "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, - "last_update": "2025-04-25 20:24:20", - "author_account_age_days": 3283 + "last_update": "2025-11-17 22:24:25", + "author_account_age_days": 3374 }, - "https://github.com/huixingyun/ComfyUI-HX-Captioner": { + "https://github.com/huihuihuiz/lora_downloader": { "stars": 0, - "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 282 + "last_update": "2025-12-10 04:57:14", + "author_account_age_days": 2086 }, - "https://github.com/huixingyun/ComfyUI-HX-Pimg": { + "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 0, - "last_update": "2025-08-06 01:49:49", - "author_account_age_days": 282 + "last_update": "2025-01-25 06:48:18", + "author_account_age_days": 373 }, "https://github.com/hujuying/ComfyUI-ModelScope-API": { - "stars": 4, - "last_update": "2025-09-08 13:13:49", - "author_account_age_days": 1224 + "stars": 32, + "last_update": "2025-12-12 15:07:18", + "author_account_age_days": 1315 + }, + "https://github.com/hum-ma/ComfyUI-TiledVaeLite": { + "stars": 3, + "last_update": "2025-12-10 16:37:12", + "author_account_age_days": 320 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1813 + "author_account_age_days": 1904 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { - "stars": 36, + "stars": 38, "last_update": "2025-05-09 10:46:42", - "author_account_age_days": 175 + "author_account_age_days": 266 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { - "stars": 64, + "stars": 66, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 887 + "author_account_age_days": 978 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 887 + "author_account_age_days": 978 }, "https://github.com/huwenkai26/comfyui-remove-text": { "stars": 0, "last_update": "2025-08-28 07:03:52", - "author_account_age_days": 3474 + "author_account_age_days": 3565 + }, + "https://github.com/huygiatrng/Facefusion_comfyui": { + "stars": 38, + "last_update": "2025-11-30 22:08:41", + "author_account_age_days": 1999 + }, + "https://github.com/huyl3-cpu/comfyui-sortlist": { + "stars": 0, + "last_update": "2025-12-13 03:22:05", + "author_account_age_days": 2171 }, "https://github.com/hvppycoding/comfyui-json-prompt-renderer": { "stars": 0, "last_update": "2025-08-26 15:49:55", - "author_account_age_days": 1053 + "author_account_age_days": 1144 }, "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1053 + "author_account_age_days": 1144 + }, + "https://github.com/hw5511/comfyui_hf_upscaler_loader": { + "stars": 1, + "last_update": "2025-11-18 23:03:59", + "author_account_age_days": 1627 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3335 + "author_account_age_days": 3426 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { - "stars": 1, - "last_update": "2025-05-28 07:15:21", - "author_account_age_days": 1374 + "stars": 3, + "last_update": "2025-10-05 09:31:10", + "author_account_age_days": 1465 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 4, "last_update": "2025-04-10 01:38:49", - "author_account_age_days": 3558 + "author_account_age_days": 3648 }, "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { - "stars": 3, + "stars": 6, "last_update": "2025-03-13 18:16:21", - "author_account_age_days": 187 + "author_account_age_days": 278 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 2004 + "author_account_age_days": 2095 + }, + "https://github.com/iGavroche/ComfyUI-Ninode-Utils": { + "stars": 0, + "last_update": "2025-10-06 15:37:39", + "author_account_age_days": 1475 + }, + "https://github.com/iGavroche/rocm-ninodes": { + "stars": 13, + "last_update": "2025-12-12 21:38:12", + "author_account_age_days": 1475 }, "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { - "stars": 1, - "last_update": "2025-04-06 03:53:13", - "author_account_age_days": 4619 + "stars": 2, + "last_update": "2025-12-11 09:42:36", + "author_account_age_days": 4710 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 3, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4601 + "author_account_age_days": 4692 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, - "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4601 + "last_update": "2025-11-30 19:02:30", + "author_account_age_days": 4692 + }, + "https://github.com/ialhabbal/ComfyUI-Prompt-Verify": { + "stars": 6, + "last_update": "2025-09-17 18:53:24", + "author_account_age_days": 3558 }, "https://github.com/ialhabbal/OcclusionMask": { - "stars": 21, + "stars": 28, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3467 + "author_account_age_days": 3558 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 11, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2653 + "author_account_age_days": 2744 + }, + "https://github.com/icekiub-ai/ComfyUI-IcyHider": { + "stars": 28, + "last_update": "2025-12-03 23:37:30", + "author_account_age_days": 78 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4553 + "author_account_age_days": 4644 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, - "last_update": "2025-04-20 08:05:27", - "author_account_age_days": 4843 + "last_update": "2025-09-21 06:08:00", + "author_account_age_days": 4933 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 228, + "stars": 247, "last_update": "2025-07-26 17:43:22", - "author_account_age_days": 3497 + "author_account_age_days": 3587 + }, + "https://github.com/idvdii/ComfyUI-DvD-LoraTriggerwordsManager": { + "stars": 6, + "last_update": "2025-11-27 06:58:09", + "author_account_age_days": 241 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 1, "last_update": "2025-03-27 13:28:10", - "author_account_age_days": 5739 + "author_account_age_days": 5829 }, "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, "last_update": "2025-03-14 13:19:03", - "author_account_age_days": 3309 + "author_account_age_days": 3400 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 21, "last_update": "2025-07-14 11:50:02", - "author_account_age_days": 3309 + "author_account_age_days": 3400 }, "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { "stars": 17, "last_update": "2025-03-14 13:27:47", - "author_account_age_days": 3309 + "author_account_age_days": 3400 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 44, "last_update": "2025-03-09 09:17:01", - "author_account_age_days": 3309 - }, - "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 680, - "last_update": "2025-09-14 18:10:43", - "author_account_age_days": 3309 + "author_account_age_days": 3400 }, "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { - "stars": 20, + "stars": 21, "last_update": "2025-03-17 08:14:01", - "author_account_age_days": 3309 + "author_account_age_days": 3400 }, "https://github.com/if-ai/ComfyUI-IF_Gemini": { - "stars": 51, + "stars": 64, "last_update": "2025-09-03 12:31:44", - "author_account_age_days": 3309 + "author_account_age_days": 3400 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { - "stars": 140, + "stars": 146, "last_update": "2025-04-09 09:23:21", - "author_account_age_days": 3309 + "author_account_age_days": 3400 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { - "stars": 171, + "stars": 172, "last_update": "2025-03-09 09:28:07", - "author_account_age_days": 3309 + "author_account_age_days": 3400 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { - "stars": 431, + "stars": 441, "last_update": "2025-03-09 09:31:12", - "author_account_age_days": 3309 + "author_account_age_days": 3400 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { - "stars": 52, + "stars": 53, "last_update": "2025-04-02 17:19:28", - "author_account_age_days": 3309 + "author_account_age_days": 3400 }, "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { - "stars": 5, + "stars": 9, "last_update": "2025-08-25 14:42:19", - "author_account_age_days": 3309 + "author_account_age_days": 3400 }, "https://github.com/if-ai/ComfyUI-yt_dl": { "stars": 2, "last_update": "2025-08-13 14:47:44", - "author_account_age_days": 3309 + "author_account_age_days": 3400 }, "https://github.com/if-ai/ComfyUI_HunyuanVideoFoley": { - "stars": 94, + "stars": 136, "last_update": "2025-09-08 20:24:15", - "author_account_age_days": 3309 + "author_account_age_days": 3400 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { - "stars": 9, + "stars": 13, "last_update": "2025-03-14 13:24:31", - "author_account_age_days": 3309 + "author_account_age_days": 3400 }, "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, - "last_update": "2025-04-10 09:15:08", - "author_account_age_days": 3618 + "last_update": "2025-11-01 09:00:24", + "author_account_age_days": 3709 }, "https://github.com/iguanesolutions/comfyui-flux-resolution": { - "stars": 2, - "last_update": "2025-09-04 09:53:43", - "author_account_age_days": 2958 + "stars": 4, + "last_update": "2025-11-27 14:42:19", + "author_account_age_days": 3049 + }, + "https://github.com/iguanesolutions/comfyui-ig1-tools": { + "stars": 4, + "last_update": "2025-11-27 14:42:19", + "author_account_age_days": 3049 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { - "stars": 12, - "last_update": "2025-07-10 10:32:23", - "author_account_age_days": 1076 + "stars": 15, + "last_update": "2025-12-03 14:13:35", + "author_account_age_days": 1167 + }, + "https://github.com/ihmily/comfy-deploy": { + "stars": 1, + "last_update": "2025-12-06 07:40:46", + "author_account_age_days": 1167 }, "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, "last_update": "2025-05-02 21:45:53", - "author_account_age_days": 191 + "author_account_age_days": 281 + }, + "https://github.com/illuminatianon/comfyui-lumi-tools": { + "stars": 0, + "last_update": "2025-12-05 07:00:57", + "author_account_age_days": 281 }, "https://github.com/imb101/ComfyUI-FaceSwap": { - "stars": 35, + "stars": 36, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1336 + "author_account_age_days": 1426 }, "https://github.com/infinigence/ComfyUI-Infinigence-Nodes": { "stars": 2, "last_update": "2025-08-25 03:41:44", - "author_account_age_days": 591 + "author_account_age_days": 682 }, "https://github.com/infinigence/ComfyUI_Model_Cache": { "stars": 8, "last_update": "2025-03-28 02:35:14", - "author_account_age_days": 591 + "author_account_age_days": 682 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 0, "last_update": "2025-06-02 22:49:50", - "author_account_age_days": 4228 + "author_account_age_days": 4318 }, "https://github.com/injet-zhou/comfyui_extra_api": { - "stars": 11, + "stars": 14, "last_update": "2025-06-06 02:35:34", - "author_account_age_days": 2674 + "author_account_age_days": 2765 }, "https://github.com/inventorado/ComfyUI_NNT": { - "stars": 69, + "stars": 67, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3333 + "author_account_age_days": 3424 }, "https://github.com/irreveloper/ComfyUI-DSD": { - "stars": 41, + "stars": 42, "last_update": "2025-03-15 16:55:07", - "author_account_age_days": 4165 - }, - "https://github.com/isaac-mcfadyen/ComfyUI-QwenClip": { - "stars": 1, - "last_update": "2025-08-27 02:22:44", - "author_account_age_days": 4283 + "author_account_age_days": 4255 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 2, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4873 + "author_account_age_days": 4964 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2025-08-11 07:59:47", - "author_account_age_days": 430 + "author_account_age_days": 521 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { - "stars": 85, + "stars": 94, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4318 + "author_account_age_days": 4409 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { - "stars": 83, + "stars": 86, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4318 + "author_account_age_days": 4409 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 1331, + "stars": 1380, "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4318 + "author_account_age_days": 4409 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { - "stars": 55, + "stars": 59, "last_update": "2025-08-25 12:58:44", - "author_account_age_days": 4207 + "author_account_age_days": 4298 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { - "stars": 109, - "last_update": "2025-09-12 12:55:38", - "author_account_age_days": 2019 + "stars": 129, + "last_update": "2025-12-01 07:50:07", + "author_account_age_days": 2110 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1424 + "author_account_age_days": 1515 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2974 + "author_account_age_days": 3065 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 130, + "stars": 157, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 2974 + "author_account_age_days": 3065 + }, + "https://github.com/jamesk9526/NoxPrompter-ComfyUI-CustomNode": { + "stars": 1, + "last_update": "2025-10-04 06:23:15", + "author_account_age_days": 1501 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { - "stars": 14, + "stars": 16, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4925 + "author_account_age_days": 5016 + }, + "https://github.com/jandan520/ComfyUI-AdvancedCameraPrompts": { + "stars": 25, + "last_update": "2025-11-12 19:23:07", + "author_account_age_days": 438 }, "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, "last_update": "2025-06-08 20:40:11", - "author_account_age_days": 4826 + "author_account_age_days": 4916 + }, + "https://github.com/jasonjgardner/comfyui-pixel-art-scalers": { + "stars": 0, + "last_update": "2025-09-21 14:38:59", + "author_account_age_days": 4916 + }, + "https://github.com/jav12z/ComfyUI-ToyShaders": { + "stars": 3, + "last_update": "2025-11-26 19:15:56", + "author_account_age_days": 1235 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { - "stars": 188, + "stars": 189, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 1024 + "author_account_age_days": 1115 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { - "stars": 18, + "stars": 19, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 1024 + "author_account_age_days": 1115 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 1024 + "author_account_age_days": 1115 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { - "stars": 189, + "stars": 187, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 1024 + "author_account_age_days": 1115 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 1024 + "author_account_age_days": 1115 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 1024 + "author_account_age_days": 1115 + }, + "https://github.com/jeankassio/ComfyUI_MusicTools": { + "stars": 99, + "last_update": "2025-12-09 11:04:57", + "author_account_age_days": 3184 + }, + "https://github.com/jeankassio/JK-AceStep-Nodes": { + "stars": 10, + "last_update": "2025-12-12 22:23:08", + "author_account_age_days": 3184 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4918 + "author_account_age_days": 5009 }, "https://github.com/jeffy5/comfyui-faceless-node": { - "stars": 53, + "stars": 57, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3378 + "author_account_age_days": 3469 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { - "stars": 4, + "stars": 3, "last_update": "2025-03-10 16:33:16", - "author_account_age_days": 214 + "author_account_age_days": 305 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { - "stars": 3, + "stars": 4, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4379 + "author_account_age_days": 4470 }, "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { - "stars": 1, + "stars": 0, "last_update": "2025-04-09 19:31:50", - "author_account_age_days": 2781 + "author_account_age_days": 2871 }, "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { "stars": 1, "last_update": "2025-04-07 15:01:04", - "author_account_age_days": 2781 + "author_account_age_days": 2871 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 150, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4099 + "author_account_age_days": 4190 + }, + "https://github.com/jessesep/SimpleVariables": { + "stars": 0, + "last_update": "2025-12-05 01:30:24", + "author_account_age_days": 2784 + }, + "https://github.com/jfcantu/ComfyUI-AutoNotes": { + "stars": 9, + "last_update": "2025-10-01 21:17:38", + "author_account_age_days": 2525 }, "https://github.com/jfcantu/ComfyUI-Prompt-Companion": { - "stars": 2, - "last_update": "2025-09-09 06:45:51", - "author_account_age_days": 2435 + "stars": 8, + "last_update": "2025-09-28 22:27:53", + "author_account_age_days": 2525 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 55, "last_update": "2025-02-03 04:53:25", - "author_account_age_days": 1346 + "author_account_age_days": 1437 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { - "stars": 4, + "stars": 5, "last_update": "2025-02-04 14:15:08", - "author_account_age_days": 1346 + "author_account_age_days": 1437 }, "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, "last_update": "2025-08-01 08:05:58", - "author_account_age_days": 2660 + "author_account_age_days": 2751 }, "https://github.com/jialuw0830/flux_api_comfyui_plugin": { "stars": 0, "last_update": "2025-09-04 12:42:43", - "author_account_age_days": 288 + "author_account_age_days": 379 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3484 + "author_account_age_days": 3575 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { - "stars": 14, + "stars": 15, "last_update": "2025-07-03 08:39:45", - "author_account_age_days": 3577 + "author_account_age_days": 3667 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { - "stars": 283, + "stars": 284, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1733 + "author_account_age_days": 1824 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 5024 + "author_account_age_days": 5115 }, "https://github.com/jinchanz/ComfyUI-ADIC": { - "stars": 2, - "last_update": "2025-07-01 11:35:14", - "author_account_age_days": 2512 + "stars": 3, + "last_update": "2025-11-21 01:45:46", + "author_account_age_days": 2603 }, "https://github.com/jitcoder/lora-info": { - "stars": 106, + "stars": 108, "last_update": "2025-05-15 07:25:46", - "author_account_age_days": 4488 + "author_account_age_days": 4578 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { - "stars": 28, + "stars": 37, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4096 + "author_account_age_days": 4187 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, - "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4659 + "last_update": "2025-12-04 12:39:44", + "author_account_age_days": 4750 }, "https://github.com/jmkl/ComfyUI-ricing": { - "stars": 10, + "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5044 + "author_account_age_days": 5135 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4431 + "author_account_age_days": 4522 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { - "stars": 4, - "last_update": "2025-04-27 12:08:27", - "author_account_age_days": 786 + "stars": 12, + "last_update": "2025-12-07 16:08:26", + "author_account_age_days": 876 }, "https://github.com/joanna910225/comfyui-housekeeper": { - "stars": 0, - "last_update": "2025-09-11 09:00:42", - "author_account_age_days": 4066 + "stars": 17, + "last_update": "2025-12-02 06:51:44", + "author_account_age_days": 4157 }, "https://github.com/joeriben/ai4artsed_comfyui_nodes": { - "stars": 0, + "stars": 1, "last_update": "2025-07-16 22:22:32", - "author_account_age_days": 4194 + "author_account_age_days": 4285 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 635, + "stars": 681, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 655 + "author_account_age_days": 746 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { - "stars": 139, + "stars": 141, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5245 + "author_account_age_days": 5336 + }, + "https://github.com/jomakaze/ComfyUI_JomaNodes": { + "stars": 1, + "last_update": "2025-12-05 07:33:50", + "author_account_age_days": 2799 + }, + "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization": { + "stars": 5, + "last_update": "2025-11-21 15:27:33", + "author_account_age_days": 1140 + }, + "https://github.com/jonstreeter/comfyui-Lora-Tag-Power-Loader": { + "stars": 0, + "last_update": "2025-11-28 22:28:12", + "author_account_age_days": 1140 + }, + "https://github.com/jonstreeter/comfyui-compressed-metadata": { + "stars": 0, + "last_update": "2025-10-12 19:25:48", + "author_account_age_days": 1140 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { - "stars": 3, + "stars": 4, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 713 + "author_account_age_days": 804 }, "https://github.com/jordoh/ComfyUI-Deepface": { - "stars": 31, + "stars": 34, "last_update": "2025-08-30 18:41:41", - "author_account_age_days": 5441 + "author_account_age_days": 5531 }, "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { - "stars": 0, + "stars": 1, "last_update": "2025-03-09 18:58:09", - "author_account_age_days": 4561 + "author_account_age_days": 4651 }, "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { "stars": 0, "last_update": "2025-03-18 03:15:42", - "author_account_age_days": 4561 + "author_account_age_days": 4651 + }, + "https://github.com/joyboy123456/-ComfyUI-GoogleAIStudio": { + "stars": 0, + "last_update": "2025-09-18 16:37:02", + "author_account_age_days": 802 }, "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, "last_update": "2025-05-19 02:28:44", - "author_account_age_days": 488 + "author_account_age_days": 579 }, "https://github.com/jqy-yo/comfyui-gemini-nodes": { + "stars": 5, + "last_update": "2025-10-10 09:41:20", + "author_account_age_days": 579 + }, + "https://github.com/jrabek/BokehDiffusionComfyUI": { "stars": 1, - "last_update": "2025-09-08 11:03:04", - "author_account_age_days": 488 + "last_update": "2025-11-27 18:58:43", + "author_account_age_days": 5092 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { - "stars": 12, + "stars": 14, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 1136 + "author_account_age_days": 1227 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2311 + "author_account_age_days": 2402 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4377 + "author_account_age_days": 4468 }, "https://github.com/jtrue/ComfyUI-Rect": { - "stars": 0, + "stars": 3, "last_update": "2025-08-24 04:20:24", - "author_account_age_days": 4377 + "author_account_age_days": 4468 }, "https://github.com/jtrue/ComfyUI-WordEmbeddings": { - "stars": 0, + "stars": 1, "last_update": "2025-08-22 05:30:24", - "author_account_age_days": 4377 + "author_account_age_days": 4468 }, "https://github.com/jtydhr88/ComfyUI-AudioMass": { - "stars": 22, - "last_update": "2025-08-30 13:36:54", - "author_account_age_days": 5200 + "stars": 24, + "last_update": "2025-11-30 20:14:13", + "author_account_age_days": 5291 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { - "stars": 29, + "stars": 31, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5200 + "author_account_age_days": 5291 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { - "stars": 101, + "stars": 103, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5200 + "author_account_age_days": 5291 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { - "stars": 93, - "last_update": "2025-08-30 20:34:42", - "author_account_age_days": 5200 + "stars": 127, + "last_update": "2025-12-01 18:41:51", + "author_account_age_days": 5291 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { - "stars": 20, + "stars": 22, "last_update": "2025-08-15 00:06:43", - "author_account_age_days": 5200 + "author_account_age_days": 5291 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { - "stars": 34, + "stars": 41, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5200 + "author_account_age_days": 5291 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { - "stars": 5, - "last_update": "2025-08-02 09:30:48", - "author_account_age_days": 1558 + "stars": 7, + "last_update": "2025-10-06 06:57:23", + "author_account_age_days": 1648 }, "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { - "stars": 19, + "stars": 20, "last_update": "2025-05-05 02:46:31", - "author_account_age_days": 2293 + "author_account_age_days": 2384 }, "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 6, "last_update": "2025-08-02 00:48:15", - "author_account_age_days": 2293 + "author_account_age_days": 2384 + }, + "https://github.com/judian17/ComfyUI-SRT-subtitles-VoxCPM": { + "stars": 2, + "last_update": "2025-11-19 17:19:47", + "author_account_age_days": 2384 }, "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, "last_update": "2025-06-10 14:12:16", - "author_account_age_days": 2293 + "author_account_age_days": 2384 }, "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { - "stars": 50, - "last_update": "2025-08-02 00:58:09", - "author_account_age_days": 2293 + "stars": 54, + "last_update": "2025-10-26 21:23:07", + "author_account_age_days": 2384 + }, + "https://github.com/judian17/ComfyUI-multiple-inputs": { + "stars": 1, + "last_update": "2025-11-26 17:17:01", + "author_account_age_days": 2384 }, "https://github.com/judian17/ComfyUI_ZIM": { - "stars": 8, + "stars": 9, "last_update": "2025-05-14 11:32:06", - "author_account_age_days": 2293 + "author_account_age_days": 2384 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 462, - "last_update": "2025-09-08 09:14:12", - "author_account_age_days": 1559 + "stars": 517, + "last_update": "2025-12-12 10:41:08", + "author_account_age_days": 1650 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, - "last_update": "2025-09-12 04:08:31", - "author_account_age_days": 197 + "last_update": "2025-10-01 02:59:34", + "author_account_age_days": 288 }, "https://github.com/jupo-ai/comfy-ex-tagcomplete": { - "stars": 16, - "last_update": "2025-09-13 12:28:44", - "author_account_age_days": 197 + "stars": 23, + "last_update": "2025-09-21 06:59:59", + "author_account_age_days": 288 }, "https://github.com/jupo-ai/comfy-join-prompt": { "stars": 1, - "last_update": "2025-08-26 15:12:40", - "author_account_age_days": 197 + "last_update": "2025-10-01 03:36:40", + "author_account_age_days": 288 }, "https://github.com/jupo-ai/comfy-linear-move": { "stars": 1, "last_update": "2025-08-21 16:31:49", - "author_account_age_days": 197 + "author_account_age_days": 288 }, "https://github.com/jupo-ai/comfy-preview-model": { "stars": 0, "last_update": "2025-08-21 16:38:28", - "author_account_age_days": 197 + "author_account_age_days": 288 }, "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 114 + "author_account_age_days": 204 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 114 + "author_account_age_days": 204 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 359 + "author_account_age_days": 449 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 437, + "stars": 483, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3236 + "author_account_age_days": 3327 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, "last_update": "2025-03-05 18:27:37", - "author_account_age_days": 3154 + "author_account_age_days": 3244 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3922 + "author_account_age_days": 4013 }, "https://github.com/ka-puna/comfyui-yanc": { - "stars": 10, + "stars": 11, "last_update": "2025-09-07 18:29:10", - "author_account_age_days": 2654 + "author_account_age_days": 2745 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1714 + "author_account_age_days": 1805 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { - "stars": 4, + "stars": 6, "last_update": "2025-07-03 21:07:05", - "author_account_age_days": 174 + "author_account_age_days": 264 }, "https://github.com/kadirnar/ComfyUI-Transformers": { - "stars": 21, + "stars": 23, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2777 + "author_account_age_days": 2867 }, "https://github.com/kadirnar/ComfyUI-YOLO": { - "stars": 97, - "last_update": "2025-07-10 23:18:08", - "author_account_age_days": 2777 + "stars": 109, + "last_update": "2025-12-08 18:57:22", + "author_account_age_days": 2867 }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { - "stars": 3, + "stars": 9, "last_update": "2025-08-20 00:08:16", - "author_account_age_days": 3095 + "author_account_age_days": 3185 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { - "stars": 633, + "stars": 647, "last_update": "2025-04-19 10:24:42", - "author_account_age_days": 5129 + "author_account_age_days": 5219 }, "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, "last_update": "2025-07-04 10:06:08", - "author_account_age_days": 2876 + "author_account_age_days": 2967 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2059 + "author_account_age_days": 2150 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { - "stars": 19, + "stars": 20, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2059 + "author_account_age_days": 2150 }, "https://github.com/kale4eat/ComfyUI-string-util": { - "stars": 4, + "stars": 6, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2059 + "author_account_age_days": 2150 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2059 + "author_account_age_days": 2150 }, "https://github.com/kambara/ComfyUI-PromptPalette": { - "stars": 7, + "stars": 9, "last_update": "2025-06-27 14:20:13", - "author_account_age_days": 5982 + "author_account_age_days": 6073 }, "https://github.com/kanibus/kanibus": { - "stars": 4, + "stars": 5, "last_update": "2025-08-04 04:27:56", - "author_account_age_days": 984 + "author_account_age_days": 1075 }, "https://github.com/kantsche/ComfyUI-MixMod": { - "stars": 26, - "last_update": "2025-07-17 17:24:19", - "author_account_age_days": 4333 + "stars": 30, + "last_update": "2025-10-05 05:29:47", + "author_account_age_days": 4423 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1958 + "author_account_age_days": 2049 }, "https://github.com/karas17/ComfyUI-Camera-Watermark": { - "stars": 10, - "last_update": "2025-08-13 04:54:56", - "author_account_age_days": 3104 + "stars": 12, + "last_update": "2025-11-07 17:29:28", + "author_account_age_days": 3195 + }, + "https://github.com/karas17/comfyui_GLM_TTS": { + "stars": 2, + "last_update": "2025-12-13 16:28:44", + "author_account_age_days": 3195 }, "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 1, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 643 + "author_account_age_days": 734 + }, + "https://github.com/karthikg-09/ComfyUI-WanVideoAutoResize": { + "stars": 3, + "last_update": "2025-11-02 13:46:51", + "author_account_age_days": 734 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 3109 + "author_account_age_days": 3199 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { - "stars": 3, + "stars": 4, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 1201 + "author_account_age_days": 1291 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { - "stars": 1, + "stars": 0, "last_update": "2025-04-05 12:52:40", - "author_account_age_days": 1175 + "author_account_age_days": 1266 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4575 + "author_account_age_days": 4666 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4575 + "author_account_age_days": 4666 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { - "stars": 175, + "stars": 177, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4575 + "author_account_age_days": 4666 + }, + "https://github.com/keghoang/ComfyUI-Charon": { + "stars": 0, + "last_update": "2025-11-24 19:00:49", + "author_account_age_days": 3582 }, "https://github.com/keit0728/ComfyUI-Image-Toolkit": { - "stars": 1, + "stars": 3, "last_update": "2025-05-30 06:46:47", - "author_account_age_days": 3436 + "author_account_age_days": 3526 }, "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3436 + "author_account_age_days": 3526 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 1, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3436 + "author_account_age_days": 3526 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { - "stars": 51, + "stars": 63, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5336 + "author_account_age_days": 5427 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, "last_update": "2025-02-19 06:55:25", - "author_account_age_days": 1201 + "author_account_age_days": 1291 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 2, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 1201 + "author_account_age_days": 1291 }, "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1406 + "author_account_age_days": 1497 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { - "stars": 3, + "stars": 5, "last_update": "2025-08-31 18:49:44", - "author_account_age_days": 4393 + "author_account_age_days": 4484 + }, + "https://github.com/kianxyzw/comfyui-model-linker": { + "stars": 51, + "last_update": "2025-11-05 15:39:16", + "author_account_age_days": 1411 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { - "stars": 177, + "stars": 178, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { - "stars": 72, + "stars": 74, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { - "stars": 148, + "stars": 149, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-CCSR": { - "stars": 238, + "stars": 240, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1523, + "stars": 1537, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { - "stars": 189, + "stars": 190, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-DDColor": { - "stars": 157, + "stars": 161, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 351, + "stars": 379, "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { - "stars": 73, + "stars": 72, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 677, + "stars": 679, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { - "stars": 116, + "stars": 115, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 1431, + "stars": 1527, "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 1031, + "stars": 1086, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 370, + "stars": 426, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-Geowizard": { - "stars": 124, + "stars": 125, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2531, + "stars": 2562, "last_update": "2025-08-20 08:38:14", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 1093, + "stars": 1121, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1729, - "last_update": "2025-09-14 08:49:06", - "author_account_age_days": 2630 + "stars": 2030, + "last_update": "2025-12-14 15:12:03", + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { - "stars": 597, + "stars": 596, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { - "stars": 238, + "stars": 246, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { - "stars": 86, + "stars": 85, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { - "stars": 63, + "stars": 62, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 2067, + "stars": 2108, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-Lotus": { - "stars": 144, - "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2630 + "stars": 158, + "last_update": "2025-11-04 16:36:47", + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { - "stars": 195, + "stars": 196, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 551, + "stars": 557, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-MelBandRoFormer": { - "stars": 44, + "stars": 84, "last_update": "2025-08-26 08:29:25", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 504, + "stars": 511, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 52, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 43, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 367, + "stars": 368, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 2090, - "last_update": "2025-06-07 09:17:40", - "author_account_age_days": 2630 + "stars": 2183, + "last_update": "2025-09-24 13:51:11", + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-SVD": { - "stars": 163, + "stars": 164, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { - "stars": 59, + "stars": 62, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 4411, - "last_update": "2025-09-14 14:35:56", - "author_account_age_days": 2630 + "stars": 5537, + "last_update": "2025-12-14 14:49:04", + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-depth-fm": { - "stars": 84, + "stars": 86, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-moondream": { - "stars": 109, + "stars": 111, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 1042, - "last_update": "2025-09-08 17:01:41", - "author_account_age_days": 2630 + "stars": 1142, + "last_update": "2025-09-28 08:35:30", + "author_account_age_days": 2721 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { - "stars": 18, + "stars": 21, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 304 + "author_account_age_days": 394 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 29, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 916 + "author_account_age_days": 1006 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { - "stars": 30, + "stars": 29, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 916 + "author_account_age_days": 1006 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 8, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 916 + "author_account_age_days": 1006 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 59, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 916 + "author_account_age_days": 1006 + }, + "https://github.com/kj863257/ComfyUI_RC_Image_Compositor": { + "stars": 12, + "last_update": "2025-11-16 06:39:09", + "author_account_age_days": 3681 + }, + "https://github.com/kjqwer/SmartSaveImage": { + "stars": 1, + "last_update": "2025-11-21 07:32:18", + "author_account_age_days": 733 }, "https://github.com/kk8bit/KayTool": { - "stars": 218, + "stars": 290, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 804 + "author_account_age_days": 895 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, - "last_update": "2025-07-23 07:13:16", - "author_account_age_days": 873 + "last_update": "2025-12-07 05:28:22", + "author_account_age_days": 963 }, "https://github.com/kmlbdh/ComfyUI-kmlbdh-VideoCombine": { "stars": 2, "last_update": "2025-09-13 14:47:17", - "author_account_age_days": 3625 + "author_account_age_days": 3716 }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { - "stars": 2, + "stars": 6, "last_update": "2025-08-07 12:47:42", - "author_account_age_days": 3625 + "author_account_age_days": 3716 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 647 + "author_account_age_days": 738 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, - "last_update": "2025-06-26 15:37:57", - "author_account_age_days": 3339 + "last_update": "2025-09-19 10:01:44", + "author_account_age_days": 3429 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { - "stars": 199, + "stars": 205, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2256 + "author_account_age_days": 2347 + }, + "https://github.com/koirpraw/ComfyUI-GCP-storage-decouple": { + "stars": 0, + "last_update": "2025-10-27 19:59:19", + "author_account_age_days": 4263 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 1030 + "author_account_age_days": 1121 }, "https://github.com/komojini/komojini-comfyui-nodes": { - "stars": 76, + "stars": 78, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 1030 + "author_account_age_days": 1121 }, "https://github.com/kostenickj/jk-comfyui-helpers": { - "stars": 7, + "stars": 8, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3497 + "author_account_age_days": 3587 }, "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, "last_update": "2025-08-06 07:23:01", - "author_account_age_days": 90 + "author_account_age_days": 181 }, "https://github.com/kraglik/prompt_collapse": { "stars": 5, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2905 + "author_account_age_days": 2995 }, "https://github.com/krakenunbound/ComfyUI-KrakenTools": { + "stars": 2, + "last_update": "2025-12-07 18:32:43", + "author_account_age_days": 116 + }, + "https://github.com/krakenunbound/kraken-discord-bot": { "stars": 0, - "last_update": "2025-08-25 21:17:49", - "author_account_age_days": 26 + "last_update": "2025-12-10 20:36:38", + "author_account_age_days": 116 }, "https://github.com/krigeta/qwen-image-controlnets-comfyui": { "stars": 2, "last_update": "2025-08-17 11:09:39", - "author_account_age_days": 1748 + "author_account_age_days": 1839 }, "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", - "author_account_age_days": 2726 + "author_account_age_days": 2816 }, "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, "last_update": "2025-03-29 18:28:47", - "author_account_age_days": 2014 + "author_account_age_days": 2105 }, "https://github.com/kungful/ComfyUI_to_webui": { - "stars": 16, + "stars": 21, "last_update": "2025-07-02 09:38:43", - "author_account_age_days": 1570 + "author_account_age_days": 1661 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2967 + "author_account_age_days": 3058 }, "https://github.com/kusurin/ComfyUI-chronophotography": { "stars": 0, "last_update": "2025-08-16 15:11:58", - "author_account_age_days": 1065 + "author_account_age_days": 1156 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1055 + "author_account_age_days": 1146 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2025-08-27 13:47:53", - "author_account_age_days": 1388 + "author_account_age_days": 1479 }, "https://github.com/l-comm/WatermarkRemoval": { - "stars": 5, + "stars": 4, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 258 + "author_account_age_days": 349 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1614 + "author_account_age_days": 1705 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { - "stars": 2, - "last_update": "2025-09-11 02:01:13", - "author_account_age_days": 2104 + "stars": 3, + "last_update": "2025-12-05 08:53:33", + "author_account_age_days": 2195 + }, + "https://github.com/lakkiy/ComfyUI-RWImageS3": { + "stars": 0, + "last_update": "2025-11-18 12:12:24", + "author_account_age_days": 3282 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { - "stars": 7, + "stars": 8, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3278 + "author_account_age_days": 3369 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { "stars": 6, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3278 + "author_account_age_days": 3369 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3278 + "author_account_age_days": 3369 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3278 + "author_account_age_days": 3369 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3278 + "author_account_age_days": 3369 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { - "stars": 80, + "stars": 90, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3278 + "author_account_age_days": 3369 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3278 + "author_account_age_days": 3369 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { - "stars": 52, + "stars": 62, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3523 + "author_account_age_days": 3614 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 598 + "author_account_age_days": 688 }, "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": 2729 + "stars": 11, + "last_update": "2025-10-30 23:21:11", + "author_account_age_days": 2819 }, "https://github.com/lazniak/LiquidTime-Interpolation": { - "stars": 12, + "stars": 13, "last_update": "2025-04-03 11:42:12", - "author_account_age_days": 2729 + "author_account_age_days": 2819 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 3, "last_update": "2025-04-03 11:46:29", - "author_account_age_days": 2729 + "author_account_age_days": 2819 }, "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1423 + "author_account_age_days": 1514 }, "https://github.com/lceric/comfyui-gpt-image": { - "stars": 9, + "stars": 10, "last_update": "2025-05-19 10:49:30", - "author_account_age_days": 3157 + "author_account_age_days": 3248 + }, + "https://github.com/leafiy/comfyui_psd_smart_object": { + "stars": 0, + "last_update": "2025-11-11 02:18:19", + "author_account_age_days": 5288 }, "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { "stars": 2, "last_update": "2025-06-06 04:07:48", - "author_account_age_days": 3964 + "author_account_age_days": 4055 }, "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, "last_update": "2025-03-13 16:11:50", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_ChatGen": { "stars": 2, "last_update": "2025-03-13 16:24:46", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_Cogview4": { "stars": 2, "last_update": "2025-03-13 15:58:44", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 3, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { "stars": 0, "last_update": "2025-03-13 16:32:16", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { "stars": 4, "last_update": "2025-03-15 07:37:50", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { "stars": 3, "last_update": "2025-03-02 07:32:55", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { "stars": 17, "last_update": "2025-03-17 01:07:01", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_Gemma3": { "stars": 9, "last_update": "2025-09-06 08:35:54", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 13, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 12, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 3, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_QWQ32B": { "stars": 2, "last_update": "2025-03-15 17:19:23", - "author_account_age_days": 3241 + "author_account_age_days": 3332 + }, + "https://github.com/leeguandong/ComfyUI_Qwen3Omni": { + "stars": 1, + "last_update": "2025-10-07 15:35:51", + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 5, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 4, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3241 + "author_account_age_days": 3332 + }, + "https://github.com/leeooo001/comfyui-Hunyuan-PromptEnhancer": { + "stars": 13, + "last_update": "2025-10-10 19:01:40", + "author_account_age_days": 2276 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4226 + "author_account_age_days": 4317 + }, + "https://github.com/leewinder/comfyui-crop-to-center": { + "stars": 0, + "last_update": "2025-10-13 16:41:33", + "author_account_age_days": 4989 + }, + "https://github.com/leewinder/comfyui-mureka-api": { + "stars": 0, + "last_update": "2025-10-24 08:50:08", + "author_account_age_days": 4989 + }, + "https://github.com/lenML/comfyui_qwen_image_edit_adv": { + "stars": 29, + "last_update": "2025-12-02 11:12:18", + "author_account_age_days": 722 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 15, "last_update": "2025-07-16 21:04:06", - "author_account_age_days": 3944 + "author_account_age_days": 4034 }, "https://github.com/leoleelxh/Comfy-Topaz-Photo": { - "stars": 16, + "stars": 17, "last_update": "2025-05-24 05:47:40", - "author_account_age_days": 4522 + "author_account_age_days": 4613 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 51, "last_update": "2025-06-17 13:52:33", - "author_account_age_days": 4522 + "author_account_age_days": 4613 }, "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 867 + "author_account_age_days": 958 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, "last_update": "2025-05-24 16:11:50", - "author_account_age_days": 2317 + "author_account_age_days": 2408 }, "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, - "last_update": "2025-08-02 02:13:14", - "author_account_age_days": 4752 + "last_update": "2025-10-30 08:08:13", + "author_account_age_days": 4843 }, "https://github.com/lerignoux/ComfyUI-Stable3DGen": { "stars": 3, - "last_update": "2025-09-06 05:33:37", - "author_account_age_days": 4752 + "last_update": "2025-09-23 15:24:40", + "author_account_age_days": 4843 }, "https://github.com/leylahkrell/ComfyUI-Violet-Tools": { - "stars": 0, - "last_update": "2025-09-14 22:53:33", - "author_account_age_days": 721 + "stars": 12, + "last_update": "2025-11-13 03:06:22", + "author_account_age_days": 812 + }, + "https://github.com/leylahviolet/ComfyUI-Violet-Tools": { + "stars": 12, + "last_update": "2025-11-13 03:06:22", + "author_account_age_days": 812 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { - "stars": 76, + "stars": 79, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 2137 + "author_account_age_days": 2228 }, "https://github.com/lgldlk/ComfyUI-PSD-Replace": { "stars": 4, "last_update": "2025-03-15 07:03:24", - "author_account_age_days": 2137 + "author_account_age_days": 2228 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2025-03-27 16:49:42", - "author_account_age_days": 4506 + "author_account_age_days": 4596 }, "https://github.com/licyk/ComfyUI-HakuImg": { - "stars": 9, + "stars": 10, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1715 + "author_account_age_days": 1806 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { - "stars": 11, + "stars": 12, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1715 + "author_account_age_days": 1806 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { - "stars": 6, + "stars": 7, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1715 + "author_account_age_days": 1806 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { - "stars": 7, - "last_update": "2025-08-30 13:57:19", - "author_account_age_days": 3558 + "stars": 12, + "last_update": "2025-09-20 10:42:26", + "author_account_age_days": 3649 }, - "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": { - "stars": 1, - "last_update": "2025-05-10 10:41:53", - "author_account_age_days": 3558 + "https://github.com/lihaoyun6/ComfyUI-FlashVSR_Ultra_Fast": { + "stars": 573, + "last_update": "2025-11-20 07:37:22", + "author_account_age_days": 3649 }, "https://github.com/lihaoyun6/ComfyUI-QwenPromptRewriter": { - "stars": 27, - "last_update": "2025-08-22 04:48:51", - "author_account_age_days": 3558 + "stars": 66, + "last_update": "2025-10-07 12:28:21", + "author_account_age_days": 3649 + }, + "https://github.com/lihaoyun6/ComfyUI-Segformer_Ultra_Fast": { + "stars": 38, + "last_update": "2025-10-17 14:58:31", + "author_account_age_days": 3649 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 57, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3357 + "author_account_age_days": 3448 + }, + "https://github.com/liming123332/ComfyUI-Ranbooru": { + "stars": 0, + "last_update": "2025-11-15 10:45:07", + "author_account_age_days": 3095 }, "https://github.com/lingha0h/comfyui_kj": { "stars": 6, "last_update": "2025-03-20 13:24:29", - "author_account_age_days": 221 + "author_account_age_days": 312 }, "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 5, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 545 + "author_account_age_days": 636 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 545 + "author_account_age_days": 636 }, "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, "last_update": "2025-05-07 01:48:50", - "author_account_age_days": 872 + "author_account_age_days": 963 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4239 + "author_account_age_days": 4330 }, "https://github.com/lisaks/comfyui-panelforge": { "stars": 2, "last_update": "2025-04-29 00:25:00", - "author_account_age_days": 1183 + "author_account_age_days": 1274 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { - "stars": 12, + "stars": 14, "last_update": "2025-06-22 07:58:49", - "author_account_age_days": 634 + "author_account_age_days": 725 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { - "stars": 21, + "stars": 20, "last_update": "2025-06-22 08:32:22", - "author_account_age_days": 634 + "author_account_age_days": 725 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 3, "last_update": "2025-06-22 08:33:17", - "author_account_age_days": 634 + "author_account_age_days": 725 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 8, "last_update": "2025-06-22 07:56:48", - "author_account_age_days": 634 + "author_account_age_days": 725 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4494 + "author_account_age_days": 4585 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 105, + "stars": 125, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3655 + "author_account_age_days": 3746 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 76, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3655 + "author_account_age_days": 3746 }, "https://github.com/liusida/ComfyUI-Debug": { - "stars": 12, + "stars": 14, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3655 + "author_account_age_days": 3746 }, "https://github.com/liusida/ComfyUI-Login": { - "stars": 179, - "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3655 + "stars": 198, + "last_update": "2025-10-31 03:29:37", + "author_account_age_days": 3746 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { - "stars": 6, + "stars": 8, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3655 + "author_account_age_days": 3746 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { - "stars": 15, - "last_update": "2025-09-12 22:20:18", - "author_account_age_days": 3154 + "stars": 18, + "last_update": "2025-09-25 16:22:41", + "author_account_age_days": 3244 }, "https://github.com/ljleb/comfy-mecha": { - "stars": 90, - "last_update": "2025-09-08 20:43:54", - "author_account_age_days": 2911 + "stars": 94, + "last_update": "2025-12-01 03:12:40", + "author_account_age_days": 3001 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { - "stars": 257, + "stars": 264, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 547 + "author_account_age_days": 637 }, "https://github.com/lks-ai/anynode": { - "stars": 539, + "stars": 547, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 547 + "author_account_age_days": 637 }, "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2540 + "author_account_age_days": 2631 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { - "stars": 241, + "stars": 260, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2540 + "author_account_age_days": 2631 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { - "stars": 113, - "last_update": "2025-04-08 06:22:28", - "author_account_age_days": 2540 + "stars": 117, + "last_update": "2025-11-04 10:36:44", + "author_account_age_days": 2631 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 426, - "last_update": "2025-04-08 06:21:55", - "author_account_age_days": 2540 + "stars": 439, + "last_update": "2025-11-07 05:19:50", + "author_account_age_days": 2631 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 13, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2540 + "author_account_age_days": 2631 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { - "stars": 72, + "stars": 77, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2540 + "author_account_age_days": 2631 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { - "stars": 84, - "last_update": "2025-08-25 11:50:40", - "author_account_age_days": 2540 + "stars": 90, + "last_update": "2025-12-10 10:58:04", + "author_account_age_days": 2631 + }, + "https://github.com/llikethat/ComfyUI-faceExtracter": { + "stars": 0, + "last_update": "2025-12-03 04:53:02", + "author_account_age_days": 4716 + }, + "https://github.com/llikethat/ComfyUI-faceExtractor": { + "stars": 0, + "last_update": "2025-12-03 04:53:02", + "author_account_age_days": 4716 + }, + "https://github.com/llikethat/ComfyUI-iseebetter": { + "stars": 1, + "last_update": "2025-11-29 10:56:25", + "author_account_age_days": 4716 }, "https://github.com/lo-th/Comfyui_three_js": { - "stars": 20, + "stars": 21, "last_update": "2025-06-12 08:18:17", - "author_account_age_days": 4927 + "author_account_age_days": 5018 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { - "stars": 118, + "stars": 121, "last_update": "2025-06-22 09:44:09", - "author_account_age_days": 1031 + "author_account_age_days": 1121 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 29, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 11, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-FLATTEN": { - "stars": 109, + "stars": 110, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1380, + "stars": 1392, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { - "stars": 179, + "stars": 177, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 16, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 295, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 41, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 13, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 5, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 45, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 40, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 1, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 0, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 19, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { - "stars": 13, + "stars": 14, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 569 + "author_account_age_days": 660 }, - "https://github.com/lokinou/comfyui-offload-models": { + "https://github.com/lokinou/comfyui-better-flow": { "stars": 1, - "last_update": "2025-08-04 11:00:38", - "author_account_age_days": 4601 + "last_update": "2025-10-22 21:23:02", + "author_account_age_days": 4692 + }, + "https://github.com/lokinou/comfyui-offload-models": { + "stars": 2, + "last_update": "2025-10-05 04:33:49", + "author_account_age_days": 4692 }, "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, "last_update": "2025-08-14 08:20:40", - "author_account_age_days": 336 + "author_account_age_days": 427 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4612 + "author_account_age_days": 4703 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4612 + "author_account_age_days": 4703 }, "https://github.com/longgui0318/comfyui-magic-clothing": { - "stars": 81, + "stars": 82, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4612 + "author_account_age_days": 4703 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 8, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4612 + "author_account_age_days": 4703 + }, + "https://github.com/loockluo/comfyui-whisperx-pro": { + "stars": 2, + "last_update": "2025-11-04 16:27:20", + "author_account_age_days": 3378 }, "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { - "stars": 1, - "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4871 + "stars": 3, + "last_update": "2025-12-09 08:17:45", + "author_account_age_days": 4962 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 5214 + "author_account_age_days": 5305 }, "https://github.com/lordgasmic/comfyui_wildcards": { - "stars": 12, + "stars": 13, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 5214 + "author_account_age_days": 5305 + }, + "https://github.com/lovelybbq/comfyui-custom-node-color": { + "stars": 8, + "last_update": "2025-12-14 17:03:02", + "author_account_age_days": 1493 + }, + "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": { + "stars": 1, + "last_update": "2025-11-21 14:03:38", + "author_account_age_days": 682 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 814, - "last_update": "2025-05-10 07:46:49", - "author_account_age_days": 4498 + "stars": 904, + "last_update": "2025-11-23 20:42:45", + "author_account_age_days": 4589 }, "https://github.com/lquesada/ComfyUI-Interactive": { - "stars": 45, + "stars": 47, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4498 + "author_account_age_days": 4589 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { - "stars": 44, + "stars": 47, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4498 + "author_account_age_days": 4589 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { - "stars": 27, + "stars": 39, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4110 + "author_account_age_days": 4201 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 235, + "stars": 240, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4110 + "author_account_age_days": 4201 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4110 + "author_account_age_days": 4201 + }, + "https://github.com/lrzjason/Comfyui-LatentUtils": { + "stars": 46, + "last_update": "2025-12-06 16:50:41", + "author_account_age_days": 4201 + }, + "https://github.com/lrzjason/Comfyui-LoraUtils": { + "stars": 27, + "last_update": "2025-11-13 15:49:36", + "author_account_age_days": 4201 + }, + "https://github.com/lrzjason/Comfyui-QwenEditUtils": { + "stars": 627, + "last_update": "2025-11-18 03:52:42", + "author_account_age_days": 4201 }, "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4110 + "author_account_age_days": 4201 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2684, - "last_update": "2025-08-19 20:08:39", - "author_account_age_days": 909 + "stars": 2858, + "last_update": "2025-11-18 15:30:24", + "author_account_age_days": 1000 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { - "stars": 256, + "stars": 296, "last_update": "2025-07-22 03:44:20", - "author_account_age_days": 909 + "author_account_age_days": 1000 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 657, - "last_update": "2025-09-07 23:09:14", - "author_account_age_days": 909 + "stars": 721, + "last_update": "2025-11-17 17:03:31", + "author_account_age_days": 1000 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11474, - "last_update": "2025-09-14 22:01:27", - "author_account_age_days": 522 + "stars": 12762, + "last_update": "2025-12-14 15:36:47", + "author_account_age_days": 613 }, "https://github.com/ltdrdata/comfyui-connection-helper": { - "stars": 37, + "stars": 45, "last_update": "2025-04-07 13:49:56", - "author_account_age_days": 909 + "author_account_age_days": 1000 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { - "stars": 88, - "last_update": "2025-08-23 08:36:12", - "author_account_age_days": 909 - }, + "stars": 143, + "last_update": "2025-09-26 22:22:30", + "author_account_age_days": 1000 + }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, - "last_update": "2025-03-23 08:18:07", - "author_account_age_days": 1841 + "last_update": "2025-11-11 02:06:03", + "author_account_age_days": 1932 }, "https://github.com/luandev/ComfyUI-CrewAI": { - "stars": 54, + "stars": 56, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4255 - }, - "https://github.com/lucak5s/comfyui_gfpgan": { - "stars": 0, - "last_update": "2025-06-30 04:42:11", - "author_account_age_days": 595 + "author_account_age_days": 4345 }, "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution": { - "stars": 28, - "last_update": "2025-09-09 03:27:33", - "author_account_age_days": 2881 + "stars": 41, + "last_update": "2025-10-15 20:51:39", + "author_account_age_days": 2971 + }, + "https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes": { + "stars": 1, + "last_update": "2025-10-09 03:19:03", + "author_account_age_days": 2971 }, "https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance": { "stars": 1, "last_update": "2025-09-11 11:41:23", - "author_account_age_days": 2881 + "author_account_age_days": 2971 }, "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3563 + "author_account_age_days": 3654 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 93, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1884 + "author_account_age_days": 1975 }, "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { "stars": 3, "last_update": "2025-08-13 00:14:13", - "author_account_age_days": 3959 + "author_account_age_days": 4049 }, "https://github.com/lum3on/ComfyUI-FrameUtilitys": { - "stars": 12, - "last_update": "2025-08-07 16:00:54", - "author_account_age_days": 222 + "stars": 13, + "last_update": "2025-10-17 20:41:40", + "author_account_age_days": 312 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { - "stars": 72, + "stars": 96, "last_update": "2025-06-14 20:45:21", - "author_account_age_days": 222 + "author_account_age_days": 312 }, "https://github.com/lum3on/ComfyUI-StableAudioX": { - "stars": 27, + "stars": 40, "last_update": "2025-06-24 22:55:28", - "author_account_age_days": 222 + "author_account_age_days": 312 }, "https://github.com/lum3on/ComfyUI_MJ-Scraper": { - "stars": 1, + "stars": 2, "last_update": "2025-07-06 18:35:33", - "author_account_age_days": 222 + "author_account_age_days": 312 + }, + "https://github.com/lum3on/ComfyUI_Reve-API": { + "stars": 12, + "last_update": "2025-09-16 12:41:07", + "author_account_age_days": 312 }, "https://github.com/lum3on/comfyui_EdgeTAM": { "stars": 2, "last_update": "2025-06-27 15:36:58", - "author_account_age_days": 222 + "author_account_age_days": 312 }, "https://github.com/lum3on/comfyui_HiDream-Sampler": { - "stars": 481, + "stars": 482, "last_update": "2025-04-22 07:21:41", - "author_account_age_days": 222 + "author_account_age_days": 312 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { - "stars": 66, + "stars": 67, "last_update": "2025-08-27 23:22:27", - "author_account_age_days": 222 + "author_account_age_days": 312 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { - "stars": 202, + "stars": 205, "last_update": "2025-03-31 22:54:28", - "author_account_age_days": 1558 + "author_account_age_days": 1649 }, "https://github.com/lunarring/bitalino_comfy": { "stars": 0, "last_update": "2025-02-21 09:03:54", - "author_account_age_days": 1690 + "author_account_age_days": 1780 + }, + "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision": { + "stars": 3, + "last_update": "2025-12-06 09:18:26", + "author_account_age_days": 398 }, "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { - "stars": 0, + "stars": 1, "last_update": "2025-05-28 05:39:55", - "author_account_age_days": 4946 + "author_account_age_days": 5036 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { - "stars": 2, - "last_update": "2025-08-31 11:29:46", - "author_account_age_days": 763 + "stars": 3, + "last_update": "2025-09-29 00:50:12", + "author_account_age_days": 853 + }, + "https://github.com/m3rr/h4_ToolKit": { + "stars": 1, + "last_update": "2025-10-17 14:25:01", + "author_account_age_days": 839 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { - "stars": 15, + "stars": 16, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 908 + "author_account_age_days": 999 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2805 + "author_account_age_days": 2896 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { "stars": 2, "last_update": "2025-02-04 08:29:24", - "author_account_age_days": 1080 + "author_account_age_days": 1170 }, "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { - "stars": 1, + "stars": 3, "last_update": "2025-05-14 06:50:13", - "author_account_age_days": 124 + "author_account_age_days": 215 + }, + "https://github.com/maikgreubel/comfyui-loaddds": { + "stars": 0, + "last_update": "2025-10-12 15:04:26", + "author_account_age_days": 5350 + }, + "https://github.com/malkuthro/ComfyUI-Koolook": { + "stars": 0, + "last_update": "2025-12-10 14:11:56", + "author_account_age_days": 613 }, "https://github.com/maludwig/basix_image_filters": { "stars": 6, "last_update": "2025-05-15 23:29:38", - "author_account_age_days": 3954 + "author_account_age_days": 4044 + }, + "https://github.com/mamorett/ComfyUI-Flux2proReplicate": { + "stars": 0, + "last_update": "2025-11-26 12:06:56", + "author_account_age_days": 1290 }, "https://github.com/mamorett/ComfyUI_minicpmv4": { "stars": 1, - "last_update": "2025-08-15 21:17:50", - "author_account_age_days": 1199 + "last_update": "2025-10-23 14:42:23", + "author_account_age_days": 1290 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, - "last_update": "2025-07-11 17:10:27", - "author_account_age_days": 198 + "last_update": "2025-10-03 15:17:39", + "author_account_age_days": 288 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 2, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 851 + "author_account_age_days": 942 }, "https://github.com/mangobyed/ComfyUI_Detection_List": { "stars": 0, "last_update": "2025-08-22 20:53:01", - "author_account_age_days": 313 + "author_account_age_days": 404 }, "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4601 + "author_account_age_days": 4692 }, "https://github.com/mape/ComfyUI-mape-Helpers": { - "stars": 180, + "stars": 186, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6201 + "author_account_age_days": 6292 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { - "stars": 4, + "stars": 3, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1614 + "author_account_age_days": 1705 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, "last_update": "2025-03-07 01:44:44", - "author_account_age_days": 617 + "author_account_age_days": 708 }, "https://github.com/marco-zanella/ComfyUI-BooleanExpression": { "stars": 0, "last_update": "2025-08-17 02:05:40", - "author_account_age_days": 3965 + "author_account_age_days": 4056 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2025-08-27 01:08:27", - "author_account_age_days": 5631 + "author_account_age_days": 5722 }, "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { "stars": 2, "last_update": "2025-03-04 17:43:50", - "author_account_age_days": 5631 + "author_account_age_days": 5722 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { - "stars": 117, + "stars": 118, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4862 + "author_account_age_days": 4953 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4862 + "author_account_age_days": 4953 + }, + "https://github.com/marduk191/comfyui_qwen_runninghub": { + "stars": 0, + "last_update": "2025-11-23 16:45:09", + "author_account_age_days": 4953 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { - "stars": 91, + "stars": 92, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5222 + "author_account_age_days": 5313 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { "stars": 10, "last_update": "2025-08-08 23:15:40", - "author_account_age_days": 4253 + "author_account_age_days": 4343 }, "https://github.com/marklieberman/ComfyUI-Liebs-Title": { "stars": 0, "last_update": "2025-05-12 23:32:28", - "author_account_age_days": 4253 + "author_account_age_days": 4343 }, "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { - "stars": 0, + "stars": 1, "last_update": "2025-05-12 23:34:55", - "author_account_age_days": 4253 + "author_account_age_days": 4343 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { - "stars": 14, + "stars": 16, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3325 + "author_account_age_days": 3416 }, "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { "stars": 3, "last_update": "2025-03-12 18:18:54", - "author_account_age_days": 3325 + "author_account_age_days": 3416 }, "https://github.com/markuryy/ComfyUI-SuperLoader": { "stars": 0, "last_update": "2025-03-12 18:23:22", - "author_account_age_days": 3325 + "author_account_age_days": 3416 }, "https://github.com/martijnat/comfyui-previewlatent": { - "stars": 43, - "last_update": "2025-08-08 17:52:29", - "author_account_age_days": 3279 + "stars": 44, + "last_update": "2025-09-27 05:59:45", + "author_account_age_days": 3369 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 40, "last_update": "2025-08-29 23:04:42", - "author_account_age_days": 2045 + "author_account_age_days": 2135 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { - "stars": 13, + "stars": 14, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1854 + "author_account_age_days": 1945 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { - "stars": 69, + "stars": 70, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3187 + "author_account_age_days": 3278 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 1, "last_update": "2025-06-05 16:37:41", - "author_account_age_days": 3100 + "author_account_age_days": 3190 }, "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble": { - "stars": 7, - "last_update": "2025-09-11 03:18:21", - "author_account_age_days": 3279 + "stars": 13, + "last_update": "2025-12-14 10:08:18", + "author_account_age_days": 3370 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { - "stars": 28, + "stars": 34, "last_update": "2025-08-22 14:25:23", - "author_account_age_days": 4997 + "author_account_age_days": 5088 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 299, + "stars": 313, "last_update": "2025-06-21 08:02:17", - "author_account_age_days": 3368 + "author_account_age_days": 3458 }, "https://github.com/max-dingsda/OllamaTools": { - "stars": 2, - "last_update": "2025-08-05 18:12:55", - "author_account_age_days": 139 + "stars": 3, + "last_update": "2025-12-10 13:38:13", + "author_account_age_days": 229 + }, + "https://github.com/maxczc/comfyui-sora-node": { + "stars": 0, + "last_update": "2025-12-13 06:26:26", + "author_account_age_days": 4181 + }, + "https://github.com/maxmad62/ComfyUI-DiscordWebhookWithInput": { + "stars": 0, + "last_update": "2025-10-08 18:29:37", + "author_account_age_days": 1018 + }, + "https://github.com/mayunejie/ComfyUI-Allen-Yinpin": { + "stars": 0, + "last_update": "2025-12-02 03:08:44", + "author_account_age_days": 580 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4769 + "author_account_age_days": 4860 }, "https://github.com/mbrostami/ComfyUI-TITrain": { - "stars": 12, + "stars": 13, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4769 + "author_account_age_days": 4860 }, "https://github.com/mcDandy/more_math": { "stars": 0, - "last_update": "2025-09-14 19:22:50", - "author_account_age_days": 3433 + "last_update": "2025-12-11 21:59:10", + "author_account_age_days": 3524 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1222, + "stars": 1230, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2549 + "author_account_age_days": 2640 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-09-10 15:42:57", - "author_account_age_days": 1102 + "author_account_age_days": 1192 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { - "stars": 63, + "stars": 64, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3650 + "author_account_age_days": 3741 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3650 + "author_account_age_days": 3741 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 77, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3650 + "author_account_age_days": 3741 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2025-09-06 00:52:37", - "author_account_age_days": 4887 + "author_account_age_days": 4978 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { - "stars": 4, + "stars": 3, "last_update": "2025-08-10 00:49:32", - "author_account_age_days": 1649 + "author_account_age_days": 1740 }, "https://github.com/melMass/comfy_mtb": { - "stars": 611, - "last_update": "2025-09-07 11:55:09", - "author_account_age_days": 4192 + "stars": 653, + "last_update": "2025-11-09 15:31:23", + "author_account_age_days": 4283 }, "https://github.com/melMass/comfy_oiio": { - "stars": 7, + "stars": 9, "last_update": "2025-09-08 19:18:29", - "author_account_age_days": 4192 + "author_account_age_days": 4283 }, "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader": { - "stars": 4, - "last_update": "2025-09-01 13:31:55", - "author_account_age_days": 4169 + "stars": 6, + "last_update": "2025-11-29 18:25:47", + "author_account_age_days": 4260 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 4120 + "author_account_age_days": 4210 + }, + "https://github.com/mercu-lore/-Multiple-Angle-Camera-Control": { + "stars": 103, + "last_update": "2025-11-18 16:14:09", + "author_account_age_days": 2013 + }, + "https://github.com/mercu-lore/BoxBox": { + "stars": 2, + "last_update": "2025-11-17 11:20:20", + "author_account_age_days": 2013 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 676 + "author_account_age_days": 766 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 676 + "author_account_age_days": 766 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 676 + "author_account_age_days": 766 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { - "stars": 37, + "stars": 39, "last_update": "2025-03-07 08:14:46", - "author_account_age_days": 5921 + "author_account_age_days": 6011 }, "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { - "stars": 3, + "stars": 2, "last_update": "2025-03-11 12:09:55", - "author_account_age_days": 5921 + "author_account_age_days": 6011 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1070 + "author_account_age_days": 1161 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { - "stars": 5, + "stars": 7, "last_update": "2025-07-02 09:36:48", - "author_account_age_days": 2765 + "author_account_age_days": 2855 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { - "stars": 24, + "stars": 25, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 449 + "author_account_age_days": 540 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 460, + "stars": 498, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 915 + "author_account_age_days": 1006 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { - "stars": 31, + "stars": 34, "last_update": "2025-08-10 09:11:18", - "author_account_age_days": 915 + "author_account_age_days": 1006 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { - "stars": 4, - "last_update": "2025-08-22 03:03:52", - "author_account_age_days": 5804 + "stars": 6, + "last_update": "2025-10-04 09:09:41", + "author_account_age_days": 5894 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2455 + "author_account_age_days": 2546 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 3109 + "author_account_age_days": 3199 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 3011 + "author_account_age_days": 3102 + }, + "https://github.com/mikecaronna/comfyui_c2pa_signer": { + "stars": 1, + "last_update": "2025-10-06 14:27:34", + "author_account_age_days": 2173 }, "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, "last_update": "2025-07-31 08:46:16", - "author_account_age_days": 4756 + "author_account_age_days": 4847 + }, + "https://github.com/mikesimone/ComfyUI-LinkModeToggle": { + "stars": 0, + "last_update": "2025-11-09 01:35:16", + "author_account_age_days": 2876 }, "https://github.com/mikheys/comfyui-gemini-mikheys": { "stars": 2, "last_update": "2025-08-29 15:15:54", - "author_account_age_days": 2849 + "author_account_age_days": 2939 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 62, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6364 + "author_account_age_days": 6454 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 31, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6364 + "author_account_age_days": 6454 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 434, + "stars": 475, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 368 + "author_account_age_days": 459 }, "https://github.com/mira-6/comfyui-sasolver": { - "stars": 4, + "stars": 5, "last_update": "2025-02-23 21:44:23", - "author_account_age_days": 840 + "author_account_age_days": 930 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 147, - "last_update": "2025-08-28 16:44:18", - "author_account_age_days": 1668 + "stars": 162, + "last_update": "2025-12-10 15:42:53", + "author_account_age_days": 1758 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { - "stars": 0, + "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1185 + "author_account_age_days": 1276 }, "https://github.com/mittimi/ComfyUI_mittimiDaisyChainText": { "stars": 0, "last_update": "2025-07-09 08:51:24", - "author_account_age_days": 4457 + "author_account_age_days": 4548 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 4, "last_update": "2025-06-30 11:17:30", - "author_account_age_days": 4457 + "author_account_age_days": 4548 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 0, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4457 + "author_account_age_days": 4548 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 1, - "last_update": "2025-08-27 07:55:25", - "author_account_age_days": 4457 + "last_update": "2025-12-11 15:08:49", + "author_account_age_days": 4548 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { - "stars": 23, + "stars": 26, "last_update": "2025-07-16 11:05:05", - "author_account_age_days": 1421 + "author_account_age_days": 1512 + }, + "https://github.com/mobcat40/ComfyUI-PromptChain": { + "stars": 1, + "last_update": "2025-12-04 19:14:47", + "author_account_age_days": 142 }, "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, "last_update": "2025-04-04 19:45:39", - "author_account_age_days": 4256 + "author_account_age_days": 4346 + }, + "https://github.com/mochidroppot/ComfyUI-ProxyFix": { + "stars": 0, + "last_update": "2025-10-03 02:29:35", + "author_account_age_days": 102 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1147 + "author_account_age_days": 1238 }, "https://github.com/modelscope/scepter": { - "stars": 537, + "stars": 547, "last_update": "2025-04-03 06:00:15", - "author_account_age_days": 1147 + "author_account_age_days": 1238 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5051 + "author_account_age_days": 5142 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, "last_update": "2025-02-17 07:14:46", - "author_account_age_days": 1162 + "author_account_age_days": 1253 }, "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, "last_update": "2025-05-08 02:25:36", - "author_account_age_days": 4300 + "author_account_age_days": 4391 }, "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, "last_update": "2025-05-12 03:47:39", - "author_account_age_days": 3726 + "author_account_age_days": 3817 }, "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { - "stars": 20, - "last_update": "2025-02-26 03:01:29", - "author_account_age_days": 855 + "stars": 22, + "last_update": "2025-09-30 06:36:20", + "author_account_age_days": 945 + }, + "https://github.com/moonwhaler/comfyui-moonpack": { + "stars": 9, + "last_update": "2025-10-10 09:53:05", + "author_account_age_days": 4962 }, "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": { - "stars": 10, - "last_update": "2025-09-04 22:34:34", - "author_account_age_days": 4871 + "stars": 148, + "last_update": "2025-12-06 16:28:42", + "author_account_age_days": 4962 }, "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, "last_update": "2025-04-12 07:59:29", - "author_account_age_days": 233 + "author_account_age_days": 324 }, "https://github.com/morgan55555/comfyui-lock-mode": { "stars": 0, "last_update": "2025-04-28 16:16:18", - "author_account_age_days": 3632 + "author_account_age_days": 3722 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { - "stars": 0, - "last_update": "2025-08-17 18:14:01", - "author_account_age_days": 1771 + "stars": 1, + "last_update": "2025-12-08 16:19:15", + "author_account_age_days": 1862 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3253 + "author_account_age_days": 3344 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, "last_update": "2025-06-07 08:30:19", - "author_account_age_days": 3918 + "author_account_age_days": 4009 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 18, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2748 + "author_account_age_days": 2839 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4527 + "author_account_age_days": 4618 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, "last_update": "2025-03-02 19:24:26", - "author_account_age_days": 584 + "author_account_age_days": 675 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2025-04-07 00:27:45", - "author_account_age_days": 2758 + "author_account_age_days": 2849 + }, + "https://github.com/mrf/ComfyPoe": { + "stars": 0, + "last_update": "2025-11-26 22:43:59", + "author_account_age_days": 5715 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 9, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2314 + "author_account_age_days": 2405 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-05-25 14:11:04", - "author_account_age_days": 2542 + "author_account_age_days": 2633 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4385 + "author_account_age_days": 4476 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { - "stars": 161, + "stars": 164, "last_update": "2025-05-20 13:36:56", - "author_account_age_days": 3408 + "author_account_age_days": 3499 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 12, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3393 + "author_account_age_days": 3484 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1827 + "author_account_age_days": 1918 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1827 + "author_account_age_days": 1918 + }, + "https://github.com/myonmu0/ComfyUI-Jumper": { + "stars": 0, + "last_update": "2025-12-03 17:30:16", + "author_account_age_days": 58 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { - "stars": 27, - "last_update": "2025-05-22 06:54:44", - "author_account_age_days": 916 + "stars": 33, + "last_update": "2025-12-08 09:02:26", + "author_account_age_days": 1007 }, "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, "last_update": "2025-04-28 03:54:34", - "author_account_age_days": 1271 + "author_account_age_days": 1362 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 4121 + "author_account_age_days": 4212 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 4121 + "author_account_age_days": 4212 }, "https://github.com/nakagawadev/comfyui_nakagawa": { - "stars": 0, + "stars": 2, "last_update": "2025-09-14 03:18:07", - "author_account_age_days": 3369 + "author_account_age_days": 3459 }, "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, "last_update": "2025-04-26 22:48:50", - "author_account_age_days": 163 + "author_account_age_days": 254 }, "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 3, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 93 + "author_account_age_days": 184 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5081 + "author_account_age_days": 5172 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3440 + "author_account_age_days": 3531 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3440 + "author_account_age_days": 3531 }, "https://github.com/nathannlu/ComfyUI-Cloud": { - "stars": 201, + "stars": 206, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 3173 + "author_account_age_days": 3263 }, "https://github.com/nathannlu/ComfyUI-Pets": { - "stars": 49, + "stars": 48, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 3173 + "author_account_age_days": 3263 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 725 + "author_account_age_days": 816 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 1097 + "author_account_age_days": 1187 }, "https://github.com/negaga53/comfyui-imgloader": { - "stars": 0, + "stars": 2, "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 232 + "author_account_age_days": 323 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, "last_update": "2025-05-15 01:49:53", - "author_account_age_days": 4382 + "author_account_age_days": 4473 + }, + "https://github.com/neo-editer/ComfyUI-Better-Dimensions-wan-v2": { + "stars": 0, + "last_update": "2025-10-16 19:08:52", + "author_account_age_days": 829 }, "https://github.com/neocrz/comfyui-usetaesd": { + "stars": 2, + "last_update": "2025-10-26 14:56:53", + "author_account_age_days": 1857 + }, + "https://github.com/neonr-0/ComfyUI-PixelConstrainedScaler": { "stars": 1, - "last_update": "2025-06-14 18:58:39", - "author_account_age_days": 1767 + "last_update": "2025-11-18 16:03:25", + "author_account_age_days": 4297 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2025-04-06 10:43:14", - "author_account_age_days": 4099 + "author_account_age_days": 4189 }, "https://github.com/neverbiasu/ComfyUI-BAGEL": { - "stars": 174, - "last_update": "2025-08-30 10:42:36", - "author_account_age_days": 1466 + "stars": 187, + "last_update": "2025-10-13 00:36:22", + "author_account_age_days": 1557 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { "stars": 3, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1466 + "author_account_age_days": 1557 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { - "stars": 2, + "stars": 4, "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1466 + "author_account_age_days": 1557 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { - "stars": 18, + "stars": 21, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1466 + "author_account_age_days": 1557 + }, + "https://github.com/neverbiasu/ComfyUI-ModelScope": { + "stars": 1, + "last_update": "2025-11-08 21:10:36", + "author_account_age_days": 1557 }, "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { - "stars": 2, - "last_update": "2025-08-14 19:05:53", - "author_account_age_days": 1466 + "stars": 4, + "last_update": "2025-09-28 21:59:19", + "author_account_age_days": 1557 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 202, - "last_update": "2025-05-13 12:38:09", - "author_account_age_days": 1466 + "stars": 238, + "last_update": "2025-11-13 00:40:29", + "author_account_age_days": 1557 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { - "stars": 14, + "stars": 15, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1466 + "author_account_age_days": 1557 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { - "stars": 57, - "last_update": "2025-08-30 14:43:11", - "author_account_age_days": 183 + "stars": 91, + "last_update": "2025-11-30 18:54:01", + "author_account_age_days": 273 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { - "stars": 7, + "stars": 9, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4769 + "author_account_age_days": 4860 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 6, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4457 + "author_account_age_days": 4548 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4476 + "author_account_age_days": 4567 }, "https://github.com/nicofdga/DZ-FaceDetailer": { - "stars": 214, + "stars": 220, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1678 + "author_account_age_days": 1769 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 223, - "last_update": "2025-06-13 12:27:03", - "author_account_age_days": 5167 + "stars": 243, + "last_update": "2025-11-04 07:35:16", + "author_account_age_days": 5258 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { - "stars": 59, - "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5167 + "stars": 65, + "last_update": "2025-12-12 17:46:38", + "author_account_age_days": 5258 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5167 + "author_account_age_days": 5258 }, "https://github.com/niknah/audio-general-ComfyUI": { "stars": 1, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5167 + "author_account_age_days": 5258 + }, + "https://github.com/niknah/presentation-ComfyUI": { + "stars": 0, + "last_update": "2025-11-12 01:11:40", + "author_account_age_days": 5258 }, "https://github.com/niknah/quick-connections": { - "stars": 330, - "last_update": "2025-08-29 05:33:13", - "author_account_age_days": 5167 + "stars": 423, + "last_update": "2025-12-12 00:35:07", + "author_account_age_days": 5258 }, "https://github.com/nilor-corp/nilor-nodes": { - "stars": 4, - "last_update": "2025-09-11 12:14:39", - "author_account_age_days": 662 + "stars": 5, + "last_update": "2025-10-20 12:56:45", + "author_account_age_days": 753 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { - "stars": 60, + "stars": 62, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3435 + "author_account_age_days": 3526 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 783 + "author_account_age_days": 873 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3950 + "author_account_age_days": 4041 }, "https://github.com/nisaruj/comfyui-daam": { - "stars": 34, - "last_update": "2025-06-08 12:41:49", - "author_account_age_days": 3655 + "stars": 36, + "last_update": "2025-10-13 12:54:31", + "author_account_age_days": 3746 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 4, - "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4754 + "last_update": "2025-10-27 19:57:39", + "author_account_age_days": 4845 + }, + "https://github.com/nitingrg/comfyui-ntools": { + "stars": 0, + "last_update": "2025-11-25 15:21:12", + "author_account_age_days": 1055 + }, + "https://github.com/njlent/ComfyUI_performance-report": { + "stars": 2, + "last_update": "2025-10-12 15:00:25", + "author_account_age_days": 3996 }, "https://github.com/njlent/ComfyUI_wavelet-colorfix": { - "stars": 4, + "stars": 3, "last_update": "2025-08-13 13:04:06", - "author_account_age_days": 3905 + "author_account_age_days": 3996 }, "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 607 + "author_account_age_days": 698 }, "https://github.com/nkchocoai/ComfyUI-Dart": { - "stars": 27, + "stars": 28, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 607 + "author_account_age_days": 698 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { - "stars": 22, + "stars": 25, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 607 + "author_account_age_days": 698 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { - "stars": 97, + "stars": 108, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 607 + "author_account_age_days": 698 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { - "stars": 10, + "stars": 13, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 607 + "author_account_age_days": 698 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { - "stars": 12, + "stars": 13, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 607 + "author_account_age_days": 698 + }, + "https://github.com/nobandegani/comfyui_ino_nodes": { + "stars": 2, + "last_update": "2025-12-12 15:37:51", + "author_account_age_days": 1825 }, "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 14, "last_update": "2025-05-29 18:32:25", - "author_account_age_days": 2234 + "author_account_age_days": 2325 }, "https://github.com/noelkim12/ComfyUI-NoelTextUtil": { "stars": 0, "last_update": "2025-09-01 17:22:53", - "author_account_age_days": 2431 + "author_account_age_days": 2522 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 25, "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3190 + "author_account_age_days": 3281 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 6, - "last_update": "2025-07-12 04:22:58", - "author_account_age_days": 1660 + "last_update": "2025-11-26 22:00:39", + "author_account_age_days": 1750 + }, + "https://github.com/nomadoor/ComfyUI-DualPanel-Subgraph-Viewer": { + "stars": 9, + "last_update": "2025-10-19 10:28:59", + "author_account_age_days": 1039 + }, + "https://github.com/nomadoor/ComfyUI-Temporal-Mask-Tools": { + "stars": 1, + "last_update": "2025-10-17 18:15:29", + "author_account_age_days": 1039 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2569 + "author_account_age_days": 2660 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, "last_update": "2025-05-22 18:08:04", - "author_account_age_days": 3507 + "author_account_age_days": 3597 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { - "stars": 249, + "stars": 256, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4352 + "author_account_age_days": 4443 }, "https://github.com/nosiu/comfyui-text-randomizer": { "stars": 0, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4352 + "author_account_age_days": 4443 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { - "stars": 11, + "stars": 12, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 3008 + "author_account_age_days": 3098 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { - "stars": 14, + "stars": 18, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 522 + "author_account_age_days": 613 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { - "stars": 34, + "stars": 36, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 2165 + "author_account_age_days": 2255 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1539 + "author_account_age_days": 1630 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { - "stars": 25, + "stars": 26, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1539 + "author_account_age_days": 1630 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 917, + "stars": 933, "last_update": "2025-03-31 08:45:34", - "author_account_age_days": 1624 + "author_account_age_days": 1714 }, "https://github.com/numz/ComfyUI-FlowChain": { - "stars": 157, + "stars": 162, "last_update": "2025-07-28 06:20:20", - "author_account_age_days": 5231 + "author_account_age_days": 5321 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 706, - "last_update": "2025-08-29 16:15:56", - "author_account_age_days": 5231 + "stars": 1519, + "last_update": "2025-12-13 05:38:02", + "author_account_age_days": 5321 }, "https://github.com/numz/Comfyui-Orpheus": { - "stars": 8, + "stars": 9, "last_update": "2025-04-16 19:20:21", - "author_account_age_days": 5231 + "author_account_age_days": 5321 }, "https://github.com/nunchaku-tech/ComfyUI-nunchaku": { - "stars": 2165, - "last_update": "2025-09-14 05:35:13", - "author_account_age_days": 62 + "stars": 2571, + "last_update": "2025-11-08 06:31:28", + "author_account_age_days": 153 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { - "stars": 36, + "stars": 39, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 1000 + "author_account_age_days": 1091 }, "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": 2920 + "author_account_age_days": 3011 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { "stars": 12, "last_update": "2025-08-09 18:11:21", - "author_account_age_days": 2920 + "author_account_age_days": 3011 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { - "stars": 34, + "stars": 37, "last_update": "2025-08-09 18:15:36", - "author_account_age_days": 2920 + "author_account_age_days": 3011 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { - "stars": 47, + "stars": 72, "last_update": "2025-09-02 12:12:23", - "author_account_age_days": 2920 + "author_account_age_days": 3011 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { "stars": 4, "last_update": "2025-08-09 18:46:59", - "author_account_age_days": 2920 + "author_account_age_days": 3011 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { - "stars": 36, + "stars": 41, "last_update": "2025-08-09 17:58:21", - "author_account_age_days": 2920 + "author_account_age_days": 3011 }, "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { - "stars": 8, + "stars": 10, "last_update": "2025-08-09 18:37:17", - "author_account_age_days": 2920 + "author_account_age_days": 3011 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { - "stars": 14, + "stars": 15, "last_update": "2025-08-08 12:50:29", - "author_account_age_days": 2920 + "author_account_age_days": 3011 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { - "stars": 40, + "stars": 50, "last_update": "2025-08-09 18:42:14", - "author_account_age_days": 2920 + "author_account_age_days": 3011 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { - "stars": 11, + "stars": 18, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2920 + "author_account_age_days": 3011 }, "https://github.com/obisin/ComfyUI-DGLS": { - "stars": 7, - "last_update": "2025-09-13 06:29:46", - "author_account_age_days": 1462 + "stars": 12, + "last_update": "2025-09-26 10:25:10", + "author_account_age_days": 1552 + }, + "https://github.com/obvirm/ComfyUI-WhisperXX": { + "stars": 1, + "last_update": "2025-12-03 22:07:11", + "author_account_age_days": 1056 + }, + "https://github.com/okdalto/ComfyUI-WithAnyone": { + "stars": 19, + "last_update": "2025-11-04 03:53:47", + "author_account_age_days": 3354 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { - "stars": 6, + "stars": 8, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3134 + "author_account_age_days": 3225 }, "https://github.com/olafrv/comfyui_olafrv": { "stars": 0, "last_update": "2025-09-07 20:31:30", - "author_account_age_days": 5141 + "author_account_age_days": 5232 }, "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, - "last_update": "2025-04-15 07:18:38", - "author_account_age_days": 1323 + "last_update": "2025-09-27 03:52:18", + "author_account_age_days": 1414 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1323 + "author_account_age_days": 1414 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 409 + "author_account_age_days": 500 }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { - "stars": 1, - "last_update": "2025-09-07 07:43:36", - "author_account_age_days": 4448 + "stars": 3, + "last_update": "2025-09-23 22:08:30", + "author_account_age_days": 4539 }, "https://github.com/olivv-cs/ComfyUI-FunPack": { "stars": 3, "last_update": "2025-07-31 10:05:24", - "author_account_age_days": 859 + "author_account_age_days": 950 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { - "stars": 164, + "stars": 172, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4954 + "author_account_age_days": 5044 + }, + "https://github.com/omixmaxdimo/OmiXDev": { + "stars": 0, + "last_update": "2025-10-23 12:10:24", + "author_account_age_days": 2006 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { - "stars": 22, - "last_update": "2025-07-10 01:18:19", - "author_account_age_days": 1452 + "stars": 28, + "last_update": "2025-11-24 02:32:23", + "author_account_age_days": 1543 }, "https://github.com/opparco/ComfyUI-WanLightx2vScheduler": { - "stars": 0, + "stars": 1, "last_update": "2025-09-05 18:56:41", - "author_account_age_days": 4127 + "author_account_age_days": 4218 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 2001 + "author_account_age_days": 2092 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, "last_update": "2025-02-26 03:48:27", - "author_account_age_days": 4543 + "author_account_age_days": 4634 }, "https://github.com/orex2121/comfyui-OreX": { - "stars": 11, - "last_update": "2025-09-03 21:54:20", - "author_account_age_days": 1954 + "stars": 14, + "last_update": "2025-12-05 09:45:28", + "author_account_age_days": 2044 }, "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 1029 + "author_account_age_days": 1120 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { - "stars": 22, + "stars": 23, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 1029 + "author_account_age_days": 1120 }, "https://github.com/orion4d/ComfyUI_DAO_master": { - "stars": 9, + "stars": 10, "last_update": "2025-09-03 08:56:54", - "author_account_age_days": 1029 + "author_account_age_days": 1120 }, "https://github.com/orion4d/ComfyUI_SharpnessPro": { - "stars": 6, + "stars": 8, "last_update": "2025-08-27 09:02:20", - "author_account_age_days": 1029 + "author_account_age_days": 1120 }, "https://github.com/orion4d/ComfyUI_colormaster": { - "stars": 1, + "stars": 2, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 1029 + "author_account_age_days": 1120 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 1029 + "author_account_age_days": 1120 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 1029 + "author_account_age_days": 1120 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { "stars": 0, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 1029 + "author_account_age_days": 1120 }, "https://github.com/orion4d/Comfyui_EncryptMaster": { - "stars": 2, + "stars": 3, "last_update": "2025-09-06 14:18:12", - "author_account_age_days": 1029 + "author_account_age_days": 1120 }, "https://github.com/orion4d/Gemini_Banana_by_orion4d": { - "stars": 5, + "stars": 10, "last_update": "2025-09-07 22:18:10", - "author_account_age_days": 1029 + "author_account_age_days": 1120 }, "https://github.com/orion4d/Orion4D_pixelshift": { - "stars": 1, + "stars": 5, "last_update": "2025-09-09 09:14:31", - "author_account_age_days": 1029 + "author_account_age_days": 1120 }, "https://github.com/orion4d/illusion_node": { "stars": 3, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 1029 + "author_account_age_days": 1120 + }, + "https://github.com/orpheus-gaze/comfyui-s2-guidance-test": { + "stars": 0, + "last_update": "2025-11-13 17:50:49", + "author_account_age_days": 87 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { - "stars": 89, + "stars": 148, "last_update": "2025-03-19 12:56:23", - "author_account_age_days": 3476 + "author_account_age_days": 3567 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { - "stars": 6, - "last_update": "2025-05-22 09:55:47", - "author_account_age_days": 873 + "stars": 7, + "last_update": "2025-11-19 21:03:59", + "author_account_age_days": 963 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { - "stars": 20, + "stars": 21, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1524 + "author_account_age_days": 1615 }, "https://github.com/ostris/ComfyUI-FlexTools": { - "stars": 74, + "stars": 79, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2850 + "author_account_age_days": 2941 }, "https://github.com/ostris/ostris_nodes_comfyui": { - "stars": 31, + "stars": 42, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2850 + "author_account_age_days": 2941 }, "https://github.com/otacoo/comfyui_otacoo": { - "stars": 5, - "last_update": "2025-07-28 18:49:03", - "author_account_age_days": 143 + "stars": 8, + "last_update": "2025-10-02 07:14:56", + "author_account_age_days": 234 }, "https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer": { - "stars": 1, - "last_update": "2025-09-11 22:32:07", - "author_account_age_days": 4562 + "stars": 5, + "last_update": "2025-12-13 13:49:32", + "author_account_age_days": 4653 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3230 + "author_account_age_days": 3321 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, "last_update": "2025-04-09 03:55:00", - "author_account_age_days": 4559 + "author_account_age_days": 4649 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2777 + "author_account_age_days": 2868 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { - "stars": 30, + "stars": 31, "last_update": "2025-04-07 08:30:38", - "author_account_age_days": 1289 + "author_account_age_days": 1379 }, "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-08-22 08:04:50", - "author_account_age_days": 2062 + "author_account_age_days": 2153 }, "https://github.com/p1atdev/comfyui-tkg-chroma-key": { - "stars": 17, + "stars": 18, "last_update": "2025-08-23 16:06:14", - "author_account_age_days": 2062 + "author_account_age_days": 2153 + }, + "https://github.com/pacchikAI/comfyui_pacchik_ImagePromptBatch": { + "stars": 0, + "last_update": "2025-10-22 16:27:05", + "author_account_age_days": 216 }, "https://github.com/palant/image-resize-comfyui": { - "stars": 99, + "stars": 102, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5500 + "author_account_age_days": 5591 }, "https://github.com/palant/integrated-nodes-comfyui": { - "stars": 38, + "stars": 39, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5500 + "author_account_age_days": 5591 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 218, - "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2578 + "stars": 230, + "last_update": "2025-12-09 13:44:22", + "author_account_age_days": 2669 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { - "stars": 18, + "stars": 19, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2578 + "author_account_age_days": 2669 }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 278, - "last_update": "2025-06-24 00:09:09", - "author_account_age_days": 2578 + "stars": 291, + "last_update": "2025-09-27 04:23:13", + "author_account_age_days": 2669 + }, + "https://github.com/pantaleone-ai/Comfy-Firefly": { + "stars": 0, + "last_update": "2025-12-11 21:24:50", + "author_account_age_days": 1457 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2764 + "author_account_age_days": 2855 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, "last_update": "2025-05-26 12:33:08", - "author_account_age_days": 1960 + "author_account_age_days": 2050 }, "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { "stars": 0, "last_update": "2025-08-08 13:16:05", - "author_account_age_days": 1960 + "author_account_age_days": 2050 }, "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, "last_update": "2025-03-03 07:47:31", - "author_account_age_days": 285 + "author_account_age_days": 376 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { - "stars": 225, + "stars": 229, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5527 + "author_account_age_days": 5618 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { - "stars": 28, + "stars": 31, "last_update": "2025-08-08 14:30:19", - "author_account_age_days": 299 + "author_account_age_days": 389 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 30, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3134 + "author_account_age_days": 3225 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, "last_update": "2025-09-04 12:54:34", - "author_account_age_days": 1109 + "author_account_age_days": 1200 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1677 + "author_account_age_days": 1768 }, - "https://github.com/penposs/ComfyUI-Banana-Node": { + "https://github.com/pdale-boop/Comfyui-Network-Guardian": { "stars": 0, - "last_update": "2025-09-02 12:24:21", - "author_account_age_days": 2205 + "last_update": "2025-10-14 21:49:38", + "author_account_age_days": 64 }, "https://github.com/penposs/ComfyUI_Gemini_Pro": { - "stars": 8, - "last_update": "2025-09-14 06:32:08", - "author_account_age_days": 2205 + "stars": 11, + "last_update": "2025-11-28 14:26:22", + "author_account_age_days": 2296 + }, + "https://github.com/penposs/Comfyui-banana2": { + "stars": 0, + "last_update": "2025-11-26 03:58:01", + "author_account_age_days": 2296 }, "https://github.com/penposs/Comfyui_wan_api": { "stars": 1, "last_update": "2025-04-02 16:02:44", - "author_account_age_days": 2205 + "author_account_age_days": 2296 + }, + "https://github.com/perckle/comfyui_dpir": { + "stars": 0, + "last_update": "2025-09-27 06:10:01", + "author_account_age_days": 1901 + }, + "https://github.com/perezjoan/ComfyUI-QwenEdit-Urbanism-by-UGA": { + "stars": 1, + "last_update": "2025-12-04 22:11:17", + "author_account_age_days": 2501 + }, + "https://github.com/petr-pr/ComfyUI-TranslationNode": { + "stars": 0, + "last_update": "2025-11-05 22:42:00", + "author_account_age_days": 1360 }, "https://github.com/pharmapsychotic/comfy-cliption": { - "stars": 58, + "stars": 62, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1362 + "author_account_age_days": 1452 + }, + "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader": { + "stars": 4, + "last_update": "2025-12-12 05:53:27", + "author_account_age_days": 1116 }, "https://github.com/phazei/ComfyUI-OrpheusTTS-LMStudio": { - "stars": 1, + "stars": 2, "last_update": "2025-09-10 06:24:20", - "author_account_age_days": 5456 + "author_account_age_days": 5546 }, "https://github.com/phazei/ComfyUI-Prompt-Stash": { - "stars": 25, - "last_update": "2025-08-23 11:28:09", - "author_account_age_days": 5456 + "stars": 38, + "last_update": "2025-12-06 02:53:25", + "author_account_age_days": 5546 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 1, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3446 + "author_account_age_days": 3536 }, "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, "last_update": "2025-07-01 13:40:29", - "author_account_age_days": 3705 + "author_account_age_days": 3796 }, "https://github.com/philipy1219/ComfyUI-TaylorSeer": { - "stars": 45, - "last_update": "2025-08-01 14:04:02", - "author_account_age_days": 3705 + "stars": 56, + "last_update": "2025-10-07 08:05:19", + "author_account_age_days": 3796 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { - "stars": 189, + "stars": 200, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1111 + "author_account_age_days": 1201 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { - "stars": 55, + "stars": 57, "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2736 + "author_account_age_days": 2826 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { - "stars": 28, - "last_update": "2025-05-01 01:46:07", - "author_account_age_days": 2121 + "stars": 37, + "last_update": "2025-09-15 02:17:21", + "author_account_age_days": 2212 }, "https://github.com/phyblas/nsfw-shorier_comfyui": { - "stars": 3, - "last_update": "2025-09-14 21:36:04", - "author_account_age_days": 3500 + "stars": 6, + "last_update": "2025-09-16 13:23:13", + "author_account_age_days": 3591 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 10, "last_update": "2025-09-10 14:45:01", - "author_account_age_days": 3500 + "author_account_age_days": 3591 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 123 + "author_account_age_days": 214 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { - "stars": 0, + "stars": 2, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 123 + "author_account_age_days": 214 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { - "stars": 4, + "stars": 6, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 123 + "author_account_age_days": 214 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 1034 + "author_account_age_days": 1125 + }, + "https://github.com/pierreb-mf/ComfyUI-MF-PipoNodes": { + "stars": 1, + "last_update": "2025-11-05 21:55:09", + "author_account_age_days": 60 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, "last_update": "2025-04-03 13:31:42", - "author_account_age_days": 417 + "author_account_age_days": 508 + }, + "https://github.com/piscesbody/ComfyUI-Upscale-CUDAspeed": { + "stars": 21, + "last_update": "2025-10-26 04:15:42", + "author_account_age_days": 3845 }, "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, "last_update": "2025-03-13 23:07:04", - "author_account_age_days": 418 + "author_account_age_days": 509 }, "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { - "stars": 0, + "stars": 1, "last_update": "2025-08-10 13:42:12", - "author_account_age_days": 418 + "author_account_age_days": 509 + }, + "https://github.com/pizurny/ComfyUI-AV-Handles": { + "stars": 24, + "last_update": "2025-11-08 18:23:12", + "author_account_age_days": 1219 + }, + "https://github.com/pizurny/Comfyui-Latent-Transform-Sampler": { + "stars": 3, + "last_update": "2025-10-28 20:48:57", + "author_account_age_days": 1219 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 1950 + "author_account_age_days": 2041 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { - "stars": 9, + "stars": 10, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1950 + "author_account_age_days": 2041 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1950 + "author_account_age_days": 2041 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1950 + "author_account_age_days": 2041 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-03-25 19:50:08", - "author_account_age_days": 1948 + "author_account_age_days": 2038 }, "https://github.com/plugcrypt/CRT-Nodes": { - "stars": 10, - "last_update": "2025-09-10 20:49:19", - "author_account_age_days": 1509 + "stars": 64, + "last_update": "2025-12-10 20:18:41", + "author_account_age_days": 1600 }, "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { - "stars": 5, - "last_update": "2025-06-30 20:23:13", - "author_account_age_days": 511 + "stars": 9, + "last_update": "2025-11-08 19:39:43", + "author_account_age_days": 602 }, "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { - "stars": 11, - "last_update": "2025-07-14 12:58:10", - "author_account_age_days": 248 + "stars": 16, + "last_update": "2025-11-07 16:41:28", + "author_account_age_days": 339 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 478, - "last_update": "2025-09-14 20:01:09", - "author_account_age_days": 3954 + "stars": 678, + "last_update": "2025-10-16 03:10:03", + "author_account_age_days": 4044 + }, + "https://github.com/polym/ComfyUI-musubi": { + "stars": 1, + "last_update": "2025-10-21 11:45:22", + "author_account_age_days": 4770 }, "https://github.com/popoimm/comfyui-popo-utility": { "stars": 0, "last_update": "2025-08-28 17:56:41", - "author_account_age_days": 3491 + "author_account_age_days": 3582 }, "https://github.com/portu-sim/comfyui_bmab": { - "stars": 117, + "stars": 122, "last_update": "2025-08-23 16:35:18", - "author_account_age_days": 769 + "author_account_age_days": 860 + }, + "https://github.com/power88/ComfyUI-PDiD-LLM-Nodes": { + "stars": 0, + "last_update": "2025-11-16 12:13:06", + "author_account_age_days": 3269 + }, + "https://github.com/princepainter/ComfyUI-PainterI2V": { + "stars": 460, + "last_update": "2025-11-24 23:48:08", + "author_account_age_days": 1041 + }, + "https://github.com/princepainter/ComfyUI-PainterI2VforKJ": { + "stars": 74, + "last_update": "2025-11-19 10:27:30", + "author_account_age_days": 1041 + }, + "https://github.com/princepainter/ComfyUI-PainterLongVideo": { + "stars": 91, + "last_update": "2025-11-18 23:59:04", + "author_account_age_days": 1041 + }, + "https://github.com/princepainter/Comfyui-PainterAudioCut": { + "stars": 6, + "last_update": "2025-11-16 09:59:25", + "author_account_age_days": 1041 + }, + "https://github.com/princepainter/Comfyui-PainterAudioLength": { + "stars": 0, + "last_update": "2025-12-09 01:50:09", + "author_account_age_days": 1041 + }, + "https://github.com/princepainter/Comfyui-PainterFLF2V": { + "stars": 88, + "last_update": "2025-11-28 02:57:39", + "author_account_age_days": 1041 + }, + "https://github.com/princepainter/Comfyui-PainterSampler": { + "stars": 18, + "last_update": "2025-11-17 09:12:16", + "author_account_age_days": 1041 + }, + "https://github.com/princepainter/Comfyui-PainterVRAM": { + "stars": 18, + "last_update": "2025-11-28 08:50:39", + "author_account_age_days": 1041 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { - "stars": 41, + "stars": 45, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1477 + "author_account_age_days": 1568 }, "https://github.com/prodogape/ComfyUI-Minio": { - "stars": 6, + "stars": 7, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1477 + "author_account_age_days": 1568 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 3, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1477 + "author_account_age_days": 1568 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { - "stars": 26, + "stars": 27, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1477 + "author_account_age_days": 1568 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 6015 + "author_account_age_days": 6106 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 14, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4435 + "author_account_age_days": 4525 + }, + "https://github.com/psdwizzard/Comfyui-XYZ-stitch": { + "stars": 1, + "last_update": "2025-11-11 16:47:27", + "author_account_age_days": 3385 }, "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { - "stars": 22, + "stars": 24, "last_update": "2025-07-06 04:41:46", - "author_account_age_days": 4327 + "author_account_age_days": 4418 }, "https://github.com/ptmaster/comfyui-audio-speed": { - "stars": 12, + "stars": 11, "last_update": "2025-06-24 15:23:03", - "author_account_age_days": 4327 + "author_account_age_days": 4418 }, "https://github.com/puke3615/ComfyUI-OneAPI": { - "stars": 4, + "stars": 8, "last_update": "2025-08-05 17:33:59", - "author_account_age_days": 3962 + "author_account_age_days": 4053 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 3, "last_update": "2025-05-12 07:08:54", - "author_account_age_days": 2248 + "author_account_age_days": 2339 }, "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, "last_update": "2025-05-19 09:59:44", - "author_account_age_days": 4275 + "author_account_age_days": 4366 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 3, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5385 + "author_account_age_days": 5476 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 2, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5385 + "author_account_age_days": 5476 + }, + "https://github.com/purzbeats/ComfyUI-Purz": { + "stars": 19, + "last_update": "2025-12-08 19:56:18", + "author_account_age_days": 1433 }, "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, - "last_update": "2025-09-04 16:47:58", - "author_account_age_days": 489 + "last_update": "2025-12-09 14:50:47", + "author_account_age_days": 580 }, "https://github.com/pxl-pshr/GlitchNodes": { - "stars": 54, - "last_update": "2025-08-17 19:17:44", - "author_account_age_days": 333 + "stars": 59, + "last_update": "2025-10-11 16:47:17", + "author_account_age_days": 423 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 2014, - "last_update": "2025-07-28 00:10:36", - "author_account_age_days": 3144 + "stars": 2162, + "last_update": "2025-09-26 23:53:00", + "author_account_age_days": 3235 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2672, + "stars": 2845, "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 945 + "author_account_age_days": 1035 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 959, + "stars": 1045, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 945 + "author_account_age_days": 1035 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 167, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 1224 + "author_account_age_days": 1315 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { - "stars": 81, + "stars": 83, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 1224 + "author_account_age_days": 1315 }, "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { - "stars": 76, + "stars": 75, "last_update": "2025-04-30 11:03:51", - "author_account_age_days": 2951 + "author_account_age_days": 3042 }, "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { - "stars": 13, + "stars": 14, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3735 + "author_account_age_days": 3826 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { - "stars": 38, + "stars": 42, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3735 + "author_account_age_days": 3826 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { - "stars": 25, - "last_update": "2025-08-15 20:00:40", - "author_account_age_days": 3735 + "stars": 39, + "last_update": "2025-10-08 13:39:49", + "author_account_age_days": 3826 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { - "stars": 62, + "stars": 65, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3735 + "author_account_age_days": 3826 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { - "stars": 30, + "stars": 34, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3735 + "author_account_age_days": 3826 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { - "stars": 34, + "stars": 40, "last_update": "2025-08-23 12:28:00", - "author_account_age_days": 3735 + "author_account_age_days": 3826 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { - "stars": 20, + "stars": 21, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3735 + "author_account_age_days": 3826 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { "stars": 7, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3735 + "author_account_age_days": 3826 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { - "stars": 38, - "last_update": "2025-07-10 13:00:29", - "author_account_age_days": 3735 + "stars": 44, + "last_update": "2025-10-02 18:14:33", + "author_account_age_days": 3826 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { - "stars": 10, + "stars": 11, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3735 + "author_account_age_days": 3826 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { - "stars": 13, + "stars": 16, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3735 + "author_account_age_days": 3826 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1058 - }, - "https://github.com/r-vage/ComfyUI-RvTools_v2": { - "stars": 11, - "last_update": "2025-09-11 05:16:13", - "author_account_age_days": 119 + "author_account_age_days": 1149 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 879 + "author_account_age_days": 969 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 588 + "author_account_age_days": 679 + }, + "https://github.com/rafacost/rafacost-comfy": { + "stars": 2, + "last_update": "2025-11-11 14:26:29", + "author_account_age_days": 4226 }, "https://github.com/railep/ComfyUI-HunyuanVideo-Foley": { - "stars": 4, + "stars": 5, "last_update": "2025-08-29 16:48:04", - "author_account_age_days": 195 + "author_account_age_days": 285 }, "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { - "stars": 372, + "stars": 378, "last_update": "2025-03-22 09:59:11", - "author_account_age_days": 1513 + "author_account_age_days": 1604 }, "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { "stars": 6, "last_update": "2025-02-06 19:02:52", - "author_account_age_days": 1513 + "author_account_age_days": 1604 }, "https://github.com/rainlizard/ComfyUI-Raffle": { - "stars": 11, - "last_update": "2025-06-30 02:29:42", - "author_account_age_days": 3610 + "stars": 18, + "last_update": "2025-11-23 16:11:33", + "author_account_age_days": 3701 }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, "last_update": "2025-08-14 13:53:47", - "author_account_age_days": 3610 - }, - "https://github.com/rakki194/ComfyUI-ImageCompare": { - "stars": 0, - "last_update": "2025-05-05 21:00:58", - "author_account_age_days": 225 + "author_account_age_days": 3701 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { - "stars": 4, - "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1769 + "stars": 5, + "last_update": "2025-10-27 11:11:50", + "author_account_age_days": 1860 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { - "stars": 66, + "stars": 68, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3664 + "author_account_age_days": 3755 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1208 + "author_account_age_days": 1299 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { - "stars": 1, - "last_update": "2025-04-07 17:34:06", - "author_account_age_days": 266 + "stars": 3, + "last_update": "2025-12-07 02:37:32", + "author_account_age_days": 357 }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, "last_update": "2025-09-02 08:35:03", - "author_account_age_days": 5703 + "author_account_age_days": 5793 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { - "stars": 89, + "stars": 90, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4941 + "author_account_age_days": 5032 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { - "stars": 48, + "stars": 49, "last_update": "2025-05-06 02:01:37", - "author_account_age_days": 2370 + "author_account_age_days": 2461 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 112, "last_update": "2025-03-09 21:14:27", - "author_account_age_days": 2452 + "author_account_age_days": 2542 }, "https://github.com/razvanmatei-sf/razv-llm": { "stars": 0, - "last_update": "2025-09-10 13:39:51", - "author_account_age_days": 17 + "last_update": "2025-12-02 14:48:54", + "author_account_age_days": 107 }, "https://github.com/razvanmatei-sf/razv-wavespeed": { "stars": 0, - "last_update": "2025-09-11 11:20:46", - "author_account_age_days": 17 + "last_update": "2025-12-02 14:56:41", + "author_account_age_days": 107 + }, + "https://github.com/razvanmatei-sf/serhii-prompt-list": { + "stars": 0, + "last_update": "2025-11-03 10:19:48", + "author_account_age_days": 107 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3872 + "author_account_age_days": 3962 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1958 + "author_account_age_days": 2049 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { - "stars": 41, + "stars": 44, "last_update": "2025-06-30 19:02:35", - "author_account_age_days": 6068 + "author_account_age_days": 6159 + }, + "https://github.com/rdawgemfl/rdawg_3D_pack": { + "stars": 0, + "last_update": "2025-10-19 12:31:40", + "author_account_age_days": 2466 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, "last_update": "2025-07-20 04:21:48", - "author_account_age_days": 3770 + "author_account_age_days": 3861 }, "https://github.com/reallusion/ComfyUI-Reallusion": { - "stars": 4, + "stars": 8, "last_update": "2025-08-26 10:09:05", - "author_account_age_days": 2508 + "author_account_age_days": 2599 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 395, + "stars": 420, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3040 + "author_account_age_days": 3131 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { - "stars": 64, + "stars": 65, "last_update": "2025-06-04 11:33:13", - "author_account_age_days": 1170 + "author_account_age_days": 1260 + }, + "https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter": { + "stars": 7, + "last_update": "2025-09-30 16:00:15", + "author_account_age_days": 3842 }, "https://github.com/redhottensors/ComfyUI-Prediction": { - "stars": 14, + "stars": 15, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 586 + "author_account_age_days": 677 + }, + "https://github.com/reeoi/ComfyUI-WebROI": { + "stars": 0, + "last_update": "2025-11-25 08:44:40", + "author_account_age_days": 2298 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { - "stars": 94, + "stars": 114, "last_update": "2025-06-30 16:50:28", - "author_account_age_days": 5074 + "author_account_age_days": 5165 }, "https://github.com/regiellis/ComfyUI-EasyIllustrious": { - "stars": 19, - "last_update": "2025-09-08 03:33:29", - "author_account_age_days": 5074 + "stars": 44, + "last_update": "2025-09-23 19:42:28", + "author_account_age_days": 5165 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { - "stars": 39, + "stars": 46, "last_update": "2025-05-12 14:17:10", - "author_account_age_days": 5074 + "author_account_age_days": 5165 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 11, "last_update": "2025-04-05 15:15:29", - "author_account_age_days": 5074 + "author_account_age_days": 5165 }, "https://github.com/regiellis/ComfyUI-SDXL-Adherence": { - "stars": 4, + "stars": 6, "last_update": "2025-09-01 01:09:00", - "author_account_age_days": 5074 + "author_account_age_days": 5165 }, "https://github.com/replicate/comfyui-replicate": { - "stars": 197, + "stars": 204, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2055 + "author_account_age_days": 2146 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 2, "last_update": "2025-04-23 10:49:48", - "author_account_age_days": 4932 + "author_account_age_days": 5023 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2233, - "last_update": "2025-09-10 00:31:41", - "author_account_age_days": 5422 + "stars": 2531, + "last_update": "2025-12-12 01:53:37", + "author_account_age_days": 5512 }, "https://github.com/rhdunn/comfyui-audio-processing": { - "stars": 10, + "stars": 11, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6084 + "author_account_age_days": 6175 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6084 + "author_account_age_days": 6175 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, "last_update": "2025-04-12 22:59:21", - "author_account_age_days": 600 + "author_account_age_days": 691 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 3128 + "author_account_age_days": 3218 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5280 + "author_account_age_days": 5371 }, "https://github.com/rickrender/ComfyUI-Vectorizer-API": { - "stars": 1, + "stars": 2, "last_update": "2025-08-20 00:09:26", - "author_account_age_days": 988 + "author_account_age_days": 1078 }, "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", - "author_account_age_days": 4651 + "author_account_age_days": 4742 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { - "stars": 4, + "stars": 6, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1094 + "author_account_age_days": 1185 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1094 + "author_account_age_days": 1185 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { - "stars": 16, - "last_update": "2025-08-04 16:23:03", - "author_account_age_days": 1094 + "stars": 18, + "last_update": "2025-09-25 09:39:29", + "author_account_age_days": 1185 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { - "stars": 36, + "stars": 37, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1094 + "author_account_age_days": 1185 + }, + "https://github.com/ritik-devsecops/ComfyUI-Floyo-Flux2-API-node": { + "stars": 1, + "last_update": "2025-11-26 23:27:36", + "author_account_age_days": 26 + }, + "https://github.com/rjgoif/ComfyUI-Img-Label-Tools": { + "stars": 3, + "last_update": "2025-12-04 07:39:45", + "author_account_age_days": 4426 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, "last_update": "2025-04-27 15:58:21", - "author_account_age_days": 5719 + "author_account_age_days": 5809 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { - "stars": 14, + "stars": 16, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3994 + "author_account_age_days": 4085 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { - "stars": 25, - "last_update": "2025-09-04 07:09:16", - "author_account_age_days": 2260 + "stars": 28, + "last_update": "2025-12-02 13:21:47", + "author_account_age_days": 2351 }, "https://github.com/robertvoy/ComfyUI-Distributed": { - "stars": 287, - "last_update": "2025-09-13 23:54:12", - "author_account_age_days": 4552 + "stars": 439, + "last_update": "2025-10-27 21:01:07", + "author_account_age_days": 4643 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { - "stars": 224, - "last_update": "2025-09-08 11:56:14", - "author_account_age_days": 4552 + "stars": 232, + "last_update": "2025-12-04 06:17:57", + "author_account_age_days": 4643 }, "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1571 + "author_account_age_days": 1662 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 899 + "author_account_age_days": 990 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 20, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3601 + "author_account_age_days": 3691 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 738 + "author_account_age_days": 828 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 6, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2757 + "author_account_age_days": 2848 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { - "stars": 109, + "stars": 108, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4602 + "author_account_age_days": 4693 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1465 + "author_account_age_days": 1555 }, "https://github.com/rookiepsi/comfypsi_blur_mask": { - "stars": 0, + "stars": 1, "last_update": "2025-09-08 02:32:36", - "author_account_age_days": 204 + "author_account_age_days": 295 }, "https://github.com/rookiepsi/comfyui-extended": { - "stars": 3, - "last_update": "2025-06-22 13:42:26", - "author_account_age_days": 204 + "stars": 4, + "last_update": "2025-10-07 20:14:44", + "author_account_age_days": 295 + }, + "https://github.com/rookiestar28/ComfyUI-Danbooru-Tags-Upsampler": { + "stars": 2, + "last_update": "2025-11-22 11:21:39", + "author_account_age_days": 751 + }, + "https://github.com/rookiestar28/ComfyUI_Text_Processor": { + "stars": 5, + "last_update": "2025-11-26 05:22:32", + "author_account_age_days": 751 }, "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { "stars": 6, "last_update": "2025-03-09 23:39:24", - "author_account_age_days": 1375 + "author_account_age_days": 1465 }, "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI": { - "stars": 3, - "last_update": "2025-08-19 13:53:35", - "author_account_age_days": 818 + "stars": 6, + "last_update": "2025-11-25 19:40:54", + "author_account_age_days": 908 }, "https://github.com/royceschultz/ComfyUI-Notifications": { - "stars": 18, + "stars": 24, "last_update": "2025-07-07 23:30:54", - "author_account_age_days": 2977 + "author_account_age_days": 3067 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { - "stars": 23, + "stars": 26, "last_update": "2025-04-23 00:52:31", - "author_account_age_days": 2977 + "author_account_age_days": 3067 }, - "https://github.com/rslosch/ComfyUI-EZ_Prompts": { - "stars": 0, - "last_update": "2025-08-29 19:12:11", - "author_account_age_days": 1338 + "https://github.com/rslosch/comfyui-nodesweet": { + "stars": 1, + "last_update": "2025-10-28 19:34:17", + "author_account_age_days": 1428 + }, + "https://github.com/rsxdalv/ComfyUI-TTS-Webui": { + "stars": 2, + "last_update": "2025-10-31 17:42:44", + "author_account_age_days": 4313 + }, + "https://github.com/ru4ls/ComfyUI_Google-Fonts": { + "stars": 1, + "last_update": "2025-10-29 09:24:52", + "author_account_age_days": 1024 }, "https://github.com/ru4ls/ComfyUI_Imagen": { - "stars": 0, - "last_update": "2025-09-14 08:50:35", - "author_account_age_days": 933 + "stars": 3, + "last_update": "2025-10-20 02:29:03", + "author_account_age_days": 1024 }, "https://github.com/ru4ls/ComfyUI_Nano_Banana": { - "stars": 1, - "last_update": "2025-09-10 09:38:27", - "author_account_age_days": 933 + "stars": 15, + "last_update": "2025-11-30 13:13:19", + "author_account_age_days": 1024 + }, + "https://github.com/ru4ls/ComfyUI_StreetView-Loader": { + "stars": 5, + "last_update": "2025-12-05 10:45:39", + "author_account_age_days": 1024 }, "https://github.com/ru4ls/ComfyUI_Wan": { + "stars": 3, + "last_update": "2025-10-20 02:32:13", + "author_account_age_days": 1024 + }, + "https://github.com/ruanjianlun/comfyui_maya1_tts_alun": { "stars": 0, - "last_update": "2025-09-14 09:14:34", - "author_account_age_days": 933 + "last_update": "2025-11-11 03:17:07", + "author_account_age_days": 803 }, "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, "last_update": "2025-08-02 09:35:21", - "author_account_age_days": 3519 + "author_account_age_days": 3610 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { - "stars": 10, + "stars": 13, "last_update": "2025-05-21 02:21:09", - "author_account_age_days": 629 + "author_account_age_days": 720 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { - "stars": 39, + "stars": 42, "last_update": "2025-05-14 06:09:10", - "author_account_age_days": 629 + "author_account_age_days": 720 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2025-05-14 06:10:11", - "author_account_age_days": 629 + "author_account_age_days": 720 }, "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { - "stars": 10, + "stars": 14, "last_update": "2025-07-23 01:54:15", - "author_account_age_days": 629 + "author_account_age_days": 720 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 921 + "author_account_age_days": 1012 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 517 + "author_account_age_days": 608 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 615 + "author_account_age_days": 706 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2025-04-21 15:20:57", - "author_account_age_days": 2868 + "author_account_age_days": 2958 + }, + "https://github.com/ryan-seungyong-lee/ComfyUI-PromptEnhancer": { + "stars": 6, + "last_update": "2025-10-06 18:43:07", + "author_account_age_days": 1855 }, "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { - "stars": 10, + "stars": 11, "last_update": "2025-05-26 14:26:57", - "author_account_age_days": 4137 + "author_account_age_days": 4227 }, "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { - "stars": 18, + "stars": 20, "last_update": "2025-04-13 23:18:36", - "author_account_age_days": 4137 + "author_account_age_days": 4227 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { - "stars": 4, + "stars": 5, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 4137 + "author_account_age_days": 4227 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 4137 + "author_account_age_days": 4227 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { - "stars": 66, + "stars": 69, "last_update": "2025-05-27 22:10:23", - "author_account_age_days": 4137 + "author_account_age_days": 4227 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { - "stars": 63, + "stars": 72, "last_update": "2025-06-19 14:20:29", - "author_account_age_days": 4137 + "author_account_age_days": 4227 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 554, + "stars": 573, "last_update": "2025-07-26 14:02:11", - "author_account_age_days": 4137 + "author_account_age_days": 4227 }, "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { "stars": 7, "last_update": "2025-04-07 17:53:16", - "author_account_age_days": 4137 + "author_account_age_days": 4227 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { - "stars": 7, - "last_update": "2025-08-11 08:45:22", - "author_account_age_days": 4347 + "stars": 12, + "last_update": "2025-11-26 07:42:57", + "author_account_age_days": 4437 }, "https://github.com/s9roll7/comfyui_cotracker_node": { - "stars": 19, + "stars": 26, "last_update": "2025-06-24 11:30:06", - "author_account_age_days": 1032 + "author_account_age_days": 1123 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2025-08-22 15:14:56", - "author_account_age_days": 5205 + "author_account_age_days": 5295 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, - "last_update": "2025-09-05 10:54:03", - "author_account_age_days": 385 + "last_update": "2025-11-18 15:42:36", + "author_account_age_days": 476 + }, + "https://github.com/sammykumar/ComfyUI-SwissArmyKnife": { + "stars": 2, + "last_update": "2025-12-14 12:03:30", + "author_account_age_days": 5038 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { - "stars": 1, + "stars": 3, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1369 + "author_account_age_days": 1460 }, "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, "last_update": "2025-05-04 04:58:56", - "author_account_age_days": 398 + "author_account_age_days": 488 + }, + "https://github.com/scofano/ComfyUI-Advanced-TextOverlay": { + "stars": 17, + "last_update": "2025-11-25 01:15:55", + "author_account_age_days": 3288 + }, + "https://github.com/scofano/ComfyUI-Simple-video-effects": { + "stars": 0, + "last_update": "2025-12-09 14:49:26", + "author_account_age_days": 3288 + }, + "https://github.com/scofano/comfy-audio-duration": { + "stars": 1, + "last_update": "2025-11-25 13:55:11", + "author_account_age_days": 3288 + }, + "https://github.com/scofano/comfy-text-stats": { + "stars": 0, + "last_update": "2025-10-10 20:10:48", + "author_account_age_days": 3288 }, "https://github.com/scraed/LanPaint": { - "stars": 507, - "last_update": "2025-09-07 05:07:39", - "author_account_age_days": 3910 + "stars": 779, + "last_update": "2025-12-06 02:27:50", + "author_account_age_days": 4001 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 682 + "author_account_age_days": 773 }, "https://github.com/sdtana/ComfyUI-FDG": { - "stars": 5, + "stars": 6, "last_update": "2025-06-28 06:48:07", - "author_account_age_days": 1652 + "author_account_age_days": 1743 }, "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 781 + "author_account_age_days": 871 }, "https://github.com/seanlynch/comfyui-optical-flow": { - "stars": 33, + "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5752 + "author_account_age_days": 5843 }, "https://github.com/seanlynch/srl-nodes": { - "stars": 10, + "stars": 11, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5752 + "author_account_age_days": 5843 + }, + "https://github.com/sebagallo/comfyui-sg-llama-cpp": { + "stars": 1, + "last_update": "2025-12-10 08:22:30", + "author_account_age_days": 3165 }, "https://github.com/sebord/ComfyUI-LMCQ": { - "stars": 84, + "stars": 95, "last_update": "2025-08-12 13:41:13", - "author_account_age_days": 1234 + "author_account_age_days": 1325 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3780 + "author_account_age_days": 3870 }, "https://github.com/set-soft/AudioSeparation": { - "stars": 9, + "stars": 18, "last_update": "2025-07-27 17:52:04", - "author_account_age_days": 3258 + "author_account_age_days": 3348 }, "https://github.com/set-soft/ComfyUI-AudioBatch": { - "stars": 2, + "stars": 5, "last_update": "2025-07-26 16:59:22", - "author_account_age_days": 3258 + "author_account_age_days": 3348 }, "https://github.com/set-soft/ComfyUI-ImageMisc": { - "stars": 0, - "last_update": "2025-08-22 14:18:07", - "author_account_age_days": 3258 + "stars": 1, + "last_update": "2025-11-30 18:47:35", + "author_account_age_days": 3348 }, "https://github.com/sfinktah/comfy-ovum": { + "stars": 5, + "last_update": "2025-11-17 22:15:39", + "author_account_age_days": 4571 + }, + "https://github.com/sfinktah/ovum-spotlight": { "stars": 3, - "last_update": "2025-08-29 00:14:09", - "author_account_age_days": 4480 + "last_update": "2025-11-17 21:35:38", + "author_account_age_days": 4571 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { - "stars": 218, + "stars": 233, "last_update": "2025-07-30 05:16:48", - "author_account_age_days": 2949 + "author_account_age_days": 3040 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { - "stars": 230, + "stars": 243, "last_update": "2025-04-23 08:54:20", - "author_account_age_days": 2949 + "author_account_age_days": 3040 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 2217 + "author_account_age_days": 2308 }, "https://github.com/shadowcz007/comfyui-Image-reward": { - "stars": 31, + "stars": 32, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3762 + "author_account_age_days": 3853 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { - "stars": 2, + "stars": 3, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3762 + "author_account_age_days": 3853 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3762 + "author_account_age_days": 3853 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 463, + "stars": 468, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2490 + "author_account_age_days": 2581 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1706, + "stars": 1765, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2490 + "author_account_age_days": 2581 }, "https://github.com/shadowcz007/comfyui-sound-lab": { - "stars": 126, + "stars": 129, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2490 + "author_account_age_days": 2581 }, "https://github.com/shadowcz007/comfyui-try-on": { - "stars": 13, + "stars": 14, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2490 + "author_account_age_days": 2581 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { - "stars": 35, + "stars": 36, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3762 + "author_account_age_days": 3853 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { - "stars": 4, + "stars": 6, "last_update": "2025-05-23 17:41:55", - "author_account_age_days": 640 + "author_account_age_days": 731 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { - "stars": 20, + "stars": 25, "last_update": "2025-05-23 17:43:33", - "author_account_age_days": 640 + "author_account_age_days": 731 }, "https://github.com/shenduldh/ComfyUI-Lightning": { - "stars": 214, + "stars": 220, "last_update": "2025-03-13 05:58:04", - "author_account_age_days": 2565 + "author_account_age_days": 2656 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5540 + "author_account_age_days": 5631 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1468 + "author_account_age_days": 1559 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { - "stars": 288, + "stars": 290, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2212 + "author_account_age_days": 2303 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 477, + "stars": 499, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2212 + "author_account_age_days": 2303 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2212 + "author_account_age_days": 2303 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 292, + "stars": 309, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2212 + "author_account_age_days": 2303 }, "https://github.com/shinich39/comfyui-break-workflow": { - "stars": 1, + "stars": 2, "last_update": "2025-09-10 15:02:44", - "author_account_age_days": 760 + "author_account_age_days": 850 }, "https://github.com/shinich39/comfyui-civitai-workflow": { "stars": 0, - "last_update": "2025-09-12 19:31:36", - "author_account_age_days": 760 + "last_update": "2025-10-12 10:16:58", + "author_account_age_days": 850 }, "https://github.com/shinich39/comfyui-dynamic-routes": { "stars": 5, "last_update": "2025-09-10 15:13:41", - "author_account_age_days": 760 + "author_account_age_days": 850 }, "https://github.com/shinich39/comfyui-get-meta": { "stars": 9, "last_update": "2025-09-12 23:21:21", - "author_account_age_days": 760 + "author_account_age_days": 850 }, "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, - "last_update": "2025-09-10 15:03:16", - "author_account_age_days": 760 + "last_update": "2025-10-16 09:46:49", + "author_account_age_days": 850 }, "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, "last_update": "2025-05-25 10:18:06", - "author_account_age_days": 760 + "author_account_age_days": 850 }, "https://github.com/shinich39/comfyui-mtga": { "stars": 0, - "last_update": "2025-09-12 19:32:09", - "author_account_age_days": 760 - }, - "https://github.com/shinich39/comfyui-no-one-above-me": { - "stars": 0, - "last_update": "2025-05-25 10:19:33", - "author_account_age_days": 760 + "last_update": "2025-12-14 11:12:47", + "author_account_age_days": 850 }, "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, "last_update": "2025-09-13 15:11:24", - "author_account_age_days": 760 + "author_account_age_days": 850 }, "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, "last_update": "2025-08-14 08:18:47", - "author_account_age_days": 164 + "author_account_age_days": 254 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4755 + "author_account_age_days": 4845 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 2073 + "author_account_age_days": 2164 }, "https://github.com/siliconflow/BizyAir": { - "stars": 763, - "last_update": "2025-07-07 07:09:57", - "author_account_age_days": 753 + "stars": 807, + "last_update": "2025-09-24 10:15:54", + "author_account_age_days": 844 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 23, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 753 + "author_account_age_days": 844 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { - "stars": 3, - "last_update": "2025-07-22 18:07:41", - "author_account_age_days": 1948 + "stars": 4, + "last_update": "2025-11-29 16:32:53", + "author_account_age_days": 2039 }, "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { "stars": 2, "last_update": "2025-08-20 08:47:24", - "author_account_age_days": 1948 + "author_account_age_days": 2039 }, "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { - "stars": 7, - "last_update": "2025-09-10 09:04:48", - "author_account_age_days": 1948 + "stars": 9, + "last_update": "2025-09-19 03:17:25", + "author_account_age_days": 2039 }, "https://github.com/silveroxides/ComfyUI_FDGuidance": { - "stars": 3, + "stars": 5, "last_update": "2025-08-22 23:12:24", - "author_account_age_days": 1948 + "author_account_age_days": 2039 }, "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": { - "stars": 1, - "last_update": "2025-08-30 18:58:00", - "author_account_age_days": 1948 + "stars": 3, + "last_update": "2025-11-27 00:02:37", + "author_account_age_days": 2039 + }, + "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader": { + "stars": 11, + "last_update": "2025-12-11 02:31:18", + "author_account_age_days": 2039 }, "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { "stars": 8, - "last_update": "2025-08-01 21:42:06", - "author_account_age_days": 1948 + "last_update": "2025-11-18 14:41:30", + "author_account_age_days": 2039 }, "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { - "stars": 20, + "stars": 23, "last_update": "2025-05-11 19:44:35", - "author_account_age_days": 1948 + "author_account_age_days": 2039 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 38, - "last_update": "2025-04-28 01:08:43", - "author_account_age_days": 1948 + "last_update": "2025-11-26 17:06:10", + "author_account_age_days": 2039 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 306, - "last_update": "2025-08-11 14:28:18", - "author_account_age_days": 1554 + "stars": 325, + "last_update": "2025-11-04 08:43:09", + "author_account_age_days": 1645 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 217, - "last_update": "2025-02-07 15:04:47", - "author_account_age_days": 2574 + "stars": 222, + "last_update": "2025-10-07 10:25:26", + "author_account_age_days": 2665 + }, + "https://github.com/siraxe/ComfyUI-WanVideoWrapper_QQ": { + "stars": 47, + "last_update": "2025-12-11 03:05:59", + "author_account_age_days": 3166 + }, + "https://github.com/siray-ai/siray-comfyui": { + "stars": 55, + "last_update": "2025-12-11 10:26:20", + "author_account_age_days": 79 + }, + "https://github.com/sirouk/chutes-comfyui-node": { + "stars": 0, + "last_update": "2025-12-01 23:12:03", + "author_account_age_days": 4099 }, "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, "last_update": "2025-03-02 09:10:54", - "author_account_age_days": 1325 + "author_account_age_days": 1416 }, "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 4, "last_update": "2025-06-05 15:46:52", - "author_account_age_days": 4210 + "author_account_age_days": 4301 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2529 + "author_account_age_days": 2620 }, "https://github.com/skycoder182/comfyui-filename-tools": { - "stars": 0, + "stars": 3, "last_update": "2025-05-20 18:06:04", - "author_account_age_days": 117 + "author_account_age_days": 208 }, "https://github.com/skycoder182/comfyui-skycoder-tools": { "stars": 1, "last_update": "2025-06-08 12:26:41", - "author_account_age_days": 117 + "author_account_age_days": 208 + }, + "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": { + "stars": 42, + "last_update": "2025-12-13 16:13:15", + "author_account_age_days": 5280 }, "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, - "last_update": "2025-05-06 15:48:22", - "author_account_age_days": 425 + "last_update": "2025-11-06 14:32:52", + "author_account_age_days": 515 }, "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { "stars": 0, - "last_update": "2025-08-20 08:19:36", - "author_account_age_days": 425 + "last_update": "2025-11-06 13:10:07", + "author_account_age_days": 515 }, "https://github.com/slyt/comfyui-ollama-nodes": { - "stars": 0, + "stars": 1, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4387 - }, - "https://github.com/sm079/ComfyUI-Face-Detection": { - "stars": 0, - "last_update": "2025-06-03 14:37:55", - "author_account_age_days": 2132 + "author_account_age_days": 4477 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3162 + "author_account_age_days": 3253 + }, + "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste": { + "stars": 0, + "last_update": "2025-10-25 21:28:35", + "author_account_age_days": 4115 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 3169 + "author_account_age_days": 3259 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 13, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 3169 + "author_account_age_days": 3259 }, "https://github.com/smthemex/ComfyUI_AniCrafter": { - "stars": 34, + "stars": 36, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { - "stars": 65, + "stars": 66, "last_update": "2025-02-05 04:01:50", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_CSD_MT": { "stars": 19, "last_update": "2025-02-06 04:30:50", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 17, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { - "stars": 24, + "stars": 25, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 801 + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_ChronoEdit_SM": { + "stars": 3, + "last_update": "2025-11-18 10:43:12", + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_DICE_Talk": { "stars": 25, "last_update": "2025-05-07 07:47:06", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 42, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 9, - "last_update": "2025-03-12 05:22:24", - "author_account_age_days": 801 + "last_update": "2025-12-12 06:04:30", + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_Diffree": { - "stars": 32, + "stars": 31, "last_update": "2025-03-09 01:16:33", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_DiffuEraser": { - "stars": 192, - "last_update": "2025-09-02 11:13:20", - "author_account_age_days": 801 + "stars": 228, + "last_update": "2025-12-02 06:38:39", + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_DyPE": { + "stars": 24, + "last_update": "2025-11-15 11:15:56", + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 668, + "stars": 680, "last_update": "2025-08-26 00:42:33", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { - "stars": 17, + "stars": 16, "last_update": "2025-03-12 05:22:03", - "author_account_age_days": 801 + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_FlashVSR": { + "stars": 256, + "last_update": "2025-11-22 08:20:33", + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { - "stars": 62, + "stars": 64, "last_update": "2025-05-29 11:42:48", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { - "stars": 16, + "stars": 17, "last_update": "2025-04-11 13:45:15", - "author_account_age_days": 801 + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_GRAG_Image_Editing": { + "stars": 7, + "last_update": "2025-11-30 07:52:54", + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_Hallo2": { - "stars": 74, + "stars": 71, "last_update": "2025-03-12 05:22:46", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { - "stars": 78, + "stars": 80, "last_update": "2025-06-24 13:06:34", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { - "stars": 243, + "stars": 244, "last_update": "2025-03-12 05:22:14", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_KV_Edit": { - "stars": 58, - "last_update": "2025-05-24 00:35:59", - "author_account_age_days": 801 + "stars": 61, + "last_update": "2025-09-30 08:22:04", + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_Light_A_Video": { - "stars": 84, + "stars": 87, "last_update": "2025-04-10 01:05:56", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { - "stars": 26, + "stars": 27, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 801 + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_LucidFlux": { + "stars": 55, + "last_update": "2025-12-10 12:12:01", + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { - "stars": 59, + "stars": 58, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { - "stars": 57, + "stars": 58, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2025-03-09 01:15:38", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_ObjectClear": { - "stars": 22, - "last_update": "2025-07-24 00:59:50", - "author_account_age_days": 801 + "stars": 26, + "last_update": "2025-11-24 10:01:01", + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_OmniParser": { - "stars": 40, + "stars": 39, "last_update": "2025-03-12 05:22:34", - "author_account_age_days": 801 + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_OmniPart": { + "stars": 9, + "last_update": "2025-10-15 08:20:42", + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_OmniSVG": { - "stars": 16, - "last_update": "2025-07-24 01:25:24", - "author_account_age_days": 801 + "stars": 23, + "last_update": "2025-12-05 09:14:08", + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { - "stars": 13, + "stars": 14, "last_update": "2025-03-12 05:21:53", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { - "stars": 45, + "stars": 47, "last_update": "2025-07-02 09:39:48", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_PartPacker": { - "stars": 26, + "stars": 30, "last_update": "2025-06-25 00:44:53", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_Personalize_Anything": { - "stars": 44, + "stars": 45, "last_update": "2025-03-26 00:38:13", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_PhotoDoodle": { - "stars": 97, + "stars": 95, "last_update": "2025-03-20 08:19:21", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_SVFR": { - "stars": 96, + "stars": 97, "last_update": "2025-03-12 05:21:23", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_Sapiens": { - "stars": 190, + "stars": 198, "last_update": "2025-03-12 05:22:59", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_SongGeneration": { - "stars": 79, - "last_update": "2025-07-29 10:02:21", - "author_account_age_days": 801 + "stars": 110, + "last_update": "2025-12-08 10:08:42", + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1091, - "last_update": "2025-05-22 00:46:49", - "author_account_age_days": 801 + "stars": 1112, + "last_update": "2025-09-27 00:02:18", + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { - "stars": 30, + "stars": 32, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_StableAvatar": { - "stars": 38, + "stars": 43, "last_update": "2025-08-21 07:58:39", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { - "stars": 98, + "stars": 100, "last_update": "2025-07-03 00:30:45", - "author_account_age_days": 801 + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_Step_Audio_EditX_SM": { + "stars": 23, + "last_update": "2025-11-15 05:43:39", + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 467, - "last_update": "2025-09-02 01:05:56", - "author_account_age_days": 801 + "stars": 484, + "last_update": "2025-10-11 09:57:02", + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 10, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { - "stars": 170, + "stars": 174, "last_update": "2025-08-17 03:55:34", - "author_account_age_days": 801 + "author_account_age_days": 892 + }, + "https://github.com/smthemex/ComfyUI_UltraFlux": { + "stars": 15, + "last_update": "2025-11-27 04:17:26", + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { "stars": 11, "last_update": "2025-05-21 08:56:45", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/smthemex/ComfyUI_YuE": { - "stars": 152, + "stars": 170, "last_update": "2025-02-24 12:02:41", - "author_account_age_days": 801 + "author_account_age_days": 892 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { - "stars": 14, - "last_update": "2025-08-25 13:13:04", - "author_account_age_days": 1221 + "stars": 15, + "last_update": "2025-10-31 14:48:37", + "author_account_age_days": 1311 }, "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { "stars": 2, - "last_update": "2025-08-06 21:33:59", - "author_account_age_days": 1221 + "last_update": "2025-09-16 12:38:44", + "author_account_age_days": 1311 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, - "last_update": "2025-06-25 14:25:41", - "author_account_age_days": 2015 + "last_update": "2025-09-19 00:26:30", + "author_account_age_days": 2105 }, "https://github.com/snicolast/ComfyUI-IndexTTS2": { - "stars": 23, - "last_update": "2025-09-13 23:36:31", - "author_account_age_days": 2821 + "stars": 132, + "last_update": "2025-10-13 07:16:00", + "author_account_age_days": 2912 + }, + "https://github.com/snicolast/ComfyUI-Ovi": { + "stars": 113, + "last_update": "2025-10-16 21:46:54", + "author_account_age_days": 2912 }, "https://github.com/snomiao/ComfyUI-Video-Crop": { - "stars": 2, + "stars": 3, "last_update": "2025-08-05 13:53:52", - "author_account_age_days": 4168 + "author_account_age_days": 4259 }, "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 5, "last_update": "2025-05-31 07:23:03", - "author_account_age_days": 138 + "author_account_age_days": 229 + }, + "https://github.com/sonnybox/ComfyUI-SuperNodes": { + "stars": 1, + "last_update": "2025-12-12 17:09:49", + "author_account_age_days": 1091 + }, + "https://github.com/sooxt98/comfyui_longcat_image": { + "stars": 56, + "last_update": "2025-12-11 01:00:30", + "author_account_age_days": 3803 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, "last_update": "2025-03-03 03:53:26", - "author_account_age_days": 3707 + "author_account_age_days": 3798 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1930 + "author_account_age_days": 2021 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { - "stars": 30, + "stars": 31, "last_update": "2025-03-30 15:07:02", - "author_account_age_days": 855 + "author_account_age_days": 946 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { - "stars": 56, + "stars": 58, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 3172 + "author_account_age_days": 3262 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { - "stars": 222, + "stars": 231, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 3172 + "author_account_age_days": 3262 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 3172 + "author_account_age_days": 3262 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { - "stars": 190, + "stars": 200, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 742 + "author_account_age_days": 832 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { - "stars": 65, + "stars": 83, "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 742 + "author_account_age_days": 832 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 256, - "last_update": "2025-07-21 05:17:52", - "author_account_age_days": 742 + "stars": 271, + "last_update": "2025-12-13 06:13:42", + "author_account_age_days": 832 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 742 + "author_account_age_days": 832 }, "https://github.com/spacepxl/ComfyUI-RAVE": { - "stars": 95, + "stars": 93, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 742 + "author_account_age_days": 832 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 20, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 742 + "author_account_age_days": 832 + }, + "https://github.com/spacepxl/ComfyUI-VAE-Utils": { + "stars": 135, + "last_update": "2025-11-30 03:00:58", + "author_account_age_days": 832 }, "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { - "stars": 14, - "last_update": "2025-09-06 14:01:36", - "author_account_age_days": 385 + "stars": 19, + "last_update": "2025-09-21 04:44:09", + "author_account_age_days": 476 }, "https://github.com/spawner1145/comfyui-aichat": { - "stars": 2, + "stars": 3, "last_update": "2025-09-09 09:53:28", - "author_account_age_days": 385 + "author_account_age_days": 476 + }, + "https://github.com/spawner1145/comfyui-lsnet": { + "stars": 78, + "last_update": "2025-11-04 05:55:42", + "author_account_age_days": 476 + }, + "https://github.com/speige/ComfyUI_Make-It-Animatable": { + "stars": 2, + "last_update": "2025-11-19 19:31:44", + "author_account_age_days": 4896 }, "https://github.com/spinagon/ComfyUI-seam-carving": { - "stars": 25, + "stars": 26, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5188 + "author_account_age_days": 5278 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { - "stars": 226, + "stars": 245, "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5188 + "author_account_age_days": 5278 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5679 + "author_account_age_days": 5769 }, "https://github.com/sputnik57/comfyui-prompt-logger": { "stars": 0, "last_update": "2025-09-09 22:35:39", - "author_account_age_days": 4197 + "author_account_age_days": 4287 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { - "stars": 3, - "last_update": "2025-08-10 09:24:22", - "author_account_age_days": 249 + "stars": 6, + "last_update": "2025-12-01 03:45:48", + "author_account_age_days": 340 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 1304, - "last_update": "2025-07-18 19:54:57", - "author_account_age_days": 2136 + "stars": 1374, + "last_update": "2025-12-14 03:20:09", + "author_account_age_days": 2227 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 93, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 2136 + "author_account_age_days": 2227 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { - "stars": 89, - "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 2136 + "stars": 90, + "last_update": "2025-12-06 03:42:31", + "author_account_age_days": 2227 }, "https://github.com/ssitu/ComfyUI_roop": { - "stars": 77, + "stars": 80, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 2136 + "author_account_age_days": 2227 }, "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4531 + "author_account_age_days": 4622 }, "https://github.com/stavsap/comfyui-kokoro": { - "stars": 59, + "stars": 65, "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4531 + "author_account_age_days": 4622 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 635, - "last_update": "2025-08-04 19:58:04", - "author_account_age_days": 4531 + "stars": 726, + "last_update": "2025-10-23 17:02:46", + "author_account_age_days": 4622 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { - "stars": 22, + "stars": 29, "last_update": "2025-08-05 12:38:00", - "author_account_age_days": 3059 + "author_account_age_days": 3150 }, "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { - "stars": 5, - "last_update": "2025-08-05 12:38:41", - "author_account_age_days": 3059 + "stars": 11, + "last_update": "2025-10-22 21:10:35", + "author_account_age_days": 3150 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { - "stars": 130, - "last_update": "2025-08-12 16:34:40", - "author_account_age_days": 3059 + "stars": 202, + "last_update": "2025-10-22 21:09:42", + "author_account_age_days": 3150 }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { - "stars": 40, + "stars": 42, "last_update": "2025-03-27 07:52:26", - "author_account_age_days": 400 + "author_account_age_days": 491 }, "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, "last_update": "2025-05-26 06:51:21", - "author_account_age_days": 3746 + "author_account_age_days": 3837 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { - "stars": 34, + "stars": 38, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4575 + "author_account_age_days": 4666 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { - "stars": 30, + "stars": 36, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4575 + "author_account_age_days": 4666 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 11, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4575 + "author_account_age_days": 4666 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2999 + "author_account_age_days": 3090 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 1016, + "stars": 1055, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2999 + "author_account_age_days": 3090 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4919 + "author_account_age_days": 5009 }, "https://github.com/strawberryPunch/vram_optimizer": { - "stars": 9, + "stars": 17, "last_update": "2025-07-18 13:34:28", - "author_account_age_days": 741 + "author_account_age_days": 832 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3074 + "author_account_age_days": 3165 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2293 + "author_account_age_days": 2384 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 38, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2293 + "author_account_age_days": 2384 + }, + "https://github.com/subraoul/ComfyUI_Bit-Depth-Enhancer": { + "stars": 0, + "last_update": "2025-11-10 21:17:53", + "author_account_age_days": 3544 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { - "stars": 43, + "stars": 42, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6378 + "author_account_age_days": 6468 }, "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { "stars": 2, "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1323 + "author_account_age_days": 1414 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { - "stars": 1, + "stars": 2, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1323 + "author_account_age_days": 1414 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1323 + "author_account_age_days": 1414 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { - "stars": 64, - "last_update": "2025-09-09 03:31:20", - "author_account_age_days": 1323 + "stars": 73, + "last_update": "2025-09-16 00:29:21", + "author_account_age_days": 1414 + }, + "https://github.com/suhee19/comfyui-orpheus-loader": { + "stars": 0, + "last_update": "2025-09-23 15:14:02", + "author_account_age_days": 1152 + }, + "https://github.com/sumitchatterjee13/Luminance-Stack-Processor": { + "stars": 33, + "last_update": "2025-10-05 11:40:55", + "author_account_age_days": 2374 }, "https://github.com/sumitchatterjee13/nuke-nodes-comfyui": { - "stars": 12, - "last_update": "2025-08-27 04:59:30", - "author_account_age_days": 2283 + "stars": 27, + "last_update": "2025-12-08 23:32:17", + "author_account_age_days": 2374 }, "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 200 + "author_account_age_days": 291 + }, + "https://github.com/supElement/ComfyUI_Element_easy": { + "stars": 0, + "last_update": "2025-12-04 17:37:39", + "author_account_age_days": 584 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 896 + "author_account_age_days": 987 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { - "stars": 3, + "stars": 6, "last_update": "2025-05-06 01:30:48", - "author_account_age_days": 4964 + "author_account_age_days": 5055 }, "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, "last_update": "2025-03-23 12:05:43", - "author_account_age_days": 933 + "author_account_age_days": 1023 }, "https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node": { + "stars": 6, + "last_update": "2025-11-08 13:11:55", + "author_account_age_days": 4417 + }, + "https://github.com/swan7-py/ComfyUI-ImageAlphaCrop": { "stars": 1, - "last_update": "2025-08-21 10:47:25", - "author_account_age_days": 4327 + "last_update": "2025-11-21 01:38:12", + "author_account_age_days": 335 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 1179 + "author_account_age_days": 1270 }, "https://github.com/sweetndata/ComfyUI-Reflatent": { "stars": 0, "last_update": "2025-08-27 16:38:57", - "author_account_age_days": 1179 + "author_account_age_days": 1270 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 4, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 1179 + "author_account_age_days": 1270 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 1, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 1179 + "author_account_age_days": 1270 + }, + "https://github.com/swfxliyiyu/ComfyUI-FastVideo": { + "stars": 0, + "last_update": "2025-09-15 05:41:45", + "author_account_age_days": 3449 }, "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3382 + "author_account_age_days": 3473 }, "https://github.com/syllebra/bilbox-comfyui": { - "stars": 133, - "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3583 + "stars": 139, + "last_update": "2025-09-17 19:49:51", + "author_account_age_days": 3674 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 72, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2345 + "author_account_age_days": 2436 }, - "https://github.com/synthetai/ComfyUI-JM-KLing-API": { + "https://github.com/synthetai/ComfyUI-JM-Gemini-API": { "stars": 1, - "last_update": "2025-08-21 14:39:16", - "author_account_age_days": 398 + "last_update": "2025-12-13 03:25:47", + "author_account_age_days": 489 + }, + "https://github.com/synthetai/ComfyUI-JM-KLing-API": { + "stars": 3, + "last_update": "2025-10-16 07:24:50", + "author_account_age_days": 489 }, "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { - "stars": 1, + "stars": 2, "last_update": "2025-09-12 02:51:40", - "author_account_age_days": 398 + "author_account_age_days": 489 }, "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { - "stars": 2, + "stars": 3, "last_update": "2025-07-26 08:32:23", - "author_account_age_days": 398 + "author_account_age_days": 489 }, "https://github.com/synthetai/ComfyUI-ToolBox": { "stars": 0, - "last_update": "2025-07-23 10:23:22", - "author_account_age_days": 398 + "last_update": "2025-10-13 15:44:26", + "author_account_age_days": 489 }, "https://github.com/synthetai/ComfyUI_FaceEnhancer": { "stars": 2, "last_update": "2025-04-17 00:34:39", - "author_account_age_days": 398 + "author_account_age_days": 489 }, "https://github.com/synthetai/ComfyUI_PromptBatcher": { - "stars": 6, + "stars": 9, "last_update": "2025-04-14 04:42:03", - "author_account_age_days": 398 + "author_account_age_days": 489 + }, + "https://github.com/synystersocks/ComfyUI-SocksLatentPatcher": { + "stars": 14, + "last_update": "2025-10-10 17:43:43", + "author_account_age_days": 941 }, "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { - "stars": 2, + "stars": 3, "last_update": "2025-08-17 10:29:10", - "author_account_age_days": 3056 + "author_account_age_days": 3147 + }, + "https://github.com/sysoutch/blender-ComfyUIModelGenerator-addon": { + "stars": 1, + "last_update": "2025-10-18 18:25:23", + "author_account_age_days": 4610 + }, + "https://github.com/systemaiofinterest-wq/ComfyUI-MetaAI": { + "stars": 0, + "last_update": "2025-12-04 04:36:01", + "author_account_age_days": 95 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1454 + "author_account_age_days": 1545 + }, + "https://github.com/t22m003/ComfyUI_LoopNode": { + "stars": 0, + "last_update": "2025-12-09 15:51:10", + "author_account_age_days": 2438 }, "https://github.com/taabata/ComfyCanvas": { "stars": 93, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2130 + "author_account_age_days": 2221 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { - "stars": 259, + "stars": 261, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2130 + "author_account_age_days": 2221 }, "https://github.com/taabata/SANA_LOWVRAM": { - "stars": 5, + "stars": 4, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2130 + "author_account_age_days": 2221 }, "https://github.com/taches-ai/comfyui-scene-composer": { - "stars": 61, - "last_update": "2025-05-28 07:30:03", - "author_account_age_days": 354 + "stars": 67, + "last_update": "2025-12-05 22:43:56", + "author_account_age_days": 445 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 11, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5368 + "author_account_age_days": 5459 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { - "stars": 40, + "stars": 44, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 832 + "author_account_age_days": 923 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 611, + "stars": 637, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 1003 + "author_account_age_days": 1094 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { - "stars": 18, + "stars": 19, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4419 + "author_account_age_days": 4509 }, "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { "stars": 91, "last_update": "2025-03-19 15:54:44", - "author_account_age_days": 2178 + "author_account_age_days": 2269 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { - "stars": 29, + "stars": 35, "last_update": "2025-08-01 08:26:12", - "author_account_age_days": 4868 + "author_account_age_days": 4959 }, "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, "last_update": "2025-05-08 01:48:55", - "author_account_age_days": 2547 + "author_account_age_days": 2637 }, "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, - "last_update": "2025-08-13 04:04:53", - "author_account_age_days": 439 + "last_update": "2025-10-02 03:48:49", + "author_account_age_days": 530 }, - "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea": { + "https://github.com/techzuhaib/FaceCLIP-ComfyUI": { "stars": 0, - "last_update": "2025-09-12 19:36:48", - "author_account_age_days": 901 + "last_update": "2025-11-21 09:10:22", + "author_account_age_days": 708 + }, + "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea": { + "stars": 4, + "last_update": "2025-09-27 20:21:30", + "author_account_age_days": 991 + }, + "https://github.com/tenitsky/tenitsky-prompt-cycler-simple": { + "stars": 5, + "last_update": "2025-10-31 03:04:37", + "author_account_age_days": 237 }, "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { - "stars": 58, + "stars": 59, "last_update": "2025-08-13 20:55:23", - "author_account_age_days": 911 + "author_account_age_days": 1002 + }, + "https://github.com/terefang/ComfyUI-Terefang-Nodes": { + "stars": 0, + "last_update": "2025-11-12 12:35:02", + "author_account_age_days": 5500 + }, + "https://github.com/tester4488/mc_qwen": { + "stars": 4, + "last_update": "2025-11-14 11:46:00", + "author_account_age_days": 665 }, "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { - "stars": 5, + "stars": 7, "last_update": "2025-06-07 15:59:26", - "author_account_age_days": 2467 + "author_account_age_days": 2558 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5545 + "author_account_age_days": 5636 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { - "stars": 6, + "stars": 7, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5545 + "author_account_age_days": 5636 }, "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 247 + "author_account_age_days": 338 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { - "stars": 1, + "stars": 2, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 247 + "author_account_age_days": 338 + }, + "https://github.com/thatname/Comfyui_CharaConsist": { + "stars": 0, + "last_update": "2025-12-06 04:33:36", + "author_account_age_days": 4317 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1803 + "author_account_age_days": 1894 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { - "stars": 63, - "last_update": "2025-05-16 11:01:23", - "author_account_age_days": 3170 + "stars": 70, + "last_update": "2025-09-15 15:48:29", + "author_account_age_days": 3260 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { - "stars": 70, + "stars": 73, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2870 + "author_account_age_days": 2960 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { - "stars": 225, + "stars": 224, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2870 + "author_account_age_days": 2960 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { - "stars": 363, + "stars": 366, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2870 + "author_account_age_days": 2960 }, "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, - "last_update": "2025-09-02 20:54:05", - "author_account_age_days": 907 + "last_update": "2025-12-12 22:20:59", + "author_account_age_days": 998 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, - "last_update": "2025-05-09 14:38:15", - "author_account_age_days": 418 + "last_update": "2025-12-10 08:17:58", + "author_account_age_days": 509 + }, + "https://github.com/theshubzworld/ComfyUI-NvidiaCaptioner": { + "stars": 0, + "last_update": "2025-12-10 11:09:29", + "author_account_age_days": 509 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { - "stars": 1, - "last_update": "2025-07-27 17:30:56", - "author_account_age_days": 418 + "stars": 2, + "last_update": "2025-12-10 12:04:07", + "author_account_age_days": 509 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { - "stars": 4, - "last_update": "2025-06-26 18:48:25", - "author_account_age_days": 418 + "stars": 5, + "last_update": "2025-12-10 08:25:51", + "author_account_age_days": 509 + }, + "https://github.com/theshubzworld/ComfyUI-Universal-Latent": { + "stars": 0, + "last_update": "2025-12-10 07:23:11", + "author_account_age_days": 509 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, - "last_update": "2025-06-09 09:14:55", - "author_account_age_days": 418 + "last_update": "2025-12-10 12:02:59", + "author_account_age_days": 509 }, "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { - "stars": 34, + "stars": 33, "last_update": "2025-03-17 10:08:12", - "author_account_age_days": 3661 + "author_account_age_days": 3752 }, "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { "stars": 1, "last_update": "2025-03-16 21:12:54", - "author_account_age_days": 3661 + "author_account_age_days": 3752 }, "https://github.com/thezveroboy/ComfyUI-lut": { - "stars": 3, + "stars": 4, "last_update": "2025-05-24 21:37:06", - "author_account_age_days": 3661 + "author_account_age_days": 3752 }, "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { "stars": 3, "last_update": "2025-05-12 11:01:16", - "author_account_age_days": 3661 + "author_account_age_days": 3752 }, "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { - "stars": 2, + "stars": 4, "last_update": "2025-08-19 12:29:31", - "author_account_age_days": 3661 + "author_account_age_days": 3752 }, "https://github.com/thezveroboy/comfyui-random-image-loader": { - "stars": 1, + "stars": 3, "last_update": "2025-05-11 18:04:32", - "author_account_age_days": 3661 + "author_account_age_days": 3752 }, "https://github.com/thimpat/ThimPatUtils": { "stars": 0, "last_update": "2025-08-25 18:04:19", - "author_account_age_days": 4126 + "author_account_age_days": 4216 + }, + "https://github.com/thnikk/comfyui-thnikk-utils": { + "stars": 0, + "last_update": "2025-12-13 23:06:56", + "author_account_age_days": 3835 }, "https://github.com/thoddnn/ComfyUI-MLX": { - "stars": 166, - "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 711 + "stars": 185, + "last_update": "2025-11-06 10:34:02", + "author_account_age_days": 801 + }, + "https://github.com/thrakotool/ComfyUI-KiraLoraEQ": { + "stars": 0, + "last_update": "2025-12-04 22:09:43", + "author_account_age_days": 2071 }, "https://github.com/tianguanggliu/Utools": { "stars": 0, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2787 + "author_account_age_days": 2878 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 112, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3397 + "author_account_age_days": 3488 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { - "stars": 38, + "stars": 40, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3772 + "author_account_age_days": 3863 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { - "stars": 6, + "stars": 11, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3640 + "author_account_age_days": 3731 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { - "stars": 1, - "last_update": "2025-08-29 22:43:48", - "author_account_age_days": 2419 + "stars": 2, + "last_update": "2025-12-06 03:37:30", + "author_account_age_days": 2509 }, "https://github.com/tighug/comfyui-eagle-feeder": { "stars": 0, "last_update": "2025-07-11 15:56:24", - "author_account_age_days": 2558 + "author_account_age_days": 2649 }, "https://github.com/tighug/comfyui-rating-checker": { "stars": 1, "last_update": "2025-05-09 14:22:51", - "author_account_age_days": 2558 + "author_account_age_days": 2649 + }, + "https://github.com/tiheaven/Ps-Comfy-TiHeaveN-CustomNodes": { + "stars": 30, + "last_update": "2025-12-06 18:47:15", + "author_account_age_days": 770 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 5, "last_update": "2025-04-10 18:23:35", - "author_account_age_days": 983 + "author_account_age_days": 1074 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4822 + "author_account_age_days": 4913 + }, + "https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack": { + "stars": 0, + "last_update": "2025-12-13 10:19:17", + "author_account_age_days": 1223 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { - "stars": 8, + "stars": 9, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4307 + "author_account_age_days": 4397 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 16, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4307 + "author_account_age_days": 4397 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3350 + "author_account_age_days": 3441 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { - "stars": 10, + "stars": 13, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4765 + "author_account_age_days": 4855 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4817 + "author_account_age_days": 4908 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 117, + "stars": 122, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4097 + "author_account_age_days": 4188 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { - "stars": 593, - "last_update": "2025-06-10 14:20:31", - "author_account_age_days": 4097 + "stars": 600, + "last_update": "2025-11-02 19:13:09", + "author_account_age_days": 4188 + }, + "https://github.com/tpc2233/ComfyUI-Z-Image-Turbo": { + "stars": 9, + "last_update": "2025-11-28 21:49:00", + "author_account_age_days": 1276 }, "https://github.com/traugdor/ComfyUI-Riffusion": { - "stars": 4, + "stars": 5, "last_update": "2025-05-30 20:15:05", - "author_account_age_days": 4267 + "author_account_age_days": 4358 }, "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { - "stars": 12, + "stars": 13, "last_update": "2025-08-22 23:56:33", - "author_account_age_days": 4267 + "author_account_age_days": 4358 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { - "stars": 14, - "last_update": "2025-06-23 15:18:42", - "author_account_age_days": 4267 + "stars": 16, + "last_update": "2025-12-04 15:25:09", + "author_account_age_days": 4358 + }, + "https://github.com/tristanvdb/ComfyUI-toolset": { + "stars": 0, + "last_update": "2025-11-17 16:40:27", + "author_account_age_days": 4946 }, "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { - "stars": 1, - "last_update": "2025-07-19 10:51:14", - "author_account_age_days": 3588 + "stars": 4, + "last_update": "2025-10-04 19:08:45", + "author_account_age_days": 3679 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { - "stars": 66, - "last_update": "2025-07-26 17:10:23", - "author_account_age_days": 3588 + "stars": 76, + "last_update": "2025-12-05 12:18:00", + "author_account_age_days": 3679 + }, + "https://github.com/tritant/ComfyUI_Custom_Switch": { + "stars": 6, + "last_update": "2025-10-12 13:57:31", + "author_account_age_days": 3679 }, "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3588 + "author_account_age_days": 3679 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3588 + "author_account_age_days": 3679 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { - "stars": 34, - "last_update": "2025-09-14 14:20:39", - "author_account_age_days": 3588 + "stars": 65, + "last_update": "2025-10-07 17:14:33", + "author_account_age_days": 3679 }, "https://github.com/tritant/ComfyUI_Relight_Img": { - "stars": 2, + "stars": 6, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3588 + "author_account_age_days": 3679 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { - "stars": 8, + "stars": 13, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3588 + "author_account_age_days": 3679 + }, + "https://github.com/tritant/ComfyUI_SuperScaler": { + "stars": 169, + "last_update": "2025-12-09 09:58:42", + "author_account_age_days": 3679 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2705 + "author_account_age_days": 2796 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5836 + "author_account_age_days": 5927 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { - "stars": 42, + "stars": 49, "last_update": "2025-04-21 05:38:12", - "author_account_age_days": 3407 + "author_account_age_days": 3498 + }, + "https://github.com/trunksn1/comfyui-change-checkpoint-randomly": { + "stars": 1, + "last_update": "2025-12-01 19:09:39", + "author_account_age_days": 3724 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { - "stars": 23, + "stars": 24, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1976 + "author_account_age_days": 2067 + }, + "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": { + "stars": 6, + "last_update": "2025-10-07 16:01:16", + "author_account_age_days": 5295 + }, + "https://github.com/ttulttul/ComfyUI-FlowMatching-Upscaler": { + "stars": 44, + "last_update": "2025-11-26 00:15:38", + "author_account_age_days": 5295 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, "last_update": "2025-03-10 03:33:02", - "author_account_age_days": 5204 + "author_account_age_days": 5295 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 6, "last_update": "2025-02-03 16:57:00", - "author_account_age_days": 5204 + "author_account_age_days": 5295 + }, + "https://github.com/tuki0918/ComfyUI_Cooldown_Node": { + "stars": 0, + "last_update": "2025-11-25 12:34:53", + "author_account_age_days": 5281 + }, + "https://github.com/tuki0918/comfyui-image-expand-nodes": { + "stars": 0, + "last_update": "2025-11-28 01:04:10", + "author_account_age_days": 5281 + }, + "https://github.com/tuki0918/comfyui-image-tiled-nodes": { + "stars": 0, + "last_update": "2025-11-25 05:13:19", + "author_account_age_days": 5281 + }, + "https://github.com/tumbowungus/MultiMaskCouple": { + "stars": 0, + "last_update": "2025-12-10 21:50:31", + "author_account_age_days": 4 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1871 + "author_account_age_days": 1962 }, "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": 1871 + "author_account_age_days": 1962 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 3196 + "author_account_age_days": 3287 + }, + "https://github.com/turnbros/ComfyBros": { + "stars": 0, + "last_update": "2025-11-05 03:20:19", + "author_account_age_days": 1918 }, "https://github.com/tusharbhutt/Endless-Buttons": { - "stars": 7, + "stars": 10, "last_update": "2025-08-06 06:28:45", - "author_account_age_days": 3112 + "author_account_age_days": 3203 }, "https://github.com/tusharbhutt/Endless-Nodes": { - "stars": 57, + "stars": 62, "last_update": "2025-07-25 22:08:03", - "author_account_age_days": 3112 + "author_account_age_days": 3203 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 876, + "stars": 899, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4515 + "author_account_age_days": 4606 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 532 + "author_account_age_days": 622 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { - "stars": 150, - "last_update": "2025-07-22 08:08:49", - "author_account_age_days": 4150 + "stars": 162, + "last_update": "2025-11-01 14:56:57", + "author_account_age_days": 4241 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 163, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5216 + "author_account_age_days": 5307 + }, + "https://github.com/u5dev/comfyUI_u5_VramFREE": { + "stars": 5, + "last_update": "2025-10-02 02:30:02", + "author_account_age_days": 83 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1719 + "author_account_age_days": 1810 + }, + "https://github.com/ubisoft/ComfyUI-Chord": { + "stars": 160, + "last_update": "2025-12-09 06:07:19", + "author_account_age_days": 3062 + }, + "https://github.com/ucloud/comfyui-plugin": { + "stars": 3, + "last_update": "2025-09-23 03:26:19", + "author_account_age_days": 3743 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2761 + "author_account_age_days": 2852 }, "https://github.com/uihp/ComfyUI-String-Chain": { - "stars": 0, + "stars": 1, "last_update": "2025-04-12 12:22:14", - "author_account_age_days": 1485 + "author_account_age_days": 1576 }, "https://github.com/uinodes/ComfyUI-uinodesDOC": { - "stars": 55, + "stars": 56, "last_update": "2025-08-10 13:17:49", - "author_account_age_days": 81 + "author_account_age_days": 172 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 4201 + "author_account_age_days": 4292 }, "https://github.com/un-seen/comfyui-tensorops": { - "stars": 28, + "stars": 34, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1763 + "author_account_age_days": 1854 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { - "stars": 9, + "stars": 10, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1763 + "author_account_age_days": 1854 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, "last_update": "2025-05-02 04:24:34", - "author_account_age_days": 4158 + "author_account_age_days": 4248 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, "last_update": "2025-03-27 10:42:15", - "author_account_age_days": 521 + "author_account_age_days": 611 }, "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, - "last_update": "2025-07-22 04:45:36", - "author_account_age_days": 948 + "last_update": "2025-10-28 13:08:55", + "author_account_age_days": 1039 }, "https://github.com/upseem/comfyui_sunxAI_facetools": { - "stars": 1, - "last_update": "2025-08-06 04:51:03", - "author_account_age_days": 948 + "stars": 7, + "last_update": "2025-10-29 07:46:17", + "author_account_age_days": 1039 }, "https://github.com/usrname0/comfyui-holdup": { - "stars": 1, - "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2861 + "stars": 3, + "last_update": "2025-12-01 05:37:13", + "author_account_age_days": 2952 + }, + "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": { + "stars": 7, + "last_update": "2025-12-11 22:49:27", + "author_account_age_days": 914 + }, + "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": { + "stars": 6, + "last_update": "2025-12-12 06:40:19", + "author_account_age_days": 914 + }, + "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": { + "stars": 255, + "last_update": "2025-12-14 07:58:50", + "author_account_age_days": 914 + }, + "https://github.com/ussoewwin/image_resize_comfyui": { + "stars": 0, + "last_update": "2025-11-11 04:18:25", + "author_account_age_days": 914 }, "https://github.com/vadimcro/VKRiez-Edge": { - "stars": 15, + "stars": 16, "last_update": "2025-03-18 11:18:27", - "author_account_age_days": 3083 + "author_account_age_days": 3174 }, "https://github.com/vahidzxc/va-nodes": { "stars": 2, "last_update": "2025-03-22 01:50:08", - "author_account_age_days": 439 + "author_account_age_days": 530 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { "stars": 17, "last_update": "2025-02-09 04:06:34", - "author_account_age_days": 2834 + "author_account_age_days": 2925 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, - "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2404 + "last_update": "2025-12-12 15:44:22", + "author_account_age_days": 2495 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, "last_update": "2025-02-13 21:26:22", - "author_account_age_days": 1831 + "author_account_age_days": 1921 }, "https://github.com/vanche1212/ComfyUI-InspireMusic": { - "stars": 0, - "last_update": "2025-09-15 03:22:15", - "author_account_age_days": 3405 + "stars": 1, + "last_update": "2025-10-28 02:23:32", + "author_account_age_days": 3496 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { - "stars": 3, - "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3405 + "stars": 5, + "last_update": "2025-11-19 01:52:23", + "author_account_age_days": 3496 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1304 + "author_account_age_days": 1395 + }, + "https://github.com/vantagewithai/Vantage-DreamOmni2": { + "stars": 2, + "last_update": "2025-11-06 04:53:18", + "author_account_age_days": 553 + }, + "https://github.com/vantagewithai/Vantage-DyPE": { + "stars": 6, + "last_update": "2025-10-31 09:19:35", + "author_account_age_days": 553 }, "https://github.com/vantagewithai/Vantage-HunyuanFoley": { - "stars": 3, - "last_update": "2025-09-12 03:59:30", - "author_account_age_days": 462 + "stars": 10, + "last_update": "2025-10-04 23:57:59", + "author_account_age_days": 553 + }, + "https://github.com/vantagewithai/VantageLongWanVideo": { + "stars": 39, + "last_update": "2025-09-25 18:54:33", + "author_account_age_days": 553 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, - "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5211 + "last_update": "2025-09-18 02:41:54", + "author_account_age_days": 5302 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2025-04-02 19:37:15", - "author_account_age_days": 3061 + "author_account_age_days": 3151 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, - "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3547 + "last_update": "2025-11-28 04:00:25", + "author_account_age_days": 3638 }, "https://github.com/vekitan55/SimpleFlux1Merger": { - "stars": 1, + "stars": 3, "last_update": "2025-04-23 12:09:47", - "author_account_age_days": 778 + "author_account_age_days": 869 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { - "stars": 7, + "stars": 11, "last_update": "2025-08-05 07:33:46", - "author_account_age_days": 2718 + "author_account_age_days": 2809 }, "https://github.com/victorchall/comfyui_webcamcapture": { - "stars": 14, + "stars": 15, "last_update": "2025-04-16 20:39:32", - "author_account_age_days": 3593 + "author_account_age_days": 3683 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { - "stars": 31, + "stars": 32, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3874 + "author_account_age_days": 3965 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 2, - "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 4113 + "last_update": "2025-12-08 07:31:36", + "author_account_age_days": 4204 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1845 + "author_account_age_days": 1936 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, - "last_update": "2025-06-03 05:46:11", - "author_account_age_days": 228 + "last_update": "2025-11-16 14:14:42", + "author_account_age_days": 318 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2480 + "author_account_age_days": 2571 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 168, + "stars": 228, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5487 + "author_account_age_days": 5578 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { - "stars": 164, + "stars": 163, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2286 + "author_account_age_days": 2377 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2286 + "author_account_age_days": 2377 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4796 + "author_account_age_days": 4887 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { - "stars": 6, + "stars": 7, "last_update": "2025-02-11 00:34:36", - "author_account_age_days": 742 + "author_account_age_days": 833 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 3, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 742 + "author_account_age_days": 833 }, "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2774 + "author_account_age_days": 2865 + }, + "https://github.com/voxta-ai/ComfyUI-VoxtaNodes": { + "stars": 1, + "last_update": "2025-10-09 03:59:42", + "author_account_age_days": 894 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { - "stars": 74, - "last_update": "2025-09-11 00:50:43", - "author_account_age_days": 856 + "stars": 207, + "last_update": "2025-12-13 21:14:42", + "author_account_age_days": 947 }, - "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": 237 + "last_update": "2025-11-11 20:58:02", + "author_account_age_days": 328 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2025-04-02 03:48:05", - "author_account_age_days": 5431 + "author_account_age_days": 5522 }, "https://github.com/vslinx/ComfyUI-vslinx-nodes": { "stars": 1, - "last_update": "2025-08-31 20:52:57", - "author_account_age_days": 2300 + "last_update": "2025-12-12 00:08:18", + "author_account_age_days": 2391 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 204, + "stars": 214, "last_update": "2025-07-03 02:15:51", - "author_account_age_days": 1019 + "author_account_age_days": 1110 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { - "stars": 2, + "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1808 + "author_account_age_days": 1899 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1808 + "author_account_age_days": 1899 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { - "stars": 3, + "stars": 5, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1808 + "author_account_age_days": 1899 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, "last_update": "2025-05-09 22:37:03", - "author_account_age_days": 132 + "author_account_age_days": 222 + }, + "https://github.com/walke2019/ComfyUI-GGUF-VLM": { + "stars": 18, + "last_update": "2025-11-19 06:31:32", + "author_account_age_days": 2448 + }, + "https://github.com/wallen0322/ComfyUI-AE-Animation": { + "stars": 52, + "last_update": "2025-12-09 04:23:56", + "author_account_age_days": 266 + }, + "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": { + "stars": 55, + "last_update": "2025-11-05 20:04:35", + "author_account_age_days": 266 + }, + "https://github.com/wallen0322/ComfyUI-SageAttention3": { + "stars": 12, + "last_update": "2025-10-04 07:00:09", + "author_account_age_days": 266 + }, + "https://github.com/wallen0322/ComfyUI-Wan22FMLF": { + "stars": 342, + "last_update": "2025-12-10 12:35:40", + "author_account_age_days": 266 + }, + "https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer": { + "stars": 42, + "last_update": "2025-10-28 17:39:56", + "author_account_age_days": 266 }, "https://github.com/wallish77/wlsh_nodes": { - "stars": 129, + "stars": 136, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2667 + "author_account_age_days": 2758 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3831 + "author_account_age_days": 3921 }, "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, "last_update": "2025-07-21 01:36:01", - "author_account_age_days": 2653 + "author_account_age_days": 2744 }, "https://github.com/wasilone11/comfyui-sync-lipsync-node": { "stars": 1, "last_update": "2025-07-18 23:16:47", - "author_account_age_days": 2653 + "author_account_age_days": 2744 }, "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { - "stars": 2, - "last_update": "2025-08-22 13:49:02", - "author_account_age_days": 2180 + "stars": 4, + "last_update": "2025-11-09 08:23:01", + "author_account_age_days": 2271 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { - "stars": 11, + "stars": 13, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2559 + "author_account_age_days": 2650 }, "https://github.com/wawahuy/ComfyUI-HTTP": { - "stars": 2, - "last_update": "2025-07-22 15:46:22", - "author_account_age_days": 3526 + "stars": 9, + "last_update": "2025-10-10 18:16:29", + "author_account_age_days": 3617 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1415 + "author_account_age_days": 1506 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, "last_update": "2025-07-25 11:04:58", - "author_account_age_days": 3475 + "author_account_age_days": 3566 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { - "stars": 9, + "stars": 11, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 421 + "author_account_age_days": 512 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4649 + "author_account_age_days": 4740 }, - "https://github.com/weekii/comfyui-save-image-pro": { + "https://github.com/weekii/ComfyUI-GGUF-FX": { "stars": 0, - "last_update": "2025-08-25 06:41:40", - "author_account_age_days": 481 + "last_update": "2025-10-31 11:03:33", + "author_account_age_days": 572 + }, + "https://github.com/weekii/comfyui-save-image-pro": { + "stars": 2, + "last_update": "2025-10-28 12:51:48", + "author_account_age_days": 572 }, "https://github.com/wei30172/comfygen": { - "stars": 8, + "stars": 9, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2060 + "author_account_age_days": 2151 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { - "stars": 241, - "last_update": "2025-09-14 09:31:50", - "author_account_age_days": 2355 + "stars": 331, + "last_update": "2025-12-06 04:47:59", + "author_account_age_days": 2446 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 984, + "stars": 1035, "last_update": "2025-07-12 04:05:29", - "author_account_age_days": 2019 + "author_account_age_days": 2110 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 2227 + "author_account_age_days": 2317 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { - "stars": 86, - "last_update": "2025-08-17 00:04:29", - "author_account_age_days": 742 + "stars": 117, + "last_update": "2025-12-09 21:38:24", + "author_account_age_days": 832 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { - "stars": 16, + "stars": 24, "last_update": "2025-06-03 21:06:33", - "author_account_age_days": 742 + "author_account_age_days": 832 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { - "stars": 11, + "stars": 14, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 742 + "author_account_age_days": 832 + }, + "https://github.com/wgedeon/comfyui_play_traversal": { + "stars": 2, + "last_update": "2025-11-30 10:31:25", + "author_account_age_days": 4653 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5934 + "author_account_age_days": 6025 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { - "stars": 38, + "stars": 40, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 899 + "author_account_age_days": 990 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { - "stars": 4, - "last_update": "2025-09-11 18:25:39", - "author_account_age_days": 899 + "stars": 7, + "last_update": "2025-10-25 11:22:31", + "author_account_age_days": 990 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { - "stars": 43, - "last_update": "2025-09-08 09:53:19", - "author_account_age_days": 899 + "stars": 57, + "last_update": "2025-12-03 17:48:11", + "author_account_age_days": 990 }, "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 5, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4680 + "author_account_age_days": 4771 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { - "stars": 52, + "stars": 72, "last_update": "2025-08-21 19:21:22", - "author_account_age_days": 4680 + "author_account_age_days": 4771 + }, + "https://github.com/wildminder/ComfyUI-DyPE": { + "stars": 403, + "last_update": "2025-12-09 13:40:24", + "author_account_age_days": 4771 }, "https://github.com/wildminder/ComfyUI-KEEP": { - "stars": 56, + "stars": 65, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4680 + "author_account_age_days": 4771 + }, + "https://github.com/wildminder/ComfyUI-KaniTTS": { + "stars": 34, + "last_update": "2025-10-17 15:45:23", + "author_account_age_days": 4771 }, "https://github.com/wildminder/ComfyUI-VibeVoice": { - "stars": 405, - "last_update": "2025-09-10 10:50:56", - "author_account_age_days": 4680 + "stars": 534, + "last_update": "2025-09-25 10:19:05", + "author_account_age_days": 4771 + }, + "https://github.com/wildminder/ComfyUI-VoxCPM": { + "stars": 339, + "last_update": "2025-12-12 19:20:39", + "author_account_age_days": 4771 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, "last_update": "2025-03-29 23:09:07", - "author_account_age_days": 3085 + "author_account_age_days": 3176 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 632, - "last_update": "2025-09-13 12:04:51", - "author_account_age_days": 3805 + "stars": 806, + "last_update": "2025-12-14 07:59:08", + "author_account_age_days": 3896 }, "https://github.com/windfancy/zsq_prompt": { "stars": 0, "last_update": "2025-09-14 14:27:33", - "author_account_age_days": 1984 + "author_account_age_days": 2075 }, "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, "last_update": "2025-05-12 02:52:38", - "author_account_age_days": 535 + "author_account_age_days": 626 }, "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { - "stars": 2, + "stars": 5, "last_update": "2025-02-16 09:09:34", - "author_account_age_days": 1671 + "author_account_age_days": 1762 }, "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, "last_update": "2025-04-16 22:08:20", - "author_account_age_days": 177 + "author_account_age_days": 267 }, "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, "last_update": "2025-08-25 11:33:35", - "author_account_age_days": 3370 + "author_account_age_days": 3461 }, - "https://github.com/wizdroid/wizdroid-fashionista": { - "stars": 0, - "last_update": "2025-09-05 13:49:18", - "author_account_age_days": 2921 + "https://github.com/wizdroid/wizdroid-character": { + "stars": 3, + "last_update": "2025-11-29 14:04:02", + "author_account_age_days": 3012 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { - "stars": 42, - "last_update": "2025-09-12 16:25:07", - "author_account_age_days": 2319 + "stars": 45, + "last_update": "2025-09-22 06:27:43", + "author_account_age_days": 2409 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4565 + "author_account_age_days": 4656 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2025-05-10 05:51:42", - "author_account_age_days": 3477 + "author_account_age_days": 3568 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { - "stars": 66, - "last_update": "2025-09-04 12:29:10", - "author_account_age_days": 3246 + "stars": 95, + "last_update": "2025-11-22 03:02:56", + "author_account_age_days": 3337 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { - "stars": 99, + "stars": 103, "last_update": "2025-02-15 18:38:12", - "author_account_age_days": 6168 + "author_account_age_days": 6259 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 10, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 6168 + "author_account_age_days": 6259 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { - "stars": 62, + "stars": 63, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 2015 + "author_account_age_days": 2106 + }, + "https://github.com/wouterverweirder/comfyui-penplotter": { + "stars": 0, + "last_update": "2025-10-28 14:32:45", + "author_account_age_days": 5175 + }, + "https://github.com/wouterverweirder/comfyui_live_input_stream": { + "stars": 2, + "last_update": "2025-11-25 15:19:18", + "author_account_age_days": 5175 + }, + "https://github.com/wouterverweirder/comfyui_sam3": { + "stars": 55, + "last_update": "2025-12-11 14:28:58", + "author_account_age_days": 5175 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 0, - "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3381 + "last_update": "2025-11-17 14:16:32", + "author_account_age_days": 3472 }, "https://github.com/writer-in-fancy-pants/octo_json_presets": { "stars": 0, "last_update": "2025-09-08 23:42:01", - "author_account_age_days": 2753 + "author_account_age_days": 2844 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 764 + "author_account_age_days": 855 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { - "stars": 84, + "stars": 85, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2710 + "author_account_age_days": 2801 }, "https://github.com/wutipong/ComfyUI-TextUtils": { - "stars": 1, + "stars": 2, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4632 + "author_account_age_days": 4723 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5497 + "author_account_age_days": 5588 + }, + "https://github.com/wwzhifeng/comfyui-jsonprompt": { + "stars": 22, + "last_update": "2025-11-20 06:08:04", + "author_account_age_days": 937 }, "https://github.com/wywywywy/ComfyUI-pause": { - "stars": 24, + "stars": 28, "last_update": "2025-05-05 21:37:34", - "author_account_age_days": 3376 + "author_account_age_days": 3467 + }, + "https://github.com/wzken/ComfyUI-Steganos-Node": { + "stars": 0, + "last_update": "2025-09-28 16:27:27", + "author_account_age_days": 3506 + }, + "https://github.com/wzyfromhust/ComfyUI_SAM2UltraV2": { + "stars": 1, + "last_update": "2025-11-17 05:44:00", + "author_account_age_days": 1046 + }, + "https://github.com/x0x0b/ComfyUI-PromptHistoryGallery": { + "stars": 1, + "last_update": "2025-12-07 07:00:28", + "author_account_age_days": 2671 + }, + "https://github.com/x0x0b/ComfyUI-spritefusion-pixel-snapper": { + "stars": 0, + "last_update": "2025-12-07 08:54:58", + "author_account_age_days": 2671 }, "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { "stars": 2, - "last_update": "2025-06-10 19:29:54", - "author_account_age_days": 1880 + "last_update": "2025-12-01 14:29:42", + "author_account_age_days": 1970 }, "https://github.com/xXAdonesXx/NodeGPT": { - "stars": 351, + "stars": 354, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1926 + "author_account_age_days": 2017 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 4, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 876 + "author_account_age_days": 967 + }, + "https://github.com/xhh522/ComfyUI-preview-monitor": { + "stars": 1, + "last_update": "2025-09-16 10:41:24", + "author_account_age_days": 141 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { - "stars": 32, + "stars": 35, "last_update": "2025-08-08 04:15:10", - "author_account_age_days": 3711 + "author_account_age_days": 3802 + }, + "https://github.com/xiangyuT/ComfyUI-PromptEnhance": { + "stars": 0, + "last_update": "2025-12-08 08:52:26", + "author_account_age_days": 1251 }, "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2115 + "author_account_age_days": 2206 + }, + "https://github.com/xiaoshengyvlin/ComfyUI-MetaData-ZaKo": { + "stars": 2, + "last_update": "2025-12-01 14:12:22", + "author_account_age_days": 747 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, "last_update": "2025-06-09 08:56:11", - "author_account_age_days": 3326 + "author_account_age_days": 3417 }, "https://github.com/xiaoxiaodesha/hd_node": { - "stars": 15, + "stars": 18, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3322 + "author_account_age_days": 3412 }, "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, "last_update": "2025-04-07 09:54:46", - "author_account_age_days": 2242 + "author_account_age_days": 2333 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4946 + "author_account_age_days": 5037 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { - "stars": 26, + "stars": 29, "last_update": "2025-02-01 18:36:52", - "author_account_age_days": 4946 + "author_account_age_days": 5037 }, "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": 4946 + "author_account_age_days": 5037 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1721 + "author_account_age_days": 1811 }, "https://github.com/xmarre/TorchCompileModel_LoRASafe": { - "stars": 7, + "stars": 8, "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2203 + "author_account_age_days": 2293 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 2137 + "author_account_age_days": 2227 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2025-08-09 06:09:32", - "author_account_age_days": 1722 + "author_account_age_days": 1813 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4553 + "author_account_age_days": 4644 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { - "stars": 4, + "stars": 5, "last_update": "2025-06-11 09:39:59", - "author_account_age_days": 4553 + "author_account_age_days": 4644 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4553 + "author_account_age_days": 4644 }, "https://github.com/xuhongming251/ComfyUI_Camera": { - "stars": 4, + "stars": 6, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4553 + "author_account_age_days": 4644 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { - "stars": 8, + "stars": 9, "last_update": "2025-07-06 08:40:36", - "author_account_age_days": 1767 + "author_account_age_days": 1858 }, "https://github.com/yanhuifair/comfyui-janus": { - "stars": 4, + "stars": 5, "last_update": "2025-07-28 08:39:15", - "author_account_age_days": 4009 + "author_account_age_days": 4100 }, "https://github.com/yanlang0123/ComfyUI_Lam": { - "stars": 53, - "last_update": "2025-09-14 08:05:31", - "author_account_age_days": 3255 + "stars": 60, + "last_update": "2025-12-12 10:59:53", + "author_account_age_days": 3346 + }, + "https://github.com/yannickcruz/ComfyUI_YSC_HighResFix": { + "stars": 0, + "last_update": "2025-11-10 00:44:08", + "author_account_age_days": 1602 + }, + "https://github.com/yano/comfyui-fast-mosaic-detector": { + "stars": 3, + "last_update": "2025-11-13 14:57:28", + "author_account_age_days": 3284 }, "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, "last_update": "2025-03-22 11:04:33", - "author_account_age_days": 1844 + "author_account_age_days": 1935 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2564 + "author_account_age_days": 2655 + }, + "https://github.com/ycyy/ComfyUI-YCYY-API": { + "stars": 11, + "last_update": "2025-12-04 01:44:13", + "author_account_age_days": 3963 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3872 + "author_account_age_days": 3963 + }, + "https://github.com/yeeyou/ComfyUI-OpenAI-Compatible-API": { + "stars": 1, + "last_update": "2025-10-28 07:36:38", + "author_account_age_days": 5334 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4169 + "author_account_age_days": 4260 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 57, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 1018 + "author_account_age_days": 1108 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 7, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 1018 + "author_account_age_days": 1108 }, "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { "stars": 0, "last_update": "2025-02-19 00:38:33", - "author_account_age_days": 1018 + "author_account_age_days": 1108 }, "https://github.com/yichengup/ComfyUI-LinearTransition": { "stars": 1, "last_update": "2025-07-09 01:51:49", - "author_account_age_days": 572 + "author_account_age_days": 662 + }, + "https://github.com/yichengup/ComfyUI-VideoTransition": { + "stars": 24, + "last_update": "2025-10-27 07:36:45", + "author_account_age_days": 663 }, "https://github.com/yichengup/ComfyUI-YCNodes": { - "stars": 26, - "last_update": "2025-08-27 15:52:31", - "author_account_age_days": 572 + "stars": 33, + "last_update": "2025-12-14 11:56:26", + "author_account_age_days": 662 + }, + "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit": { + "stars": 17, + "last_update": "2025-12-14 11:52:31", + "author_account_age_days": 663 }, "https://github.com/yichengup/ComfyUI_SwiftCut": { - "stars": 4, - "last_update": "2025-09-02 18:24:21", - "author_account_age_days": 572 + "stars": 5, + "last_update": "2025-10-24 14:27:08", + "author_account_age_days": 662 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 7, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 572 + "author_account_age_days": 662 }, "https://github.com/yichengup/Comfyui-Deepseek": { - "stars": 32, + "stars": 33, "last_update": "2025-02-23 19:36:53", - "author_account_age_days": 572 + "author_account_age_days": 662 }, "https://github.com/yichengup/Comfyui-Ycanvas": { - "stars": 109, + "stars": 110, "last_update": "2025-07-28 04:39:08", - "author_account_age_days": 572 + "author_account_age_days": 662 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { - "stars": 304, + "stars": 303, "last_update": "2025-02-19 05:08:27", - "author_account_age_days": 572 + "author_account_age_days": 662 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { - "stars": 104, + "stars": 103, "last_update": "2025-04-10 18:36:47", - "author_account_age_days": 572 + "author_account_age_days": 662 }, "https://github.com/yichengup/comfyui-face-liquify": { "stars": 2, "last_update": "2025-05-08 17:59:05", - "author_account_age_days": 572 + "author_account_age_days": 662 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { - "stars": 88, + "stars": 89, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 999 + "author_account_age_days": 1090 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 50, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 999 + "author_account_age_days": 1090 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, - "last_update": "2025-09-12 03:50:11", - "author_account_age_days": 3277 + "last_update": "2025-12-12 07:51:03", + "author_account_age_days": 3368 + }, + "https://github.com/yolain/ComfyUI-Easy-DotsOCR": { + "stars": 5, + "last_update": "2025-10-05 09:11:26", + "author_account_age_days": 1879 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1907, - "last_update": "2025-09-02 11:25:03", - "author_account_age_days": 1788 + "stars": 2159, + "last_update": "2025-12-11 14:56:18", + "author_account_age_days": 1878 + }, + "https://github.com/yolain/SaveVideoRGBA": { + "stars": 33, + "last_update": "2025-10-26 05:56:47", + "author_account_age_days": 1879 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { - "stars": 3, + "stars": 4, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5311 + "author_account_age_days": 5401 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5311 + "author_account_age_days": 5401 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5311 + "author_account_age_days": 5401 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5311 + "author_account_age_days": 5401 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 4, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5311 + "author_account_age_days": 5401 }, "https://github.com/yolanother/DTAIComfyVariables": { - "stars": 12, + "stars": 13, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5311 + "author_account_age_days": 5401 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 20, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5311 + "author_account_age_days": 5401 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 22, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4323 + "author_account_age_days": 4413 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { - "stars": 6, + "stars": 8, "last_update": "2025-04-30 18:46:47", - "author_account_age_days": 4323 + "author_account_age_days": 4413 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 9, - "last_update": "2025-09-02 12:28:03", - "author_account_age_days": 3837 + "last_update": "2025-12-01 14:07:57", + "author_account_age_days": 3927 }, "https://github.com/younyokel/comfyui_prompt_formatter": { "stars": 4, "last_update": "2025-05-16 16:33:11", - "author_account_age_days": 2242 + "author_account_age_days": 2333 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 876 + "author_account_age_days": 967 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2890 + "author_account_age_days": 2981 }, "https://github.com/yuan199696/chinese_clip_encode": { - "stars": 9, + "stars": 10, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2890 + "author_account_age_days": 2981 + }, + "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin": { + "stars": 20, + "last_update": "2025-12-02 12:02:23", + "author_account_age_days": 23 + }, + "https://github.com/yukascomfy/ATI_AudioReactive": { + "stars": 0, + "last_update": "2025-11-21 10:34:47", + "author_account_age_days": 684 }, "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { - "stars": 9, + "stars": 19, "last_update": "2025-06-13 18:44:06", - "author_account_age_days": 965 + "author_account_age_days": 1056 }, "https://github.com/yushan777/ComfyUI-Y7Nodes": { - "stars": 3, - "last_update": "2025-06-14 19:55:01", - "author_account_age_days": 965 + "stars": 6, + "last_update": "2025-11-09 14:09:07", + "author_account_age_days": 1056 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { - "stars": 111, - "last_update": "2025-07-08 11:06:06", - "author_account_age_days": 2600 + "stars": 122, + "last_update": "2025-09-17 05:44:08", + "author_account_age_days": 2690 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { - "stars": 42, + "stars": 47, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2600 + "author_account_age_days": 2690 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { - "stars": 232, + "stars": 239, "last_update": "2025-08-27 08:00:28", - "author_account_age_days": 2600 + "author_account_age_days": 2690 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { - "stars": 27, + "stars": 28, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2600 + "author_account_age_days": 2690 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 28, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2600 + "author_account_age_days": 2690 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 4, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2600 + "author_account_age_days": 2690 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { - "stars": 28, - "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2600 + "stars": 65, + "last_update": "2025-09-23 07:06:14", + "author_account_age_days": 2690 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { - "stars": 36, + "stars": 35, "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2600 + "author_account_age_days": 2690 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 174, + "stars": 215, "last_update": "2025-09-08 04:44:47", - "author_account_age_days": 2600 + "author_account_age_days": 2690 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { - "stars": 33, - "last_update": "2025-05-01 09:04:25", - "author_account_age_days": 2600 + "stars": 36, + "last_update": "2025-10-15 06:15:18", + "author_account_age_days": 2690 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2600 + "author_account_age_days": 2690 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { - "stars": 132, + "stars": 164, "last_update": "2025-08-27 06:08:11", - "author_account_age_days": 2600 + "author_account_age_days": 2690 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { - "stars": 16, + "stars": 18, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2600 + "author_account_age_days": 2690 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { - "stars": 237, + "stars": 248, "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2600 + "author_account_age_days": 2690 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 470, - "last_update": "2025-06-02 12:11:14", - "author_account_age_days": 1347 + "stars": 494, + "last_update": "2025-11-07 13:58:35", + "author_account_age_days": 1438 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1035 + "author_account_age_days": 1126 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 5, - "last_update": "2025-07-20 04:47:00", - "author_account_age_days": 2242 + "last_update": "2025-11-15 09:35:12", + "author_account_age_days": 2333 }, "https://github.com/zade23/Comfyui-MoGe2": { - "stars": 4, - "last_update": "2025-09-11 07:21:12", - "author_account_age_days": 2242 + "stars": 18, + "last_update": "2025-10-23 09:53:50", + "author_account_age_days": 2333 }, "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, "last_update": "2025-03-21 09:52:29", - "author_account_age_days": 2807 + "author_account_age_days": 2898 }, "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, "last_update": "2025-03-26 20:58:18", - "author_account_age_days": 4224 + "author_account_age_days": 4314 }, "https://github.com/zccrs/comfyui-dci": { "stars": 1, - "last_update": "2025-06-13 07:35:50", - "author_account_age_days": 3707 + "last_update": "2025-10-27 08:04:53", + "author_account_age_days": 3798 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4862 + "author_account_age_days": 4953 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { - "stars": 26, + "stars": 27, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4862 + "author_account_age_days": 4953 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4862 + "author_account_age_days": 4953 }, "https://github.com/zeeoale/PromptCreatorNode": { - "stars": 2, + "stars": 3, "last_update": "2025-08-12 15:08:20", - "author_account_age_days": 2804 + "author_account_age_days": 2895 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { - "stars": 10, + "stars": 15, "last_update": "2025-02-09 18:27:16", - "author_account_age_days": 658 + "author_account_age_days": 748 }, "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": { - "stars": 3, + "stars": 4, "last_update": "2025-02-20 06:30:19", - "author_account_age_days": 658 + "author_account_age_days": 748 }, "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { "stars": 0, "last_update": "2025-02-07 17:32:46", - "author_account_age_days": 658 + "author_account_age_days": 748 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 3117 + "author_account_age_days": 3208 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 564 + "author_account_age_days": 655 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { - "stars": 71, + "stars": 75, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2890 + "author_account_age_days": 2981 }, "https://github.com/zfkun/ComfyUI_zfkun": { - "stars": 22, - "last_update": "2025-08-01 02:29:55", - "author_account_age_days": 5310 + "stars": 24, + "last_update": "2025-11-24 07:31:53", + "author_account_age_days": 5401 + }, + "https://github.com/zhanglongxiao111/Comfyui-geminiapi": { + "stars": 2, + "last_update": "2025-12-10 04:42:19", + "author_account_age_days": 828 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { - "stars": 93, - "last_update": "2025-09-05 07:14:51", - "author_account_age_days": 738 + "stars": 111, + "last_update": "2025-12-13 04:26:18", + "author_account_age_days": 829 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { - "stars": 11, - "last_update": "2025-04-07 10:58:52", - "author_account_age_days": 738 + "stars": 13, + "last_update": "2025-11-24 01:11:29", + "author_account_age_days": 829 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3797 + "author_account_age_days": 3887 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 74, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3906 + "author_account_age_days": 3997 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { - "stars": 68, + "stars": 69, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4682 + "author_account_age_days": 4773 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1447, + "stars": 1483, "last_update": "2025-09-11 03:57:50", - "author_account_age_days": 486 + "author_account_age_days": 577 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { - "stars": 111, + "stars": 109, "last_update": "2025-03-18 02:48:42", - "author_account_age_days": 944 - }, - "https://github.com/ziwang-com/comfyui-deepseek-r1": { - "stars": 63, - "last_update": "2025-02-02 14:24:35", - "author_account_age_days": 3823 + "author_account_age_days": 1035 }, "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { - "stars": 0, + "stars": 1, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 1028 + "author_account_age_days": 1119 }, "https://github.com/zmwv823/ComfyUI_Anytext": { - "stars": 88, + "stars": 95, "last_update": "2025-05-28 01:02:37", - "author_account_age_days": 3716 + "author_account_age_days": 3807 + }, + "https://github.com/zn123/ComfyUI-image-processor-zn123": { + "stars": 0, + "last_update": "2025-12-05 07:06:24", + "author_account_age_days": 4652 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3109 + "author_account_age_days": 3199 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 1692, - "last_update": "2025-09-07 17:26:11", - "author_account_age_days": 4365 + "stars": 1861, + "last_update": "2025-12-14 01:54:05", + "author_account_age_days": 4455 + }, + "https://github.com/zpengcom/Comfyui-TextLine-counter": { + "stars": 0, + "last_update": "2025-11-04 02:32:33", + "author_account_age_days": 4165 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 1, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5409 + "author_account_age_days": 5500 }, "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, "last_update": "2025-04-26 05:11:35", - "author_account_age_days": 253 + "author_account_age_days": 344 }, "https://github.com/zzubnik/TT_TextTools": { - "stars": 0, + "stars": 1, "last_update": "2025-04-02 23:40:24", - "author_account_age_days": 3173 + "author_account_age_days": 3263 }, "https://github.com/zzw5516/ComfyUI-zw-tools": { - "stars": 2, - "last_update": "2025-04-16 08:24:48", - "author_account_age_days": 4589 + "stars": 3, + "last_update": "2025-12-03 01:43:00", + "author_account_age_days": 4680 + }, + "ttps://github.com/GraftingRayman/Border-Distance-Mapper": { + "stars": 0, + "last_update": "2025-11-17 17:49:31", + "author_account_age_days": 701 } } \ No newline at end of file diff --git a/glob/manager_core.py b/glob/manager_core.py index b52658a73..0bf9841b0 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -40,10 +40,11 @@ import manager_util import git_utils import manager_downloader +import manager_migration from node_package import InstalledNodePackage -version_code = [3, 36] +version_code = [3, 38, 3] version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '') @@ -214,9 +215,10 @@ def update_user_directory(user_dir): global manager_pip_blacklist_path global manager_components_path - manager_files_path = os.path.abspath(os.path.join(user_dir, 'default', 'ComfyUI-Manager')) + manager_files_path = manager_migration.get_manager_path(user_dir) if not os.path.exists(manager_files_path): os.makedirs(manager_files_path) + manager_migration.run_migration_checks(user_dir, manager_files_path) manager_snapshot_path = os.path.join(manager_files_path, "snapshots") if not os.path.exists(manager_snapshot_path): @@ -1719,7 +1721,7 @@ def get_bool(key, default_value): manager_util.use_uv = default_conf['use_uv'].lower() == 'true' if 'use_uv' in default_conf else False manager_util.bypass_ssl = get_bool('bypass_ssl', False) - return { + result = { 'http_channel_enabled': get_bool('http_channel_enabled', False), 'preview_method': default_conf.get('preview_method', manager_funcs.get_current_preview_method()).lower(), 'git_exe': default_conf.get('git_exe', ''), @@ -1739,6 +1741,8 @@ def get_bool(key, default_value): 'security_level': default_conf.get('security_level', 'normal').lower(), 'db_mode': default_conf.get('db_mode', 'cache').lower(), } + manager_migration.force_security_level_if_needed(result) + return result except Exception: import importlib.util @@ -1746,7 +1750,7 @@ def get_bool(key, default_value): manager_util.use_uv = importlib.util.find_spec("uv") is not None and platform.system() != "Windows" manager_util.bypass_ssl = False - return { + result = { 'http_channel_enabled': False, 'preview_method': manager_funcs.get_current_preview_method(), 'git_exe': '', @@ -1766,6 +1770,8 @@ def get_bool(key, default_value): 'security_level': 'normal', # strong | normal | normal- | weak 'db_mode': 'cache', # local | cache | remote } + manager_migration.force_security_level_if_needed(result) + return result def get_config(): @@ -2247,9 +2253,17 @@ def git_pull(path): current_branch = repo.active_branch remote_name = current_branch.tracking_branch().remote_name - remote = repo.remote(name=remote_name) - remote.pull() + try: + repo.git.pull('--ff-only') + except git.GitCommandError: + branch_name = current_branch.name + backup_name = f'backup_{time.strftime("%Y%m%d_%H%M%S")}' + repo.create_head(backup_name) + logging.info(f"[ComfyUI-Manager] Cannot fast-forward. Backup created: {backup_name}") + repo.git.reset('--hard', f'{remote_name}/{branch_name}') + logging.info(f"[ComfyUI-Manager] Reset to {remote_name}/{branch_name}") + repo.git.submodule('update', '--init', '--recursive') repo.close() @@ -2517,22 +2531,23 @@ def update_to_stable_comfyui(repo_path): logging.error('\t'+branch.name) return "fail", None - versions, current_tag, _ = get_comfyui_versions(repo) - - if len(versions) == 0 or (len(versions) == 1 and versions[0] == 'nightly'): + versions, current_tag, latest_tag = get_comfyui_versions(repo) + + if latest_tag is None: logging.info("[ComfyUI-Manager] Unable to update to the stable ComfyUI version.") return "fail", None - - if versions[0] == 'nightly': - latest_tag = versions[1] - else: - latest_tag = versions[0] - if current_tag == latest_tag: + tag_ref = next((t for t in repo.tags if t.name == latest_tag), None) + if tag_ref is None: + logging.info(f"[ComfyUI-Manager] Unable to locate tag '{latest_tag}' in repository.") + return "fail", None + + if repo.head.commit == tag_ref.commit: return "skip", None else: logging.info(f"[ComfyUI-Manager] Updating ComfyUI: {current_tag} -> {latest_tag}") - repo.git.checkout(latest_tag) + repo.git.checkout(tag_ref.name) + execute_install_script("ComfyUI", repo_path, instant_execution=False, no_deps=False) return 'updated', latest_tag except: traceback.print_exc() @@ -2664,9 +2679,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: @@ -3351,36 +3370,80 @@ async def restore_snapshot(snapshot_path, git_helper_extras=None): def get_comfyui_versions(repo=None): - if repo is None: - repo = git.Repo(comfy_path) + repo = repo or git.Repo(comfy_path) + remote_name = None try: - remote = get_remote_name(repo) - repo.remotes[remote].fetch() + remote_name = get_remote_name(repo) + repo.remotes[remote_name].fetch() except: logging.error("[ComfyUI-Manager] Failed to fetch ComfyUI") - versions = [x.name for x in repo.tags if x.name.startswith('v')] + def parse_semver(tag_name): + match = re.match(r'^v(\d+)\.(\d+)\.(\d+)$', tag_name) + return tuple(int(x) for x in match.groups()) if match else None - # nearest tag - versions = sorted(versions, key=lambda v: repo.git.log('-1', '--format=%ct', v), reverse=True) - versions = versions[:4] + def normalize_describe(tag_name): + if not tag_name: + return None + base = tag_name.split('-', 1)[0] + return base if parse_semver(base) else None - current_tag = repo.git.describe('--tags') + # Collect semver tags and sort descending (highest first) + semver_tags = [] + for tag in repo.tags: + semver = parse_semver(tag.name) + if semver: + semver_tags.append((semver, tag.name)) + semver_tags.sort(key=lambda x: x[0], reverse=True) + semver_tags = [name for _, name in semver_tags] - if current_tag not in versions: - versions = sorted(versions + [current_tag], key=lambda v: repo.git.log('-1', '--format=%ct', v), reverse=True) - versions = versions[:4] + latest_tag = semver_tags[0] if semver_tags else None - main_branch = repo.heads.master - latest_commit = main_branch.commit - latest_tag = repo.git.describe('--tags', latest_commit.hexsha) + try: + described = repo.git.describe('--tags') + except Exception: + described = '' - if latest_tag != versions[0]: - versions.insert(0, 'nightly') - else: - versions[0] = 'nightly' + try: + exact_tag = repo.git.describe('--tags', '--exact-match') + except Exception: + exact_tag = '' + + head_is_default = False + if remote_name: + try: + default_head_ref = repo.refs[f'{remote_name}/HEAD'] + default_commit = default_head_ref.reference.commit + head_is_default = repo.head.commit == default_commit + except Exception: + head_is_default = False + + nearest_semver = normalize_describe(described) + exact_semver = exact_tag if parse_semver(exact_tag) else None + + if head_is_default and not exact_tag: current_tag = 'nightly' + else: + current_tag = exact_tag or described or 'nightly' + + # Prepare semver list for display: top 4 plus the current/nearest semver if missing + display_semver_tags = semver_tags[:4] + if exact_semver and exact_semver not in display_semver_tags: + display_semver_tags.append(exact_semver) + elif nearest_semver and nearest_semver not in display_semver_tags: + display_semver_tags.append(nearest_semver) + + versions = ['nightly'] + + if current_tag and not exact_semver and current_tag not in versions and current_tag not in display_semver_tags: + versions.append(current_tag) + + for tag in display_semver_tags: + if tag not in versions: + versions.append(tag) + + versions = versions[:6] return versions, current_tag, latest_tag diff --git a/glob/manager_migration.py b/glob/manager_migration.py new file mode 100644 index 000000000..00db27751 --- /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 cb3bcd92e..dbbd5dad4 100644 --- a/glob/manager_server.py +++ b/glob/manager_server.py @@ -11,7 +11,10 @@ import re import shutil import git +import glob +import json from datetime import datetime +from contextlib import contextmanager from server import PromptServer import manager_core as core @@ -22,6 +25,7 @@ import queue import manager_downloader +import manager_migration logging.info(f"### Loading: ComfyUI-Manager ({core.version_str})") @@ -276,6 +280,13 @@ def setup_environment(): 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] @@ -726,13 +737,93 @@ async def fetch_updates(request): except: traceback.print_exc() return web.Response(status=400) + +@routes.get("/customnode/get_node_types_in_workflows") +async def get_node_types_in_workflows(request): + try: + # get our username from the request header + user_id = PromptServer.instance.user_manager.get_request_user_id(request) + + # get the base workflow directory (TODO: figure out if non-standard directories are possible, and how to find them) + workflow_files_base_path = os.path.abspath(os.path.join(folder_paths.get_user_directory(), user_id, "workflows")) + + logging.debug(f"workflows base path: {workflow_files_base_path}") + + # workflow directory doesn't actually exist, return 204 (No Content) + if not os.path.isdir(workflow_files_base_path): + logging.debug("workflows base path doesn't exist - nothing to do...") + return web.Response(status=204) + + # get all JSON files under the workflow directory + workflow_file_relative_paths: list[str] = glob.glob(pathname="**/*.json", root_dir=workflow_files_base_path, recursive=True) + + logging.debug(f"found the following workflows: {workflow_file_relative_paths}") + + # set up our list of workflow/node-lists + workflow_node_mappings: list[dict[str, str | list[str]]] = [] + + # iterate over each found JSON file + for workflow_file_path in workflow_file_relative_paths: + + try: + workflow_file_absolute_path = os.path.abspath(os.path.join(workflow_files_base_path, workflow_file_path)) + logging.debug(f"starting work on {workflow_file_absolute_path}") + # load the JSON file + workflow_file_data = json.load(open(workflow_file_absolute_path, "r")) + + # make sure there's a nodes key (otherwise this might not actually be a workflow file) + if "nodes" not in workflow_file_data: + logging.warning(f"{workflow_file_path} has no 'nodes' key (possibly invalid?) - skipping...") + # skip to next file + continue + + # now this looks like a valid file, so let's get to work + new_mapping = {"workflow_file_name": workflow_file_path} + # we can't use an actual set, because you can't use dicts as set members + node_set = [] + + # iterate over each node in the workflow + for node in workflow_file_data["nodes"]: + if "id" not in node: + logging.warning(f"Found a node with no ID - possibly corrupt/invalid workflow?") + continue + # if there's no type, throw a warning + if "type" not in node: + logging.warning(f"Node type not found in {workflow_file_path} for node ID {node['id']}") + # skip to next node + continue + + node_data_to_return = {"type": node["type"]} + if "properties" not in node: + logging.warning(f"Node ${node['id']} has no properties field - can't determine cnr_id") + else: + for property_key in ["cnr_id", "ver"]: + if property_key in node["properties"]: + node_data_to_return[property_key] = node["properties"][property_key] + + # add it to the list for this workflow + if not node_data_to_return in node_set: + node_set.append(node_data_to_return) + + # annoyingly, Python can't serialize sets to JSON + new_mapping["node_types"] = list(node_set) + workflow_node_mappings.append(new_mapping) + + except Exception as e: + logging.warning(f"Couldn't open {workflow_file_path}: {e}") + + return web.json_response(workflow_node_mappings, content_type='application/json') + + except: + traceback.print_exc() + return web.Response(status=500) @routes.get("/manager/queue/update_all") async def update_all(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) - return web.Response(status=403) + return security_403_response() with task_worker_lock: is_processing = task_worker_thread is not None and task_worker_thread.is_alive() @@ -965,7 +1056,7 @@ async def get_snapshot_list(request): async def remove_snapshot(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) - return web.Response(status=403) + return security_403_response() try: target = request.rel_url.query["target"] @@ -983,7 +1074,7 @@ async def remove_snapshot(request): async def restore_snapshot(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) - return web.Response(status=403) + return security_403_response() try: target = request.rel_url.query["target"] @@ -1302,7 +1393,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 +1413,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(' ')) @@ -1594,6 +1685,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 +1702,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 b3db7b970..fd110b7fc 100644 --- a/glob/manager_util.py +++ b/glob/manager_util.py @@ -15,6 +15,7 @@ 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 3832a17c7..25d47f10d 100644 --- a/js/README.md +++ b/js/README.md @@ -9,11 +9,12 @@ This directory contains the JavaScript frontend implementation for ComfyUI-Manag - **model-manager.js**: Handles the model management interface for downloading and organizing AI models. - **components-manager.js**: Manages reusable workflow components system. - **snapshot.js**: Implements the snapshot system for backing up and restoring installations. +- **node-usage-analyzer.js**: Implements the UI for analyzing node usage in workflows. ## 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. @@ -46,5 +47,6 @@ The frontend follows a modular component-based architecture: 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 +- **node-usage-analyzer.css**: Styling for the node usage analyzer 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 dabc6f1dd..c4d6da03a 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-manager.js b/js/comfyui-manager.js index 6fc504b1f..f3dd1c8a3 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -14,10 +14,11 @@ 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 { NodeUsageAnalyzer } from "./node-usage-analyzer.js"; import { ModelManager } from "./model-manager.js"; import { SnapshotManager } from "./snapshot.js"; @@ -753,9 +754,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 +781,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; @@ -910,6 +916,17 @@ class ManagerMenuDialog extends ComfyDialog { CustomNodesManager.instance.show(CustomNodesManager.ShowMode.IN_WORKFLOW); } }), + $el("button.cm-button", { + type: "button", + textContent: "Node Usage Analyzer", + onclick: + () => { + if(!NodeUsageAnalyzer.instance) { + NodeUsageAnalyzer.instance = new NodeUsageAnalyzer(app, self); + } + NodeUsageAnalyzer.instance.show(NodeUsageAnalyzer.SortMode.BY_PACKAGE); + } + }), $el("br", {}, []), $el("button.cm-button", { @@ -1453,6 +1470,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 71cf58ea5..0cb4f319f 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)); } @@ -109,9 +122,9 @@ export async function customConfirm(message) { let res = await window['app'].extensionManager.dialog .confirm({ - title: 'Confirm', - message: message - }); + title: 'Confirm', + message: message + }); return res; } @@ -151,9 +164,9 @@ export async function customPrompt(title, message) { let res = await window['app'].extensionManager.dialog .prompt({ - title: title, - message: message - }); + title: title, + message: message + }); return res; } @@ -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(); } }); } @@ -651,4 +667,449 @@ function initTooltip () { document.body.addEventListener('mouseleave', mouseleaveHandler, true); } +export async function uninstallNodes(nodeList, options = {}) { + const { + title = `${nodeList.length} custom nodes`, + onProgress = () => {}, + onError = () => {}, + onSuccess = () => {}, + channel = 'default', + mode = 'default' + } = options; + + // Check if queue is busy + let stats = await api.fetchApi('/manager/queue/status'); + stats = await stats.json(); + if (stats.is_processing) { + customAlert(`[ComfyUI-Manager] There are already tasks in progress. Please try again after it is completed. (${stats.done_count}/${stats.total_count})`); + return { success: false, error: 'Queue is busy' }; + } + + // Confirmation dialog for uninstall + const confirmed = await customConfirm(`Are you sure uninstall ${title}?`); + if (!confirmed) { + return { success: false, error: 'User cancelled' }; + } + + let errorMsg = ""; + let target_items = []; + + await api.fetchApi('/manager/queue/reset'); + + for (const nodeItem of nodeList) { + target_items.push(nodeItem); + + onProgress(`Uninstall ${nodeItem.title || nodeItem.name} ...`); + + const data = nodeItem.originalData || nodeItem; + data.channel = channel; + data.mode = mode; + data.ui_id = nodeItem.hash || md5(nodeItem.name || nodeItem.title); + + const res = await api.fetchApi(`/manager/queue/uninstall`, { + method: 'POST', + body: JSON.stringify(data) + }); + + if (res.status != 200) { + errorMsg = `'${nodeItem.title || nodeItem.name}': `; + + if (res.status == 403) { + errorMsg += `This action is not allowed with this security level configuration.\n`; + } else if (res.status == 404) { + errorMsg += `With the current security level configuration, only custom nodes from the "default channel" can be uninstalled.\n`; + } else { + errorMsg += await res.text() + '\n'; + } + + break; + } + } + + if (errorMsg) { + onError(errorMsg); + show_message("[Uninstall Errors]\n" + errorMsg); + return { success: false, error: errorMsg, targets: target_items }; + } else { + await api.fetchApi('/manager/queue/start'); + onSuccess(target_items); + showTerminal(); + return { success: true, targets: target_items }; + } +} + +// =========================================================================================== +// Workflow Utilities Consolidation + +export async function getWorkflowNodeTypes() { + try { + const res = await fetchData('/customnode/get_node_types_in_workflows'); + + if (res.status === 200) { + return { success: true, data: res.data }; + } else if (res.status === 204) { + // No workflows found - return empty list + return { success: true, data: [] }; + } else { + return { success: false, error: res.error }; + } + } catch (error) { + return { success: false, error: error }; + } +} + +export function findPackageByCnrId(cnrId, nodePackages, installedOnly = true) { + if (!cnrId || !nodePackages) { + return null; + } + + // Tier 1: Direct key match + if (nodePackages[cnrId]) { + const pack = nodePackages[cnrId]; + if (!installedOnly || pack.state !== "not-installed") { + return { key: cnrId, pack: pack }; + } + } + + // Tier 2: Case-insensitive match + const cnrIdLower = cnrId.toLowerCase(); + for (const packKey of Object.keys(nodePackages)) { + if (packKey.toLowerCase() === cnrIdLower) { + const pack = nodePackages[packKey]; + if (!installedOnly || pack.state !== "not-installed") { + return { key: packKey, pack: pack }; + } + } + } + + // Tier 3: URL/reference contains match + for (const packKey of Object.keys(nodePackages)) { + const pack = nodePackages[packKey]; + + // Skip non-installed packages if installedOnly is true + if (installedOnly && pack.state === "not-installed") { + continue; + } + + // Check if reference URL contains cnr_id + if (pack.reference && pack.reference.includes(cnrId)) { + return { key: packKey, pack: pack }; + } + + // Check if any file URL contains cnr_id + if (pack.files && Array.isArray(pack.files)) { + for (const fileUrl of pack.files) { + if (fileUrl.includes(cnrId)) { + return { key: packKey, pack: pack }; + } + } + } + } + + return null; +} + +export async function analyzeWorkflowUsage(nodePackages) { + const result = await getWorkflowNodeTypes(); + + if (!result.success) { + return { success: false, error: result.error }; + } + + const workflowNodeList = result.data; + const usageMap = new Map(); + const workflowDetailsMap = new Map(); + + if (workflowNodeList && Array.isArray(workflowNodeList)) { + const cnrIdCounts = new Map(); + const cnrIdToWorkflows = new Map(); + + // Process each workflow + workflowNodeList.forEach((workflowObj, workflowIndex) => { + if (workflowObj.node_types && Array.isArray(workflowObj.node_types)) { + const workflowCnrIds = new Set(); + + // Get workflow filename + const workflowFilename = workflowObj.workflow_file_name || + workflowObj.filename || + workflowObj.file || + workflowObj.name || + workflowObj.path || + `Workflow ${workflowIndex + 1}`; + + // Count nodes per cnr_id in this workflow + const workflowCnrIdCounts = new Map(); + workflowObj.node_types.forEach(nodeTypeObj => { + const cnrId = nodeTypeObj.cnr_id; + + if (cnrId && cnrId !== "comfy-core") { + // Track unique cnr_ids per workflow + workflowCnrIds.add(cnrId); + + // Count nodes per cnr_id in this specific workflow + const workflowNodeCount = workflowCnrIdCounts.get(cnrId) || 0; + workflowCnrIdCounts.set(cnrId, workflowNodeCount + 1); + } + }); + + // Record workflow details for each unique cnr_id found in this workflow + workflowCnrIds.forEach(cnrId => { + // Count occurrences of this cnr_id across all workflows + const currentCount = cnrIdCounts.get(cnrId) || 0; + cnrIdCounts.set(cnrId, currentCount + 1); + + // Track workflow details + if (!cnrIdToWorkflows.has(cnrId)) { + cnrIdToWorkflows.set(cnrId, []); + } + cnrIdToWorkflows.get(cnrId).push({ + filename: workflowFilename, + nodeCount: workflowCnrIdCounts.get(cnrId) || 0 + }); + }); + } + }); + + // Map cnr_id to installed packages with workflow details + cnrIdCounts.forEach((count, cnrId) => { + const workflowDetails = cnrIdToWorkflows.get(cnrId) || []; + + const foundPackage = findPackageByCnrId(cnrId, nodePackages, true); + if (foundPackage) { + usageMap.set(foundPackage.key, count); + workflowDetailsMap.set(foundPackage.key, workflowDetails); + } + }); + } + + return { + success: true, + usageMap: usageMap, + workflowDetailsMap: workflowDetailsMap + }; +} + +// Size formatting utilities - consolidated from model-manager.js and node-usage-analyzer.js +export function formatSize(v) { + const base = 1000; + const units = ['', 'K', 'M', 'G', 'T', 'P']; + const space = ''; + const postfix = 'B'; + if (v <= 0) { + return `0${space}${postfix}`; + } + for (let i = 0, l = units.length; i < l; i++) { + const min = Math.pow(base, i); + const max = Math.pow(base, i + 1); + if (v > min && v <= max) { + const unit = units[i]; + if (unit) { + const n = v / min; + const nl = n.toString().split('.')[0].length; + const fl = Math.max(3 - nl, 1); + v = n.toFixed(fl); + } + v = v + space + unit + postfix; + break; + } + } + return v; +} + +// for size sort +export function sizeToBytes(v) { + if (typeof v === "number") { + return v; + } + if (typeof v === "string") { + const n = parseFloat(v); + const unit = v.replace(/[0-9.B]+/g, "").trim().toUpperCase(); + if (unit === "K") { + return n * 1000; + } + if (unit === "M") { + return n * 1000 * 1000; + } + if (unit === "G") { + return n * 1000 * 1000 * 1000; + } + if (unit === "T") { + return n * 1000 * 1000 * 1000 * 1000; + } + } + return v; +} + +// Flyover component - consolidated from custom-nodes-manager.js and node-usage-analyzer.js +export function createFlyover(container, options = {}) { + const { + enableHover = false, + hoverHandler = null, + context = null + } = options; + + const $flyover = document.createElement("div"); + $flyover.className = "cn-flyover"; + $flyover.innerHTML = `
+
${icons.arrowRight}
+
+
${icons.close}
+
+
` + container.appendChild($flyover); + + const $flyoverTitle = $flyover.querySelector(".cn-flyover-title"); + const $flyoverBody = $flyover.querySelector(".cn-flyover-body"); + + let width = '50%'; + let visible = false; + + let timeHide; + const closeHandler = (e) => { + if ($flyover === e.target || $flyover.contains(e.target)) { + return; + } + clearTimeout(timeHide); + timeHide = setTimeout(() => { + flyover.hide(); + }, 100); + } + + const displayHandler = () => { + if (visible) { + $flyover.classList.remove("cn-slide-in-right"); + } else { + $flyover.classList.remove("cn-slide-out-right"); + $flyover.style.width = '0px'; + $flyover.style.display = "none"; + } + } + + const flyover = { + show: (titleHtml, bodyHtml) => { + clearTimeout(timeHide); + if (context && context.element) { + context.element.removeEventListener("click", closeHandler); + } + $flyoverTitle.innerHTML = titleHtml; + $flyoverBody.innerHTML = bodyHtml; + $flyover.style.display = "block"; + $flyover.style.width = width; + if(!visible) { + $flyover.classList.add("cn-slide-in-right"); + } + visible = true; + setTimeout(() => { + if (context && context.element) { + context.element.addEventListener("click", closeHandler); + } + }, 100); + }, + hide: (now) => { + visible = false; + if (context && context.element) { + context.element.removeEventListener("click", closeHandler); + } + if(now) { + displayHandler(); + return; + } + $flyover.classList.add("cn-slide-out-right"); + } + } + + $flyover.addEventListener("animationend", (e) => { + displayHandler(); + }); + + // Add hover handlers if enabled + if (enableHover && hoverHandler) { + $flyover.addEventListener("mouseenter", hoverHandler, true); + $flyover.addEventListener("mouseleave", hoverHandler, true); + } + + $flyover.addEventListener("click", (e) => { + if(e.target.classList.contains("cn-flyover-close")) { + flyover.hide(); + return; + } + + // Forward other click events to the provided handler or context + if (context && context.handleFlyoverClick) { + context.handleFlyoverClick(e); + } + }); + + return flyover; +} + +// Shared UI State Methods - consolidated from multiple managers +export function createUIStateManager(element, selectors) { + return { + showSelection: (msg) => { + const el = element.querySelector(selectors.selection); + if (el) el.innerHTML = msg; + }, + + showError: (err) => { + const el = element.querySelector(selectors.message); + if (el) { + const msg = err ? `${err}` : ""; + el.innerHTML = msg; + } + }, + + showMessage: (msg, color) => { + const el = element.querySelector(selectors.message); + if (el) { + if (color) { + msg = `${msg}`; + } + el.innerHTML = msg; + } + }, + + showStatus: (msg, color) => { + const el = element.querySelector(selectors.status); + if (el) { + if (color) { + msg = `${msg}`; + } + el.innerHTML = msg; + } + }, + + showLoading: (grid) => { + if (grid) { + grid.showLoading(); + grid.showMask({ + opacity: 0.05 + }); + } + }, + + hideLoading: (grid) => { + if (grid) { + grid.hideLoading(); + grid.hideMask(); + } + }, + + showRefresh: () => { + const el = element.querySelector(selectors.refresh); + if (el) el.style.display = "block"; + }, + + showStop: () => { + const el = element.querySelector(selectors.stop); + if (el) el.style.display = "block"; + }, + + hideStop: () => { + const el = element.querySelector(selectors.stop); + if (el) el.style.display = "none"; + } + }; +} + initTooltip(); \ No newline at end of file diff --git a/js/custom-nodes-manager.css b/js/custom-nodes-manager.css index 00e1e4c19..1a918e5bc 100644 --- a/js/custom-nodes-manager.css +++ b/js/custom-nodes-manager.css @@ -1,5 +1,5 @@ .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%; diff --git a/js/custom-nodes-manager.js b/js/custom-nodes-manager.js index a5683a2de..7c385256f 100644 --- a/js/custom-nodes-manager.js +++ b/js/custom-nodes-manager.js @@ -7,7 +7,7 @@ import { fetchData, md5, icons, show_message, customConfirm, customAlert, customPrompt, sanitizeHTML, infoToast, showTerminal, setNeedRestart, storeColumnWidth, restoreColumnWidth, getTimeAgo, copyText, loadCss, - showPopover, hidePopover + showPopover, hidePopover, getWorkflowNodeTypes, findPackageByCnrId, analyzeWorkflowUsage, createFlyover } from "./common.js"; // https://cenfun.github.io/turbogrid/api.html @@ -54,6 +54,8 @@ const ShowMode = { FAVORITES: "Favorites", ALTERNATIVES: "Alternatives", IN_WORKFLOW: "In Workflow", + USED_IN_ANY_WORKFLOW: "Used In Any Workflow", + NOT_USED_IN_ANY_WORKFLOW: "Installed and Unused", }; export class CustomNodesManager { @@ -268,6 +270,14 @@ export class CustomNodesManager { label: "In Workflow", value: ShowMode.IN_WORKFLOW, hasData: false + }, { + label: "Used In Any Workflow", + value: ShowMode.USED_IN_ANY_WORKFLOW, + hasData: false + }, { + label: "Installed and Unused", + value: ShowMode.NOT_USED_IN_ANY_WORKFLOW, + hasData: false }, { label: "Missing", value: ShowMode.MISSING, @@ -518,7 +528,11 @@ export class CustomNodesManager { const grid = new TG.Grid(container); this.grid = grid; - this.flyover = this.createFlyover(container); + this.flyover = createFlyover(container, { + enableHover: true, + hoverHandler: this.handleFlyoverHover.bind(this), + context: this + }); let prevViewRowsLength = -1; grid.bind('onUpdated', (e, d) => { @@ -1061,143 +1075,63 @@ export class CustomNodesManager { hidePopover(); } - createFlyover(container) { - const $flyover = document.createElement("div"); - $flyover.className = "cn-flyover"; - $flyover.innerHTML = `
-
${icons.arrowRight}
-
-
${icons.close}
-
-
` - container.appendChild($flyover); - - const $flyoverTitle = $flyover.querySelector(".cn-flyover-title"); - const $flyoverBody = $flyover.querySelector(".cn-flyover-body"); - - let width = '50%'; - let visible = false; - - let timeHide; - const closeHandler = (e) => { - if ($flyover === e.target || $flyover.contains(e.target)) { - return; - } - clearTimeout(timeHide); - timeHide = setTimeout(() => { - flyover.hide(); - }, 100); + handleFlyoverHover(e) { + if(e.type === "mouseenter") { + if(e.target.classList.contains("cn-nodes-name")) { + this.showNodePreview(e.target); + } + return; } + this.hideNodePreview(); + } - const hoverHandler = (e) => { - if(e.type === "mouseenter") { - if(e.target.classList.contains("cn-nodes-name")) { - this.showNodePreview(e.target); - } + handleFlyoverClick(e) { + if(e.target.classList.contains("cn-nodes-name")) { + const nodeName = e.target.innerText; + const nodeItem = this.nodeMap[nodeName]; + if (!nodeItem) { + copyText(nodeName).then((res) => { + if (res) { + e.target.setAttribute("action", "Copied"); + e.target.classList.add("action"); + setTimeout(() => { + e.target.classList.remove("action"); + e.target.removeAttribute("action"); + }, 1000); + } + }); return; } - this.hideNodePreview(); - } - const displayHandler = () => { - if (visible) { - $flyover.classList.remove("cn-slide-in-right"); - } else { - $flyover.classList.remove("cn-slide-out-right"); - $flyover.style.width = '0px'; - $flyover.style.display = "none"; - } - } - - const flyover = { - show: (titleHtml, bodyHtml) => { - clearTimeout(timeHide); - this.element.removeEventListener("click", closeHandler); - $flyoverTitle.innerHTML = titleHtml; - $flyoverBody.innerHTML = bodyHtml; - $flyover.style.display = "block"; - $flyover.style.width = width; - if(!visible) { - $flyover.classList.add("cn-slide-in-right"); + const [x, y, w, h] = app.canvas.ds.visible_area; + const dpi = Math.max(window.devicePixelRatio ?? 1, 1); + const node = window.LiteGraph?.createNode( + nodeItem.name, + nodeItem.display_name, + { + pos: [x + (w-300) / dpi / 2, y] } - visible = true; + ); + if (node) { + app.graph.add(node); + e.target.setAttribute("action", "Added to Workflow"); + e.target.classList.add("action"); setTimeout(() => { - this.element.addEventListener("click", closeHandler); - }, 100); - }, - hide: (now) => { - visible = false; - this.element.removeEventListener("click", closeHandler); - if(now) { - displayHandler(); - return; - } - $flyover.classList.add("cn-slide-out-right"); + e.target.classList.remove("action"); + e.target.removeAttribute("action"); + }, 1000); } + + return; } - - $flyover.addEventListener("animationend", (e) => { - displayHandler(); - }); - - $flyover.addEventListener("mouseenter", hoverHandler, true); - $flyover.addEventListener("mouseleave", hoverHandler, true); - - $flyover.addEventListener("click", (e) => { - - if(e.target.classList.contains("cn-nodes-name")) { - const nodeName = e.target.innerText; - const nodeItem = this.nodeMap[nodeName]; - if (!nodeItem) { - copyText(nodeName).then((res) => { - if (res) { - e.target.setAttribute("action", "Copied"); - e.target.classList.add("action"); - setTimeout(() => { - e.target.classList.remove("action"); - e.target.removeAttribute("action"); - }, 1000); - } - }); - return; - } - - const [x, y, w, h] = app.canvas.ds.visible_area; - const dpi = Math.max(window.devicePixelRatio ?? 1, 1); - const node = window.LiteGraph?.createNode( - nodeItem.name, - nodeItem.display_name, - { - pos: [x + (w-300) / dpi / 2, y] - } - ); - if (node) { - app.graph.add(node); - e.target.setAttribute("action", "Added to Workflow"); - e.target.classList.add("action"); - setTimeout(() => { - e.target.classList.remove("action"); - e.target.removeAttribute("action"); - }, 1000); - } - - return; - } - if(e.target.classList.contains("cn-nodes-pack")) { - const hash = e.target.getAttribute("hash"); - const rowItem = this.grid.getRowItemBy("hash", hash); + if(e.target.classList.contains("cn-nodes-pack")) { + const hash = e.target.getAttribute("hash"); + const rowItem = this.grid.getRowItemBy("hash", hash); //console.log(rowItem); - this.grid.scrollToRow(rowItem); - this.addHighlight(rowItem); - return; - } - if(e.target.classList.contains("cn-flyover-close")) { - flyover.hide(); - return; - } - }); - - return flyover; + this.grid.scrollToRow(rowItem); + this.addHighlight(rowItem); + return; + } } showNodes(d) { @@ -1528,7 +1462,16 @@ export class CustomNodesManager { errorMsg = `'${item.title}': `; if(res.status == 403) { - errorMsg += `This action is not allowed with this security level configuration.\n`; + try { + const data = await res.json(); + if(data.error === 'comfyui_outdated') { + errorMsg += `ComfyUI version is outdated. Please update ComfyUI to use Manager normally.\n`; + } else { + errorMsg += `This action is not allowed with this security level configuration.\n`; + } + } catch { + errorMsg += `This action is not allowed with this security level configuration.\n`; + } } else if(res.status == 404) { errorMsg += `With the current security level configuration, only custom nodes from the "default channel" can be installed.\n`; } else { @@ -1863,7 +1806,10 @@ export class CustomNodesManager { for(let k in allUsedNodes) { var item; if(allUsedNodes[k].properties.cnr_id) { - item = this.custom_nodes[allUsedNodes[k].properties.cnr_id]; + const foundPackage = findPackageByCnrId(allUsedNodes[k].properties.cnr_id, this.custom_nodes, false); + if (foundPackage) { + item = foundPackage.pack; + } } else if(allUsedNodes[k].properties.aux_id) { item = aux_id_to_pack[allUsedNodes[k].properties.aux_id]; @@ -1910,6 +1856,48 @@ export class CustomNodesManager { return hashMap; } + async getUsedInAnyWorkflow() { + this.showStatus(`Loading workflow usage analysis ...`); + + const result = await analyzeWorkflowUsage(this.custom_nodes); + + if (!result.success) { + this.showError(`Failed to get workflow data: ${result.error}`); + return {}; + } + + const hashMap = {}; + + // Convert usage map keys to hash map + result.usageMap.forEach((count, packageKey) => { + const pack = this.custom_nodes[packageKey]; + if (pack && pack.hash) { + hashMap[pack.hash] = true; + } + }); + + return hashMap; + } + + async getNotUsedInAnyWorkflow() { + this.showStatus(`Loading workflow usage analysis ...`); + + // Get the used packages first using common utility + const usedHashMap = await this.getUsedInAnyWorkflow(); + const notUsedHashMap = {}; + + // Find all installed packages that are NOT in the used list + for(let k in this.custom_nodes) { + let nodepack = this.custom_nodes[k]; + // Only consider installed packages + if (nodepack.state !== "not-installed" && !usedHashMap[nodepack.hash]) { + notUsedHashMap[nodepack.hash] = true; + } + } + + return notUsedHashMap; + } + async loadData(show_mode = ShowMode.NORMAL) { const isElectron = 'electronAPI' in window; @@ -1979,6 +1967,10 @@ export class CustomNodesManager { hashMap = await this.getFavorites(); } else if(this.show_mode == ShowMode.IN_WORKFLOW) { hashMap = await this.getNodepackInWorkflow(); + } else if(this.show_mode == ShowMode.USED_IN_ANY_WORKFLOW) { + hashMap = await this.getUsedInAnyWorkflow(); + } else if(this.show_mode == ShowMode.NOT_USED_IN_ANY_WORKFLOW) { + hashMap = await this.getNotUsedInAnyWorkflow(); } filterItem.hashMap = hashMap; diff --git a/js/model-manager.js b/js/model-manager.js index 7811ab657..ae5520b02 100644 --- a/js/model-manager.js +++ b/js/model-manager.js @@ -1,9 +1,9 @@ import { app } from "../../scripts/app.js"; import { $el } from "../../scripts/ui.js"; -import { - manager_instance, rebootAPI, +import { + manager_instance, rebootAPI, fetchData, md5, icons, show_message, customAlert, infoToast, showTerminal, - storeColumnWidth, restoreColumnWidth, loadCss + storeColumnWidth, restoreColumnWidth, loadCss, formatSize, sizeToBytes } from "./common.js"; import { api } from "../../scripts/api.js"; @@ -364,7 +364,7 @@ export class ModelManager { width: 100, formatter: (size) => { if (typeof size === "number") { - return this.formatSize(size); + return formatSize(size); } return size; } @@ -477,7 +477,16 @@ export class ModelManager { errorMsg = `'${item.name}': `; if(res.status == 403) { - errorMsg += `This action is not allowed with this security level configuration.\n`; + try { + const data = await res.json(); + if(data.error === 'comfyui_outdated') { + errorMsg += `ComfyUI version is outdated. Please update ComfyUI to use Manager normally.\n`; + } else { + errorMsg += `This action is not allowed with this security level configuration.\n`; + } + } catch { + errorMsg += `This action is not allowed with this security level configuration.\n`; + } } else { errorMsg += await res.text() + '\n'; } @@ -578,7 +587,7 @@ export class ModelManager { models.forEach((item, i) => { const { type, base, name, reference, installed } = item; item.originalData = JSON.parse(JSON.stringify(item)); - item.size = this.sizeToBytes(item.size); + item.size = sizeToBytes(item.size); item.hash = md5(name + reference); item.id = i + 1; @@ -655,7 +664,6 @@ export class ModelManager { const { models } = res.data; this.modelList = this.getModelList(models); - // console.log("models", this.modelList); this.updateFilter(); @@ -667,56 +675,6 @@ export class ModelManager { // =========================================================================================== - formatSize(v) { - const base = 1000; - const units = ['', 'K', 'M', 'G', 'T', 'P']; - const space = ''; - const postfix = 'B'; - if (v <= 0) { - return `0${space}${postfix}`; - } - for (let i = 0, l = units.length; i < l; i++) { - const min = Math.pow(base, i); - const max = Math.pow(base, i + 1); - if (v > min && v <= max) { - const unit = units[i]; - if (unit) { - const n = v / min; - const nl = n.toString().split('.')[0].length; - const fl = Math.max(3 - nl, 1); - v = n.toFixed(fl); - } - v = v + space + unit + postfix; - break; - } - } - return v; - } - - // for size sort - sizeToBytes(v) { - if (typeof v === "number") { - return v; - } - if (typeof v === "string") { - const n = parseFloat(v); - const unit = v.replace(/[0-9.B]+/g, "").trim().toUpperCase(); - if (unit === "K") { - return n * 1000; - } - if (unit === "M") { - return n * 1000 * 1000; - } - if (unit === "G") { - return n * 1000 * 1000 * 1000; - } - if (unit === "T") { - return n * 1000 * 1000 * 1000 * 1000; - } - } - return v; - } - showSelection(msg) { this.element.querySelector(".cmm-manager-selection").innerHTML = msg; } diff --git a/js/node-usage-analyzer.css b/js/node-usage-analyzer.css new file mode 100644 index 000000000..428b48cc8 --- /dev/null +++ b/js/node-usage-analyzer.css @@ -0,0 +1,699 @@ +.nu-manager { + --grid-font: -apple-system, BlinkMacSystemFont, "Segue UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; + z-index: 1099; + width: 80%; + height: 80%; + display: flex; + flex-direction: column; + gap: 10px; + color: var(--fg-color); + font-family: arial, sans-serif; + text-underline-offset: 3px; + outline: none; +} + +.nu-manager .nu-flex-auto { + flex: auto; +} + +.nu-manager button { + 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; +} + +.nu-manager button:disabled, +.nu-manager input:disabled, +.nu-manager select:disabled { + color: gray; +} + +.nu-manager button:disabled { + background-color: var(--comfy-input-bg); +} + +.nu-manager .nu-manager-restart { + display: none; + background-color: #500000; + color: white; +} + +.nu-manager .nu-manager-stop { + display: none; + background-color: #500000; + color: white; +} + +.nu-manager .nu-manager-back { + align-items: center; + justify-content: center; +} + +.arrow-icon { + height: 1em; + width: 1em; + margin-right: 5px; + transform: translateY(2px); +} + +.cn-icon { + display: block; + width: 16px; + height: 16px; +} + +.cn-icon svg { + display: block; + margin: 0; + pointer-events: none; +} + +.nu-manager-header { + display: flex; + flex-wrap: wrap; + gap: 5px; + align-items: center; + padding: 0 5px; +} + +.nu-manager-header label { + display: flex; + gap: 5px; + align-items: center; +} + +.nu-manager-filter { + height: 28px; + line-height: 28px; +} + +.nu-manager-keywords { + height: 28px; + line-height: 28px; + padding: 0 5px 0 26px; + 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"); +} + +.nu-manager-status { + padding-left: 10px; +} + +.nu-manager-grid { + flex: auto; + border: 1px solid var(--border-color); + overflow: hidden; + position: relative; +} + +.nu-manager-selection { + display: flex; + flex-wrap: wrap; + gap: 10px; + align-items: center; +} + +.nu-manager-message { + position: relative; +} + +.nu-manager-footer { + display: flex; + flex-wrap: wrap; + gap: 10px; + align-items: center; +} + +.nu-manager-grid .tg-turbogrid { + font-family: var(--grid-font); + font-size: 15px; + background: var(--bg-color); +} + +.nu-manager-grid .tg-turbogrid .tg-highlight::after { + position: absolute; + top: 0; + left: 0; + content: ""; + display: block; + width: 100%; + height: 100%; + box-sizing: border-box; + background-color: #80bdff11; + pointer-events: none; +} + +.nu-manager-grid .nu-pack-name a { + color: skyblue; + text-decoration: none; + word-break: break-word; +} + +.nu-manager-grid .cn-pack-desc a { + color: #5555FF; + font-weight: bold; + text-decoration: none; +} + +.nu-manager-grid .tg-cell a:hover { + text-decoration: underline; +} + +.nu-manager-grid .cn-pack-version { + line-height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + height: 100%; + gap: 5px; +} + +.nu-manager-grid .cn-pack-nodes { + line-height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + gap: 5px; + cursor: pointer; + height: 100%; +} + +.nu-manager-grid .cn-pack-nodes:hover { + text-decoration: underline; +} + +.nu-manager-grid .cn-pack-conflicts { + color: orange; +} + +.cn-popover { + position: fixed; + z-index: 10000; + padding: 20px; + color: #1e1e1e; + filter: drop-shadow(1px 5px 5px rgb(0 0 0 / 30%)); + overflow: hidden; +} + +.cn-flyover { + position: absolute; + top: 0; + right: 0; + z-index: 1000; + display: none; + width: 50%; + height: 100%; + background-color: var(--comfy-menu-bg); + animation-duration: 0.2s; + animation-fill-mode: both; + flex-direction: column; +} + +.cn-flyover::before { + position: absolute; + top: 0; + content: ""; + z-index: 10; + display: block; + width: 10px; + height: 100%; + pointer-events: none; + left: -10px; + background-image: linear-gradient(to left, rgb(0 0 0 / 20%), rgb(0 0 0 / 0%)); +} + +.cn-flyover-header { + height: 45px; + display: flex; + align-items: center; + gap: 5px; + border-bottom: 1px solid var(--border-color); +} + +.cn-flyover-close { + display: flex; + align-items: center; + padding: 0 10px; + justify-content: center; + cursor: pointer; + opacity: 0.8; + height: 100%; +} + +.cn-flyover-close:hover { + opacity: 1; +} + +.cn-flyover-close svg { + display: block; + margin: 0; + pointer-events: none; + width: 20px; + height: 20px; +} + +.cn-flyover-title { + display: flex; + align-items: center; + font-weight: bold; + gap: 10px; + flex: auto; +} + +.cn-flyover-body { + height: calc(100% - 45px); + overflow-y: auto; + position: relative; + background-color: var(--comfy-menu-secondary-bg); +} + +@keyframes cn-slide-in-right { + from { + visibility: visible; + transform: translate3d(100%, 0, 0); + } + + to { + transform: translate3d(0, 0, 0); + } +} + +.cn-slide-in-right { + animation-name: cn-slide-in-right; +} + +@keyframes cn-slide-out-right { + from { + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + transform: translate3d(100%, 0, 0); + } +} + +.cn-slide-out-right { + animation-name: cn-slide-out-right; +} + +.cn-nodes-list { + width: 100%; +} + +.cn-nodes-row { + display: flex; + align-items: center; + gap: 10px; +} + +.cn-nodes-row:nth-child(odd) { + background-color: rgb(0 0 0 / 5%); +} + +.cn-nodes-row:hover { + background-color: rgb(0 0 0 / 10%); +} + +.cn-nodes-sn { + text-align: right; + min-width: 35px; + color: var(--drag-text); + flex-shrink: 0; + font-size: 12px; + padding: 8px 5px; +} + +.cn-nodes-name { + cursor: pointer; + white-space: nowrap; + flex-shrink: 0; + position: relative; + padding: 8px 5px; +} + +.cn-nodes-name::after { + content: attr(action); + position: absolute; + pointer-events: none; + top: 50%; + left: 100%; + transform: translate(5px, -50%); + font-size: 12px; + color: var(--drag-text); + background-color: var(--comfy-input-bg); + border-radius: 10px; + border: 1px solid var(--border-color); + padding: 3px 8px; + display: none; +} + +.cn-nodes-name.action::after { + display: block; +} + +.cn-nodes-name:hover { + text-decoration: underline; +} + +.cn-nodes-conflict .cn-nodes-name, +.cn-nodes-conflict .cn-icon { + color: orange; +} + +.cn-conflicts-list { + display: flex; + flex-wrap: wrap; + gap: 5px; + align-items: center; + padding: 5px 0; +} + +.cn-conflicts-list b { + font-weight: normal; + color: var(--descrip-text); +} + +.cn-nodes-pack { + cursor: pointer; + color: skyblue; +} + +.cn-nodes-pack:hover { + text-decoration: underline; +} + +.cn-pack-badge { + font-size: 12px; + font-weight: normal; + background-color: var(--comfy-input-bg); + border-radius: 10px; + border: 1px solid var(--border-color); + padding: 3px 8px; + color: var(--error-text); +} + +.cn-preview { + min-width: 300px; + max-width: 500px; + min-height: 120px; + overflow: hidden; + font-size: 12px; + pointer-events: none; + padding: 12px; + color: var(--fg-color); +} + +.cn-preview-header { + display: flex; + gap: 8px; + align-items: center; + border-bottom: 1px solid var(--comfy-input-bg); + padding: 5px 10px; +} + +.cn-preview-dot { + width: 8px; + height: 8px; + border-radius: 50%; + background-color: grey; + position: relative; + filter: drop-shadow(1px 2px 3px rgb(0 0 0 / 30%)); +} + +.cn-preview-dot.cn-preview-optional::after { + content: ""; + position: absolute; + pointer-events: none; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + background-color: var(--comfy-input-bg); + border-radius: 50%; + width: 3px; + height: 3px; +} + +.cn-preview-dot.cn-preview-grid { + border-radius: 0; +} + +.cn-preview-dot.cn-preview-grid::before { + content: ''; + position: absolute; + border-left: 1px solid var(--comfy-input-bg); + border-right: 1px solid var(--comfy-input-bg); + width: 4px; + height: 100%; + left: 2px; + top: 0; + z-index: 1; +} + +.cn-preview-dot.cn-preview-grid::after { + content: ''; + position: absolute; + border-top: 1px solid var(--comfy-input-bg); + border-bottom: 1px solid var(--comfy-input-bg); + width: 100%; + height: 4px; + left: 0; + top: 2px; + z-index: 1; +} + +.cn-preview-name { + flex: auto; + font-size: 14px; +} + +.cn-preview-io { + display: flex; + justify-content: space-between; + padding: 10px 10px; +} + +.cn-preview-column > div { + display: flex; + gap: 10px; + align-items: center; + height: 18px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} + +.cn-preview-input { + justify-content: flex-start; +} + +.cn-preview-output { + justify-content: flex-end; +} + +.cn-preview-list { + display: flex; + flex-direction: column; + gap: 3px; + padding: 0 10px 10px 10px; +} + +.cn-preview-switch { + position: relative; + display: flex; + justify-content: space-between; + align-items: center; + background: var(--bg-color); + border: 2px solid var(--border-color); + border-radius: 10px; + text-wrap: nowrap; + padding: 2px 20px; + gap: 10px; +} + +.cn-preview-switch::before, +.cn-preview-switch::after { + position: absolute; + pointer-events: none; + top: 50%; + transform: translate(0, -50%); + color: var(--fg-color); + opacity: 0.8; +} + +.cn-preview-switch::before { + content: "◀"; + left: 5px; +} + +.cn-preview-switch::after { + content: "▶"; + right: 5px; +} + +.cn-preview-value { + color: var(--descrip-text); +} + +.cn-preview-string { + min-height: 30px; + max-height: 300px; + background: var(--bg-color); + color: var(--descrip-text); + border-radius: 3px; + padding: 3px 5px; + overflow-y: auto; + overflow-x: hidden; +} + +.cn-preview-description { + margin: 0px 10px 10px 10px; + padding: 6px; + background: var(--border-color); + color: var(--descrip-text); + border-radius: 5px; + font-style: italic; + word-break: break-word; +} + +.cn-tag-list { + display: flex; + flex-wrap: wrap; + gap: 5px; + align-items: center; + margin-bottom: 5px; +} + +.cn-tag-list > div { + background-color: var(--border-color); + border-radius: 5px; + padding: 0 5px; +} + +.cn-install-buttons { + display: flex; + flex-direction: column; + gap: 3px; + padding: 3px; + align-items: center; + justify-content: center; + height: 100%; +} + +.cn-selected-buttons { + display: flex; + gap: 5px; + align-items: center; + padding-right: 20px; +} + +.nu-manager .cn-btn-enable { + background-color: #333399; + color: white; +} + +.nu-manager .cn-btn-disable { + background-color: #442277; + color: white; +} + +.nu-manager .cn-btn-update { + background-color: #1155AA; + color: white; +} + +.nu-manager .cn-btn-try-update { + background-color: Gray; + color: white; +} + +.nu-manager .cn-btn-try-fix { + background-color: #6495ED; + color: white; +} + +.nu-manager .cn-btn-import-failed { + background-color: #AA1111; + font-size: 10px; + font-weight: bold; + color: white; +} + +.nu-manager .cn-btn-install { + background-color: black; + color: white; +} + +.nu-manager .cn-btn-try-install { + background-color: Gray; + color: white; +} + +.nu-manager .cn-btn-uninstall { + background-color: #993333; + color: white; +} + +.nu-manager .cn-btn-reinstall { + background-color: #993333; + color: white; +} + +.nu-manager .cn-btn-switch { + background-color: #448833; + color: white; + +} + +@keyframes nu-btn-loading-bg { + 0% { + left: 0; + } + 100% { + left: -105px; + } +} + +.nu-manager button.nu-btn-loading { + position: relative; + overflow: hidden; + border-color: rgb(0 119 207 / 80%); + background-color: var(--comfy-input-bg); +} + +.nu-manager button.nu-btn-loading::after { + position: absolute; + top: 0; + left: 0; + content: ""; + width: 500px; + height: 100%; + background-image: repeating-linear-gradient( + -45deg, + rgb(0 119 207 / 30%), + rgb(0 119 207 / 30%) 10px, + transparent 10px, + transparent 15px + ); + animation: nu-btn-loading-bg 2s linear infinite; +} + +.nu-manager-light .nu-pack-name a { + color: blue; +} + +.nu-manager-light .cm-warn-note { + background-color: #ccc !important; +} + +.nu-manager-light .cn-btn-install { + background-color: #333; +} \ No newline at end of file diff --git a/js/node-usage-analyzer.js b/js/node-usage-analyzer.js new file mode 100644 index 000000000..aaf6e7414 --- /dev/null +++ b/js/node-usage-analyzer.js @@ -0,0 +1,742 @@ +import { app } from "../../scripts/app.js"; +import { $el } from "../../scripts/ui.js"; +import { + manager_instance, + fetchData, md5, show_message, customAlert, infoToast, showTerminal, + storeColumnWidth, restoreColumnWidth, loadCss, uninstallNodes, + analyzeWorkflowUsage, sizeToBytes, createFlyover, createUIStateManager +} from "./common.js"; +import { api } from "../../scripts/api.js"; + +// https://cenfun.github.io/turbogrid/api.html +import TG from "./turbogrid.esm.js"; + +loadCss("./node-usage-analyzer.css"); + +const gridId = "model"; + +const pageHtml = ` +
+
+ +
+
+
+
+
+ +`; + +export class NodeUsageAnalyzer { + static instance = null; + + static SortMode = { + BY_PACKAGE: 'by_package' + }; + + constructor(app, manager_dialog) { + this.app = app; + this.manager_dialog = manager_dialog; + this.id = "nu-manager"; + + this.filter = ''; + this.type = ''; + this.base = ''; + this.keywords = ''; + + this.init(); + + // Initialize shared UI state manager + this.ui = createUIStateManager(this.element, { + selection: ".nu-manager-selection", + message: ".nu-manager-message", + status: ".nu-manager-status", + refresh: ".nu-manager-refresh", + stop: ".nu-manager-stop" + }); + + api.addEventListener("cm-queue-status", this.onQueueStatus); + } + + init() { + this.element = $el("div", { + parent: document.body, + className: "comfy-modal nu-manager" + }); + this.element.innerHTML = pageHtml; + this.bindEvents(); + this.initGrid(); + } + + bindEvents() { + const eventsMap = { + ".nu-manager-selection": { + click: (e) => { + const target = e.target; + const mode = target.getAttribute("mode"); + if (mode === "install") { + this.installModels(this.selectedModels, target); + } else if (mode === "uninstall") { + this.uninstallModels(this.selectedModels, target); + } + } + }, + + ".nu-manager-refresh": { + click: () => { + app.refreshComboInNodes(); + } + }, + + ".nu-manager-stop": { + click: () => { + api.fetchApi('/manager/queue/reset'); + infoToast('Cancel', 'Remaining tasks will stop after completing the current task.'); + } + }, + + ".nu-manager-back": { + click: (e) => { + this.close() + manager_instance.show(); + } + } + }; + Object.keys(eventsMap).forEach(selector => { + const target = this.element.querySelector(selector); + if (target) { + const events = eventsMap[selector]; + if (events) { + Object.keys(events).forEach(type => { + target.addEventListener(type, events[type]); + }); + } + } + }); + } + + // =========================================================================================== + + initGrid() { + const container = this.element.querySelector(".nu-manager-grid"); + const grid = new TG.Grid(container); + this.grid = grid; + + this.flyover = createFlyover(container, { context: this }); + + grid.bind('onUpdated', (e, d) => { + this.ui.showStatus(`${grid.viewRows.length.toLocaleString()} installed packages`); + + }); + + grid.bind('onSelectChanged', (e, changes) => { + this.renderSelected(); + }); + + grid.bind("onColumnWidthChanged", (e, columnItem) => { + storeColumnWidth(gridId, columnItem) + }); + + grid.bind('onClick', (e, d) => { + const { rowItem } = d; + const target = d.e.target; + const mode = target.getAttribute("mode"); + + if (mode === "install") { + this.installModels([rowItem], target); + return; + } + + if (mode === "uninstall") { + this.uninstallModels([rowItem], target); + return; + } + + // Handle click on usage count + if (d.columnItem.id === "used_in_count" && rowItem.used_in_count > 0) { + this.showUsageDetails(rowItem); + return; + } + + }); + + grid.setOption({ + theme: 'dark', + + selectVisible: true, + selectMultiple: true, + selectAllVisible: true, + + textSelectable: true, + scrollbarRound: true, + + frozenColumn: 1, + rowNotFound: "No Results", + + rowHeight: 40, + bindWindowResize: true, + bindContainerResize: true, + + cellResizeObserver: (rowItem, columnItem) => { + const autoHeightColumns = ['name', 'description']; + return autoHeightColumns.includes(columnItem.id) + } + }); + + } + + renderGrid() { + + // update theme + const colorPalette = this.app.ui.settings.settingsValues['Comfy.ColorPalette']; + Array.from(this.element.classList).forEach(cn => { + if (cn.startsWith("nu-manager-")) { + this.element.classList.remove(cn); + } + }); + this.element.classList.add(`nu-manager-${colorPalette}`); + + const options = { + theme: colorPalette === "light" ? "" : "dark" + }; + + const rows = this.modelList || []; + + const columns = [{ + id: 'title', + name: 'Title', + width: 200, + minWidth: 100, + maxWidth: 500, + classMap: 'nu-pack-name', + formatter: function (name, rowItem, columnItem, cellNode) { + return `${name}`; + } + }, { + id: 'used_in_count', + name: 'Used in', + width: 100, + formatter: function (usedCount, rowItem, columnItem) { + if (!usedCount || usedCount === 0) { + return '0'; + } + const plural = usedCount > 1 ? 's' : ''; + return `
${usedCount} workflow${plural}
`; + } + }, { + id: 'action', + name: 'Action', + width: 160, + minWidth: 140, + maxWidth: 200, + sortable: false, + align: 'center', + formatter: function (action, rowItem, columnItem) { + // Only show uninstall button for installed packages + if (rowItem.originalData && rowItem.originalData.state && rowItem.originalData.state !== "not-installed") { + return `
`; + } + return ''; + } + }]; + + restoreColumnWidth(gridId, columns); + + this.grid.setData({ + options, + rows, + columns + }); + + this.grid.render(); + + } + + updateGrid() { + if (this.grid) { + this.grid.update(); + } + } + + + showUsageDetails(rowItem) { + const workflowList = rowItem.workflowDetails; + if (!workflowList || workflowList.length === 0) { + return; + } + + let titleHtml = `
${rowItem.title}
`; + + const list = []; + list.push(`
`); + + workflowList.forEach((workflow, i) => { + list.push(`
`); + list.push(`
${i + 1}
`); + list.push(`
${workflow.filename}
`); + list.push(`
${workflow.nodeCount} node${workflow.nodeCount > 1 ? 's' : ''}
`); + list.push(`
`); + }); + + list.push("
"); + const bodyHtml = list.join(""); + + this.flyover.show(titleHtml, bodyHtml); + } + + renderSelected() { + const selectedList = this.grid.getSelectedRows(); + if (!selectedList.length) { + this.ui.showSelection(""); + return; + } + + const installedSelected = selectedList.filter(item => + item.originalData && item.originalData.state && item.originalData.state !== "not-installed" + ); + + if (installedSelected.length === 0) { + this.ui.showSelection(`Selected ${selectedList.length} packages (none can be uninstalled)`); + return; + } + + this.selectedModels = installedSelected; + + this.ui.showSelection(` +
+ Selected ${installedSelected.length} installed packages + +
+ `); + } + + // =========================================================================================== + + async installModels(list, btn) { + let stats = await api.fetchApi('/manager/queue/status'); + + stats = await stats.json(); + if (stats.is_processing) { + customAlert(`[ComfyUI-Manager] There are already tasks in progress. Please try again after it is completed. (${stats.done_count}/${stats.total_count})`); + return; + } + + btn.classList.add("nu-btn-loading"); + this.ui.showError(""); + + let needRefresh = false; + let errorMsg = ""; + + await api.fetchApi('/manager/queue/reset'); + + let target_items = []; + + for (const item of list) { + this.grid.scrollRowIntoView(item); + target_items.push(item); + + + this.ui.showStatus(`Install ${item.name} ...`); + + const data = item.originalData; + data.ui_id = item.hash; + + const res = await api.fetchApi(`/manager/queue/install_model`, { + method: 'POST', + body: JSON.stringify(data) + }); + + if (res.status != 200) { + errorMsg = `'${item.name}': `; + + if (res.status == 403) { + errorMsg += `This action is not allowed with this security level configuration.\n`; + } else { + errorMsg += await res.text() + '\n'; + } + + break; + } + } + + this.install_context = { btn: btn, targets: target_items }; + + if (errorMsg) { + this.ui.showError(errorMsg); + show_message("[Installation Errors]\n" + errorMsg); + + // reset + for (let k in target_items) { + const item = target_items[k]; + this.grid.updateCell(item, "installed"); + } + } + else { + await api.fetchApi('/manager/queue/start'); + this.ui.showStop(); + showTerminal(); + } + } + + async uninstallModels(list, btn) { + btn.classList.add("nu-btn-loading"); + this.ui.showError(""); + + const result = await uninstallNodes(list, { + title: list.length === 1 ? list[0].title || list[0].name : `${list.length} custom nodes`, + channel: 'default', + mode: 'default', + onProgress: (msg) => { + this.showStatus(msg); + }, + onError: (errorMsg) => { + this.showError(errorMsg); + }, + onSuccess: (targets) => { + this.showStatus(`Uninstalled ${targets.length} custom node(s) successfully`); + this.showMessage(`To apply the uninstalled custom nodes, please restart ComfyUI and refresh browser.`, "red"); + // Update the grid to reflect changes + for (let item of targets) { + if (item.originalData) { + item.originalData.state = "not-installed"; + } + this.grid.updateRow(item); + } + } + }); + + if (result.success) { + this.showStop(); + } + + btn.classList.remove("nu-btn-loading"); + } + + async onQueueStatus(event) { + let self = NodeUsageAnalyzer.instance; + + if (event.detail.status == 'in_progress' && (event.detail.ui_target == 'model_manager' || event.detail.ui_target == 'nodepack_manager')) { + const hash = event.detail.target; + + const item = self.grid.getRowItemBy("hash", hash); + + if (item) { + item.refresh = true; + self.grid.setRowSelected(item, false); + item.selectable = false; + self.grid.updateRow(item); + } + } + else if (event.detail.status == 'done') { + self.hideStop(); + self.onQueueCompleted(event.detail); + } + } + + async onQueueCompleted(info) { + let result = info.model_result || info.nodepack_result; + + if (!result || result.length == 0) { + return; + } + + let self = NodeUsageAnalyzer.instance; + + if (!self.install_context) { + return; + } + + let btn = self.install_context.btn; + + self.hideLoading(); + btn.classList.remove("nu-btn-loading"); + + let errorMsg = ""; + + for (let hash in result) { + let v = result[hash]; + + if (v != 'success' && v != 'skip') + errorMsg += v + '\n'; + } + + for (let k in self.install_context.targets) { + let item = self.install_context.targets[k]; + if (info.model_result) { + self.grid.updateCell(item, "installed"); + } else if (info.nodepack_result) { + // Handle uninstall completion + if (item.originalData) { + item.originalData.state = "not-installed"; + } + self.grid.updateRow(item); + } + } + + if (errorMsg) { + self.showError(errorMsg); + show_message("Operation Error:\n" + errorMsg); + } else { + if (info.model_result) { + self.showStatus(`Install ${Object.keys(result).length} models successfully`); + self.showRefresh(); + self.showMessage(`To apply the installed model, please click the 'Refresh' button.`, "red"); + } else if (info.nodepack_result) { + self.showStatus(`Uninstall ${Object.keys(result).length} custom node(s) successfully`); + self.showMessage(`To apply the uninstalled custom nodes, please restart ComfyUI and refresh browser.`, "red"); + } + } + + infoToast('Tasks done', `[ComfyUI-Manager] All tasks in the queue have been completed.\n${info.done_count}/${info.total_count}`); + self.install_context = undefined; + } + + getModelList(models) { + const typeMap = new Map(); + const baseMap = new Map(); + + models.forEach((item, i) => { + const { type, base, name, reference, installed } = item; + // CRITICAL FIX: Do NOT overwrite originalData - it contains the needed state field! + item.size = sizeToBytes(item.size); + item.hash = md5(name + reference); + + if (installed === "True") { + item.selectable = false; + } + + typeMap.set(type, type); + baseMap.set(base, base); + + }); + + const typeList = []; + typeMap.forEach(type => { + typeList.push({ + label: type, + value: type + }); + }); + typeList.sort((a, b) => { + const au = a.label.toUpperCase(); + const bu = b.label.toUpperCase(); + if (au !== bu) { + return au > bu ? 1 : -1; + } + return 0; + }); + this.typeList = [{ + label: "All", + value: "" + }].concat(typeList); + + + const baseList = []; + baseMap.forEach(base => { + baseList.push({ + label: base, + value: base + }); + }); + baseList.sort((a, b) => { + const au = a.label.toUpperCase(); + const bu = b.label.toUpperCase(); + if (au !== bu) { + return au > bu ? 1 : -1; + } + return 0; + }); + this.baseList = [{ + label: "All", + value: "" + }].concat(baseList); + + return models; + } + + // =========================================================================================== + + async loadData() { + + this.showLoading(); + this.showStatus(`Analyzing node usage ...`); + + const mode = manager_instance.datasrc_combo.value; + + const nodeListRes = await fetchData(`/customnode/getlist?mode=${mode}&skip_update=true`); + if (nodeListRes.error) { + this.showError("Failed to get custom node list."); + this.hideLoading(); + return; + } + + const { channel, node_packs } = nodeListRes.data; + delete node_packs['comfyui-manager']; + this.installed_custom_node_packs = node_packs; + + // Use the consolidated workflow analysis utility + const result = await analyzeWorkflowUsage(node_packs); + + if (!result.success) { + if (result.error.toString().includes('204')) { + this.showMessage("No workflows were found for analysis."); + } else { + this.showError(result.error); + this.hideLoading(); + return; + } + } + + // Transform node_packs into models format - ONLY INSTALLED PACKAGES + const models = []; + + Object.keys(node_packs).forEach((packKey, index) => { + const pack = node_packs[packKey]; + + // Only include installed packages (filter out "not-installed" packages) + if (pack.state === "not-installed") { + return; // Skip non-installed packages + } + + const usedCount = result.usageMap?.get(packKey) || 0; + const workflowDetails = result.workflowDetailsMap?.get(packKey) || []; + + models.push({ + title: pack.title || packKey, + reference: pack.reference || pack.files?.[0] || '#', + used_in_count: usedCount, + workflowDetails: workflowDetails, + name: packKey, + originalData: pack + }); + }); + + // Sort by usage count (descending) then by title + models.sort((a, b) => { + if (b.used_in_count !== a.used_in_count) { + return b.used_in_count - a.used_in_count; + } + return a.title.localeCompare(b.title); + }); + + this.modelList = this.getModelList(models); + + this.renderGrid(); + + this.hideLoading(); + + } + + // =========================================================================================== + + showSelection(msg) { + this.element.querySelector(".nu-manager-selection").innerHTML = msg; + } + + showError(err) { + this.showMessage(err, "red"); + } + + showMessage(msg, color) { + if (color) { + msg = `${msg}`; + } + this.element.querySelector(".nu-manager-message").innerHTML = msg; + } + + showStatus(msg, color) { + if (color) { + msg = `${msg}`; + } + this.element.querySelector(".nu-manager-status").innerHTML = msg; + } + + showLoading() { + // this.setDisabled(true); + if (this.grid) { + this.grid.showLoading(); + this.grid.showMask({ + opacity: 0.05 + }); + } + } + + hideLoading() { + // this.setDisabled(false); + if (this.grid) { + this.grid.hideLoading(); + this.grid.hideMask(); + } + } + + setDisabled(disabled) { + const $close = this.element.querySelector(".nu-manager-close"); + const $refresh = this.element.querySelector(".nu-manager-refresh"); + const $stop = this.element.querySelector(".nu-manager-stop"); + + const list = [ + ".nu-manager-header input", + ".nu-manager-header select", + ".nu-manager-footer button", + ".nu-manager-selection button" + ].map(s => { + return Array.from(this.element.querySelectorAll(s)); + }) + .flat() + .filter(it => { + return it !== $close && it !== $refresh && it !== $stop; + }); + + list.forEach($elem => { + if (disabled) { + $elem.setAttribute("disabled", "disabled"); + } else { + $elem.removeAttribute("disabled"); + } + }); + + Array.from(this.element.querySelectorAll(".nu-btn-loading")).forEach($elem => { + $elem.classList.remove("nu-btn-loading"); + }); + + } + + showRefresh() { + this.element.querySelector(".nu-manager-refresh").style.display = "block"; + } + + showStop() { + this.element.querySelector(".nu-manager-stop").style.display = "block"; + } + + hideStop() { + this.element.querySelector(".nu-manager-stop").style.display = "none"; + } + + setKeywords(keywords = "") { + this.keywords = keywords; + this.element.querySelector(".nu-manager-keywords").value = keywords; + } + + show(sortMode) { + this.element.style.display = "flex"; + this.setKeywords(""); + this.showSelection(""); + this.showMessage(""); + this.loadData(); + } + + close() { + this.element.style.display = "none"; + } +} \ No newline at end of file diff --git a/js/snapshot.js b/js/snapshot.js index 520ca6150..5e2900fab 100644 --- a/js/snapshot.js +++ b/js/snapshot.js @@ -1,7 +1,7 @@ import { app } from "../../scripts/app.js"; import { api } from "../../scripts/api.js" import { ComfyDialog, $el } from "../../scripts/ui.js"; -import { manager_instance, rebootAPI, show_message } from "./common.js"; +import { manager_instance, rebootAPI, show_message, handle403Response } from "./common.js"; async function restore_snapshot(target) { @@ -10,7 +10,7 @@ async function restore_snapshot(target) { const response = await api.fetchApi(`/snapshot/restore?target=${target}`, { cache: "no-store" }); if(response.status == 403) { - show_message('This action is not allowed with this security level configuration.'); + await handle403Response(response); return false; } @@ -38,7 +38,7 @@ async function remove_snapshot(target) { const response = await api.fetchApi(`/snapshot/remove?target=${target}`, { cache: "no-store" }); if(response.status == 403) { - show_message('This action is not allowed with this security level configuration.'); + await handle403Response(response); return false; } @@ -145,8 +145,8 @@ export class SnapshotManager extends ComfyDialog { if(btn_id) { const rebootButton = document.getElementById(btn_id); const self = this; - rebootButton.onclick = function() { - if(rebootAPI()) { + rebootButton.onclick = async function() { + if(await rebootAPI()) { self.close(); self.manager_dialog.close(); } diff --git a/json-checker.py b/json-checker.py index 1961ee68f..49ae63a34 100644 --- a/json-checker.py +++ b/json-checker.py @@ -1,25 +1,264 @@ +#!/usr/bin/env python3 +"""JSON Entry Validator + +Validates JSON entries based on content structure. + +Validation rules based on JSON content: +- {"custom_nodes": [...]}: Validates required fields (author, title, reference, files, install_type, description) +- {"models": [...]}: Validates JSON syntax only (no required fields) +- Other JSON structures: Validates JSON syntax only + +Git repository URL validation (for custom_nodes): +1. URLs must NOT end with .git +2. URLs must follow format: https://github.com/{author}/{reponame} +3. .py and .js files are exempt from this check + +Supported formats: +- Array format: [{...}, {...}] +- Object format: {"custom_nodes": [...]} or {"models": [...]} +""" + import json -import argparse +import re +import sys +from pathlib import Path +from typing import Dict, List, Tuple + + +# Required fields for each entry type +REQUIRED_FIELDS_CUSTOM_NODE = ['author', 'title', 'reference', 'files', 'install_type', 'description'] +REQUIRED_FIELDS_MODEL = [] # model-list.json doesn't require field validation + +# Pattern for valid GitHub repository URL (without .git suffix) +GITHUB_REPO_PATTERN = re.compile(r'^https://github\.com/[^/]+/[^/]+$') + + +def get_entry_context(entry: Dict) -> str: + """Get identifying information from entry for error messages + + Args: + entry: JSON entry + + Returns: + String with author and reference info + """ + parts = [] + if 'author' in entry: + parts.append(f"author={entry['author']}") + if 'reference' in entry: + parts.append(f"ref={entry['reference']}") + if 'title' in entry: + parts.append(f"title={entry['title']}") + + if parts: + return " | ".join(parts) + else: + # No identifying info - show actual entry content (truncated) + import json + entry_str = json.dumps(entry, ensure_ascii=False) + if len(entry_str) > 100: + entry_str = entry_str[:100] + "..." + return f"content={entry_str}" + + +def validate_required_fields(entry: Dict, entry_index: int, required_fields: List[str]) -> List[str]: + """Validate that all required fields are present + + Args: + entry: JSON entry to validate + entry_index: Index of entry in array (for error reporting) + required_fields: List of required field names + + Returns: + List of error descriptions (without entry prefix/context) + """ + errors = [] + + for field in required_fields: + if field not in entry: + errors.append(f"Missing required field '{field}'") + elif entry[field] is None: + errors.append(f"Field '{field}' is null") + elif isinstance(entry[field], str) and not entry[field].strip(): + errors.append(f"Field '{field}' is empty") + elif field == 'files' and not entry[field]: # Empty array + errors.append("Field 'files' is empty array") + + return errors + + +def validate_git_repo_urls(entry: Dict, entry_index: int) -> List[str]: + """Validate git repository URLs in 'files' array + + Requirements: + - Git repo URLs must NOT end with .git + - Must follow format: https://github.com/{author}/{reponame} + - .py and .js files are exempt + + Args: + entry: JSON entry to validate + entry_index: Index of entry in array (for error reporting) + + Returns: + List of error descriptions (without entry prefix/context) + """ + errors = [] + + if 'files' not in entry or not isinstance(entry['files'], list): + return errors + + for file_url in entry['files']: + if not isinstance(file_url, str): + continue -def check_json_syntax(file_path): + # Skip .py and .js files - they're exempt from git repo validation + if file_url.endswith('.py') or file_url.endswith('.js'): + continue + + # Check if it's a GitHub URL (likely a git repo) + if 'github.com' in file_url: + # Error if URL ends with .git + if file_url.endswith('.git'): + errors.append(f"Git repo URL must NOT end with .git: {file_url}") + continue + + # Validate format: https://github.com/{author}/{reponame} + if not GITHUB_REPO_PATTERN.match(file_url): + errors.append(f"Invalid git repo URL format (expected https://github.com/author/reponame): {file_url}") + + return errors + + +def validate_entry(entry: Dict, entry_index: int, required_fields: List[str]) -> List[str]: + """Validate a single JSON entry + + Args: + entry: JSON entry to validate + entry_index: Index of entry in array (for error reporting) + required_fields: List of required field names + + Returns: + List of error messages (empty if valid) + """ + errors = [] + + # Check required fields + errors.extend(validate_required_fields(entry, entry_index, required_fields)) + + # Check git repository URLs + errors.extend(validate_git_repo_urls(entry, entry_index)) + + return errors + + +def validate_json_file(file_path: str) -> Tuple[bool, List[str]]: + """Validate JSON file containing entries + + Args: + file_path: Path to JSON file + + Returns: + Tuple of (is_valid, error_messages) + """ + errors = [] + + # Check file exists + path = Path(file_path) + if not path.exists(): + return False, [f"File not found: {file_path}"] + + # Load JSON try: - with open(file_path, 'r', encoding='utf-8') as file: - json_str = file.read() - json.loads(json_str) - print(f"[ OK ] {file_path}") - except UnicodeDecodeError as e: - print(f"Unicode decode error: {e}") + with open(path, 'r', encoding='utf-8') as f: + data = json.load(f) except json.JSONDecodeError as e: - print(f"[FAIL] {file_path}\n\n {e}\n") - except FileNotFoundError: - print(f"[FAIL] {file_path}\n\n File not found\n") + return False, [f"Invalid JSON: {e}"] + except Exception as e: + return False, [f"Error reading file: {e}"] + + # Determine required fields based on JSON content + required_fields = [] + + # Validate structure - support both array and object formats + entries_to_validate = [] + + if isinstance(data, list): + # Direct array format: [{...}, {...}] + entries_to_validate = data + elif isinstance(data, dict): + # Object format: {"custom_nodes": [...]} or {"models": [...]} + # Determine validation based on keys + if 'custom_nodes' in data and isinstance(data['custom_nodes'], list): + required_fields = REQUIRED_FIELDS_CUSTOM_NODE + entries_to_validate = data['custom_nodes'] + elif 'models' in data and isinstance(data['models'], list): + required_fields = REQUIRED_FIELDS_MODEL + entries_to_validate = data['models'] + else: + # Other JSON structures (extension-node-map.json, etc.) - just validate JSON syntax + return True, [] + else: + return False, ["JSON root must be either an array or an object containing arrays"] + + # Validate each entry + for idx, entry in enumerate(entries_to_validate, start=1): + if not isinstance(entry, dict): + # Show actual value for type errors + entry_str = json.dumps(entry, ensure_ascii=False) if not isinstance(entry, str) else repr(entry) + if len(entry_str) > 150: + entry_str = entry_str[:150] + "..." + errors.append(f"\n❌ Entry #{idx}: Must be an object, got {type(entry).__name__}") + errors.append(f" Actual value: {entry_str}") + continue + + entry_errors = validate_entry(entry, idx, required_fields) + if entry_errors: + # Group errors by entry with context + context = get_entry_context(entry) + errors.append(f"\n❌ Entry #{idx} ({context}):") + for error in entry_errors: + errors.append(f" - {error}") + + is_valid = len(errors) == 0 + return is_valid, errors + def main(): - parser = argparse.ArgumentParser(description="JSON File Syntax Checker") - parser.add_argument("file_path", type=str, help="Path to the JSON file for syntax checking") + """Main entry point""" + if len(sys.argv) < 2: + print("Usage: python json-checker.py ") + print("\nValidates JSON entries based on content:") + print(" - {\"custom_nodes\": [...]}: Validates required fields (author, title, reference, files, install_type, description)") + print(" - {\"models\": [...]}: Validates JSON syntax only (no required fields)") + print(" - Other JSON structures: Validates JSON syntax only") + print("\nGit repo URL validation (for custom_nodes):") + print(" - URLs must NOT end with .git") + print(" - URLs must follow: https://github.com/{author}/{reponame}") + sys.exit(1) + + file_path = sys.argv[1] + + is_valid, errors = validate_json_file(file_path) + + if is_valid: + print(f"✅ {file_path}: Validation passed") + sys.exit(0) + else: + print(f"Validating: {file_path}") + print("=" * 60) + print("❌ Validation failed!\n") + print("Errors:") + # Count actual errors (lines starting with " -") + error_count = sum(1 for e in errors if e.strip().startswith('-')) + for error in errors: + # Don't add ❌ prefix to grouped entries (they already have it) + if error.strip().startswith('❌'): + print(error) + else: + print(error) + print(f"\nTotal errors: {error_count}") + sys.exit(1) - args = parser.parse_args() - check_json_syntax(args.file_path) -if __name__ == "__main__": +if __name__ == '__main__': main() diff --git a/model-list.json b/model-list.json index 71525c06f..108bf0fb4 100644 --- a/model-list.json +++ b/model-list.json @@ -5355,6 +5355,317 @@ "filename": "LBM_relighting.safetensors", "url": "https://huggingface.co/jasperai/LBM_relighting/resolve/main/model.safetensors", "size": "5.02GB" + }, + { + "name": "Qwen-Image VAE", + "type": "VAE", + "base": "Qwen-Image", + "save_path": "vae/qwen-image", + "description": "VAE model for Qwen-Image", + "reference": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI", + "filename": "qwen_image_vae.safetensors", + "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/vae/qwen_image_vae.safetensors", + "size": "335MB" + }, + { + "name": "Qwen 2.5 VL 7B Text Encoder (fp8_scaled)", + "type": "clip", + "base": "Qwen-2.5-VL", + "save_path": "text_encoders/qwen", + "description": "Qwen 2.5 VL 7B text encoder model (fp8_scaled)", + "reference": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI", + "filename": "qwen_2.5_vl_7b_fp8_scaled.safetensors", + "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors", + "size": "3.75GB" + }, + { + "name": "Qwen 2.5 VL 7B Text Encoder", + "type": "clip", + "base": "Qwen-2.5-VL", + "save_path": "text_encoders/qwen", + "description": "Qwen 2.5 VL 7B text encoder model", + "reference": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI", + "filename": "qwen_2.5_vl_7b.safetensors", + "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/text_encoders/qwen_2.5_vl_7b.safetensors", + "size": "7.51GB" + }, + { + "name": "Qwen-Image Diffusion Model (fp8_e4m3fn)", + "type": "diffusion_model", + "base": "Qwen-Image", + "save_path": "diffusion_models/qwen-image", + "description": "Qwen-Image diffusion model (fp8_e4m3fn)", + "reference": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI", + "filename": "qwen_image_fp8_e4m3fn.safetensors", + "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_fp8_e4m3fn.safetensors", + "size": "4.89GB" + }, + { + "name": "Qwen-Image Diffusion Model (bf16)", + "type": "diffusion_model", + "base": "Qwen-Image", + "save_path": "diffusion_models/qwen-image", + "description": "Qwen-Image diffusion model (bf16)", + "reference": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI", + "filename": "qwen_image_bf16.safetensors", + "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_bf16.safetensors", + "size": "9.78GB" + }, + { + "name": "Qwen-Image-Edit 2509 Diffusion Model (fp8_e4m3fn)", + "type": "diffusion_model", + "base": "Qwen-Image-Edit", + "save_path": "diffusion_models/qwen-image-edit", + "description": "Qwen-Image-Edit 2509 diffusion model (fp8_e4m3fn)", + "reference": "https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI", + "filename": "qwen_image_edit_2509_fp8_e4m3fn.safetensors", + "url": "https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_edit_2509_fp8_e4m3fn.safetensors", + "size": "4.89GB" + }, + + { + "name": "Qwen-Image-Edit 2509 Diffusion Model (bf16)", + "type": "diffusion_model", + "base": "Qwen-Image-Edit", + "save_path": "diffusion_models/qwen-image-edit", + "description": "Qwen-Image-Edit 2509 diffusion model (bf16)", + "reference": "https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI", + "filename": "qwen_image_edit_2509_bf16.safetensors", + "url": "https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_edit_2509_bf16.safetensors", + "size": "9.78GB" + }, + + { + "name": "Qwen-Image-Edit Diffusion Model (fp8_e4m3fn)", + "type": "diffusion_model", + "base": "Qwen-Image-Edit", + "save_path": "diffusion_models/qwen-image-edit", + "description": "Qwen-Image-Edit diffusion model (fp8_e4m3fn)", + "reference": "https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI", + "filename": "qwen_image_edit_fp8_e4m3fn.safetensors", + "url": "https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_edit_fp8_e4m3fn.safetensors", + "size": "4.89GB" + }, + + { + "name": "Qwen-Image-Edit Diffusion Model (bf16)", + "type": "diffusion_model", + "base": "Qwen-Image-Edit", + "save_path": "diffusion_models/qwen-image-edit", + "description": "Qwen-Image-Edit diffusion model (bf16)", + "reference": "https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI", + "filename": "qwen_image_edit_bf16.safetensors", + "url": "https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_edit_bf16.safetensors", + "size": "9.78GB" + }, + { + "name": "Qwen-Image-Lightning 8steps V1.0", + "type": "lora", + "base": "Qwen-Image", + "save_path": "loras/qwen-image-lightning", + "description": "Qwen-Image-Lightning 8-step LoRA model V1.0", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Lightning-8steps-V1.0.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-8steps-V1.0.safetensors", + "size": "9.78GB" + }, + { + "name": "Qwen-Image-Lightning 4steps V1.0", + "type": "lora", + "base": "Qwen-Image", + "save_path": "loras/qwen-image-lightning", + "description": "Qwen-Image-Lightning 4-step LoRA model V1.0", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Lightning-4steps-V1.0.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-4steps-V1.0.safetensors", + "size": "9.78GB" + }, + { + "name": "Qwen-Image-Lightning 4steps V1.0 (bf16)", + "type": "lora", + "base": "Qwen-Image", + "save_path": "loras/qwen-image-lightning", + "description": "Qwen-Image-Lightning 4-step LoRA model V1.0 (bf16)", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Lightning-4steps-V1.0-bf16.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-4steps-V1.0-bf16.safetensors", + "size": "19.6GB" + }, + { + "name": "Qwen-Image-Lightning 4steps V2.0", + "type": "lora", + "base": "Qwen-Image", + "save_path": "loras/qwen-image-lightning", + "description": "Qwen-Image-Lightning 4-step LoRA model V2.0", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Lightning-4steps-V2.0.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-4steps-V2.0.safetensors", + "size": "9.78GB" + }, + { + "name": "Qwen-Image-Lightning 4steps V2.0 (bf16)", + "type": "lora", + "base": "Qwen-Image", + "save_path": "loras/qwen-image-lightning", + "description": "Qwen-Image-Lightning 4-step LoRA model V2.0 (bf16)", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Lightning-4steps-V2.0-bf16.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-4steps-V2.0-bf16.safetensors", + "size": "19.6GB" + }, + { + "name": "Qwen-Image-Lightning 8steps V1.1", + "type": "lora", + "base": "Qwen-Image", + "save_path": "loras/qwen-image-lightning", + "description": "Qwen-Image-Lightning 8-step LoRA model V1.1", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Lightning-8steps-V1.1.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-8steps-V1.1.safetensors", + "size": "9.78GB" + }, + { + "name": "Qwen-Image-Lightning 8steps V1.1 (bf16)", + "type": "lora", + "base": "Qwen-Image", + "save_path": "loras/qwen-image-lightning", + "description": "Qwen-Image-Lightning 8-step LoRA model V1.1 (bf16)", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Lightning-8steps-V1.1-bf16.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-8steps-V1.1-bf16.safetensors", + "size": "19.6GB" + }, + { + "name": "Qwen-Image-Lightning 8steps V2.0", + "type": "lora", + "base": "Qwen-Image", + "save_path": "loras/qwen-image-lightning", + "description": "Qwen-Image-Lightning 8-step LoRA model V2.0", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Lightning-8steps-V2.0.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-8steps-V2.0.safetensors", + "size": "9.78GB" + }, + { + "name": "Qwen-Image-Lightning 8steps V2.0 (bf16)", + "type": "lora", + "base": "Qwen-Image", + "save_path": "loras/qwen-image-lightning", + "description": "Qwen-Image-Lightning 8-step LoRA model V2.0 (bf16)", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Lightning-8steps-V2.0-bf16.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-8steps-V2.0-bf16.safetensors", + "size": "19.6GB" + }, + { + "name": "Qwen-Image-Edit-Lightning 4steps V1.0", + "type": "lora", + "base": "Qwen-Image-Edit", + "save_path": "loras/qwen-image-edit-lightning", + "description": "Qwen-Image-Edit-Lightning 4-step LoRA model V1.0", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Edit-Lightning-4steps-V1.0.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Edit-Lightning-4steps-V1.0.safetensors", + "size": "9.78GB" + }, + { + "name": "Qwen-Image-Edit-Lightning 4steps V1.0 (bf16)", + "type": "lora", + "base": "Qwen-Image-Edit", + "save_path": "loras/qwen-image-edit-lightning", + "description": "Qwen-Image-Edit-Lightning 4-step LoRA model V1.0 (bf16)", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Edit-Lightning-4steps-V1.0-bf16.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Edit-Lightning-4steps-V1.0-bf16.safetensors", + "size": "19.6GB" + }, + { + "name": "Qwen-Image-Edit-Lightning 8steps V1.0", + "type": "lora", + "base": "Qwen-Image-Edit", + "save_path": "loras/qwen-image-edit-lightning", + "description": "Qwen-Image-Edit-Lightning 8-step LoRA model V1.0", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Edit-Lightning-8steps-V1.0.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Edit-Lightning-8steps-V1.0.safetensors", + "size": "9.78GB" + }, + { + "name": "Qwen-Image-Edit-Lightning 8steps V1.0 (bf16)", + "type": "lora", + "base": "Qwen-Image-Edit", + "save_path": "loras/qwen-image-edit-lightning", + "description": "Qwen-Image-Edit-Lightning 8-step LoRA model V1.0 (bf16)", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Edit-Lightning-8steps-V1.0-bf16.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Edit-Lightning-8steps-V1.0-bf16.safetensors", + "size": "19.6GB" + }, + { + "name": "Qwen-Image-Edit-2509-Lightning 4steps V1.0 (bf16)", + "type": "lora", + "base": "Qwen-Image-Edit", + "save_path": "loras/qwen-image-edit-lightning", + "description": "Qwen-Image-Edit-2509-Lightning 4-step LoRA model V1.0 (bf16)", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Edit-2509/Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors", + "size": "19.6GB" + }, + { + "name": "Qwen-Image-Edit-2509-Lightning 4steps V1.0 (fp32)", + "type": "lora", + "base": "Qwen-Image-Edit", + "save_path": "loras/qwen-image-edit-lightning", + "description": "Qwen-Image-Edit-2509-Lightning 4-step LoRA model V1.0 (fp32)", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-fp32.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Edit-2509/Qwen-Image-Edit-2509-Lightning-4steps-V1.0-fp32.safetensors", + "size": "39.1GB" + }, + { + "name": "Qwen-Image-Edit-2509-Lightning 8steps V1.0 (bf16)", + "type": "lora", + "base": "Qwen-Image-Edit", + "save_path": "loras/qwen-image-edit-lightning", + "description": "Qwen-Image-Edit-2509-Lightning 8-step LoRA model V1.0 (bf16)", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Edit-2509-Lightning-8steps-V1.0-bf16.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Edit-2509/Qwen-Image-Edit-2509-Lightning-8steps-V1.0-bf16.safetensors", + "size": "19.6GB" + }, + { + "name": "Qwen-Image-Edit-2509-Lightning 8steps V1.0 (fp32)", + "type": "lora", + "base": "Qwen-Image-Edit", + "save_path": "loras/qwen-image-edit-lightning", + "description": "Qwen-Image-Edit-2509-Lightning 8-step LoRA model V1.0 (fp32)", + "reference": "https://huggingface.co/lightx2v/Qwen-Image-Lightning", + "filename": "Qwen-Image-Edit-2509-Lightning-8steps-V1.0-fp32.safetensors", + "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Edit-2509/Qwen-Image-Edit-2509-Lightning-8steps-V1.0-fp32.safetensors", + "size": "39.1GB" + }, + { + "name": "Qwen-Image InstantX ControlNet Union", + "type": "controlnet", + "base": "Qwen-Image", + "save_path": "controlnet/qwen-image/instantx", + "description": "Qwen-Image InstantX ControlNet Union model", + "reference": "https://huggingface.co/Comfy-Org/Qwen-Image-InstantX-ControlNets", + "filename": "Qwen-Image-InstantX-ControlNet-Union.safetensors", + "url": "https://huggingface.co/Comfy-Org/Qwen-Image-InstantX-ControlNets/resolve/main/split_files/controlnet/Qwen-Image-InstantX-ControlNet-Union.safetensors", + "size": "2.54GB" + }, + { + "name": "Qwen-Image InstantX ControlNet Inpainting", + "type": "controlnet", + "base": "Qwen-Image", + "save_path": "controlnet/qwen-image/instantx", + "description": "Qwen-Image InstantX ControlNet Inpainting model", + "reference": "https://huggingface.co/Comfy-Org/Qwen-Image-InstantX-ControlNets", + "filename": "Qwen-Image-InstantX-ControlNet-Inpainting.safetensors", + "url": "https://huggingface.co/Comfy-Org/Qwen-Image-InstantX-ControlNets/resolve/main/split_files/controlnet/Qwen-Image-InstantX-ControlNet-Inpainting.safetensors", + "size": "2.54GB" } ] -} +} \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 70646fbbd..8be764fcf 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,24 +1,1988 @@ { "custom_nodes": [ { - "author": "78Ventures", - "title": "ComfyUI-Tortu [WIP/UNSAFE]", - "reference": "https://github.com/78Ventures/ComfyUI-Tortu", + "author": "saltchicken", + "title": "ComfyUI-Identity-Mixer", + "reference": "https://github.com/saltchicken/ComfyUI-Identity-Mixer", + "files": [ + "https://github.com/saltchicken/ComfyUI-Identity-Mixer" + ], + "install_type": "git-clone", + "description": "Mixes multiple identity LoRAs with normalized strength." + }, + { + "author": "saltchicken", + "title": "ComfyUI-Prompter", + "reference": "https://github.com/saltchicken/ComfyUI-Prompter", + "files": [ + "https://github.com/saltchicken/ComfyUI-Prompter" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node providing customizable prompt generation capabilities. (Description by CC)" + }, + { + "author": "JBKing514", + "title": "[WIP] map_comfyui", + "reference": "https://github.com/JBKing514/map_comfyui", + "files": [ + "https://github.com/JBKing514/map_comfyui" + ], + "install_type": "git-clone", + "description": "A custom node implementing the Manifold Alignment Protocol (MAP) within ComfyUI, transforming diffusion sampling into a measurable and visualizable geometric process. (Description by CC)\nNOTE: The files in the repo are not organized." + }, + { + "author": "Nynxz", + "title": "ComfyUI_DiffsynthPause", + "reference": "https://github.com/Nynxz/ComfyUI_DiffsynthPause", + "files": [ + "https://github.com/Nynxz/ComfyUI_DiffsynthPause" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for controlling Diffsynth checkpoint pausing behavior during image generation workflows. (Description by CC)" + }, + { + "author": "binarystatic", + "title": "ComfyUI-BinarystaticMasterSeed", + "reference": "https://github.com/binarystatic/ComfyUI-BinarystaticMasterSeed", + "files": [ + "https://github.com/binarystatic/ComfyUI-BinarystaticMasterSeed" + ], + "install_type": "git-clone", + "description": "BinarystaticMasterSeed node for ComfyUI. (Description by CC)" + }, + { + "author": "Aruntd008", + "title": "[WIP] ComfyUI_SeamlessPattern", + "reference": "https://github.com/Aruntd008/ComfyUI_SeamlessPattern", + "files": [ + "https://github.com/Aruntd008/ComfyUI_SeamlessPattern" + ], + "install_type": "git-clone", + "description": "SeamlessPatternNode for ComfyUI. (Description by CC)\nNOTE: The files in the repo are not organized." + }, + { + "author": "SilentLuxRay", + "title": "[WIP] ComfyUI-Furrey-Super-Prompt", + "reference": "https://github.com/SilentLuxRay/ComfyUI-Furrey-Super-Prompt", + "files": [ + "https://github.com/SilentLuxRay/ComfyUI-Furrey-Super-Prompt" + ], + "install_type": "git-clone", + "description": "A personalized all-in-one node for ComfyUI that simplifies prompt management and LoRA handling with automatic translation to English. (Description by CC)\nNOTE: The files in the repo are not organized." + }, + { + "author": "Rayen21", + "title": "[WIP] ComfyUI-PromptLinePlus", + "reference": "https://github.com/Rayen21/ComfyUI-PromptLinePlus", + "files": [ + "https://github.com/Rayen21/ComfyUI-PromptLinePlus" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node that splits multi-line prompts by line, enabling batch image generation with each line triggering one execution and supporting custom prompt boxes. (Description by CC)\nNOTE: The files in the repo are not organized." + }, + { + "author": "rookiestar28", + "title": "ComfyUI_Security_Audit", + "reference": "https://github.com/rookiestar28/ComfyUI_Security_Audit", + "files": [ + "https://github.com/rookiestar28/ComfyUI_Security_Audit" + ], + "install_type": "git-clone", + "description": "A lightweight, dual-layer security extension for ComfyUI using AST-based static analysis and runtime monitoring to detect malicious code in custom nodes." + }, + { + "author": "c1660181647-hash", + "title": "ComfyUI-MM-Visual-Encryption", + "reference": "https://github.com/c1660181647-hash/ComfyUI-MM-Visual-Encryption", + "files": [ + "https://github.com/c1660181647-hash/ComfyUI-MM-Visual-Encryption" + ], + "install_type": "git-clone", + "description": "A visual noise encryption custom node for ComfyUI, supporting Image and Video privacy protection." + }, + { + "author": "charlierz", + "title": "comfyui-charlierz", + "reference": "https://github.com/charlierz/comfyui-charlierz", + "files": [ + "https://github.com/charlierz/comfyui-charlierz" + ], + "install_type": "git-clone", + "description": "NODES: BackgroundColor, ScaleDimensions" + }, + { + "author": "lrzjason", + "title": "Comfyui-DiffusersUtils [WIP]", + "reference": "https://github.com/lrzjason/Comfyui-DiffusersUtils", + "files": [ + "https://github.com/lrzjason/Comfyui-DiffusersUtils" + ], + "install_type": "git-clone", + "description": "A set of nodes which provide flexible inference using diffusers in comfyui env. (Description by CC)" + }, + { + "author": "anilstream", + "title": "ComfyUI-NanoBananaPro", + "reference": "https://github.com/anilstream/ComfyUI-NanoBananaPro", + "files": [ + "https://github.com/anilstream/ComfyUI-NanoBananaPro" + ], + "install_type": "git-clone", + "description": "ComfyUI node implementing basic functionality with NanoBananaBasicNode. (Description by CC)" + }, + { + "author": "Toxic1228", + "title": "Eleven-labs-comfyui-sts", + "reference": "https://github.com/Toxic1228/Eleven-labs-comfyui-sts", + "files": [ + "https://github.com/Toxic1228/Eleven-labs-comfyui-sts" + ], + "install_type": "git-clone", + "description": "ComfyUI integration node for Eleven Labs text-to-speech service (requires API key). (Description by CC)" + }, + { + "author": "NeoTech", + "title": "comfyui-laserprep", + "reference": "https://github.com/NeoTech/comfyui-laserprep", + "files": [ + "https://github.com/NeoTech/comfyui-laserprep" + ], + "install_type": "git-clone", + "description": "ComfyUI node implementing laser preparation functionality with LaserPrep node. (Description by CC)" + }, + { + "author": "Enferlain", + "title": "ComfyUI-extra-schedulers [WIP]", + "reference": "https://github.com/Enferlain/ComfyUI-extra-schedulers", + "files": [ + "https://github.com/Enferlain/ComfyUI-extra-schedulers" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes providing additional scheduler implementations for advanced sampling control. (Description by CC)\nNOTE: The files in the repo are not organized." + }, + { + "author": "tiange-tree", + "title": "BLUEAI_ComfyUI_OpenAI", + "reference": "https://github.com/tiange-tree/BLUEAI_ComfyUI_OpenAI", + "files": [ + "https://github.com/tiange-tree/BLUEAI_ComfyUI_OpenAI" + ], + "install_type": "git-clone", + "description": "NODES: BLUEAI_OpenAI_Node" + }, + { + "author": "nestflow", + "title": "ComfyUI-WanPlus", + "reference": "https://github.com/nestflow/ComfyUI-WanPlus", + "files": [ + "https://github.com/nestflow/ComfyUI-WanPlus" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for video frame manipulation and image-to-video conversion. (Description by CC)" + }, + { + "author": "twdockery", + "title": "ComfyUI_Prompt_Batch_Generator", + "reference": "https://github.com/twdockery/ComfyUI_Prompt_Batch_Generator", + "files": [ + "https://github.com/twdockery/ComfyUI_Prompt_Batch_Generator" + ], + "install_type": "git-clone", + "description": "Custom nodes for batch image generation with Stable Diffusion 1.5, optimized for low VRAM systems. (Description by CC)" + }, + { + "author": "tuxiansheng-ld", + "title": "Comfyui-tuxiansheng-nodes", + "reference": "https://github.com/tuxiansheng-ld/Comfyui-tuxiansheng-nodes", + "files": [ + "https://github.com/tuxiansheng-ld/Comfyui-tuxiansheng-nodes" + ], + "install_type": "git-clone", + "description": "NODES: StringToListNode" + }, + { + "author": "krakenunbound", + "title": "Kraken Discord Bot", + "id": "kraken-discord-bot", + "reference": "https://github.com/krakenunbound/kraken-discord-bot", + "files": [ + "https://github.com/krakenunbound/kraken-discord-bot" + ], + "install_type": "git-clone", + "description": "All-in-one Discord bot node for AI image generation. Simple setup - just add token, select model, and queue. Includes style presets, rate limiting, and queue management." + }, + { + "author": "quinteroac", + "title": "comfyui_api_executor_nodes", + "reference": "https://github.com/quinteroac/comfyui_api_executor_nodes", + "files": [ + "https://github.com/quinteroac/comfyui_api_executor_nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI that enable workflow execution via API (internal or external), as well as input/output handling and workflow selection." + }, + { + "author": "Chang-Jin-Lee", + "title": "ComfyUI-PromptMixer-AI [WIP]", + "reference": "https://github.com/Chang-Jin-Lee/ComfyUI-PromptMixer-AI", + "files": [ + "https://github.com/Chang-Jin-Lee/ComfyUI-PromptMixer-AI" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node collection for unified control of checkpoints, steps, CFG, samplers, LoRA and prompt parameters with local LLM integration. (Description by CC)\nNOTE: The files in the repo are not organized." + }, + { + "author": "leacvikas0", + "title": "ComfyUI-Presence [WIP]", + "reference": "https://github.com/leacvikas0/ComfyUI-Presence", + "files": [ + "https://github.com/leacvikas0/ComfyUI-Presence" + ], + "install_type": "git-clone", + "description": "NODES: BeautifulTextNode, FluxAdaptiveInjector, InspectNode, PresenceDirector, PresenceDirectorFireworks, PresenceDirectorVertex, PresenceSaver, UnaliverBundlePreview, UnaliverNode, UnaliverPlanner, UnaliverStepIterato, ...\nNOTE: The files in the repo are not organized." + }, + { + "author": "Kraven1109", + "title": "ComfyUI-Llama [NAME CONFLICT]", + "reference": "https://github.com/Kraven1109/ComfyUI-Llama", + "files": [ + "https://github.com/Kraven1109/ComfyUI-Llama" + ], + "install_type": "git-clone", + "description": "Lightweight ComfyUI plugin exposing llama.cpp-based one-shot Qwen VQA nodes." + }, + { + "author": "xiaoxidashen", + "title": "comfyui_my_utils", + "reference": "https://github.com/xiaoxidashen/comfyui_my_utils", + "files": [ + "https://github.com/xiaoxidashen/comfyui_my_utils" + ], + "install_type": "git-clone", + "description": "Guide and utilities for creating ComfyUI custom nodes with image/video preview functionality. (Description by CC)" + }, + { + "author": "agavesunset", + "title": "ComfyUI_LoRA_Tracker", + "reference": "https://github.com/agavesunset/ComfyUI_LoRA_Tracker", + "files": [ + "https://github.com/agavesunset/ComfyUI_LoRA_Tracker" + ], + "install_type": "git-clone", + "description": "ComfyUI node for tracking and displaying LoRA parameters. (Description by CC)" + }, + { + "author": "SleazySleaze", + "title": "aesthetic-persona-comfyui-node", + "reference": "https://github.com/SleazySleaze/aesthetic-persona-comfyui-node", + "files": [ + "https://github.com/SleazySleaze/aesthetic-persona-comfyui-node" + ], + "install_type": "git-clone", + "description": "Node providing aesthetic persona parsing capabilities for ComfyUI. (Description by CC)" + }, + { + "author": "xtanqn", + "title": "comfyui-xishen [WIP]", + "reference": "https://github.com/xtanqn/comfyui-xishen", + "files": [ + "https://github.com/xtanqn/comfyui-xishen" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that generates random numbers as text output.\nNOTE: The files in the repo are not organized." + }, + { + "author": "heyburns", + "title": "ComfyUI-Logic-Redux [WIP]", + "reference": "https://github.com/heyburns/ComfyUI-Logic-Redux", + "files": [ + "https://github.com/heyburns/ComfyUI-Logic-Redux" + ], + "install_type": "git-clone", + "description": "Validation-friendly rewrite of ComfyUI Logic nodes with drop-in compatibility, featuring compare, int/float/bool/string pass-through, ternary logic, and debug nodes. (Description by CC)\nNOTE: The files in the repo are not organized." + }, + { + "author": "Mohamed-Sakr", + "title": "ComfyUI-SimpleMarkdown [UNSAFE]", + "reference": "https://github.com/Mohamed-Sakr/ComfyUI-SimpleMarkdown", + "files": [ + "https://github.com/Mohamed-Sakr/ComfyUI-SimpleMarkdown" + ], + "install_type": "git-clone", + "description": "A simple markdown node for ComfyUI[w/This nodepack has a frontend vulnerability.]" + }, + { + "author": "starsFriday", + "title": "ComfyUI-Tracker-Person [WIP]", + "reference": "https://github.com/starsFriday/ComfyUI-Tracker-Person", + "files": [ + "https://github.com/starsFriday/ComfyUI-Tracker-Person" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node using YOLO instance segmentation to track specific people in video frames with color histogram re-identification for robust tracking across occlusions. (Description by CC)\nNOTE: The files in the repo are not organized." + }, + { + "author": "judian17", + "title": "ComfyUI-MIDI-3D [WIP]", + "reference": "https://github.com/judian17/ComfyUI-MIDI-3D", + "files": [ + "https://github.com/judian17/ComfyUI-MIDI-3D" + ], + "install_type": "git-clone", + "description": "Partial implementation of the MIDI-3D project for ComfyUI with multi-view normal/depth map generation and texture baking. (Description by CC)\nNOTE: The files in the repo are not organized." + }, + { + "author": "IAFFeng", + "title": "Comfyui_XF_Custom_Actual-Node", + "reference": "https://github.com/IAFFeng/Comfyui_XF_Custom_Actual-Node", + "files": [ + "https://github.com/IAFFeng/Comfyui_XF_Custom_Actual-Node" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node providing GeminiMatting functionality for image matting operations. (Description by CC)" + }, + { + "author": "LvyuanW", + "title": "ComfyUI-6yuan [WIP]", + "reference": "https://github.com/LvyuanW/ComfyUI-6yuan", + "files": [ + "https://github.com/LvyuanW/ComfyUI-6yuan" + ], + "install_type": "git-clone", + "description": "A curated set of ComfyUI nodes under 6yuan namespace." + }, + { + "author": "wciq1208", + "title": "even-comfyui-plugin", + "reference": "https://github.com/wciq1208/even-comfyui-plugin", + "files": [ + "https://github.com/wciq1208/even-comfyui-plugin" + ], + "install_type": "git-clone", + "description": "NODES: Gemini, NanoBanana" + }, + { + "author": "Fuhze73", + "title": "ComfyUI-PainterI2V-StartEndImage-Tiled [WIP]", + "reference": "https://github.com/Fuhze73/ComfyUI-PainterI2V-StartEndImage-Tiled", + "files": [ + "https://github.com/Fuhze73/ComfyUI-PainterI2V-StartEndImage-Tiled" + ], + "install_type": "git-clone", + "description": "Wan2.2 image-to-video enhancement node optimized for 4-step LoRAs, reducing slow-motion and enhancing camera movement. (Description by CC)\nNOTE: The files in the repo are not organized." + }, + { + "author": "stevanisya", + "title": "comfyui_txt_selector [WIP]", + "reference": "https://github.com/stevanisya/comfyui_txt_selector", + "files": [ + "https://github.com/stevanisya/comfyui_txt_selector" + ], + "install_type": "git-clone", + "description": "A simple ComfyUI node that lets you choose one text from up to 10 inputs.\nNOTE: The files in the repo are not organized." + }, + { + "author": "Isi-dev", + "title": "ComfyUI_DeleteModelPassthrough_ExecutionFlowControl [WIP]", + "reference": "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough_ExecutionFlowControl", + "files": [ + "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough_ExecutionFlowControl" + ], + "install_type": "git-clone", + "description": "Memory management custom node that deletes specific models from VRAM and RAM while passing through other input types unchanged, useful for low-memory environments. (Description by CC)" + }, + { + "author": "K1maran", + "title": "ComfyUI-Kimaran", + "reference": "https://github.com/K1maran/ComfyUI-Kimaran", + "files": [ + "https://github.com/K1maran/ComfyUI-Kimaran" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for preset latent image generation including EmptyLatentImagePresetsAIO, FLUX, QWEN, and SD1.5 variants. (Description by CC)" + }, + { + "author": "silveroxides", + "title": "ComfyUI_LoHalo", + "reference": "https://github.com/silveroxides/ComfyUI_LoHalo", + "files": [ + "https://github.com/silveroxides/ComfyUI_LoHalo" + ], + "install_type": "git-clone", + "description": "ComfyUI upscaling node package with Lohalo high-fidelity scaling and kernel-based image enhancement capabilities. (Description by CC)" + }, + { + "author": "jorin91", + "title": "ComfyUI-JSG-Utils [UNSAFE]", + "reference": "https://github.com/jorin91/ComfyUI-JSG-Utils", + "files": [ + "https://github.com/jorin91/ComfyUI-JSG-Utils" + ], + "install_type": "git-clone", + "description": "Utility nodes for ComfyUI including file operations, recursive image finding, and path parsing. (Description by CC)[w/This nodepack contains a vulnerability that allows remote deletion of files at arbitrary paths.]" + }, + { + "author": "vadimcro", + "title": "External-Image-Revised-with-MASK", + "reference": "https://github.com/vadimcro/External-Image-Revised-with-MASK", + "files": [ + "https://github.com/vadimcro/External-Image-Revised-with-MASK" + ], + "install_type": "git-clone", + "description": "ComfyUI external image node with mask support for image composition and masking workflows. (Description by CC)" + }, + { + "author": "martinken", + "title": "ComfyUI-KMNodes", + "reference": "https://github.com/martinken/ComfyUI-KMNodes", + "files": [ + "https://github.com/martinken/ComfyUI-KMNodes" + ], + "install_type": "git-clone", + "description": "NODES: KM_Aspect_Ratio_Selector, KM_Color_Correct, KM_Downscale_Image, KM_Merge_Images, KM_Safe_Mask_Bounds, KM_Safe_SEGS_Bounds, KM_Video_Image_Color_Match, KM_WanVideoToVideo, WanImageToVide, ..." + }, + { + "author": "sahibalejandro", + "title": "ComfyUI Sahib Nodes", + "reference": "https://github.com/sahibalejandro/comfyui-sahib-nodes", + "files": [ + "https://github.com/sahibalejandro/comfyui-sahib-nodes" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI" + }, + { + "author": "pznodes", + "title": "MotionCapture [UNSAFE]", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-MotionCapture", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-MotionCapture" + ], + "install_type": "git-clone", + "description": "Motion Capture nodes for ComfyUI: SMPL data/retargeting using GVHMR. This node is a very first draft, putting it out there in the hope some blender whizzes can help me figure out retargeting *prayer emoji*[w/This nodepack includes an endpoint that access files from arbitrary paths.]" + }, + { + "author": "pznodes", + "title": "SAM3DObjects [UNSAFE]", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-SAM3DObjects", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DObjects" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper for SAM3DObjects: extract 3D meshes/gaussians from pictures. This node is a very first draft, putting it out there in the hope people help me with the development. I hate shipping broken code but I have some hope at least some linux people will manage to use it.[w/This nodepack includes an endpoint that access files from arbitrary paths.]" + }, + { + "author": "nachoman", + "title": "nachoman Custom Nodes [WIP]", + "reference": "https://github.com/eddiehavila/comfyui-nachoman", + "files": [ + "https://github.com/eddiehavila/comfyui-nachoman" + ], + "install_type": "git-clone", + "description": "NODES: NACHOMAN_AudioCropTime, NACHOMAN_AutoQueueController, NACHOMAN_ChunkIndexController, NACHOMAN_CombineAllChunks, NACHOMAN_Extract_Frame_Number, NACHOMAN_FullSongAnalyzerV4, NACHOMAN_GetPromptByIndex, NACHOMAN_GetRunIndexFromJson, NACHOMAN_IndexedPromptChunker, NACHOMAN_IndexedPromptChunkerV2, NACHOMAN_LoadAudioSplitDynamic, NACHOMAN_LoadAudioSplitUpload, NACHOMAN_LoadAudioSplit_HUMO, NACHOMAN_LoadAudioSplit_HUMO_Transcribe, NACHOMAN_LoadSingleAudioChunk, NACHOMAN_LoadVideos, NACHOMAN_PostRunIndexStepper, NACHOMAN_SaveVideoChunkWithIndex, NACHOMAN_TranscribeText, NACHOMAN_VideoSplitte, ...\nNOTE: The files in the repo are not organized." + }, + { + "author": "xuchenxu168", + "title": "ComfyUI-Gemini-3 [UNSAFE/WIP]", + "reference": "https://github.com/xuchenxu168/ComfyUI-Gemini-3", + "files": [ + "https://github.com/xuchenxu168/ComfyUI-Gemini-3" + ], + "install_type": "git-clone", + "description": "Full-featured, high-performance Google Gemini 3 integration for ComfyUI. This plugin implements **all** Gemini 3 capabilities with optimized performance.\nNOTE: The files in the repo are not organized.[w/This nodepack has a vulnerability that allows arbitrary code execution remotely.]" + }, + { + "author": "starsFriday", + "title": "ComfyUI-Audio-Subtitle [WIP]", + "reference": "https://github.com/starsFriday/ComfyUI-Audio-Subtitle", + "files": [ + "https://github.com/starsFriday/ComfyUI-Audio-Subtitle" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node that automatically transcribes audio using OpenAI Whisper and hardcodes subtitles onto video frames using FFmpeg with customizable fonts, colors, styles, and positioning. (Description by CC)\nNOTE: The files in the repo are not organized." + }, + { + "author": "TheLocalLab", + "title": "ComfyUI-Kandinsky-GGUF [WIP]", + "reference": "https://github.com/TheLocalLab/ComfyUI-Kandinsky-GGUF", + "files": [ + "https://github.com/TheLocalLab/ComfyUI-Kandinsky-GGUF" + ], + "install_type": "git-clone", + "description": "A fork of Ada123-a’s ComfyUI-Kandinsky nodes for Kandinsky 5 DiT. Enables high-quality video generation from text (T2V) and images (I2V) with advanced text-guided controls. \nNOTE: The files in the repo are not organized." + }, + { + "author": "JosDigby", + "title": "ComfyUI-DigbyWan", + "reference": "https://github.com/JosDigby/ComfyUI-DigbyWan", + "files": [ + "https://github.com/JosDigby/ComfyUI-DigbyWan" + ], + "install_type": "git-clone", + "description": "NODES: ImageBatchLoopExtract, WanMiddleFrameToVideo, WanVACEVideoSmoother" + }, + { + "author": "UltraNoob-NazoGiken", + "title": "ComfyUI-TOML-Tools [WIP]", + "reference": "https://github.com/UltraNoob-NazoGiken/ComfyUI-TOML-Tools", + "files": [ + "https://github.com/UltraNoob-NazoGiken/ComfyUI-TOML-Tools" + ], + "install_type": "git-clone", + "description": "NODES: CreateTomlData, GetTomlValue, LoadToml, MergeTomlData, SaveTom, ...\nNOTE: The files in the repo are not organized." + }, + { + "author": "frost-byte", + "title": "fb-tools", + "reference": "https://github.com/frost-byte/fbTools", + "files": [ + "https://github.com/frost-byte/fbTools" + ], + "install_type": "git-clone", + "description": "A collect of custom nodes for ComfyUI" + }, + { + "author": "Aruntd008", + "title": "ComfyUI_blender_render", + "reference": "https://github.com/Aruntd008/ComfyUI_blender_render", + "files": [ + "https://github.com/Aruntd008/ComfyUI_blender_render" + ], + "install_type": "git-clone", + "description": "NODES: Blender Render (Auto-Setup)" + }, + { + "author": "mertgoksel", + "title": "comfyui-noot-nodes [WIP]", + "reference": "https://github.com/mertgoksel/ComfyUI-Noot-Nodes", + "files": [ + "https://github.com/mertgoksel/ComfyUI-Noot-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes i made to suit my needs, currently includes a tag randomizer and a stagedksampler which iterates sampler steps and upscaling." + }, + { + "author": "egormly", + "title": "ComfyUI-EG_Tools [WIP]", + "reference": "https://github.com/egormly/ComfyUI-EG_Tools", + "files": [ + "https://github.com/egormly/ComfyUI-EG_Tools" + ], + "install_type": "git-clone", + "description": "Quality-of-life utility nodes for ComfyUI providing smart switches for dynamic data routing, path helpers for consistent file naming, and image utilities including Qwen vision model preparation.\nNOTE: The files in the repo are not organized." + }, + { + "author": "huhu-tiger", + "title": "ComfyUI-RemoteDownload", + "reference": "https://github.com/huhu-tiger/ComfyUI-RemoteDownload", + "files": [ + "https://github.com/huhu-tiger/ComfyUI-RemoteDownload" + ], + "install_type": "git-clone", + "description": "NODES: LoadImageFromRemote" + }, + { + "author": "zhupeter010903", + "title": "ComfyUI-prompt-library", + "reference": "https://github.com/zhupeter010903/ComfyUI-prompt-library", + "files": [ + "https://github.com/zhupeter010903/ComfyUI-prompt-library" + ], + "install_type": "git-clone", + "description": "NODES: Grouped Prompt Node, ..." + }, + { + "author": "basenc", + "title": "Comfyui-Nodes-basenc [UNSAFE]", + "reference": "https://github.com/basenc/Comfyui-Nodes-basenc", + "files": [ + "https://github.com/basenc/Comfyui-Nodes-basenc" + ], + "install_type": "git-clone", + "description": "NODES: Custom OpenAI Chat Completion, Environment Variable, Eval, JSON Path Select, JSON Path Select, Wan Video Size, ... [w/This nodepack has a vulnerability that allows arbitrary file contents to be read remotely.]" + }, + { + "author": "jkaarlehto", + "title": "ComfyUI-GetWorkflowName [WIP]", + "reference": "https://github.com/jKaarlehto/ComfyUI-GetWorkflowName", + "files": [ + "https://github.com/jKaarlehto/ComfyUI-GetWorkflowName" + ], + "install_type": "git-clone", + "description": "Adds a node that outputs the workflow's name as a string\nNOTE: The files in the repo are not organized." + }, + { + "author": "newraina", + "title": "comfyui-photoshop-v2 [WIP]", + "reference": "https://github.com/newraina/comfyui-photoshop-v2", + "files": [ + "https://github.com/newraina/comfyui-photoshop-v2" + ], + "install_type": "git-clone", + "description": "NODES: Photoshop ComfyUI Plugin, Send To Photoshop, ClipPass, modelPass, Photoshop RemoteConnection, ..." + }, + { + "author": "eddyhhlure1Eddy", + "title": "ComfyUI-QwenImageWrapper [WIP]", + "reference": "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenImageWrapper", + "files": [ + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenImageWrapper" + ], + "install_type": "git-clone", + "description": "Integrated Qwen-Image node for ComfyUI with all-in-one model loading, 4 LoRA slots, memory optimization via BlockSwap reducing VRAM usage by 30-60%, and multiple quantization options.\nNOTE: The files in the repo are not organized." + }, + { + "author": "tori29umai0123", + "title": "ComfyUI-SDXLGenerateFromTextFile [UNSAFE]", + "reference": "https://github.com/tori29umai0123/ComfyUI-SDXLGenerateFromTextFile", + "files": [ + "https://github.com/tori29umai0123/ComfyUI-SDXLGenerateFromTextFile" + ], + "install_type": "git-clone", + "description": "ComfyUI node for batch image generation from text file prompts with configurable resolution, quantity, and model settings for Stable Diffusion workflows. (Description by CC)[w/This nodepack has a vulnerability that allows arbitrary file contents to be read remotely.]" + }, + { + "author": "unphased", + "title": "code-nodes [UNSAFE]", + "reference": "https://github.com/unphased/code-nodes", + "files": [ + "https://github.com/unphased/code-nodes" + ], + "install_type": "git-clone", + "description": "This repository provides two lightweight execution helpers for ComfyUI graphs: Shell Code, Python Code[w/This nodepack has a vulnerability that allows arbitrary code execution remotely.]" + }, + { + "author": "marduk191", + "title": "comfyui_cmdtls [UNSAFE]", + "reference": "https://github.com/marduk191/comfyui_cmdtls", + "files": [ + "https://github.com/marduk191/comfyui_cmdtls" + ], + "install_type": "git-clone", + "description": "A comprehensive set of ComfyUI custom nodes for file system operations, file browsing, upload/download, and shell command execution.[w/This nodepack has a vulnerability that allows arbitrary code execution remotely.]" + }, + { + "author": "AIExplorer25", + "title": "ComfyUI_HuggingfaceHelper", + "reference": "https://github.com/AIExplorer25/ComfyUI_HuggingfaceHelper", + "files": [ + "https://github.com/AIExplorer25/ComfyUI_HuggingfaceHelper" + ], + "install_type": "git-clone", + "description": "This repo has different functions to help dealing with huggingface data" + }, + { + "author": "ilslli", + "title": "Comfyui-IV2Z", + "reference": "https://github.com/ilslli/Comfyui-IV2Z", + "files": [ + "https://github.com/ilslli/Comfyui-IV2Z" + ], + "install_type": "git-clone", + "description": "Modify the VideoCombine node of [a/ComfyUI-VideoHelperSuite](https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite) so that, after encoding the video, it outputs the result as a compressed archive." + }, + { + "author": "PladsElsker", + "title": "comfyui-krita [WIP]", + "reference": "https://github.com/PladsElsker/comfyui-krita", + "files": [ + "https://github.com/PladsElsker/comfyui-krita" + ], + "install_type": "git-clone", + "description": "Minimal Krita extension and ComfyUI custom nodes for integrating both UIs together with workflow exposure and compositing capabilities. NOTE: The project is in active development (WIP). (Description by CC)" + }, + { + "author": "max-dingsda", + "title": "ComfyUI-PromptLoop [WIP]", + "reference": "https://github.com/max-dingsda/ComfyUI-PromptLoop", + "files": [ + "https://github.com/max-dingsda/ComfyUI-PromptLoop" + ], + "install_type": "git-clone", + "description": "Batch process multiple prompts from text files in a single ComfyUI queue job - supports prompt loops from files or multi-line text with optional start index and limit controls.\nNOTE: The files in the repo are not organized." + }, + { + "author": "Gergzilla", + "title": "Slim-Comfy-Pack [private]", + "reference": "https://github.com/Gergzilla/Slim-Comfy-Pack", + "files": [ + "https://github.com/Gergzilla/Slim-Comfy-Pack" + ], + "install_type": "git-clone", + "description": "A slimmed down collection of ComfyUI nodes either from elsewhere, custom creation or updated independently. (Description by CC)" + }, + { + "author": "Sida Liu", + "title": "ComfyUI-Notebook [UNSAFE]", + "id": "notebook", + "reference": "https://github.com/liusida/ComfyUI-Notebook", + "files": [ + "https://github.com/liusida/ComfyUI-Notebook" + ], + "install_type": "git-clone", + "description": "A Jupyter-style custom node for executing Python code and plotting within ComfyUI workflows.[w/This extension allows remote command execution.]" + }, + { + "author": "pznodes", + "title": "ComfyUI-UniRig [WIP]", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-UniRig", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-UniRig" + ], + "install_type": "git-clone", + "description": "WORK IN PROGRESS. Automatic skeleton extraction for ComfyUI using UniRig (SIGGRAPH 2025). Self-contained with bundled Blender." + }, + { + "author": "pznodes", + "title": "CADabra [WIP]", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-CADabra", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-CADabra" + ], + "install_type": "git-clone", + "description": "WORK IN PROGRESS. CAD file processing nodes for ComfyUI with interactive 3D OCC CAD viewer. Load STEP, IGES, BREP files and generate meshes using Gmsh." + }, + { + "author": "pznodes", + "title": "Hunyuan3D-Part [WIP]", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-Hunyuan3D-Part", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-Hunyuan3D-Part" + ], + "install_type": "git-clone", + "description": "WORK IN PROGRESS. Hunyuan3D-Part nodes for ComfyUI: 3D part segmentation with P3-SAM and high-fidelity part generation with X-Part diffusion." + }, + { + "author": "hhelloe", + "title": "comfyuiWeightOnlyQuant [WIP]", + "reference": "https://github.com/hhelloe/comfyuiWeightOnlyQuant", + "files": [ + "https://github.com/hhelloe/comfyuiWeightOnlyQuant" + ], + "install_type": "git-clone", + "description": "NODES: Weight-Only Quantize (Linear)\nNOTE: The files in the repo are not organized." + }, + { + "author": "KXSR", + "title": "ComfyUI-Easy-s3", + "reference": "https://github.com/KXSR/ComfyUI-Easy-s3", + "files": [ + "https://github.com/KXSR/ComfyUI-Easy-s3" + ], + "install_type": "git-clone", + "description": "NODES: 'URL: Load Media', 'Image: Save To Disk (No UI)', 'S3: Upload Presigned', ..." + }, + { + "author": "akashch1512", + "title": "ComfyUI_UguuUploader", + "reference": "https://github.com/akashch1512/ComfyUI_UguuUploader", + "files": [ + "https://github.com/akashch1512/ComfyUI_UguuUploader" + ], + "install_type": "git-clone", + "description": "NODES: Uguu.se Video Uploader\nNOTE: The files in the repo are not organized." + }, + { + "author": "vadimcro", + "title": "string_by_index", + "reference": "https://github.com/vadimcro/string_by_index", + "files": [ + "https://github.com/vadimcro/string_by_index" + ], + "install_type": "git-clone", + "description": "ComfyUI node that lets you output a string, based on int index number on input" + }, + { + "author": "sickbraintwo", + "title": "WextraX [WIP]", + "reference": "https://github.com/sickbraintwo/WextraX", + "files": [ + "https://github.com/sickbraintwo/WextraX" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for LoRA management, including LoRA name extraction and tag filtering utilities. (Description by CC)\nNOTE: The files in the repo are not organized." + }, + { + "author": "hhelloe", + "title": "ComfyuiQuantizerToFp8 [WIP]", + "reference": "https://github.com/hhelloe/ComfyuiQuantizerToFp8", + "files": [ + "https://github.com/hhelloe/ComfyuiQuantizerToFp8" + ], + "install_type": "git-clone", + "description": "Linear quantizer node for ComfyUI that converts models to FP8 precision format for reduced memory usage and faster inference.\nNOTE: The files in the repo are not organized." + }, + { + "author": "nobinBB", + "title": "comfyui-samenodes", + "reference": "https://github.com/nobinBB/comfyui-samenodes", + "files": [ + "https://github.com/nobinBB/comfyui-samenodes" + ], + "install_type": "git-clone", + "description": "NODES: Batch Image Processor, Float to String, Float to String with Prefix, LoRA Wildcard Generator" + }, + { + "author": "MushroomFleet", + "title": "ComfyUI-SCP-nodes [UNSAFE]", + "reference": "https://github.com/MushroomFleet/ComfyUI-SCP-nodes", + "files": [ + "https://github.com/MushroomFleet/ComfyUI-SCP-nodes" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that automatically saves generated images locally and uploads them to a remote server via SCP (Secure Copy Protocol).[w/This nodepack includes an endpoint that access files from arbitrary paths.]" + }, + { + "author": "jonstreeter", + "title": "Archive Output [UNSAFE]", + "id": "archive-output", + "reference": "https://github.com/jonstreeter/comfyui-archive-output", + "files": [ + "https://github.com/jonstreeter/comfyui-archive-output" + ], + "install_type": "git-clone", + "description": "Archive and organize your generated images into date-structured folders, and compress PNG images to JPEG/WebP with full workflow metadata preservation, saving 85-95% disk space.[w/This nodepack includes an endpoint that access files from arbitrary paths.]" + }, + { + "author": "xuchenxu168", + "title": "ComfyUI-Qwen3-VL [WIP]", + "id": "qwen3-vl", + "reference": "https://github.com/xuchenxu168/ComfyUI_Qwen3-VL", + "files": [ + "https://github.com/xuchenxu168/ComfyUI_Qwen3-VL" + ], + "install_type": "git-clone", + "description": "Enhanced Qwen3-VL integration for ComfyUI with direct image and video support.\nNOTE: The files in the repo are not organized." + }, + { + "author": "cedarconnor", + "title": "HunyuanWorld-Mirror ComfyUI Node Pack [WIP]", + "reference": "https://github.com/cedarconnor/ComfyUI-HunyuanWorld-Mirror", + "files": [ + "https://github.com/cedarconnor/ComfyUI-HunyuanWorld-Mirror" + ], + "install_type": "git-clone", + "description": "Transform 2D images into 3D worlds using Tencent's HunyuanWorld-Mirror model directly in ComfyUI." + }, + { + "author": "zRicmuriellee1xh", + "title": "ComfyUI-Logic-Switch", + "reference": "https://github.com/muriellee1x/ComfyUI-Logic-Switch", + "files": [ + "https://github.com/muriellee1x/ComfyUI-Logic-Switch" + ], + "install_type": "git-clone", + "description": "NODES: random string selector" + }, + { + "author": "zRich", + "title": "ComfyUI-zRich-ObjectCutter", + "reference": "https://github.com/zRich/ComfyUI-zRich-ObjectCutter", + "files": [ + "https://github.com/zRich/ComfyUI-zRich-ObjectCutter" + ], + "install_type": "git-clone", + "description": "NODES: zRich Object Cutter (MASK to Transparent), SAM2 Auto Layer Extractor" + }, + { + "author": "ajcampbell1333", + "title": "BudgetGuard for Artists [WIP]", + "reference": "https://github.com/ajcampbell1333/BudgetGuard_Artists", + "files": [ + "https://github.com/ajcampbell1333/BudgetGuard_Artists" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node that provides cost estimation and budget management for NVIDIA NIM nodes across multiple cloud providers." + }, + { + "author": "muriellee1x", + "title": "ComfyUI-switch-angles", + "reference": "https://github.com/muriellee1x/ComfyUI-switch-angles", + "files": [ + "https://github.com/muriellee1x/ComfyUI-switch-angles" + ], + "install_type": "git-clone", + "description": "NODES: Camera Prompt Generator, ..." + }, + { + "author": "APZmedia", + "title": "ComfyUI Folder Parser [UNSAFE]", + "reference": "https://github.com/APZmedia/ComfyUI-folder-parser", + "files": [ + "https://github.com/APZmedia/ComfyUI-folder-parser" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that parses files from a folder with filtering and sorting capabilities. Outputs file paths for use in other ComfyUI nodes.[w/This nodepack contains a path traversal vulnerability.]" + }, + { + "author": "Seb-Lis", + "title": "comfyui-seed-selector", + "reference": "https://github.com/Seb-Lis/comfyui-seed-selector", + "files": [ + "https://github.com/Seb-Lis/comfyui-seed-selector" + ], + "install_type": "git-clone", + "description": "NODES: Seed Selector (INT), My Seed Selector (INT), Seed Selector with Display, ..." + }, + { + "author": "Amor718", + "title": "AmorForge", + "reference": "https://github.com/Amor718/AmorForge", + "files": [ + "https://github.com/Amor718/AmorForge" + ], + "install_type": "git-clone", + "description": "NODES: Amor's Image WebpSaver, Amor's Image Resizer, Amor's Text Translator, Amor's CogView Image Generator, ..." + }, + { + "author": "Solarish", + "title": "fyUI-MidnightLook [WIP]", + "reference": "https://github.com/Solarish/ComfyUI-MidnightLook", + "files": [ + "https://github.com/Solarish/ComfyUI-MidnightLook" + ], + "install_type": "git-clone", + "description": "Custom node for MidnightLook.com\nNOTE: The files in the repo are not organized." + }, + { + "author": "hujuying", + "title": "ComfyUI-QwenVL3-image-Plus [WIP]", + "reference": "https://github.com/hujuying/ComfyUI-QwenVL3-image-Plus", + "files": [ + "https://github.com/hujuying/ComfyUI-QwenVL3-image-Plus" + ], + "install_type": "git-clone", + "description": "A custom node designed for ComfyUI that integrates the **Qwen3-VL-4B-Instruct-FP8** vision-language model for efficient image understanding and description. It supports flexible prompt-combination features to enhance the accuracy and diversity of image descriptions.\nNOTE: The files in the repo are not organized." + }, + { + "author": "90cube", + "title": "CBCanvas Node for ComfyUI [WIP]", + "reference": "https://github.com/90cube/Comfyui-CBcanvas", + "files": [ + "https://github.com/90cube/Comfyui-CBcanvas" + ], + "install_type": "git-clone", + "description": "Canvas node with intelligent aspect ratio control - 13 preset aspect ratios from ultra-wide (21:9) to ultra-tall (9:21).\nNOTE: The files in the repo are not organized." + }, + { + "author": "r-vage", + "title": "ComfyUI_Eclipse [UNSAFE]", + "reference": "https://github.com/r-vage/ComfyUI_Eclipse", + "files": [ + "https://github.com/r-vage/ComfyUI_Eclipse" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes and utilities for workflow building, type conversions, checkpoint/pipe loaders and file utilities.[w/This nodepack includes an endpoint that access files from arbitrary paths.]" + }, + { + "author": "silveroxides", + "title": "ComfyUI_LogicMath", + "reference": "https://github.com/silveroxides/ComfyUI_LogicMath", + "files": [ + "https://github.com/silveroxides/ComfyUI_LogicMath" + ], + "install_type": "git-clone", + "description": "Custom node for with some basic logic and math nodes based on pull request [a/comfyanonymous/ComfyUI#8024](https://github.com/comfyanonymous/ComfyUI/pull/8024)" + }, + { + "author": "lyra-ai", + "title": "lyra-nodes", + "reference": "https://github.com/lyra-ai/lyra-nodes", + "files": [ + "https://github.com/lyra-ai/lyra-nodes" + ], + "install_type": "git-clone", + "description": "NODES: Lyra – 🎞️ Image Audio Fusion, Lyra – 🌐 Load Audio from URL, Lyra – 🖼️ Load Image from URL" + }, + { + "author": "VectorASD", + "title": "ComfyUI-VectorASD", + "reference": "https://github.com/VectorASD/ComfyUI-VectorASD", + "files": [ + "https://github.com/VectorASD/ComfyUI-VectorASD" + ], + "install_type": "git-clone", + "description": "VectorASD's custom nodes for ComfyUI" + }, + { + "author": "laobaishu1", + "title": "ComfyUI-JSON-Upload-Iterator [UNSAFE]", + "reference": "https://github.com/laobaishu1/ComfyUI-JSON-Upload-Iterator", + "files": [ + "https://github.com/laobaishu1/ComfyUI-JSON-Upload-Iterator" + ], + "install_type": "git-clone", + "description": "A JSON upload and iterator node for ComfyUI that supports uploading JSON storyboard files and outputs each field sequentially.[w/This nodepack includes an endpoint that access files from arbitrary paths.]" + }, + { + "author": "dibowei1980", + "title": "Comfyui-QwenEditUtilsFromRapid", + "reference": "https://github.com/dibowei1980/Comfyui-QwenEditUtilsFromRapid", + "files": [ + "https://github.com/dibowei1980/Comfyui-QwenEditUtilsFromRapid" + ], + "install_type": "git-clone", + "description": "NODES: TextEncodeQwenImageEdit_FromRapid, TextEncodeQwenImageEditPlus_FromRapid" + }, + { + "author": "minujeong", + "title": "comfyui-oklch-color-picker", + "reference": "https://github.com/minujeong/comfyui-oklch-color-picker", + "files": [ + "https://github.com/minujeong/comfyui-oklch-color-picker" + ], + "install_type": "git-clone", + "description": "provide OKLCH space color picker as Comfy UI node" + }, + { + "author": "gaonprime-lab", + "title": "ComfyUI_Nordy", + "reference": "https://github.com/gaonprime-labs/ComfyUI_Nordy", + "files": [ + "https://github.com/gaonprime-labs/ComfyUI_Nordy" + ], + "install_type": "git-clone", + "description": "NODES: Save Image S3 PresignedUrl (Nordy), Memory Test" + }, + { + "author": "mittimi", + "title": "ComfyUI_mittimiLoadPresetLite [UNSAFE]", + "reference": "https://github.com/mittimi/ComfyUI_mittimiLoadPresetLite", + "files": [ + "https://github.com/mittimi/ComfyUI_mittimiLoadPresetLite" + ], + "install_type": "git-clone", + "description": "This node can easily switch between models and prompts by saving presets.[w/This nodepack includes an endpoint that access files from arbitrary paths.]" + }, + { + "author": "WenerSantos3", + "title": "ComfyUI-BlueeUtils [UNSAFE]", + "reference": "https://github.com/WenerSantos3/ComfyUI-BlueeUtils", + "files": [ + "https://github.com/WenerSantos3/ComfyUI-BlueeUtils" + ], + "install_type": "git-clone", + "description": "NODES: Bluee Utils - Delete File, blueeInput, Bluee Template String, Bluee Utils - Download Temp, Bluee Utils - Read Temp Image, Bluee Utils - Read Temp Audio, bluee - file exists, Bluee - Combine Images + Audio (H.264 MP4)[w/This nodepack includes an endpoint that access files from arbitrary paths.]" + }, + { + "author": "Rosegun007", + "title": "ComfyUI-Pandora", + "reference": "https://github.com/Rosegun007/ComfyUI-Pandora", + "files": [ + "https://github.com/Rosegun007/ComfyUI-Pandora" + ], + "install_type": "git-clone", + "description": "A simple and user-friendly ComfyUI plugin that offers advanced text rendering, streamlined bridge-style image preview, and various convenient mask tools — primarily designed for ComfyUI tutorial creators." + }, + { + "author": "fuselayer", + "title": "comfyui-libcom-image-composition", + "reference": "https://github.com/fuselayer/comfyui-libcom-image-composition", + "files": [ + "https://github.com/fuselayer/comfyui-libcom-image-composition" + ], + "install_type": "git-clone", + "description": "port of bcmi/libcom and other image composition (harmonization, shadow generation) utilities" + }, + { + "author": "Long-form-AI-video-generation", + "title": "ComfyUI_vaceFramepack", + "reference": "https://github.com/Long-form-AI-video-generation/ComfyUI_vaceFramepack", + "files": [ + "https://github.com/Long-form-AI-video-generation/ComfyUI_vaceFramepack" + ], + "install_type": "git-clone", + "description": "NODES: WanVACE FramePack Sampler 2" + }, + { + "author": "ifilipis", + "title": "ComfyUI-Auto-Prompt-Engineer", + "reference": "https://github.com/ifilipis/ComfyUI-Auto-Prompt-Engineer", + "files": [ + "https://github.com/ifilipis/ComfyUI-Auto-Prompt-Engineer" + ], + "install_type": "git-clone", + "description": "Automated prompt engineering using LLMs" + }, + { + "author": "JHBOY-ha", + "title": "ComfyUI-jh-essential", + "reference": "https://github.com/JHBOY-ha/ComfyUI-jh-essential", + "files": [ + "https://github.com/JHBOY-ha/ComfyUI-jh-essential" + ], + "install_type": "git-clone", + "description": "NODES: Start Timer, End Timer" + }, + { + "author": "APZmedia", + "title": "Joshua Brand Assets Loader [private]", + "reference": "https://github.com/APZmedia/Joshua-brand-assets-loader", + "files": [ + "https://github.com/APZmedia/Joshua-brand-assets-loader" + ], + "install_type": "git-clone", + "description": "A comprehensive brand asset loader for ComfyUI that handles logos, fonts, and color palettes with dual loading modes (API and manual)." + }, + { + "author": "GoddessLabs", + "title": "ComfyUI-GoddessLabs-NodePack", + "reference": "https://github.com/GoddessLabs/ComfyUI-GoddessLabs-NodePack", + "files": [ + "https://github.com/GoddessLabs/ComfyUI-GoddessLabs-NodePack" + ], + "install_type": "git-clone", + "description": "Custom node pack for ComfyUI This nodepack helps to conveniently enhance images through Detector, Detailer, Upscaler, Pipe, and more." + }, + { + "author": "Beinsezii", + "title": "DEET: Diffusion Entropy Equalization Transform [WIP]", + "reference": "https://github.com/Beinsezii/DEET", + "files": [ + "https://github.com/Beinsezii/DEET" + ], + "install_type": "git-clone", + "description": "A simple transform to regulate the noise as it flows in and out of a diffusion model. Currently implemented as a nn.Module forward hook for Diffusers and as a node for ComfyUI" + }, + { + "author": "woitec", + "title": "ComfyUI_ImageDimensions [WIP]", + "reference": "https://github.com/woitec/ComfyUI_ImageDimensions", + "files": [ + "https://github.com/woitec/ComfyUI_ImageDimensions" + ], + "install_type": "git-clone", + "description": "Node for extraction of dimensions from an upstream-loaded tensor image.\nNOTE: The files in the repo are not organized." + }, + { + "author": "PopeyesBiscuit", + "title": "ComfyUI-WebSocketLoRAExporter", + "reference": "https://github.com/PopeyesBiscuit/ComfyUI-WebSocketLoRAExporter", + "files": [ + "https://github.com/PopeyesBiscuit/ComfyUI-WebSocketLoRAExporter" + ], + "install_type": "git-clone", + "description": "NODES: Simple LoRA Loader, ..." + }, + { + "author": "PopeyesBiscuit", + "title": "ComfyUI Delete Folder Nodes [UNSAFE]", + "reference": "https://github.com/PopeyesBiscuit/ComfyUI-DeleteFolder", + "files": [ + "https://github.com/PopeyesBiscuit/ComfyUI-DeleteFolder" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for clearing folders in the input or output folder." + }, + { + "author": "hndrr", + "title": "Comfyui-SceneDetect [WIP]", + "reference": "https://github.com/hndrr/Comfyui-SceneDetect", + "files": [ + "https://github.com/hndrr/Comfyui-SceneDetect" + ], + "install_type": "git-clone", + "description": "Comfyui-SceneDetect is a ComfyUI custom node that uses PySceneDetect to locate scene boundaries in a video and emit one representative frame per scene as an `IMAGE` batch. It also returns per-scene metadata as JSON (`STRING`) and the total number of detected scenes (`INT`)." + }, + { + "author": "zRich", + "title": "sam2_layer_node", + "reference": "https://github.com/zRich/sam2_layer_node", + "files": [ + "https://github.com/zRich/sam2_layer_node" + ], + "install_type": "git-clone", + "description": "ComfyUI Sam2 Layer Extract" + }, + { + "author": "promptingpixels", + "title": "ComfyUI-DreamOmni2-GGUF [WIP]", + "reference": "https://github.com/xuchenxu168/Comfyui_Prompt_Edit", + "files": [ + "https://github.com/xuchenxu168/Comfyui_Prompt_Edit" + ], + "install_type": "git-clone", + "description": "Prompt Edit is a custom node for ComfyUI that allows you to pause workflow execution, edit text prompts, and then continue. This is very useful for scenarios where you need to dynamically adjust prompts during the generation process.\nNOTE: The files in the repo are not organized." + }, + { + "author": "promptingpixels", + "title": "Simple CSV Parser [UNSAFE]", + "reference": "https://github.com/content-and-code/ComfyUI-SimpleCSVParse", + "files": [ + "https://github.com/content-and-code/ComfyUI-SimpleCSVParse" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for parsing CSV files with positive and negative prompts[w/This nodepack includes an endpoint that access files from arbitrary paths.]" + }, + { + "author": "PauldeLavallaz", + "title": "ComfyUI-concat_images_to_api_gemini [WIP]", + "reference": "https://github.com/PauldeLavallaz/comfyui_morpheus_NanoBanana_Mask", + "files": [ + "https://github.com/PauldeLavallaz/comfyui_morpheus_NanoBanana_Mask" + ], + "install_type": "git-clone", + "description": "NODES: Morpheus · Batch Images + crop image, Morpheus · NanoBanana Mask, Morpheus · Image Editing Prompt, ...\nNOTE: The files in the repo are not organized." + }, + { + "author": "PauldeLavallaz", + "title": "ComfyUI-concat_images_to_api_gemini", + "reference": "https://github.com/PauldeLavallaz/ComfyUI-concat_images_to_api_gemini", + "files": [ + "https://github.com/PauldeLavallaz/ComfyUI-concat_images_to_api_gemini" + ], + "install_type": "git-clone", + "description": "NODES: Concat Images → Gemini (MP only), Concat Two Images (RAW passthrough), Grid Collage AR Cols, ..." + }, + { + "author": "silveroxides", + "title": "ComfyUI_PromptAttention [WIP]", + "reference": "https://github.com/silveroxides/ComfyUI_PromptAttention", + "files": [ + "https://github.com/silveroxides/ComfyUI_PromptAttention" + ], + "install_type": "git-clone", + "description": "NODES: Text Encode with Attention Bias" + }, + { + "author": "cedarconnor", + "title": "ComfyUI Motion Transfer Pack [WIP]", + "reference": "https://github.com/cedarconnor/ComfyUI_MotionTransfer", + "files": [ + "https://github.com/cedarconnor/ComfyUI_MotionTransfer" + ], + "install_type": "git-clone", + "description": "Transfer motion from low-resolution AI-generated videos to ultra-high-resolution still images (up to 16K+).\nNOTE: The files in the repo are not organized." + }, + { + "author": "theshubzworld", + "title": "ComfyUI-NvidiaVision [WIP]", + "reference": "https://github.com/theshubzworld/ComfyUI-NvidiaVision", + "files": [ + "https://github.com/theshubzworld/ComfyUI-NvidiaVision" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for NVIDIA AI Vision and Text models\nNOTE: The files in the repo are not organized." + }, + { + "author": "MadPonyInteractive", + "title": "ComfyUi-MpiNodes [WIP]", + "reference": "https://github.com/MadPonyInteractive/ComfyUi-MpiNodes", + "files": [ + "https://github.com/MadPonyInteractive/ComfyUi-MpiNodes" + ], + "install_type": "git-clone", + "description": "NODES: Mpi Batch Text Replace, Mpi Prompt Chain Selector, Mpi Preset Selector, Mpi Prompt Override Seed, Mpi If Else Probability Inverted, ...\nNOTE: The files in the repo are not organized." + }, + { + "author": "fantaskiss", + "title": "ComfyUI-Qwen3_VQA_enhanced [WIP]", + "reference": "https://github.com/fantaskiss/ComfyUI-Qwen3_VQA_enhanced", + "files": [ + "https://github.com/fantaskiss/ComfyUI-Qwen3_VQA_enhanced" + ], + "install_type": "git-clone", + "description": "Enhancement of the original qwen3_VQA node. Other functions remain unchanged, with only the automatic scanning of the prompt_generator folder added. No new node group is created; only additions and modifications are made to the original node group." + }, + { + "author": "pacchikAI", + "title": "comfyui_pacchik_window [UNSAFE]", + "reference": "https://github.com/pacchikAI/comfyui_pacchik_window", + "files": [ + "https://github.com/pacchikAI/comfyui_pacchik_window" + ], + "install_type": "git-clone", + "description": "A simple ComfyUI node that takes any window you have as an Input to ComfyUI node\nNOTE: WORKS IN WINDOWS ONLY[w/This nodepack has a feature that can retrieve your screen information remotely.]" + }, + { + "author": "yamanacn", + "title": "ComfyUI-QwenVL3-image [WIP]", + "reference": "https://github.com/yamanacn/ComfyUI-QwenVL3-image", + "files": [ + "https://github.com/yamanacn/ComfyUI-QwenVL3-image" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that integrates the Qwen3-VL-4B-Instruct-FP8 vision-language model for efficient image understanding and description.\nNOTE: The files in the repo are not organized." + }, + { + "author": "DeyanSrossturkhahov", + "title": "ComfyUI Primitive Mesh Generator [WIP]", + "reference": "https://github.com/rossturk/comfyui-primitive-mesh", + "files": [ + "https://github.com/rossturk/comfyui-primitive-mesh" + ], + "install_type": "git-clone", + "description": "Image-to-vector art generator for ComfyUI - Convert photographs into artistic collages composed of geometric shapes using a greedy optimization algorithm.\nNOTE: The files in the repo are not organized." + }, + { + "author": "DeyanShahov", + "title": "Dynamic Prompt Selector for ComfyUI [WIP]", + "reference": "https://github.com/DeyanShahov/ComfyUI_RedFox", + "files": [ + "https://github.com/DeyanShahov/ComfyUI_RedFox" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that allows you to dynamically select parts from large text prompts split by delimiters. The node supports 5 independent tabs (each like a mini-prompt selector), various selection behaviors, and persists state across ComfyUI restarts.\nNOTE: The files in the repo are not organized." + }, + { + "author": "addddd2", + "title": "AI_Generated_nodes", + "reference": "https://github.com/addddd2/AI_Generated_nodes", + "files": [ + "https://github.com/addddd2/AI_Generated_nodes" + ], + "install_type": "git-clone", + "description": "NODES: ImageScaleToTotalPixelsRound64, ImageBlendLighter, ImageOffset, RGBtoRYGCBM, RYGCBMtoRGB, ExtractImageChannel, MatchRYGCBMColors, TextCommaToWeighted, TextCommaToRandomWeighted, RGBtoLAB, LABtoRGB, ImageMirrorPad, ImageCropBorders, ImageStitcher, ImageScaleToQwen, ..." + }, + { + "author": "basenc", + "title": "ComfyUI Environment Variable Node [UNSAFE]", + "reference": "https://github.com/basenc/Comfyui-EnvVarNode", + "files": [ + "https://github.com/basenc/Comfyui-EnvVarNode" + ], + "install_type": "git-clone", + "description": "Exposes environment variables inside ComfyUI workflows. Use it to keep API keys and other secrets out of your graph files while still wiring them into nodes that need them.[w/This nodepack has a vulnerability that allows reading arbitrary environment variables.]" + }, + { + "author": "silveroxides", + "title": "Sampling Utility Toolkit", + "reference": "https://github.com/silveroxides/ComfyUI_SamplingUtils", + "files": [ + "https://github.com/silveroxides/ComfyUI_SamplingUtils" + ], + "install_type": "git-clone", + "description": "Utilities making it easy to set up inference parameters." + }, + { + "author": "henjicc", + "title": "ComfyUI-CC-ImageLoader [UNSAFE]", + "reference": "https://github.com/henjicc/ComfyUI-CC-ImageLoader", + "files": [ + "https://github.com/henjicc/ComfyUI-CC-ImageLoader" + ], + "install_type": "git-clone", + "description": "ComfyUI-CC-ImageLoader is an enhanced image loading node designed for ComfyUI. It is developed based on two excellent projects: ComfyUI-Thumbnails and ComfyUI_Local_Media_Manager.[w/This nodepack includes an endpoint that access files from arbitrary paths.]" + }, + { + "author": "A1rCHAN", + "title": "Eric's Prompt Enhancers for ComfyUI# Eric's Prompt Enhancers for ComfyUI", + "reference": "https://github.com/A1rCHAN/ComfyUI_A1rSpace", + "files": [ + "https://github.com/A1rCHAN/ComfyUI_A1rSpace" + ], + "install_type": "git-clone", + "description": "A comfyui custom node package used by myself. " + }, + { + "author": "franklydegenerate", + "title": "WAN Resolution Helper [WIP]", + "reference": "https://github.com/franklydegenerate/ComfyUI-WAN-Resolution-Helper", + "files": [ + "https://github.com/franklydegenerate/ComfyUI-WAN-Resolution-Helper" + ], + "install_type": "git-clone", + "description": "ComfyUI node that outputs WAN 2.2-ready sizes by preserving aspect ratio, capping the long side, and rounding both dimensions to multiples of 16 pixels to reduce artifacts.\nNOTE: The files in the repo are not organized." + }, + { + "author": "aistudynow", + "title": "comfyui-wilddragon-nodes [WIP]", + "reference": "https://github.com/aistudynow/comfyui-wilddragon-nodes", + "files": [ + "https://github.com/aistudynow/comfyui-wilddragon-nodes" + ], + "install_type": "git-clone", + "description": "Image Face Crop (2025), Person Selector, Pose Face Filter, Person BBox Tracker, Face Restore & Blend, ...\nNOTE: The files in the repo are not organized." + }, + { + "author": "RM2-0", + "title": "ComfyUI-Upscale", + "reference": "https://github.com/RM2-0/ComfyUI-Upscale", + "files": [ + "https://github.com/RM2-0/ComfyUI-Upscale" + ], + "install_type": "git-clone", + "description": "Efficient upscaling node with FP16 and batch processing support for ComfyUI" + }, + { + "author": "light-and-ray", + "title": "Minimalistic-Comfy-Wrapper-WebUI", + "reference": "https://github.com/light-and-ray/Minimalistic-Comfy-Wrapper-WebUI", + "files": [ + "https://github.com/light-and-ray/Minimalistic-Comfy-Wrapper-WebUI" + ], + "install_type": "git-clone", + "description": "An alternative additional non-node based UI for ComfyUI, that dynamically adapts to your workflows - you only need to change the titles of nodes that you want to see in the Minimalistic webui, and click 'Refresh' button" + }, + { + "author": "bakker", + "title": "BK_Utils [WIP]", + "reference": "https://github.com/bakker/BK_Utils", + "files": [ + "https://github.com/bakker/BK_Utils" + ], + "install_type": "git-clone", + "description": "NODES: Same Pixel Resolution Calculator, .." + }, + { + "author": "garciaone", + "title": "g_one_toolkit", + "reference": "https://github.com/garciaone/g_one_toolkit", + "files": [ + "https://github.com/garciaone/g_one_toolkit" + ], + "install_type": "git-clone", + "description": "A collection of quality of life nodes" + }, + { + "author": "banini1841", + "title": "BigModelPipe [WIP]", + "reference": "https://github.com/banini1841/BigModelPipe", + "files": [ + "https://github.com/banini1841/BigModelPipe" + ], + "install_type": "git-clone", + "description": "NODES: BigModelPipeIn, BigModelPipeOut" + }, + { + "author": "comfyui-wiki", + "title": "ComfyUI-SelectionFocus [WIP]", + "reference": "https://github.com/comfyui-wiki/ComfyUI-SelectionFocus", + "files": [ + "https://github.com/comfyui-wiki/ComfyUI-SelectionFocus" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI extension that helps you focus on selected nodes by highlighting their connections while dimming or hiding unrelated links\nNOTE: The files in the repo are not organized." + }, + { + "author": "pizurny", + "title": "ComfyUI-Just-DWPose [WIP]", + "reference": "https://github.com/pizurny/ComfyUI-Just-DWPose", + "files": [ + "https://github.com/pizurny/ComfyUI-Just-DWPose" + ], + "install_type": "git-clone", + "description": "An advanced DWPose annotator for ComfyUI with TorchScript and ONNX backends, featuring comprehensive pose detection, bone validation, temporal smoothing, and custom visualization tools." + }, + { + "author": "pizurny", + "title": "ComfyUI Feedback Sampler [WIP]", + "reference": "https://github.com/pizurny/Comfyui-FeedbackSampler", + "files": [ + "https://github.com/pizurny/Comfyui-FeedbackSampler" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI sampler for creating Deforum-style zoom animations through iterative feedback loop." + }, + { + "author": "FlowX Team", + "title": "FlowX Preprocess [UNSAFE]", + "reference": "https://github.com/cgf120/comfyui-flowx-preprocess", + "files": [ + "https://github.com/cgf120/comfyui-flowx-preprocess" + ], + "install_type": "git-clone", + "description": "FlowX Preprocess Node for ComfyUI - Export workflow configurations with input parameters[w/This nodepack includes an endpoint that deletes files from arbitrary paths.]" + }, + { + "author": "jpwgad", + "title": "jpwgad", + "reference": "https://github.com/jpwgad/jpwgad-comfy", + "files": [ + "https://github.com/jpwgad/jpwgad-comfy" + ], + "install_type": "git-clone", + "description": "NODES: Image Size Input, Date/Time based output path" + }, + { + "author": "octapus8085", + "title": "OpenAI-comfyui-O", + "reference": "https://github.com/octapus8085/OpenAI-comfyui-O", + "files": [ + "https://github.com/octapus8085/OpenAI-comfyui-O" + ], + "install_type": "git-clone", + "description": "NODES: AI API → Image" + }, + { + "author": "Immac", + "title": "Immac's Tools", + "reference": "https://github.com/Immac/ComfyUI-ImmacTools", + "files": [ + "https://github.com/Immac/ComfyUI-ImmacTools" + ], + "install_type": "git-clone", + "description": "NODES: Concatenate Sigmas Node, Splice Sigmas At %" + }, + { + "author": "silveroxides", + "title": "WIP Conditioning Toolkit [UNSAFE]", + "reference": "https://github.com/silveroxides/ComfyUI_CondsUtils", + "files": [ + "https://github.com/silveroxides/ComfyUI_CondsUtils" + ], + "install_type": "git-clone", + "description": "Custom nodes for modifying, saving and loading of various conditionings.[w/This nodepack contains a node that has a vulnerability allowing write to arbitrary file paths.]" + }, + { + "author": "ThuckMaBaws", + "title": "TMB Camera Modifier for ComfyUI [WIP]", + "reference": "https://github.com/ThuckMaBaws/TMB-Camera-Modifier", + "files": [ + "https://github.com/ThuckMaBaws/TMB-Camera-Modifier" + ], + "install_type": "git-clone", + "description": "This custom node adds a powerful camera-based modifier system to ComfyUI, enabling rich, authentic prompt generation for image workflows. It’s designed for creators who want to simulate real-world camera setups, film types, and stylistic traits — all with flexible filtering and randomization.\nNOTE: The files in the repo are not organized." + }, + { + "author": "pfpb", + "title": "comfyui-badnodes", + "reference": "https://github.com/pfpb/comfyui-badnodes", + "files": [ + "https://github.com/pfpb/comfyui-badnodes" + ], + "install_type": "git-clone", + "description": "NODES: ReplaceEmptyMasksWithLastMasks, ..." + }, + { + "author": "isurulkh", + "title": "ComfyUI-Lovis-Node [WIP]", + "reference": "https://github.com/isurulkh/ComfyUI-Lovis-Node", + "files": [ + "https://github.com/isurulkh/ComfyUI-Lovis-Node" + ], + "install_type": "git-clone", + "description": "Custom nodes for text and audio processing in ComfyUI.\nNOTE: The files in the repo are not organized." + }, + { + "author": "doc", + "title": "doc-utils", + "reference": "https://github.com/doc-packages/comfyui-doc-utils", + "files": [ + "https://github.com/doc-packages/comfyui-doc-utils" + ], + "install_type": "git-clone", + "description": "NODES: DOC_SaveImageAndAddToHistory, DOC_RandomPromptChoice" + }, + { + "author": "Dehypnotic", + "title": "Save MP3 node for ComfyUI [UNSAFE]", + "reference": "https://github.com/Dehypnotic/comfyui-save-mp3", + "files": [ + "https://github.com/Dehypnotic/comfyui-save-mp3" + ], + "install_type": "git-clone", + "description": "Simple, flexible MP3 saver with bitrate options and handy path/filename templates.[w/This nodepack contains a node that has a vulnerability allowing write to arbitrary file paths.]" + }, + { + "author": "obisin", + "title": "FSampler for ComfyUI — Fast Skips via Epsilon Extrapolation [WIP]", + "reference": "https://github.com/obisin/ComfyUI-FSampler", + "files": [ + "https://github.com/obisin/ComfyUI-FSampler" + ], + "install_type": "git-clone", + "description": "FSampler is a training‑free, sampler‑agnostic acceleration layer for diffusion sampling that reduces model calls by predicting each step’s epsilon (noise) from recent real calls and feeding it into the existing integrator. It provides fixed history modes (h2/h3/h4) and an aggressive adaptive mode that, per step, builds two predictions (e.g., h3 vs h2), compares their predicted next states to get a relative error, and skips the model call when that error is below a hardcoded tolerance. Predicted epsilons are validated and scaled by a universal learning stabilizer L, skips are bounded by guard rails, and the sampler math (Euler, RES 2M/2S, DDIM, DPM++ 2M/2S, LMS) is unchanged.\nNOTE: The files in the repo are not organized." + }, + { + "author": "remhesneb", + "title": "comfyui-remote-media", + "reference": "https://github.com/remhesneb/comfyui-remote-media", + "files": [ + "https://github.com/remhesneb/comfyui-remote-media" + ], + "install_type": "git-clone", + "description": "NODES: Load Image by URL, Load Video by URL" + }, + { + "author": "takoyaki1118", + "title": "ComfyUI-Kakimoji-Layer", + "reference": "https://github.com/takoyaki1118/ComfyUI-Kakimoji-Layer", + "files": [ + "https://github.com/takoyaki1118/ComfyUI-Kakimoji-Layer" + ], + "install_type": "git-clone", + "description": "NODES: Kakimoji Editor (Live Preview)" + }, + { + "author": "ethanfel", + "title": "ComfyUI-Mamad8 [WIP]", + "reference": "https://github.com/ethanfel/ComfyUI-Mamad8-QwenEdit-fix", + "files": [ + "https://github.com/ethanfel/ComfyUI-Mamad8-QwenEdit-fix" + ], + "install_type": "git-clone", + "description": "Router nodes for optimized batch processing\nNOTE: The files in the repo are not organized." + }, + { + "author": "wTechArtist", + "title": "ComfyUI-VVL-Tools", + "reference": "https://github.com/wTechArtist/ComfyUI-VVL-Tools", + "files": [ + "https://github.com/wTechArtist/ComfyUI-VVL-Tools" + ], + "install_type": "git-clone", + "description": "NODES: VVL For Loop Start (Async), VVL For Loop End (Async), VVL List Chunk (Async), VVL Batch Anything Dynamic, VVL Tensor List Preview, VVL JSON Object Deduplicator, ..." + }, + { + "author": "Goldlionren", + "title": "ComfyUI-CleanSlate [WIP]", + "reference": "https://github.com/Goldlionren/ComfyUI-CleanSlate", + "files": [ + "https://github.com/Goldlionren/ComfyUI-CleanSlate" + ], + "install_type": "git-clone", + "description": "CleanSlate: Post-Sample Cleanup — put it between Sampler and VAE Decode to free memory aggressively.\nNOTE: The files in the repo are not organized." + }, + { + "author": "systemaiofinterest-wq", + "title": "ComfyUI-GoogleFX", + "reference": "https://github.com/systemaiofinterest-wq/ComfyUI-GoogleFX", + "files": [ + "https://github.com/systemaiofinterest-wq/ComfyUI-GoogleFX" + ], + "install_type": "git-clone", + "description": "NODES: Google Imagen 3.5, Google Imagen R2I, Google Imagen Nano Banana x4" + }, + { + "author": "alisson-anjos", + "title": "ComfyUI-Workarounds [WIP]", + "reference": "https://github.com/alisson-anjos/ComfyUI-Workarounds", + "files": [ + "https://github.com/alisson-anjos/ComfyUI-Workarounds" + ], + "install_type": "git-clone", + "description": "This repository provides practical ComfyUI nodes for fast, planar face overlay without non-linear warping, plus flexible region masks to transfer the full head (face + hair + eyebrows + eyes + nose + mouth) or any combination of regions. It also includes optional color matching and JSON diagnostics to integrate with downstream logic.\nNOTE: The files in the repo are not organized." + }, + { + "author": "adamdavidcole", + "title": "ComfyUI XY Video Plot Suite [WIP]", + "reference": "https://github.com/adamdavidcole/comfyui-video-xy-plot", + "files": [ + "https://github.com/adamdavidcole/comfyui-video-xy-plot" + ], + "install_type": "git-clone", + "description": "A suite of ComfyUI nodes for generating parameter sweep video matrices with labeled grids. Create comprehensive visual comparisons of how different parameter combinations affect your video generation results.\nNOTE: The files in the repo are not organized." + }, + { + "author": "clubmate", + "title": "comfyui-boll-nodes", + "reference": "https://github.com/clubmate/comfyui-boll-nodes", "files": [ - "https://github.com/78Ventures/ComfyUI-Tortu" + "https://github.com/clubmate/comfyui-boll-nodes" ], "install_type": "git-clone", - "description": "Opinionated custom nodes and ready-to-use workflows for dataset prep and portrait/headshot pipelines in ComfyUI.\nNOTE: The files in the repo are not organized.[w/This extension has a vulnerability that allows arbitrary access to local files from remote.]" + "description": "NODES: Get Last Image, Remove Last Image, WAN Config" + }, + { + "author": "vunguyen-oss", + "title": "ComfyUI-ccsrv2 [WIP]", + "reference": "https://github.com/vunguyen-oss/ComfyUI-ccsrv2", + "files": [ + "https://github.com/vunguyen-oss/ComfyUI-ccsrv2" + ], + "install_type": "git-clone", + "description": "NODES: CCSR Upscale" + }, + { + "author": "kesslerdev", + "title": "kesslerdev_comfyui_nodes [WIP/UNSAFE]", + "reference": "https://github.com/kesslerdev/kesslerdev_comfyui_nodes", + "files": [ + "https://github.com/kesslerdev/kesslerdev_comfyui_nodes" + ], + "install_type": "git-clone", + "description": "NODES: S3 Upload File, File Explorer, Save Image Export Path, Save Video Export Path, Save Audio Export Path, S3 Combine Images to Video, Multi-Line Text Input, ...\nNOTE: The files in the repo are not organized.[w/This extension has a vulnerability that allows arbitrary access to local files from remote.]" + }, + { + "author": "kesslerdev", + "title": "Comfyui : kesslerdev_comfyui_nodes [UNSAFE]", + "reference": "https://github.com/kesslerdev/kesslerdev_comfyui_nodes", + "files": [ + "https://github.com/kesslerdev/kesslerdev_comfyui_nodes" + ], + "install_type": "git-clone", + "description": "NODES: Multiline Text Choice (Kesslerdev), Environment Variable Getter (Kesslerdev)[w/This nodepack includes a node that can remotely read arbitrary environment variables.]" + }, + { + "author": "panchovial-max", + "title": "ComfyUI-ListHelper [NAME CONFLICT]", + "reference": "https://github.com/panchovial-max/ComfyUI-ListHelper", + "files": [ + "https://github.com/panchovial-max/ComfyUI-ListHelper" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI that provides enhanced list manipulation and AI integration capabilities." + }, + { + "author": "Eric7758", + "title": "ComfyUI-IAT [WIP]", + "reference": "https://github.com/Eric7758/ComfyUI-IAT", + "files": [ + "https://github.com/Eric7758/ComfyUI-IAT" + ], + "install_type": "git-clone", + "description": "A ComfyUI plugin for image & text utilities with Qwen translator and prompt optimizer\nNOTE: The files in the repo are not organized." + }, + { + "author": "NeuroWaifu", + "title": "ComfyUI.Node.MediaSuite", + "reference": "https://github.com/NeuroWaifu/ComfyUI.Node.MediaSuite", + "files": [ + "https://github.com/NeuroWaifu/ComfyUI.Node.MediaSuite" + ], + "install_type": "git-clone", + "description": "NODES: Image Resize, Video Resize, Resize Calculator, Mask Operations, Mask Blur, Mask Threshold, Dominant Color, Color Palette, Shadows/Highlights/Midtones, Tone Curve, Color Grading, Upscale Video (using Model), Get Video Size, Get Video Info, Compare Video Size, Math Operation, Math Function, Boolean Logic, Compare Numbers, Convert Number, Random Number, Clamp, Remap, Smooth, Constants, ..." + }, + { + "author": "BizaNator", + "title": "BrainDead_QwenCharacterEditor [WIP]", + "reference": "https://github.com/BizaNator/BrainDead_QwenCharacterEditor", + "files": [ + "https://github.com/BizaNator/BrainDead_QwenCharacterEditor" + ], + "install_type": "git-clone", + "description": "Created by BizaNator for the BrainDeadGuild community. These professional-grade character editing tools for ComfyUI specialize in identity preservation and multi-reference image control.\nNOTE: The files in the repo are not organized." + }, + { + "author": "sk-palani", + "title": "ComfyUI_Simpler", + "reference": "https://github.com/sk-palani/ComfyUI_Simpler", + "files": [ + "https://github.com/sk-palani/ComfyUI_Simpler" + ], + "install_type": "git-clone", + "description": "This repository contains custom nodes designed for the ComfyUI framework, focusing on simplification improvements. These nodes aim to make tasks easier and simple" + }, + { + "author": "SushantSingh-23-01", + "title": "comfyui_flowrider_nodes [UNSAFE]", + "reference": "https://github.com/SushantSingh-23-01/comfyui_flowrider_nodes", + "files": [ + "https://github.com/SushantSingh-23-01/comfyui_flowrider_nodes" + ], + "install_type": "git-clone", + "description": "Collection of nodes performing random utility functions like: JPG Saver - Save images in jpg format. Resolution Selector - Selects from standard resolutions with aspect ratios.[w/This extension has a vulnerability that allows arbitrary access to local files from remote.]" + }, + { + "author": "YokoYokoTEC", + "title": "comfyui-sequential-prompt-file [UNSAFE]", + "reference": "https://github.com/YokoYokoTEC/comfyui-sequential-prompt-file", + "files": [ + "https://github.com/YokoYokoTEC/comfyui-sequential-prompt-file" + ], + "install_type": "git-clone", + "description": "This is the file-based version of comfyui-sequential-prompt. For detailed usage instructions, please refer to the following link: [a/https://note.com/alive_gibbon2712/n/n0eb671383b30](https://note.com/alive_gibbon2712/n/n0eb671383b30)[w/This extension has a vulnerability that allows arbitrary access to local files from remote.]" + }, + { + "author": "YokoYokoTEC", + "title": "ComfyUI Batch Sequence Node [UNSAFE]", + "reference": "https://github.com/YokoYokoTEC/comfyui-batch-sequence", + "files": [ + "https://github.com/YokoYokoTEC/comfyui-batch-sequence" + ], + "install_type": "git-clone", + "description": "This custom node is a toolkit designed to help you run batch processing (such as sequential image generation) more smoothly in ComfyUI.[w/This extension has a vulnerability that allows arbitrary access to local files from remote.]" + }, + { + "author": "kaski23", + "title": "Kaskis_Comfy_Nodes", + "reference": "https://github.com/kaski23/Kaskis_Comfy_Nodes", + "files": [ + "https://github.com/kaski23/Kaskis_Comfy_Nodes" + ], + "install_type": "git-clone", + "description": "NODES: Load Image (with Filename), Load Video (with Filename), String Split & Select, Int → String, Pair Switch, Unbroken-Video-Handler, Unbroken-Controlvideo-Handler, ..." + }, + { + "author": "asaddi", + "title": "Allan's ComfyUI nodes", + "reference": "https://github.com/asaddi/allans-comfy-nodes", + "files": [ + "https://github.com/asaddi/allans-comfy-nodes" + ], + "install_type": "git-clone", + "description": "Parameter Experimentation, Lists, Image Utilities, Utilities, Buses (Combiners/Splitters), Prompting, Switches, Tabular Data, Debugging, Third-Party Models" + }, + { + "author": "Suzu008", + "title": "ComfyUI-TTYd", + "reference": "https://github.com/Suzu008/ComfyUI-TTYd", + "files": [ + "https://github.com/Suzu008/ComfyUI-TTYd" + ], + "install_type": "git-clone", + "description": "A ComfyUI extension for web-based terminal access via side panel" + }, + { + "author": "Mets3D", + "title": "Mets-Nodes", + "reference": "https://github.com/Mets3D/mets-nodes", + "files": [ + "https://github.com/Mets3D/mets-nodes" + ], + "install_type": "git-clone", + "description": "Random nodes for now, may split them out later into properly maintained repos." + }, + { + "author": "downlifted", + "title": "ComfyUI_GroqPrompt [WIP]", + "reference": "https://github.com/downlifted/ComfyUI_GroqPrompt", + "files": [ + "https://github.com/downlifted/ComfyUI_GroqPrompt" + ], + "install_type": "git-clone", + "description": " Groq API Access in ComfyUI, Free Prompt Creation!\nNOTE: The files in the repo are not organized." + }, + { + "author": "kijai", + "title": "ComfyUI-WanAnimatePreprocess [WIP]", + "reference": "https://github.com/kijai/ComfyUI-WanAnimatePreprocess", + "files": [ + "https://github.com/kijai/ComfyUI-WanAnimatePreprocess" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for WanAnimate model input preprocessing" + }, + { + "author": "charlie-otoy", + "title": "ComfyUI-otoySKW-SystemMetrics", + "reference": "https://github.com/charlie-otoy/ComfyUI-otoySKW-SystemMetrics", + "files": [ + "https://github.com/charlie-otoy/ComfyUI-otoySKW-SystemMetrics" + ], + "install_type": "git-clone", + "description": "System monitoring API endpoints for ComfyUI by otoy SKW" + }, + { + "author": "lihaoyun6", + "title": "ComfyUI-lhyNodes", + "reference": "https://github.com/lihaoyun6/ComfyUI-lhyNodes", + "files": [ + "https://github.com/lihaoyun6/ComfyUI-lhyNodes" + ], + "install_type": "git-clone", + "description": "NODES: Mask to SAM2Coordinates, String Format, String Format (Advanced), CSV RandomPicker, CSV RandomPicker (Advanced)" + }, + { + "author": "orion4d", + "title": "Orion4D MasterPrompt Suite for ComfyUI [UNSAFE]", + "reference": "https://github.com/orion4d/Orion4D_MasterPrompt", + "files": [ + "https://github.com/orion4d/Orion4D_MasterPrompt" + ], + "install_type": "git-clone", + "description": "Welcome to the MasterPrompt suite, a collection of custom nodes for ComfyUI designed to supercharge your text, list, and JSON manipulation workflows. Whether you need to dynamically load styles from files, mix concepts with weighted probabilities, format complex prompts, or handle JSON data, this suite provides the necessary tools with intuitive and powerful user interfaces. As a bonus I have included a basic pack of thematic lists generated with gpt5, have fun![w/This extension has a vulnerability that allows arbitrary access to local files from remote.]" + }, + { + "author": "adigayung", + "title": "comfyui_PlutoNode", + "reference": "https://github.com/adigayung/comfyui_PlutoNode", + "files": [ + "https://github.com/adigayung/comfyui_PlutoNode" + ], + "install_type": "git-clone", + "description": "NODES: 'Pluto : Auto Crop Faces', 'Pluto : Composite Image', 'Pluto : Float Math', 'Pluto : GetSizeFromImage', 'Pluto : Text Append', ..." + }, + { + "author": "lfelipegg", + "title": "lfgg_custom_nodes [WIP]", + "reference": "https://github.com/lfelipegg/lfgg_custom_nodes", + "files": [ + "https://github.com/lfelipegg/lfgg_custom_nodes" + ], + "install_type": "git-clone", + "description": "NODES: ModelMergeCombos\nNOTE: The files in the repo are not organized." + }, + { + "author": "lu64k", + "title": "ks_nodes", + "reference": "https://github.com/lu64k/ks_nodes", + "files": [ + "https://github.com/lu64k/ks_nodes" + ], + "install_type": "git-clone", + "description": "NODES: KS Text_String, KS Random File Name, KS Save Text, KS load text, KS get time int, KS json float range filter, KS json array constrains filter, KS json key replace, KS json value eliminator, KS json extract key and value, KS json key random, KS Json Count, KS Word Frequency Statistics, KS Load Images From Folder KS, KS Json To String, KS JsonlReader, KS JsonKeyReplacer, KS JsonKeyExtractor, KS_merge_json_node, KS_make_json_node, KS_qwen_image_api, KS_any_payload_image, KS JsonlFolderMatchReader, KS_image_metadata_node" + }, + { + "author": "DavidJBarnes", + "title": "comfyui-djb-utils", + "reference": "https://github.com/DavidJBarnes/comfyui-djb-utils", + "files": [ + "https://github.com/DavidJBarnes/comfyui-djb-utils" + ], + "install_type": "git-clone", + "description": "NODES: Working Filename Extractor, Direct Image Filename Input" + }, + { + "author": "husw725", + "title": "comfyui_alta_nodes", + "reference": "https://github.com/husw725/comfyui_alta_nodes", + "files": [ + "https://github.com/husw725/comfyui_alta_nodes" + ], + "install_type": "git-clone", + "description": "NODES: 'Alta:SaveImagePlus', 'Alta:LoadImagesPath', 'Alta:LoadVideoPath', 'Alta:LoadVideosFromFolder', 'Alta:VideoCombine', ..." + }, + { + "author": "LukeCoulson1", + "title": "comfyui-sundryutils", + "reference": "https://github.com/orpheus-gaze/comfyui-sundryutils", + "files": [ + "https://github.com/orpheus-gaze/comfyui-sundryutils" + ], + "install_type": "git-clone", + "description": "NODES: 'Return DateString', 'Sharpen, RealGrain & Autocontrast', 'Apply HaldClut'" + }, + { + "author": "dcduanchao", + "title": "comfyui_video_http", + "reference": "https://github.com/dcduanchao/comfyui_video_http", + "files": [ + "https://github.com/dcduanchao/comfyui_video_http" + ], + "install_type": "git-clone", + "description": "NODES: Video Upload Node" + }, + { + "author": "AIGCZero", + "title": "AIGCZero-comfyui-Qwen_edit-zero", + "reference": "https://github.com/AIGCZero/AIGCZero-comfyui-Qwen_edit-zero", + "files": [ + "https://github.com/AIGCZero/AIGCZero-comfyui-Qwen_edit-zero" + ], + "install_type": "git-clone", + "description": "A node that resolves the pixel offset issue in Qwen_edit." + }, + { + "author": "SlackinJack", + "title": "multigpu_diffusion_comfyui", + "reference": "https://github.com/SlackinJack/multigpu_diffusion_comfyui", + "files": [ + "https://github.com/SlackinJack/multigpu_diffusion_comfyui" + ], + "install_type": "git-clone", + "description": "NODES: GGUFSelector, CheckpointSelector, SchedulerSelector, LoraSelector, MultiLoraJoiner, VAESelector, MotionModuleSelector, MotionAdapterSelector, MotionAdapterLoraSelector, ControlNetSelector, IPAdapterSelector, EncodePromptWithCompel, HostConfig, AsyncDiffConfig, AsyncDiffADSampler, AsyncDiffSDSampler, AsyncDiffSDUpscaleSampler, AsyncDiffSVDSampler, DistrifuserConfig, DistrifuserSDSampler, xDiTConfig, xDiTSampler, xDiTUSPConfig, xDiTUSPImageSampler, xDiTUSPVideoSampler" + }, + { + "author": "dmitry-guskov", + "title": "ComfyUI_light_image_ops", + "reference": "https://github.com/dmitry-guskov/ComfyUI_light_image_ops", + "files": [ + "https://github.com/dmitry-guskov/ComfyUI_light_image_ops" + ], + "install_type": "git-clone", + "description": "NODES: Light Scale to Side, Light Batch to List, Light List to Batch, Wan Latents Resize To Size, Wan Embeds Resize Spatial (Packed), Wan Latents Resize + Normalize + Noise" }, { - "author": "GeekyGhost", - "title": "Studio42 Image, Audio, and Video Editing Suite for ComfyUI [WIP]", - "reference": "https://github.com/GeekyGhost/24oiduts-ComfyUI", + "author": "78Ventures", + "title": "ComfyUI-Tortu [WIP/UNSAFE]", + "reference": "https://github.com/78Ventures/ComfyUI-Tortu", "files": [ - "https://github.com/GeekyGhost/24oiduts-ComfyUI" + "https://github.com/78Ventures/ComfyUI-Tortu" ], "install_type": "git-clone", - "description": "Studio42 is a comprehensive suite of advanced custom nodes that brings professional-grade image and video editing capabilities to ComfyUI. Designed for efficiency, quality, and creative flexibility, this suite provides cutting-edge background removal, layer composition, and patch manipulation tools used in modern VFX and content creation workflows." + "description": "Opinionated custom nodes and ready-to-use workflows for dataset prep and portrait/headshot pipelines in ComfyUI.\nNOTE: The files in the repo are not organized.[w/This extension has a vulnerability that allows arbitrary access to local files from remote.]" }, { "author": "ches2010", @@ -40,16 +2004,6 @@ "install_type": "git-clone", "description": "unloads models from VRAM in comfyui after a set period of time" }, - { - "author": "yokoyoko9053", - "title": "comfyui-sequential-prompt", - "reference": "https://github.com/yokoyoko9053/comfyui-sequential-prompt", - "files": [ - "https://github.com/yokoyoko9053/comfyui-sequential-prompt" - ], - "install_type": "git-clone", - "description": "NODES: SQPrompt" - }, { "author": "polygoningenieur", "title": "ComfyUI-Diffusion-SDXL-Video", @@ -80,16 +2034,6 @@ "install_type": "git-clone", "description": "NODES: WanVideo T5 Apply Soft Prefix" }, - { - "author": "flybirdxx", - "title": "ComfyUI-SDMatte [WIP]", - "reference": "https://github.com/flybirdxx/ComfyUI-SDMatte", - "files": [ - "https://github.com/flybirdxx/ComfyUI-SDMatte" - ], - "install_type": "git-clone", - "description": "[a/SDMatte](https://github.com/vivoCameraResearch/SDMatte) is an interactive image matting method based on Stable Diffusion, developed by the vivo Camera Research team and accepted by ICCV 2025. This method leverages the powerful priors of pre-trained diffusion models and supports multiple visual prompts (points, boxes, masks) for accurately extracting target objects from natural images.\nThis plugin integrates SDMatte into ComfyUI, providing a simple and easy-to-use node interface focused on trimap-guided matting functionality with built-in VRAM optimization strategies.\nNOTE: The files in the repo are not organized." - }, { "author": "NSFW-API", "title": "ComfyUI-WanSoftPrefix", @@ -281,16 +2225,6 @@ "install_type": "git-clone", "description": "This repository contains ComfyUI-Luna-Collection, a bespoke collection of custom nodes for ComfyUI, engineered for power, flexibility, and a efficient workflow. These tools are born from a collaborative project between a human architect and their AI muse, Luna.\nNOTE: The files in the repo are not organized." }, - { - "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" - }, { "author": "Juste-Leo2", "title": "ComfyUI-Arduino [WIP]", @@ -381,26 +2315,6 @@ "install_type": "git-clone", "description": "A ComfyUI custom node implementation of ByteDance's USO (Unified Style and Subject-Driven Generation) model, which enables advanced style transfer and subject preservation using FLUX.\nNOTE: The files in the repo are not organized." }, - { - "author": "Fabio Sarracino", - "title": "VibeVoice ComfyUI [NAME CONFLICT]", - "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" - }, - { - "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": "numq", "title": "comfyui-camera-capture-node", @@ -509,7 +2423,7 @@ "https://github.com/gmammolo/comfyui-gmammolo" ], "install_type": "git-clone", - "description": "NODES: Simple Textbox, Filter Text Prompt" + "description": "NODES: Simple Textbox, Filter Text Prompt, Check Image Generation" }, { "author": "543872524", @@ -534,9 +2448,9 @@ { "author": "LSDJesus", "title": "ComfyUI-Pyrite-Core [WIP]", - "reference": "https://github.com/LSDJesus/ComfyUI-Pyrite-Core", + "reference": "https://github.com/LSDJesus/ComfyUI-Luna-Collection", "files": [ - "https://github.com/LSDJesus/ComfyUI-Pyrite-Core" + "https://github.com/LSDJesus/ComfyUI-Luna-Collection" ], "install_type": "git-clone", "description": "This repository contains ComfyUI-Pyrite-Core, a bespoke collection of custom nodes for ComfyUI, engineered for power, flexibility, and a ruthlessly efficient workflow. These tools are born from a collaborative project between a human architect and their AI muse, Pyrite.\nNOTE: The files in the repo are not organized." @@ -621,16 +2535,6 @@ "install_type": "git-clone", "description": "ComfyUI FileTo64" }, - { - "author": "chaserhkj", - "title": "ComfyUI Chaser 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" - }, { "author": "LittleTechPomp", "title": "comfyui-pixxio", @@ -654,9 +2558,9 @@ { "author": "Firetheft", "title": "ComfyUI Local Media Manager [UNSAFE]", - "reference": "https://github.com/Firetheft/ComfyUI_Local_Image_Gallery", + "reference": "https://github.com/Firetheft/ComfyUI_Local_Media_Manager", "files": [ - "https://github.com/Firetheft/ComfyUI_Local_Image_Gallery" + "https://github.com/Firetheft/ComfyUI_Local_Media_Manager" ], "install_type": "git-clone", "description": "The Ultimate Local File Manager for Images, Videos, and Audio in ComfyUI.[w/This nodepack provides functionality to access files through an endpoint.]" @@ -741,16 +2645,6 @@ "install_type": "git-clone", "description": "A simple ComfyUI custom node that copies model files from the models/ folder to the output/ folder.[w/This nodepack has a vulnerability that allows writing files to arbitrary paths.]" }, - { - "author": "Maff3u", - "title": "MattiaNodes - Points Editor On Cropped [WIP]", - "reference": "https://github.com/Maff3u/MattiaNodes", - "files": [ - "https://github.com/Maff3u/MattiaNodes" - ], - "install_type": "git-clone", - "description": "A standalone ComfyUI custom node for interactive coordinate editing with crop factor correction.\nNOTE: The files in the repo are not organized." - }, { "author": "viik420", "title": "AdvancedModelDownloader [UNSAFE]", @@ -791,16 +2685,6 @@ "install_type": "git-clone", "description": "Automation for ComfyUI Web UI [w/This nodepack provides functionality to access files through an endpoint.]" }, - { - "author": "kblueleaf", - "title": "HDM [WIP]", - "reference": "https://github.com/KohakuBlueleaf/HDM-ext", - "files": [ - "https://github.com/KohakuBlueleaf/HDM-ext" - ], - "install_type": "git-clone", - "description": "HDM(HomeDiffusionModel) Extension" - }, { "author": "Rizzlord", "title": "ComfyUI-SeqTex", @@ -1062,16 +2946,6 @@ "install_type": "git-clone", "description": "NODES: Add Numbers, Float to String, Input Text, Show Text, Combine Strings, Text Appender, SSchl Text Encoder, Character, Connector" }, - { - "author": "KY-2000", - "title": "comfyui-ksampler-tester-loop", - "reference": "https://github.com/KY-2000/comfyui-ksampler-tester-loop", - "files": [ - "https://github.com/KY-2000/comfyui-ksampler-tester-loop" - ], - "install_type": "git-clone", - "description": "Batch samplers, schedulers, cfg, shift and steps tester custom node, automatic looping functionality for Ksampler node" - }, { "author": "xgfone", "title": "ComfyUI_RasterCardMaker", @@ -1303,14 +3177,14 @@ "description": "ComfyUI Upload to Azure Node" }, { - "author": "Huangcj2005", + "author": "Inoriac", "title": "comfyui-HandDetect", - "reference": "https://github.com/Huangcj2005/comfyui-HandDetect", + "reference": "https://github.com/Inoriac/comfyui-HandDetect", "files": [ - "https://github.com/Huangcj2005/comfyui-HandDetect" + "https://github.com/Inoriac/comfyui-HandDetect" ], "install_type": "git-clone", - "description": "NODES: Hand Mask Generator (YOLOv8)" + "description": "NODES: A custom node for ComfyUI that performs hand detection, implemented with the YOLOv8 model, supporting both hand detection and mask generation." }, { "author": "Aero-Ex", @@ -1552,16 +3426,6 @@ "install_type": "git-clone", "description": "NODES: Audio Duration, Audio Overlay (Mix)" }, - { - "author": "Baverne", - "title": "TiledWan ComfyUI Node Set [WIP]", - "reference": "https://github.com/Baverne/comfyUI-TiledWan", - "files": [ - "https://github.com/Baverne/comfyUI-TiledWan" - ], - "install_type": "git-clone", - "description": "A custom node set for ComfyUI that provides tiled processing capabilities.\nNOTE: The files in the repo are not organized." - }, { "author": "soliton", "title": "Watermark Detection YOLO Custom Node [WIP]", @@ -2183,16 +4047,6 @@ "install_type": "git-clone", "description": "NODES: WAN Optimal Resolution Selector, WAN Show Image Dimensions" }, - { - "author": "iacoposk8", - "title": "ComfyUI XOR Pickle Nodes", - "reference": "https://github.com/iacoposk8/xor_pickle_nodes", - "files": [ - "https://github.com/iacoposk8/xor_pickle_nodes" - ], - "install_type": "git-clone", - "description": "Two custom nodes for ComfyUI that allow you to encrypt and decrypt Python objects using simple XOR encryption with pickle." - }, { "author": "yamanacn", "title": "comfyui_qwen_object [WIP]", @@ -2283,16 +4137,6 @@ "install_type": "git-clone", "description": "NODES: FlowMatchSigmas" }, - { - "author": "casterpollux", - "title": "MiniMax-bmo", - "reference": "https://github.com/casterpollux/MiniMax-bmo", - "files": [ - "https://github.com/casterpollux/MiniMax-bmo" - ], - "install_type": "git-clone", - "description": "ComfyUI MiniMax Remover Node" - }, { "author": "franky519", "title": "ComfyUI Face Four Image Matcher [WIP]", @@ -2383,16 +4227,6 @@ "install_type": "git-clone", "description": "A general-purpose, dependency-free File and Folder Browser API for ComfyUI custom nodes.[w/path traversal vulnerability]" }, - { - "author": "moonwhaler", - "title": "comfyui-moonpack", - "reference": "https://github.com/moonwhaler/comfyui-moonpack", - "files": [ - "https://github.com/moonwhaler/comfyui-moonpack" - ], - "install_type": "git-clone", - "description": "NODES: Proportional Dimension, Simple String Replace, Regex String Replace, VACE Looper Frame Scheduler" - }, { "author": "DreamsInAutumn", "title": "ComfyUI-Autumn-LLM-Nodes", @@ -2443,16 +4277,6 @@ "install_type": "git-clone", "description": "This custom node for ComfyUI provides a markdown renderer to display formatted text and notes within your workflow." }, - { - "author": "IsItDanOrAi", - "title": "ComfyUI-exLoadout [WIP]", - "reference": "https://github.com/IsItDanOrAi/ComfyUI-exLoadout", - "files": [ - "https://github.com/IsItDanOrAi/ComfyUI-exLoadout" - ], - "install_type": "git-clone", - "description": "exLoadout is a suite of lightweight ComfyUI custom nodes that let you define and switch between full loadouts stored in an Excel sheet. A loadout could include any node inputs that expect string values—models (checkpoints, CLIP, VAE, ControlNets, LoRAs, UNets), numeric or text variables (CFG, sampler names, scheduler types, etc.)—all pulled from a row in your sheet. By selecting a row, you instantly apply all of its settings in your workflow, with built‑in support for editing and reading those cells right inside the UI." - }, { "author": "grokuku", "title": "ComfyUI-Holaf-Terminal [UNSAFE]", @@ -2493,16 +4317,6 @@ "install_type": "git-clone", "description": "CObot-ComfyUI-WhisperToTranscription\nNOTE: missing requirements.txt" }, - { - "author": "xuhuan2048", - "title": "ExtractStoryboards [WIP]", - "reference": "https://github.com/gitadmini/comfyui_extractstoryboards", - "files": [ - "https://github.com/gitadmini/comfyui_extractstoryboards" - ], - "install_type": "git-clone", - "description": "A tool for decomposing video storyboards, which can obtain storyboards and keyframes" - }, { "author": "jinchanz", "title": "ComfyUI-AliCloud-Bailian [WIP]", @@ -2764,16 +4578,6 @@ "install_type": "git-clone", "description": "NODES: A comfyUI node to create captions around a generated image with the ability to dynamically include generation parameters" }, - { - "author": "EQXai", - "title": "ComfyUI_EQX", - "reference": "https://github.com/EQXai/ComfyUI_EQX", - "files": [ - "https://github.com/EQXai/ComfyUI_EQX" - ], - "install_type": "git-clone", - "description": "NODES: SaveImage_EQX, File Image Selector, Load Prompt From File - EQX, LoraStackEQX_random, Extract Filename - EQX, Extract LORA name - EQX, NSFW Detector EQX, NSFW Detector Advanced EQX" - }, { "author": "yincangshiwei", "title": "ComfyUI-SEQLToolNode", @@ -2922,17 +4726,7 @@ "https://github.com/dhpdong/ComfyUI-IPAdapter-Flux-Repair" ], "install_type": "git-clone", - "description": "The IPAdapter-Flux node may cause some GPU memory to not be properly released during multiple inferences or when alternating between two nodes, eventually leading to a memory overflow. This project addresses and fixes that issue." - }, - { - "author": "usman2003", - "title": "ComfyUI-RaceDetect", - "reference": "https://github.com/usman2003/ComfyUI-RaceDetect", - "files": [ - "https://github.com/usman2003/ComfyUI-RaceDetect" - ], - "install_type": "git-clone", - "description": "NODES: Race Detection V2" + "description": "The IPAdapter-Flux node may cause some GPU memory to not be properly released during multiple inferences or when alternating between two nodes, eventually leading to a memory overflow. This project addresses and fixes that issue." }, { "author": "Mervent", @@ -2986,10 +4780,10 @@ }, { "author": "usman2003", - "title": "ComfyUI-Classifiers", - "reference": "https://github.com/usman2003/ComfyUI-Classifiers", + "title": "ComfyUI-Gender-Classifier", + "reference": "https://github.com/usman2003/ComfyUI-Gender-Classifier", "files": [ - "https://github.com/usman2003/ComfyUI-Classifiers" + "https://github.com/usman2003/ComfyUI-Gender-Classifier" ], "install_type": "git-clone", "description": "NODES: Gender Classification" @@ -3054,16 +4848,6 @@ "install_type": "git-clone", "description": "Node for LoRA stack management in ComfyUI\nNOTE: The files in the repo are not organized." }, - { - "author": "fuzr0dah", - "title": "comfyui-sceneassembly", - "reference": "https://github.com/fuzr0dah/comfyui-sceneassembly", - "files": [ - "https://github.com/fuzr0dah/comfyui-sceneassembly" - ], - "install_type": "git-clone", - "description": "A bunch of nodes I created that I also find useful." - }, { "author": "PabloGrant", "title": "comfyui-giraffe-test-panel", @@ -3115,27 +4899,8 @@ "description": "NODES: Face Detector Selector, YC Human Parts Ultra(Advance), Color Match (YC)" }, { - "author": "rakki194", - "title": "ComfyUI_WolfSigmas [UNSAFE]", - "reference": "https://github.com/rakki194/ComfyUI_WolfSigmas", - "files": [ - "https://github.com/rakki194/ComfyUI_WolfSigmas" - ], - "install_type": "git-clone", - "description": "This custom nodepack for ComfyUI provides a suite of tools for generating and manipulating sigma schedules for diffusion models. These nodes are particularly useful for fine-tuning the sampling process, experimenting with different step counts, and adapting schedules for specific models.[w/Security Warning: Remote Code Execution]" - }, - { - "author": "xl0", - "title": "q_tools", - "reference": "https://github.com/xl0/q_tools", - "files": [ - "https://github.com/xl0/q_tools" - ], - "install_type": "git-clone", - "description": "NODES: QLoadLatent, QLinearScheduler, QPreviewLatent, QGaussianLatent, QUniformLatent, QKSampler" - }, - { - "author": "virallover", + "author": "maizerrr", + "title": "comfyui-code-nodes", "reference": "https://github.com/maizerrr/comfyui-code-nodes", "files": [ "https://github.com/maizerrr/comfyui-code-nodes" @@ -3153,16 +4918,6 @@ "install_type": "git-clone", "description": "NODES: Download and Load Lora Model Only, Depth Fitter, Brightness Correction, Edge Noise, Feathered Sharpen, Concat Horizontal With Mask" }, - { - "author": "nobandegani", - "title": "Ino Custom Nodes", - "reference": "https://github.com/nobandegani/comfyui_ino_nodes", - "files": [ - "https://github.com/nobandegani/comfyui_ino_nodes" - ], - "install_type": "git-clone", - "description": "NODES: BeDrive Save Image, BeDrive Save File, BeDrive Get Parent ID, Ino Parse File Path, Ino Not Boolean, Ino Count Files" - }, { "author": "jax-explorer", "title": "ComfyUI-DreamO", @@ -3263,16 +5018,6 @@ "install_type": "git-clone", "description": "GLB conversion to STL node for ComfyUI\nNOTE: The files in the repo are not organized." }, - { - "author": "cyberhirsch", - "title": "seb_nodes [WIP]", - "reference": "https://github.com/cyberhirsch/seb_nodes", - "files": [ - "https://github.com/cyberhirsch/seb_nodes" - ], - "install_type": "git-clone", - "description": "A custom node for ComfyUI providing more control over image saving, including dynamic subfolder creation and a convenient button to open the last used output folder directly from the UI.\nNOTE: The files in the repo are not organized." - }, { "author": "Anonymzx", "title": "ComfyUI-Indonesia-TTS [WIP]", @@ -3320,7 +5065,7 @@ "files": [ "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask" ], - "description": "NODES: Face Mesh Eyewear Mask, OpenPose Eyewear Mask (DWPose), Mask From Facial Keypoints", + "description": "NODES: Face Mesh Eyewear Mask, MediaPipe Face to Mask, OpenPose Eyewear Mask (DWPose), Mask From Facial Keypoints", "install_type": "git-clone" }, { @@ -3423,16 +5168,6 @@ "description": "Save image and keep metadata.", "install_type": "git-clone" }, - { - "author": "CY-CHENYUE", - "title": "ComfyUI-FramePack-HY", - "reference": "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY", - "files": [ - "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY" - ], - "description": "FramePack in ComfyUI", - "install_type": "git-clone" - }, { "author": "silveroxides", "title": "ComfyUI_ReduxEmbedToolkit", @@ -3473,16 +5208,6 @@ "install_type": "git-clone", "description": "NODES: Count Tokens" }, - { - "author": "BobRandomNumber", - "title": "ComfyUI DiaTest TTS Node [WIP]", - "reference": "https://github.com/BobRandomNumber/ComfyUI-DiaTTS", - "files": [ - "https://github.com/BobRandomNumber/ComfyUI-DiaTTS" - ], - "install_type": "git-clone", - "description": "Partial ComfyUI Dia implementation" - }, { "author": "jtydhr88", "title": "ComfyUI Frontend Vue Basic [WIP]", @@ -3513,16 +5238,6 @@ "install_type": "git-clone", "description": "NODES: Linsoo Save Image, Linsoo Load Image (In development.. not working), Linsoo Empty Latent Image, Linsoo Multi Inputs, Linsoo Multi Outputs" }, - { - "author": "facok", - "title": "ComfyUI-FokToolset", - "reference": "https://github.com/facok/ComfyUI-FokToolset", - "files": [ - "https://github.com/facok/ComfyUI-FokToolset" - ], - "install_type": "git-clone", - "description": "NODES: Fok Preprocess Ref Image (Phantom)" - }, { "author": "EricRollei", "title": "Comfy-Metadata-System [WIP]", @@ -3713,16 +5428,6 @@ "install_type": "git-clone", "description": "NODES: Get Mask From Alpha, Get Quadrilateral Outfit\nNOTE: The files in the repo are not organized." }, - { - "author": "Simlym", - "title": "Simlym/comfyui-prompt-helper [WIP]", - "reference": "https://github.com/Simlym/comfyui-prompt-helper", - "files": [ - "https://github.com/Simlym/comfyui-prompt-helper" - ], - "install_type": "git-clone", - "description": "A ComfyUI custom node for processing Chinese prompts and generating English prompts with LLM\nNOTE: The files in the repo are not organized." - }, { "author": "ryanontheinside", "title": "ComfyUI MineWorld Nodes [WIP]", @@ -3763,16 +5468,6 @@ "install_type": "git-clone", "description": "Nodes to manipulate HTML.[w/This extension poses a risk of XSS vulnerability.]" }, - { - "author": "FaberVS", - "title": "MultiModel", - "reference": "https://github.com/FaberVS/MultiModel", - "files": [ - "https://github.com/FaberVS/MultiModel" - ], - "install_type": "git-clone", - "description": "A collection of ComfyUI nodes enabling seamless integration of multiple models into workflows without requiring constant configuration." - }, { "author": "m-ai-studio", "title": "mai-prompt-progress", @@ -3893,16 +5588,6 @@ "install_type": "git-clone", "description": "NODES: Eagle Image Node for PNGInfo, SDXL Resolution Presets (ws), SDXL Prompt Styler, SDXL Prompt Styler Advanced" }, - { - "author": "SS-snap", - "title": "Comfyui_SSsnap_pose-Remapping", - "reference": "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping", - "files": [ - "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping" - ], - "install_type": "git-clone", - "description": "NODES: SSsnap Apply Pose Diff ✂️, SSsnap Pose Diff Calculator 🛠️" - }, { "author": "AlejandroTuzzi", "title": "TUZZI-ByPass [WIP]", @@ -3993,16 +5678,6 @@ "install_type": "git-clone", "description": "NODES: Reica Text Image Display, Flux Image Generator, Reica GCP: Read Image, Reica GCP: Write Image & Get URL, Reica API: Send HTTP Notification" }, - { - "author": "yanlang0123", - "title": "ComfyUI_Lam", - "reference": "https://github.com/yanlang0123/ComfyUI_Lam", - "files": [ - "https://github.com/yanlang0123/ComfyUI_Lam" - ], - "install_type": "git-clone", - "description": "This extension has some useful nodes, loops, wechat public number +AI chat drawing, distributed cluster." - }, { "author": "Stable-X", "title": "ComfyUI-Hi3DGen", @@ -4254,16 +5929,6 @@ "install_type": "git-clone", "description": "NODES: RemoveHighlightAndBlur, RoundedCorners, PaddingAccordingToBackground\npersonal custom nodes for learning" }, - { - "author": "vchopine", - "title": "ComfyUI_Toolbox", - "reference": "https://github.com/vchopine/ComfyUI_Toolbox", - "files": [ - "https://github.com/vchopine/ComfyUI_Toolbox" - ], - "install_type": "git-clone", - "description": "Model & Aspect Ratio Selector Node for ComfyUI\nNOTE: The files in the repo are not organized." - }, { "author": "GeekatplayStudio", "title": "PMSnodes [WIP]", @@ -4404,16 +6069,6 @@ "install_type": "git-clone", "description": "A repo of custom nodes for ComfyUI, from interacting with certain APIs to whatever other miscellanea I end up making" }, - { - "author": "xmarked-ai", - "title": "ComfyUI_misc", - "reference": "https://github.com/xmarked-ai/ComfyUI_misc", - "files": [ - "https://github.com/xmarked-ai/ComfyUI_misc" - ], - "install_type": "git-clone", - "description": "NODES: Ace IntegerX, Ace FloatX, Ace Color FixX, White Balance X, Depth Displace X, Empty Latent X, KSampler Combo X, ..." - }, { "author": "Elypha", "title": "ComfyUI-Prompt-Helper [WIP]", @@ -4735,16 +6390,6 @@ "install_type": "git-clone", "description": "NODES: FloWWeaverExportSingleFrameGRPC" }, - { - "author": "gmorks", - "title": "ComfyUI Animagine prompt [WIP]", - "reference": "https://github.com/gmorks/ComfyUI-Animagine-Prompt", - "files": [ - "https://github.com/gmorks/ComfyUI-Animagine-Prompt" - ], - "install_type": "git-clone", - "description": "Comfy UI node to prompt build for [a/https://huggingface.co/cagliostrolab/animagine-xl-4.0](https://huggingface.co/cagliostrolab/animagine-xl-4.0) model\nNOTE: The files in the repo are not organized." - }, { "author": "wirytiox", "title": "ComfyUI-Qwen [CONFLICT]", @@ -4835,16 +6480,6 @@ "install_type": "git-clone", "description": "Customized version of comfyui-image-save tailored for saving Flux images" }, - { - "author": "var1ableX", - "title": "ComfyUI_Accessories", - "reference": "https://github.com/var1ableX/ComfyUI_Accessories", - "files": [ - "https://github.com/var1ableX/ComfyUI_Accessories" - ], - "install_type": "git-clone", - "description": "NODES: Get Mask Dimensions, Get Random Dimensions, Is Mask Empty/Image, Any Cast, Make List From Text" - }, { "author": "xinyiSS", "title": "CombineMasksNode", @@ -4905,16 +6540,6 @@ "install_type": "git-clone", "description": "ComfyUI node to use PyTexturePacker\nNOTE: The files in the repo are not organized." }, - { - "author": "lum3on", - "title": "comfyui_LLM_Polymath [WIP]", - "reference": "https://github.com/lum3on/comfyui_LLM_Polymath", - "files": [ - "https://github.com/lum3on/comfyui_LLM_Polymath" - ], - "install_type": "git-clone", - "description": "An advanced chat node, that integrates large language models to automate data processes and enhance prompt responses through real-time web search and image handling. It supports both OpenAI's GPT-like models and a local Ollama API. Custom node finder and smart assistant tools provide tailored workflow recommendations for efficient integration. Additionally, the node dynamically augments prompts and offers flexible output compression options.\nNOTE: The files in the repo are not organized." - }, { "author": "MickeyJ", "title": "ComfyUI_mickster_nodes [WIP]", @@ -4986,16 +6611,6 @@ "install_type": "git-clone", "description": "NODES: RK Excel File State Looper, RK Accumulate Text, RK Advanced Script Finder, RK CSV File State Looper, RK Read Excel Row, RK Sequential Image Viewer, RK Concatenate Text, RK Write Text, RK Save Image, RK Seed Loop" }, - { - "author": "mikebilly", - "title": "transparent-background-comfyui", - "reference": "https://github.com/mikebilly/Transparent-background-comfyUI", - "files": [ - "https://github.com/mikebilly/Transparent-background-comfyUI" - ], - "install_type": "git-clone", - "description": "NODES: Transparentbackground RemBg" - }, { "author": "Kayarte", "title": "Time Series Nodes for ComfyUI [Experimental]", @@ -5176,16 +6791,6 @@ "install_type": "git-clone", "description": "NODES: Pixelsmith" }, - { - "author": "smthemex", - "title": "ComfyUI_MangaNinjia [WIP]", - "reference": "https://github.com/smthemex/ComfyUI_MangaNinjia", - "files": [ - "https://github.com/smthemex/ComfyUI_MangaNinjia" - ], - "install_type": "git-clone", - "description": "ComfyUI_MangaNinjia is a ComfyUI node of MangaNinja which is a Line Art Colorization with Precise Reference Following method.\nNOTE: invalid pyproject.toml file." - }, { "author": "hunterssl", "title": "ComfyUI_SSLNodes", @@ -5596,17 +7201,6 @@ "install_type": "git-clone", "description": "NODES: Save Image+[w/The web extension of this nodepack modifies part of ComfyUI's asset files.]" }, - { - "author": "AustinMroz", - "title": "ComfyUI-MinCache", - "id": "comfyui-mincache", - "reference": "https://github.com/AustinMroz/ComfyUI-MinCache", - "files": [ - "https://github.com/AustinMroz/ComfyUI-MinCache" - ], - "install_type": "git-clone", - "description": "Modifies execution to minimize RAM at the cost of performance" - }, { "author": "glamorfleet0i", "title": "ComfyUI Firewall", @@ -5657,16 +7251,6 @@ "install_type": "git-clone", "description": "NODES: MS Time Measure NodeMaksiTools" }, - { - "author": "jammyfu", - "title": "ComfyUI PaintingCoderUtils Nodes [WIP]", - "reference": "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils", - "files": [ - "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils" - ], - "install_type": "git-clone", - "description": "A collection of utility nodes designed for ComfyUI, offering convenient image processing tools.\nNOTE: The files in the repo are not organized.\nNOTE: The files in the repo are not organized." - }, { "author": "krich-cto", "title": "ComfyUI Flow Control [UNSTABLE]", @@ -5738,16 +7322,6 @@ "install_type": "git-clone", "description": "A custom node that terminates ComfyUI after a specified number of seconds. Use this node if you want Google Colab to automatically terminate after mass generation. It is necessary to disconnect and delete the Google Colab runtime on the Notebook side." }, - { - "author": "Eagle-CN", - "title": "ComfyUI-Addoor [UNSAFE]", - "reference": "https://github.com/Eagle-CN/ComfyUI-Addoor", - "files": [ - "https://github.com/Eagle-CN/ComfyUI-Addoor" - ], - "install_type": "git-clone", - "description": "NODES: AD_BatchImageLoadFromDir, AD_DeleteLocalAny, AD_TextListToString, AD_AnyFileList, AD_ZipSave, AD_ImageSaver, AD_FluxTrainStepMath, AD_TextSaver, AD_PromptReplace.\nNOTE: This nodepack includes nodes that can delete arbitrary files." - }, { "author": "backearth1", "title": "Comfyui-MiniMax-Video [WIP]", @@ -5819,16 +7393,6 @@ "install_type": "git-clone", "description": "UIAPI is an intermediate and frontend plugin which allow communicating with the Comfy webui through server connection. This saves the need to export a workflow.json and instead directly sending a queue command to the frontend. This way, the user can experiment in realtime as they are running some professional industry or rendering software which uses UIAPI / ComfyUI as a backend. There is no way to switch seamlessly between UIAPI and regular server connection - though as of late summer 2023 it was inferior to use the server connection because the server would constantly unload models and start from scratch, and the schema of the workfow json was completely different and much less convenient, losing crucial information for efficient querying of nodes and assigning data dynamically." }, - { - "author": "esciron", - "title": "ComfyUI-HunyuanVideoWrapper-Extended [WIP]", - "reference": "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended", - "files": [ - "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended" - ], - "install_type": "git-clone", - "description": "Extended ComfyUI wrapper nodes for [a/HunyuanVideo](https://github.com/Tencent/HunyuanVideo)" - }, { "author": "hotpot-killer", "title": "ComfyUI_AlexNodes", @@ -5849,16 +7413,6 @@ "install_type": "git-clone", "description": "NODES: StreamDiffusionConfig, StreamDiffusionAccelerationSampler, StreamDiffusionLoraLoader, StreamDiffusionAccelerationConfig, StreamDiffusionSimilarityFilterConfig, StreamDiffusionModelLoader, ..." }, - { - "author": "c0ffymachyne", - "title": "ComfyUI Signal Processing [WIP]", - "reference": "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing", - "files": [ - "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing" - ], - "install_type": "git-clone", - "description": "This repo contains signal processing nodes for ComfyUI allowing for audio manipulation." - }, { "author": "Junst", "title": "ComfyUI-PNG2SVG2PNG", @@ -6131,16 +7685,6 @@ "install_type": "git-clone", "description": "NODES: List Video Path Node, List Image Path Node\nThis is a collection of utility nodes for the ComfyUI stable diffusion client that provides enhanced file path handling capabilities.[w/Users will be able to access images from arbitrary paths through the workflow.]" }, - { - "author": "Kimara.ai", - "title": "Advanced Watermarking Tools [WIP]", - "reference": "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks", - "files": [ - "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks" - ], - "install_type": "git-clone", - "description": "The KimaraAIWatermarker custom node allows you to apply watermark text and logo overlays to images (or a batch of images). It provides features like customizable watermark movement, rotation, and opacity. You can also apply both text and logo watermarks simultaneously, with fine-tuned control over positioning and scaling." - }, { "author": "Clybius", "title": "ComfyUI-FluxDeCLIP", @@ -6203,16 +7747,6 @@ "install_type": "git-clone", "description": "NODES: Save Image to Nextcloud" }, - { - "author": "KoreTeknology", - "title": "ComfyUI Production Nodes Pack [WIP]", - "reference": "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack", - "files": [ - "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack" - ], - "description": "This is set of custom nodes for your ComfyUI1 production setup. It offers the very basic nodes that are missing in the official 'Vanilla' package. It is a research Node based project on Artificial Intelligence using ComfyUI visual editor. This repository also includes a set of workflows to test the nodes.", - "install_type": "git-clone" - }, { "author": "DoctorDiffusion", "title": "ComfyUI-Flashback", @@ -6253,26 +7787,6 @@ "install_type": "git-clone", "description": "NODES:Mask Size Calculator (MagicAI), Universal Mask Converter (MagicAI), Python Execution (MagicAI), Extract JSON From Text Node(MagicAI)\n[w/This extension allows the execution of arbitrary Python code from a workflow.]" }, - { - "author": "Laser-one", - "title": "ComfyUI-align-pose", - "reference": "https://github.com/Laser-one/ComfyUI-align-pose", - "files": [ - "https://github.com/Laser-one/ComfyUI-align-pose" - ], - "install_type": "git-clone", - "description": "NODES:align pose" - }, - { - "author": "chenbaiyujason", - "title": "ComfyUI_StepFun", - "reference": "https://github.com/chenbaiyujason/ComfyUI_StepFun", - "files": [ - "https://github.com/chenbaiyujason/ComfyUI_StepFun" - ], - "install_type": "git-clone", - "description": "To use stepfun's library, you need an official api that supports multimodal inputs such as video and pictures [a/https://platform.stepfun.com/request-restriction](https://platform.stepfun.com/request-restriction)" - }, { "author": "aria1th", "title": "ComfyUI-SkipCFGSigmas", @@ -6363,16 +7877,6 @@ "install_type": "git-clone", "description": "ComfyUI wrapper nodes for [a/Mochi](https://github.com/genmoai/models) video generator" }, - { - "author": "kk8bit", - "title": "KayTool", - "reference": "https://github.com/kk8bit/KayTool", - "files": [ - "https://github.com/kk8bit/KayTool" - ], - "install_type": "git-clone", - "description": "KayTool is a custom node utility package developed for ComfyUI. I plan to add more features in the future." - }, { "author": "leadbreak", "title": "Face Aging [WIP]", @@ -6503,16 +8007,6 @@ "install_type": "git-clone", "description": "NODES:TilerImage, TilerSelect, TileMaker, ImageListTileMaker" }, - { - "author": "SSsnap", - "title": "Snap Processing for Comfyui", - "reference": "https://github.com/SS-snap/ComfyUI-Snap_Processing", - "files": [ - "https://github.com/SS-snap/ComfyUI-Snap_Processing" - ], - "install_type": "git-clone", - "description": "for preprocessing images, presented in a visual way. It also calculates the corresponding image area." - }, { "author": "wilzamguerrero", "title": "Comfyui-zZzZz [UNSAFE]", @@ -6615,16 +8109,6 @@ "install_type": "git-clone", "description": "Nodes for advanced color manipulation and image processing: BK Img To Color, BK Color Selector, BK Color Contrast, BK Color Limit, BK Color Luminance, BK Gradient Image, and BK Image Aspect Filter.\n[w/requirements.txt is broken.]" }, - { - "author": "ShmuelRonen", - "title": "ComfyUI-FreeMemory", - "reference": "https://github.com/ShmuelRonen/ComfyUI-FreeMemory", - "files": [ - "https://github.com/ShmuelRonen/ComfyUI-FreeMemory" - ], - "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." - }, { "author": "ZHO-ZHO-ZHO", "title": "ComfyUI Llama 3.1 [WIP]", @@ -6735,16 +8219,6 @@ "install_type": "git-clone", "description": "NODES:AppIO_StringInput, AppIO_ImageInput, AppIO_StringOutput, AppIO_ImageOutput" }, - { - "author": "SoftMeng", - "title": "ComfyUI-PIL", - "reference": "https://github.com/SoftMeng/ComfyUI-PIL", - "files": [ - "https://github.com/SoftMeng/ComfyUI-PIL" - ], - "install_type": "git-clone", - "description": "PIL Nodes" - }, { "author": "seancheung", "title": "comfyui-creative-nodes", @@ -6795,26 +8269,6 @@ "install_type": "git-clone", "description": "Basic functionality for converting an image to ASCII art returned as a png image based on [a/ascii_magic](https://github.com/LeandroBarone/python-ascii_magic)" }, - { - "author": "AIFSH", - "title": "HivisionIDPhotos-ComfyUI", - "reference": "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI", - "files": [ - "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI" - ], - "install_type": "git-clone", - "description": "a custom node for [a/HivisionIDPhotos](https://github.com/Zeyi-Lin/HivisionIDPhotos).\nNOTE: Unsuitable for international users" - }, - { - "author": "lu64k", - "title": "SK-Nodes", - "reference": "https://github.com/lu64k/SK-Nodes", - "files": [ - "https://github.com/lu64k/SK-Nodes" - ], - "install_type": "git-clone", - "description": "NODES:image select, Load AnyLLM, Ask LLM, OpenAI DAlle Node, SK Text_String, SK Random File Name" - }, { "author": "Lilien86", "title": "Comfyui_Latent_Interpolation [WIP]", @@ -7006,16 +8460,6 @@ "install_type": "git-clone", "description": "Gets a random file from a directory. Returns the filpath as a STRING. [w/This node allows access to arbitrary files through the workflow, which could pose a security threat.]" }, - { - "author": "logtd", - "title": "ComfyUI-Fluxtapoz [WIP]", - "reference": "https://github.com/logtd/ComfyUI-Fluxtapoz", - "files": [ - "https://github.com/logtd/ComfyUI-Fluxtapoz" - ], - "install_type": "git-clone", - "description": "A set of nodes for editing images using Flux in ComfyUI" - }, { "author": "neeltheninja", "title": "ComfyUI-ControlNeXt [WIP]", @@ -7066,17 +8510,6 @@ "install_type": "git-clone", "description": "A Video2Video framework for text2image models in ComfyUI. Supports SD1.5 and SDXL." }, - { - "author": "IuvenisSapiens", - "title": "ComfyUI_MiniCPM-V-4_5", - "id": "ComfyUI_MiniCPM-V-4_5", - "reference": "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5", - "files": [ - "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5" - ], - "install_type": "git-clone", - "description": "This is an implementation of [a/MiniCPM-V-2_6-int4](https://github.com/OpenBMB/MiniCPM-V) by [a/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": "chrisdreid", "title": "ComfyUI_EnvAutopsyAPI Debugger [UNSAFE]", @@ -7149,17 +8582,6 @@ "install_type": "git-clone", "description": "Nodes:CLAHE Enhancement, High Pass Filter, Edge Detection, Combine Enhancements, Adaptive Thresholding, Morphological Operations, Gray Color Enhancement, Improved Gray Color Enhancement, Texture Enhancement, Denoising Filter, Flexible Combine Enhancements." }, - { - "author": "AIFSH", - "title": "IMAGDressing-ComfyUI", - "id": "imagdressing", - "reference": "https://github.com/AIFSH/IMAGDressing-ComfyUI", - "files": [ - "https://github.com/AIFSH/IMAGDressing-ComfyUI" - ], - "install_type": "git-clone", - "description": "Nodes:IMAGDressingNode, TextNode" - }, { "author": "BetaDoggo", "title": "ComfyUI-LogicGates", @@ -7359,17 +8781,6 @@ "install_type": "git-clone", "description": "a comfyui custom node for ViViD" }, - { - "author": "NeuralNotW0rk", - "title": "ComfyUI-Waveform-Extensions", - "reference": "https://github.com/NeuralNotW0rk/ComfyUI-Waveform-Extensions", - "files": [ - "https://raw.githubusercontent.com/NeuralNotW0rk/ComfyUI-Waveform-Extensions/main/EXT_VariationUtils.py", - "https://raw.githubusercontent.com/NeuralNotW0rk/ComfyUI-Waveform-Extensions/main/EXT_AudioManipulation.py" - ], - "install_type": "copy", - "description": "Some additional audio utilites for use on top of Sample Diffusion ComfyUI Extension" - }, { "author": "nat-chan", "title": "comfyui-paint", @@ -7488,17 +8899,6 @@ "install_type": "git-clone", "description": "Nodes:Remove Background, Fill Transparent" }, - { - "author": "baicai99", - "title": "ComfyUI-FrameSkipping", - "id": "frame-skipping", - "reference": "https://github.com/baicai99/ComfyUI-FrameSkipping", - "files": [ - "https://github.com/baicai99/ComfyUI-FrameSkipping" - ], - "install_type": "git-clone", - "description": "This plugin can precisely control the rendering between frames, completing the synthesis of multiple frames in a single load. My homepage includes my attached workflow." - }, { "author": "ejektaflex", "title": "ComfyUI - Ty", @@ -7629,17 +9029,6 @@ "install_type": "git-clone", "description": "The SaveConditioning node is designed to save conditioning data to binary files. This is useful for storing and reusing conditioning information across different sessions or applications.\n[w/This node can only handle very limited conditioning at the text prompt level.]" }, - { - "author": "marduk191", - "title": "comfyui-marnodes", - "id": "marnodes", - "reference": "https://github.com/marduk191/comfyui-marnodes", - "files": [ - "https://github.com/marduk191/comfyui-marnodes" - ], - "install_type": "git-clone", - "description": "Nodes:marduk191_workflow_settings" - }, { "author": "kijai", "title": "ComfyUI-CV-VAE", @@ -7695,17 +9084,6 @@ "install_type": "git-clone", "description": "ComfyUI-Comflow." }, - { - "author": "pamparamm", - "title": "ComfyUI-ppm", - "id": "comfyui-ppm", - "reference": "https://github.com/pamparamm/ComfyUI-ppm", - "files": [ - "https://github.com/pamparamm/ComfyUI-ppm" - ], - "install_type": "git-clone", - "description": "Fixed AttentionCouple/NegPip(negative weights in prompts), more CFG++ samplers, etc." - }, { "author": "FoundD-oka", "title": "ComfyUI KISEKAE-OOTD", @@ -7940,17 +9318,6 @@ "install_type": "git-clone", "description": "A simple base front-end for text-to-image workflow in ComfyUI. Meant to serve as a base to be modified for future complex workflows" }, - { - "author": "Elawphant", - "title": "ComfyUI-MusicGen [WIP]", - "id": "musicgen", - "reference": "https://github.com/Elawphant/ComfyUI-MusicGen", - "files": [ - "https://github.com/Elawphant/ComfyUI-MusicGen" - ], - "install_type": "git-clone", - "description": "ComfyUI for Meta MusicGen." - }, { "author": "jtscmw01", "title": "ComfyUI-DiffBIR", @@ -8122,16 +9489,6 @@ "install_type": "git-clone", "description": "Let Blender work with ComfyUI by ComfyScript. This addon is still in development." }, - { - "author": "ALatentPlace", - "title": "YANC- Yet Another Node Collection", - "reference": "https://github.com/ALatentPlace/ComfyUI_yanc", - "files": [ - "https://github.com/ALatentPlace/ComfyUI_yanc" - ], - "install_type": "git-clone", - "description": "This is another node collection for ComfyUI. It includes some basic nodes that I find useful, and I've also created them to meet my personal needs." - }, { "author": "Jiffies-64", "title": "ComfyUI-SaveImagePlus", @@ -8192,16 +9549,6 @@ "install_type": "git-clone", "description": "This project is for building React application as an overlay upon ComfyUI.\nProviding and ability to provide desired UI with ComfyUI API and workflows.\nInspired by: [a/https://github.com/cubiq/Comfy_Dungeon](https://github.com/cubiq/Comfy_Dungeon)" }, - { - "author": "chaojie", - "title": "ComfyUI DynamiCrafter", - "reference": "https://github.com/chaojie/ComfyUI-DynamiCrafter", - "files": [ - "https://github.com/chaojie/ComfyUI-DynamiCrafter" - ], - "install_type": "git-clone", - "description": "ComfyUI [a/DynamiCrafter](https://github.com/Doubiiu/DynamiCrafter)" - }, { "author": "cubiq", "title": "Comfy Dungeon [WIP]", @@ -8272,16 +9619,6 @@ "install_type": "git-clone", "description": "Nodes:GH Tools Image Sizer, GH Tools Simple Scale. Simple quality of life Tools for ComfyUI. Basically, If it makes my life easier, it will be here. The list will grow over time." }, - { - "author": "sdfxai", - "title": "SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration", - "reference": "https://github.com/sdfxai/SDFXBridgeForComfyUI", - "files": [ - "https://github.com/sdfxai/SDFXBridgeForComfyUI" - ], - "install_type": "git-clone", - "description": "SDFXBridgeForComfyUI is a custom node designed for seamless integration between ComfyUI and the SDFX solution. This custom node allows users to make ComfyUI compatible with SDFX when running the ComfyUI instance on their local machines." - }, { "author": "Beinsezii", "title": "comfyui-amd-go-fast", @@ -8422,16 +9759,6 @@ "install_type": "git-clone", "description": "A simple node to request ChatGPT completions. [w/Do not share your workflows including the API key! I'll take no responsibility for your leaked keys.]" }, - { - "author": "kappa54m", - "title": "ComfyUI_Usability (WIP)", - "reference": "https://github.com/kappa54m/ComfyUI_Usability", - "files": [ - "https://github.com/kappa54m/ComfyUI_Usability" - ], - "install_type": "git-clone", - "description": "Nodes: Load Image Dedup, Load Image By Path." - }, { "author": "17Retoucher", "title": "ComfyUI_Fooocus", @@ -8442,16 +9769,6 @@ "install_type": "git-clone", "description": "Custom nodes that help reproduce image generation in Fooocus." }, - { - "author": "nkchocoai", - "title": "ComfyUI-PromptUtilities", - "reference": "https://github.com/nkchocoai/ComfyUI-PromptUtilities", - "files": [ - "https://github.com/nkchocoai/ComfyUI-PromptUtilities" - ], - "install_type": "git-clone", - "description": "Nodes: Format String, Join String List, Load Preset, Load Preset (Advanced), Const String, Const String (multi line). Add useful nodes related to prompt." - }, { "author": "BadCafeCode", "title": "execution-inversion-demo-comfyui", @@ -8602,26 +9919,6 @@ "install_type": "git-clone", "description": "Nodes:Image Inverter" }, - { - "author": "alt-key-project", - "title": "Dream Project Video Batches [WIP]", - "reference": "https://github.com/alt-key-project/comfyui-dream-video-batches", - "files": [ - "https://github.com/alt-key-project/comfyui-dream-video-batches" - ], - "install_type": "git-clone", - "description": "NOTE: This is currently work in progress. Expect nodes to break (or be broken) until 1.0 release." - }, - { - "author": "oyvindg", - "title": "ComfyUI-TrollSuite", - "reference": "https://github.com/oyvindg/ComfyUI-TrollSuite", - "files": [ - "https://github.com/oyvindg/ComfyUI-TrollSuite" - ], - "install_type": "git-clone", - "description": "Nodes: BinaryImageMask, ImagePadding, LoadLastCreatedImage, RandomMask, TransparentImage." - }, { "author": "romeobuilderotti", "title": "ComfyUI-EZ-Pipes", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 42494c33f..e141d015c 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -148,7 +148,9 @@ ], "https://github.com/1H-hobit/ComfyUI_InternVL3": [ [ + "BBOXES_XYXY_Converter", "DynamicPreprocess", + "Florence2toCoordinates_hb", "InternVLHFInference", "InternVLModelLoader", "hb_Number_Counter" @@ -267,6 +269,7 @@ "PromptList", "PromptSelectorList", "PromptSelectorStr", + "PromptSelectorStrV2", "SelectImageSize", "SimpleIntMathHandle", "SimpleJsonArrayHandle", @@ -280,17 +283,6 @@ "title_aux": "ComfyUI_crdong" } ], - "https://github.com/5agado/ComfyUI-Sagado-Nodes": [ - [ - "Get Num Frames", - "Get Resolution", - "Image Loader", - "Video Loader" - ], - { - "title_aux": "Sagado Nodes for ComfyUI" - } - ], "https://github.com/5x00/ComfyUI-Prompt-Plus": [ [ "LoadAPI", @@ -342,45 +334,93 @@ ], "https://github.com/7BEII/Comfyui_PDuse": [ [ + "CustomAddLabel", "Empty_Line", + "ImageBlendAndWhite", "ImageBlendText", "ImageBlendV1", "ImageRatioCrop", + "Load_Images_Advance", + "Load_Images_V1", + "PD Image Resize_V1", + "PDEmptyRatioLatent", "PDIMAGE_ImageCombine", "PDIMAGE_LongerSize", - "PDIMAGE_SAVE_PATH_V2", - "PDIMAGE_SAVE_PATH_V3", "PDImageConcante", "PDImageCropLocation_V2", "PDImageResize", "PDImageResizeV2", "PDImageResizeV3", + "PDImageToRatioV1", + "PDJSON_BatchJsonIncremental", + "PDJSON_Group", "PDStringConcate", "PDStringInput", - "PDTEXT_SAVE_PATH_V1", - "PDTEXT_SAVE_PATH_V2", - "PDTEXT_SAVE_PATH_V3", + "PDTEXT_SAVE_PATH", + "PD_AitoolkitTrainingRedux", "PD_BatchCropBlackBorder", + "PD_CaptionJSONEditor", + "PD_CaptionJSONParser", "PD_CropBorder", + "PD_Extract_Image", "PD_GetImageRatio", "PD_GetImageSize", + "PD_ImageFileTraining", "PD_ImageListForSort", "PD_ImageListForSortWithMetadata", + "PD_ImageSearch", + "PD_ImageSize34Compose", "PD_Image_Crop_Location", "PD_Image_Rotate_v1", "PD_Image_centerCrop", + "PD_JoinStringMultiLine", + "PD_LoadImageMetadata", + "PD_LoadImageWithMeta", + "PD_LoadImagesFromDir", + "PD_LoadImagesFromZip", + "PD_LoadTextsFromDir", + "PD_LoadTextsFromZip", "PD_MASK_SELECTION", + "PD_Mask Selector", + "PD_Mask Selector By Area Left", "PD_MaskFillHoles", "PD_MaskRemoveSmallObjects", + "PD_ModelLoraLoader", "PD_RemoveBlackBackground", "PD_RemoveColorWords", "PD_RemoveWhiteBorder", + "PD_RenameV2", + "PD_SAVE_PATH2", + "PD_SaveTextPathAndName", "PD_ShowText", + "PD_StringLineCount", + "PD_StringToCaptionJSON", + "PD_TensorTraining", "PD_Text Overlay Node", + "PD_TextListPack", + "PD_TextListSort", + "PD_TextListStringAddWord", + "PD_TextListUnpack", + "PD_TxtBatchRename", + "PD_Zip_Simple", + "PD_del_word", + "PD_empty_word", + "PD_if", + "PD_image_coversaver", + "PD_image_ratio_size", + "PD_image_to_text_v1", "PD_imagesave_path", + "PD_load_image_v1", + "PD_name_replacewordorder", + "PD_number_star", + "PD_number_start", "PD_random_prompt", + "PD_rename_image", + "PDbananaImagesizeByRatio", "PDimage_corp_v1", "PDimage_corp_v2", + "PDimage_dual_batch_by_list", + "PDimage_dual_batch_v1", "SimpleResolutionNode", "mask_edge_selector" ], @@ -388,6 +428,81 @@ "title_aux": "comfyui-promptbymood [WIP]" } ], + "https://github.com/90cube/Comfyui-CBcanvas": [ + [ + "CBCanvasNode" + ], + { + "title_aux": "CBCanvas Node for ComfyUI [WIP]" + } + ], + "https://github.com/A1rCHAN/ComfyUI_A1rSpace": [ + [ + "A1r Boolean A B", + "A1r Boolean AB", + "A1r CLIP Input Switch", + "A1r Checkpoint Input Switch", + "A1r Checkpoint Loader", + "A1r Checkpoint Picker", + "A1r Conditioning Input Switch", + "A1r ControlNet Config", + "A1r ControlNet Loader", + "A1r Custom Boolean", + "A1r Custom Slider", + "A1r Double CheckpointLoader", + "A1r Draggable List", + "A1r Image Filter", + "A1r Image Input Switch", + "A1r Image Saver", + "A1r Image Upscale Transform", + "A1r Int Input Switch", + "A1r Int to Boolean", + "A1r KSampler Config", + "A1r KSampler Config Values", + "A1r Latent Encode Transform", + "A1r Latent Observer", + "A1r Latent Upscale Transform", + "A1r LoRA Config", + "A1r LoRA Config Advance", + "A1r Load Image", + "A1r Math Int", + "A1r Math Logic Gate", + "A1r Mode Inverter", + "A1r Mode Relay", + "A1r Model Input Switch", + "A1r Node Mode Collector", + "A1r Node Mode Console", + "A1r Sampler Picker", + "A1r Save Image", + "A1r Seed Control", + "A1r Separate CheckpointLoader", + "A1r Simple Boolean", + "A1r Six LoRA Loader", + "A1r Six LoRA Loader 2P", + "A1r Six LoRA Loader Separate", + "A1r Size Canvas", + "A1r Size Picker", + "A1r Stack LoRA Loader", + "A1r Stack LoRA Loader 2P", + "A1r Stack LoRA Loader Separate", + "A1r Text Box", + "A1r Text Input Switch", + "A1r Text Merge", + "A1r Text Save File Name", + "A1r Text Show", + "A1r Text Tag Box", + "A1r Text Translate", + "A1r Text Translate Merge with Clip Encode", + "A1r Unity KSampler", + "A1r Upscale Method Picker", + "A1r VAE Decode Transform", + "A1r VAE Input Switch", + "A1r Widget Collector" + ], + { + "title_aux": "Eric's Prompt Enhancers for ComfyUI# Eric's Prompt Enhancers for ComfyUI" + } + ], "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": [ [ "ManualSigma" @@ -447,6 +562,21 @@ "title_aux": "ComfyUI-Viva" } ], + "https://github.com/AIExplorer25/ComfyUI_HuggingfaceHelper": [ + [ + "GPTOSSHelper", + "GoogleSearchFromList", + "HuggingFaceModelCardReader", + "HuggingFacePromptBuilder", + "HuggingFaceTrendingModels", + "JinaPageScraper", + "PTagExtractor", + "QwenResponseExtract" + ], + { + "title_aux": "ComfyUI_HuggingfaceHelper" + } + ], "https://github.com/AIFSH/ComfyUI-OpenDIT": [ [ "DITModelLoader", @@ -476,31 +606,6 @@ "title_aux": "ComfyUI-ViViD" } ], - "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": [ - [ - "AddBackgroundNode", - "AddWaterMarkNode", - "ENHivisionParamsNode", - "HivisionLayOutNode", - "HivisionNode", - "LaterProcessNode", - "ZHHivisionParamsNode" - ], - { - "author": "cuny", - "description": "", - "title_aux": "HivisionIDPhotos-ComfyUI" - } - ], - "https://github.com/AIFSH/IMAGDressing-ComfyUI": [ - [ - "IMAGDressingNode", - "TextNode" - ], - { - "title_aux": "IMAGDressing-ComfyUI" - } - ], "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": [ [ "InferUltralightDigitalHumanNode", @@ -521,57 +626,52 @@ "title_aux": "UtilNodes-ComfyUI [WIP]" } ], - "https://github.com/ALatentPlace/ComfyUI_yanc": [ - [ - "> Bloom", - "> Blur", - "> Brightness", - "> Clear Text", - "> Combine Channels", - "> Contrast", - "> Divide Channels", - "> Edge Enhance", - "> Film Grain", - "> Float to Int", - "> Fog", - "> Get Mean Color", - "> HUE", - "> Int", - "> Int to Text", - "> Layer Weights (for IPAMS)", - "> Lens Distortion", - "> Light Source Mask", - "> Load Image", - "> Load Image From Folder", - "> Mask Curves", - "> NIKSampler", - "> Noise From Image", - "> Normal Map Lighting", - "> RGB Color", - "> RGB Shift", - "> Resolution by Aspect Ratio", - "> Rotate Image", - "> Saturation", - "> Save Image", - "> Save Text", - "> Scale Image to Side", - "> Scanlines", - "> Sharpen", - "> Text", - "> Text Combine", - "> Text Count", - "> Text Pick Line by Index", - "> Text Pick Random Line", - "> Text Random Weights", - "> Text Replace", - "> Vignette" - ], - { - "title_aux": "YANC- Yet Another Node Collection" + "https://github.com/AIGCZero/AIGCZero-comfyui-Qwen_edit-zero": [ + [ + "TextEncodeQwenImageEdit_zero" + ], + { + "title_aux": "AIGCZero-comfyui-Qwen_edit-zero" + } + ], + "https://github.com/APZmedia/ComfyUI-folder-parser": [ + [ + "APZFolderParser" + ], + { + "author": "Pablo Apiolazza", + "description": "A ComfyUI custom node for parsing and filtering files from a folder with sorting capabilities.", + "nickname": "ComfyUI Folder Parser", + "title": "ComfyUI Folder Parser", + "title_aux": "ComfyUI Folder Parser [UNSAFE]" + } + ], + "https://github.com/APZmedia/Joshua-brand-assets-loader": [ + [ + "APZmediaBrandAssetLoader", + "APZmediaBrandAssetReader", + "APZmediaColorPalette", + "APZmediaColorPaletteSelector", + "APZmediaFontSelector", + "APZmediaGlobalBrandAccess", + "APZmediaGlobalBrandStatus", + "APZmediaGradientOverlay", + "APZmediaLogoOverlay", + "APZmediaLogoPlacement", + "APZmediaSolidColor", + "APZmediaURLImageLoader", + "POISmartCrop" + ], + { + "title_aux": "Joshua Brand Assets Loader [private]" } ], "https://github.com/APZmedia/comfyui-textools": [ [ + "APZ/MarkdownTextOverlay", + "APZmediaBrandMarkdownTextOverlay", + "APZmediaBrandRichTextOverlay", + "APZmediaBrandRichTextOverlayV2", "APZmediaImageMarkdownTextOverlay", "APZmediaImageRichTextOverlay", "APZmediaImageRichTextOverlayV2" @@ -759,26 +859,34 @@ ], "https://github.com/AlexYez/comfyui-timesaver": [ [ - "Gemma3nNode", + "ModelScanner", "TS Cube to Equirectangular", "TS Equirectangular to Cube", "TS Files Downloader", "TS Youtube Chapters", + "TSAutoTileSize", "TSCropToMask", "TSRestoreFromCrop", "TSWhisper", + "TS_BGRM_BiRefNet", + "TS_Color_Grade", "TS_DeflickerNode", "TS_FilePathLoader", - "TS_FilmEmulation", "TS_FilmGrain", + "TS_Film_Emulation", "TS_Free_Video_Memory", "TS_ImageResize", "TS_MarianTranslator", + "TS_ModelConverter", + "TS_ModelConverterAdvanced", + "TS_Qwen2.5_VL", "TS_Qwen3", - "TS_Qwen3_Offline", - "TS_Qwen_GGUF", + "TS_Qwen3_VL", + "TS_QwenCanvas", + "TS_QwenSafeResize", "TS_VideoDepthNode", - "TS_Video_Upscale_With_Model" + "TS_Video_Upscale_With_Model", + "TS_WAN_SafeResize" ], { "title_aux": "ComfyUI Timesaver Nodes" @@ -801,6 +909,7 @@ "RT4KSR Loader", "RandomPromptStyler", "Save Log Info", + "Save log info", "Three Image Compare", "Upscale RT4SR" ], @@ -819,6 +928,19 @@ "title_aux": "ComfyUI-SunoAI-Mds" } ], + "https://github.com/Amor718/AmorForge": [ + [ + "CogViewImageGenerator", + "ImageToWebpSaver", + "SimpleImageResizer", + "SimpleImageResizerNode", + "TextTranslator", + "TextTranslatorNode" + ], + { + "title_aux": "AmorForge" + } + ], "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": [ [ "Facebook MMS-TTS-IND Variants FX" @@ -829,7 +951,8 @@ ], "https://github.com/Anze-/ComfyUI-OIDN": [ [ - "OIDN Denoise" + "OIDN Denoise", + "denoiseOIDN" ], { "title_aux": "ComfyUI-OIDN [WIP]" @@ -837,7 +960,8 @@ ], "https://github.com/Anze-/ComfyUI_deepDeband": [ [ - "deepDeband Inference" + "deepDeband Inference", + "deepDebandInference" ], { "title_aux": "ComfyUI_deepDeband [WIP]" @@ -863,6 +987,23 @@ "title_aux": "comfyui-face-remap [WIP]" } ], + "https://github.com/Aruntd008/ComfyUI_SeamlessPattern": [ + [ + "SeamlessPatternNode" + ], + { + "title_aux": "[WIP] ComfyUI_SeamlessPattern" + } + ], + "https://github.com/Aruntd008/ComfyUI_blender_render": [ + [ + "Blender Render Node", + "BlenderRenderNode" + ], + { + "title_aux": "ComfyUI_blender_render" + } + ], "https://github.com/BARKEM-JC/ComfyUI-Dynamic-Lora-Loader": [ [ "DynamicLoraBlockWeights", @@ -926,23 +1067,19 @@ [ "File Mv", "File Path", + "FileMv", "Make Dir" ], { "title_aux": "ComfyUI-FileOps [UNSAFE]" } ], - "https://github.com/Baverne/comfyUI-TiledWan": [ + "https://github.com/Beinsezii/DEET": [ [ - "TiledWanImageStatistics", - "TiledWanImageToMask", - "TiledWanInpaintCropImproved", - "TiledWanInpaintStitchImproved", - "TiledWanMaskStatistics", - "TiledWanVideoVACEpipe" + "DEET" ], { - "title_aux": "TiledWan ComfyUI Node Set [WIP]" + "title_aux": "DEET: Diffusion Entropy Equalization Transform [WIP]" } ], "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": [ @@ -963,6 +1100,7 @@ "BoolToString", "ByteMemory", "ByteToBits", + "CreateBYTE", "CreateByte", "NAND", "NOR", @@ -1026,40 +1164,26 @@ "title_aux": "ComfyUI-Dafaja-Nodes [WIP]" } ], - "https://github.com/BlueDangerX/ComfyUI-BDXNodes": [ + "https://github.com/BizaNator/BrainDead_QwenCharacterEditor": [ [ - "BDXTestInt", - "ColorMatch", - "ColorToMask", - "ConditioningMultiCombine", - "ConditioningSetMaskAndCombine", - "ConditioningSetMaskAndCombine3", - "ConditioningSetMaskAndCombine4", - "ConditioningSetMaskAndCombine5", - "CreateAudioMask", - "CreateFadeMask", - "CreateFluidMask", - "CreateGradientMask", - "CreateTextMask", - "CrossFadeImages", - "EmptyLatentImagePresets", - "GrowMaskWithBlur", - "SomethingToString", - "VRAM_Debug" + "TextEncodeQwenImageEditEnhanced", + "TextEncodeQwenImageEditIdentity", + "TextEncodeQwenImageEditMulti", + "TextEncodeQwenImageEditWeighted", + "TextEncodeQwenImageT2ICustom" ], { - "author": "BlueDangerX", - "title": "BDXNodes", - "title_aux": "ComfyUI-BDXNodes [WIP]" + "title_aux": "BrainDead_QwenCharacterEditor [WIP]" } ], - "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": [ + "https://github.com/BlueDangerX/ComfyUI-BDXNodes": [ [ - "DiaGenerate", - "DiaLoader" + "BDXTestInt" ], { - "title_aux": "ComfyUI DiaTest TTS Node [WIP]" + "author": "BlueDangerX", + "title": "BDXNodes", + "title_aux": "ComfyUI-BDXNodes [WIP]" } ], "https://github.com/Brandelan/ComfyUI_bd_customNodes": [ @@ -1067,7 +1191,10 @@ "BD Random Range", "BD Random Settings", "BD Sequencer", - "BD Settings" + "BD Settings", + "bd_FloatRangeSlider", + "bd_RandomizeSettings", + "bd_Sequencer" ], { "title_aux": "ComfyUI_bd_customNodes" @@ -1103,7 +1230,12 @@ "FalAILipSyncNode", "FalAPIOmniProNode", "FalAPIVideoGeneratorI2V", - "FalAPIVideoGeneratorT2V" + "FalAPIVideoGeneratorT2V", + "FalI2V", + "FalLipSync", + "FalOmniPro", + "FalOmniProV2", + "FalT2V" ], { "title_aux": "ComfyUI-BS_FalAi-API-Video [WIP]" @@ -1127,23 +1259,23 @@ "title_aux": "CObot-ComfyUI-WhisperToTranscription [WIP]" } ], - "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": [ + "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": [ [ - "CreateKeyframes_HY", - "FramePackBucketResize_HY", - "FramePackDiffusersSampler_HY", - "LoadFramePackDiffusersPipeline_HY" + "Text Tiler" ], { - "title_aux": "ComfyUI-FramePack-HY" + "title_aux": "ComfyUi-Text-Tiler" } ], - "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": [ + "https://github.com/Chang-Jin-Lee/ComfyUI-PromptMixer-AI": [ [ - "Text Tiler" + "FavoritePromptMixer", + "FreeAIPrompt", + "FreeAIPromptGenerate", + "Load_Text_Batch_Simple" ], { - "title_aux": "ComfyUi-Text-Tiler" + "title_aux": "ComfyUI-PromptMixer-AI [WIP]" } ], "https://github.com/Chargeuk/ComfyUI-vts-nodes": [ @@ -1159,15 +1291,21 @@ "VTS Colour Match Advanced", "VTS Colour Match First Frames", "VTS Colour Match First Frames Bad Highlights", + "VTS Compare Latents", "VTS Conditioning Set Batch Mask", + "VTS Convert Latents", "VTS Count Characters", "VTS Create Character Mask", + "VTS Delete Saved Images", "VTS Fix Image Tags", "VTS Image Composite Masked", + "VTS Image Composite Masked Old", + "VTS Image To Disk", "VTS Image Upscale With Model", "VTS Images Crop From Masks", "VTS Images Scale", "VTS Images Scale To Min", + "VTS Looping K Sampler", "VTS Math", "VTS Merge Delimited Text", "VTS Merge Text", @@ -1177,8 +1315,13 @@ "VTS Repeat Text As List", "VTS Replace Text In List", "VTS Sharpen", + "VTS TAE Video Decode", + "VTS TAE Video Encode", + "VTS To Boolean", "VTS To List", "VTS To Text", + "VTS To Text List", + "VTS VAE Decode Tiled", "VTS_Load_Pose_Keypoints", "Vts Text To Batch Prompt" ], @@ -1292,9 +1435,33 @@ "title_aux": "ComfyUI_devtools [WIP]" } ], + "https://github.com/ComfyUI/Accessories": [ + [ + "ACC_AnyCast", + "AccMakeListNode", + "GetMaskDimensions", + "GetRandomDimensions", + "isImageEmpty", + "isMaskEmpty" + ], + {} + ], + "https://github.com/ComfyUI/Text_Processor": [ + [ + "AddTextToImage", + "AdvancedTextFilter", + "TextInput", + "TextScraper", + "TextStorage", + "Wildcards", + "WildcardsAdv" + ], + {} + ], "https://github.com/D1-3105/ComfyUI-VideoStream": [ [ - "FloWWeaverExportSingleFrameGRPC" + "FloWWeaverExportSingleFrameGRPC", + "FloWWeaverFrameNoBroker" ], { "title_aux": "ComfyUI-VideoStream" @@ -1346,6 +1513,17 @@ "title_aux": "ComfyUI-DataVoid-nodes [WIP]" } ], + "https://github.com/DavidJBarnes/comfyui-djb-utils": [ + [ + "DirectImageFilenameInput", + "ResolutionDetectorFromFilename", + "WAN21ModelTracker", + "WorkingFilenameExtractor" + ], + { + "title_aux": "comfyui-djb-utils" + } + ], "https://github.com/DeTK/ComfyUI-Switch": [ [ "NodeSwitch" @@ -1354,6 +1532,16 @@ "title_aux": "ComfyUI Node Switcher" } ], + "https://github.com/Dehypnotic/comfyui-save-mp3": [ + [ + "SaveAudioMP3Dehypnotic", + "SaveImagesDehypnotic", + "SaveVideoDehypnotic" + ], + { + "title_aux": "Save MP3 node for ComfyUI [UNSAFE]" + } + ], "https://github.com/DenRakEiw/Comfyui-Aspect-Ratio-Processor": [ [ "AspectRatioProcessor" @@ -1364,14 +1552,19 @@ ], "https://github.com/DenRakEiw/DenRakEiw_Nodes": [ [ + "ColorGeneratorNode", "ConditioningInspector", "FluxLayerDiffuseConditioningFix", "FluxLayerDiffuseDecoderSimple", "FluxLayerDiffuseEmptyConditioning", "FluxLayerDiffuseInfo", "FluxLayerDiffuseStandaloneLoader", + "LatentColorMatch", + "LatentColorMatchSimple", + "LatentImageAdjust", "LoadImageSequence", "LoadImageSequenceInfo", + "MultiImageAspectRatioComposer", "OptimizedWanVAEUpscaler", "PreviewTransparentImage", "SaveTransparentImage", @@ -1382,6 +1575,14 @@ "title_aux": "Denrakeiw Nodes [WIP]" } ], + "https://github.com/DeyanShahov/ComfyUI_RedFox": [ + [ + "DynamicPromptSelector" + ], + { + "title_aux": "Dynamic Prompt Selector for ComfyUI [WIP]" + } + ], "https://github.com/DiffusionWave-YT/DiffusionWave_PickResolution": [ [ "Blacklist_String_DiffusionWave \ud83c\udf0a", @@ -1426,16 +1627,24 @@ "Donut Sharpener (from reference)", "Donut Simple Calibration", "DonutApplyLoRAStack", + "DonutCacheDebug", "DonutClipEncode", "DonutFillerClip", "DonutFillerModel", "DonutHotReload", + "DonutLoRACivitAIInfo", + "DonutLoRAHashLookup", + "DonutLoRALibrary", "DonutLoRAStack", + "DonutLoRAStackCivitAI", + "DonutManualCleanup", "DonutMultiModelSampler", + "DonutOpenCivitAI", "DonutSDXLTeaCache", "DonutSDXLTeaCacheStats", "DonutSampler", "DonutSampler (Advanced)", + "DonutTiledUpscale", "DonutWidenMergeCLIP", "DonutWidenMergeUNet", "LoadLBW //Inspire", @@ -1483,6 +1692,8 @@ "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal": [ [ "MasteringCombinerNode", + "MzikartNoiseCutter", + "MzikartPlayerNode", "VocalCompressorNode", "VocalDeesserNode", "VocalDoublerNode", @@ -1530,77 +1741,6 @@ "title_aux": "ComfyUI-ELiZTools" } ], - "https://github.com/EQXai/ComfyUI_EQX": [ - [ - "CountFaces_EQX", - "Extract Filename - EQX", - "Extract LORA name - EQX", - "FaceDetectOut", - "File Image Selector", - "Load Prompt From File - EQX", - "LoadRetinaFace_EQX", - "LoraStackEQX_random", - "NSFW Detector EQX", - "SaveImage_EQX", - "WorkFlow Check" - ], - { - "title_aux": "ComfyUI_EQX" - } - ], - "https://github.com/Eagle-CN/ComfyUI-Addoor": [ - [ - "AD_AnyFileList", - "AD_BatchImageLoadFromDir", - "AD_CSVPromptStyler", - "AD_CSVReader", - "AD_CSVTranslator", - "AD_DeleteLocalAny", - "AD_FluxTrainStepMath", - "AD_HFDownload", - "AD_ImageDrawRectangleSimple", - "AD_ImageIndexer", - "AD_ImageSaver", - "AD_LoadImageAdvanced", - "AD_PromptReplace", - "AD_TextIndexer", - "AD_TextListToString", - "AD_TextSaver", - "AD_TxtToCSVCombiner", - "AD_ZipSave", - "AD_advanced-padding", - "AD_color-image", - "AD_image-concat", - "AD_image-resize", - "AD_mockup-maker", - "AD_poster-maker", - "AD_prompt-saver", - "ImageCaptioner", - "ImageResize", - "Incrementer \ud83e\udeb4", - "TextAppendNode", - "Width and height for scaling image to ideal resolution \ud83e\udeb4", - "Width and height from aspect ratio \ud83e\udeb4", - "YANC.MultilineString", - "comfyui-easy-padding", - "image concat mask" - ], - { - "author": "ComfyUI Addoor", - "description": "Save prompts to CSV file with customizable naming pattern", - "title": "ComfyUI-PromptSaver", - "title_aux": "ComfyUI-Addoor [UNSAFE]" - } - ], - "https://github.com/Elawphant/ComfyUI-MusicGen": [ - [ - "AudioLoader", - "MusicGen" - ], - { - "title_aux": "ComfyUI-MusicGen [WIP]" - } - ], "https://github.com/ElyZeng/ComfyUI-Translator": [ [ "TextTranslatorNode" @@ -1616,8 +1756,11 @@ "PromptHelper_ConcatString", "PromptHelper_EncodeMultiStringCombine", "PromptHelper_FormatString", + "PromptHelper_LoadImageBatchFromDir", + "PromptHelper_LoadImageListFromDir", "PromptHelper_LoadPreset", "PromptHelper_LoadPresetAdvanced", + "PromptHelper_SaveImageToDir", "PromptHelper_String", "PromptHelper_StringMultiLine", "PromptHelper_WeightedPrompt" @@ -1643,15 +1786,32 @@ "title_aux": "ComfyUI-Math [WIP]" } ], - "https://github.com/Enemyx-net/VibeVoice-ComfyUI": [ + "https://github.com/Enferlain/ComfyUI-extra-schedulers": [ + [ + "BetaSchedulerV2C", + "BetaSchedulerV2CRaw" + ], + { + "title_aux": "ComfyUI-extra-schedulers [WIP]" + } + ], + "https://github.com/Eric7758/ComfyUI-IAT": [ [ - "VibeVoice Free Memory", - "VibeVoice Load Text From File", - "VibeVoice Multiple Speakers", - "VibeVoice Single Speaker" + "Base64ToImageNode by IAT", + "FloatInputNode by IAT", + "ImageMatchSize by IAT", + "ImageResizeLongestSide by IAT", + "ImageResizeToSDXL by IAT", + "ImageSize by IAT", + "IntInputNode by IAT", + "QwenKontextTranslator by IAT", + "QwenTranslator by IAT", + "SeedGeneratorNode by IAT", + "SmartPathBuilderNode by IAT", + "TextInputNode by IAT" ], { - "title_aux": "VibeVoice ComfyUI [NAME CONFLICT]" + "title_aux": "ComfyUI-IAT [WIP]" } ], "https://github.com/EricRollei/Comfy-Metadata-System": [ @@ -1678,11 +1838,13 @@ [ "Attention couple", "AttentionCouple", + "CombineVideoClips", "LoadImageFolder", "MakeBatchFromSingleImage", "RegionConditionMerge", "RegionConditionSpecPct", - "RegionConditionSpecPx" + "RegionConditionSpecPx", + "WanVideoVaceSeamlessJoin" ], { "title_aux": "ComfyUI-CustomNodes [NAME CONFLICT]" @@ -1713,21 +1875,6 @@ "title_aux": "Conditioning-token-experiments-for-ComfyUI" } ], - "https://github.com/FaberVS/MultiModel": [ - [ - "ActiveModel", - "DenoiseSelector", - "KSamplerPipe", - "ListSelector", - "ModelParamsPipe", - "MySwitchIndex", - "ParamsPipeUnpack", - "PromptBuilder" - ], - { - "title_aux": "MultiModel" - } - ], "https://github.com/Fannovel16/ComfyUI-AppIO": [ [ "AppIO_FitResizeImage", @@ -1771,10 +1918,12 @@ "title_aux": "ComfyUI Finetuners [WIP]" } ], - "https://github.com/Firetheft/ComfyUI_Local_Image_Gallery": [ + "https://github.com/Firetheft/ComfyUI_Local_Media_Manager": [ [ - "LocalImageGalleryNode", - "SelectOriginalImageNode" + "LocalMediaManagerNode", + "SelectOriginalAudioNode", + "SelectOriginalImageNode", + "SelectOriginalVideoNode" ], { "title_aux": "ComfyUI Local Media Manager [UNSAFE]" @@ -1788,6 +1937,15 @@ "title_aux": "ComfyUI-Airtable [WIP]" } ], + "https://github.com/Fuhze73/ComfyUI-PainterI2V-StartEndImage-Tiled": [ + [ + "PainterI2V", + "PainterI2VTiled" + ], + { + "title_aux": "ComfyUI-PainterI2V-StartEndImage-Tiled [WIP]" + } + ], "https://github.com/GalactusX31/ComfyUI-FileBrowserAPI": [ [ "PathSelectorNode" @@ -1804,21 +1962,6 @@ "title_aux": "PMSnodes [WIP]" } ], - "https://github.com/GeekyGhost/24oiduts-ComfyUI": [ - [ - "Studio42AudioLoader", - "Studio42AudioMixer", - "Studio42BackgroundRemoverEnhanced", - "Studio42LayerComposer", - "Studio42PatchDrop", - "Studio42PatchLiftLoader", - "Studio42VideoPatchDrop", - "Studio42VideoPatchLiftLoader" - ], - { - "title_aux": "Studio42 Image, Audio, and Video Editing Suite for ComfyUI [WIP]" - } - ], "https://github.com/GentlemanHu/ComfyUI-Notifier": [ [ "GentlemanHu_Notifier" @@ -1833,6 +1976,7 @@ "VideoAcc_CameraTrajectoryRecam", "VideoAcc_ImageResizeAdvanced", "VideoAcc_ImageUpscaleVideo", + "VideoAcc_Kontext_removal", "VideoAcc_LoadImage", "VideoAcc_LoadVideo", "VideoAcc_SaveMP4", @@ -1842,6 +1986,46 @@ "title_aux": "ComfyUI-video-accessory [WIP]" } ], + "https://github.com/Gergzilla/Slim-Comfy-Pack": [ + [ + "SC Apply LoRA Stack", + "SC Aspect Ratio", + "SC LoRA Stack", + "SC Load LoRA", + "SC SD1.5 Aspect Ratio", + "SC SDXL Aspect Ratio", + "SC Seed" + ], + { + "author": "Gergz", + "description": "Custom collection of nodes and custom nodes for ComfyUI v0.6.38+", + "nickname": "Slim Comfy Pack", + "title": "Slim Comfy Pack", + "title_aux": "Slim-Comfy-Pack [private]" + } + ], + "https://github.com/GoddessLabs/ComfyUI-GoddessLabs-NodePack": [ + [ + "GoddessLabsDestroyAndRecreate", + "GoddessLabsFolderSelector", + "GoddessLabsNodeStateManager" + ], + { + "author": "GoddessLabs", + "description": "Custom nodes to conveniently enhance images through Detector, Detailer, Upscaler, Pipe, and more.", + "nickname": "GoddessLabs", + "title": "\u2764\ufe0f\u200d\ud83d\udd25\ud83d\udc8a GoddessLabs Toolset", + "title_aux": "ComfyUI-GoddessLabs-NodePack" + } + ], + "https://github.com/Goldlionren/ComfyUI-CleanSlate": [ + [ + "CleanSlateCleanup" + ], + { + "title_aux": "ComfyUI-CleanSlate [WIP]" + } + ], "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": [ [ "DownloadAndLoadLivePortraitModels", @@ -1930,12 +2114,12 @@ "title_aux": "ComfyUI-LLMs-Toolkit [WIP]" } ], - "https://github.com/Huangcj2005/comfyui-HandDetect": [ + "https://github.com/IAFFeng/Comfyui_XF_Custom_Actual-Node": [ [ - "HandMaskGenerator" + "GeminiMattingNode" ], { - "title_aux": "comfyui-HandDetect" + "title_aux": "Comfyui_XF_Custom_Actual-Node" } ], "https://github.com/IXIWORKS-KIMJUNGHO/comfyui-ixiworks": [ @@ -1962,38 +2146,49 @@ ], "https://github.com/IgPoly/ComfyUI-igTools": [ [ + "IGT_ImageResizer", + "IGT_ImageTilesCalc", "IGT_SimpleTilesCalc" ], { "title_aux": "ComfyUI-igTools" } ], - "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": [ + "https://github.com/Immac/ComfyUI-ImmacTools": [ + [ + "ConcatenateSigmasImmacTools", + "ForwardAnyImmacTools", + "ForwardConditioningImmacTools", + "ForwardModelImmacTools", + "ResampleSigmasImmacTools", + "SpliceSigmasAtImmacTools" + ], + { + "title_aux": "Immac's Tools" + } + ], + "https://github.com/Inoriac/comfyui-HandDetect": [ [ - "dropdowns", - "exCheckpointLoader", - "exLoadoutCheckpointLoader", - "exLoadoutEditCell", - "exLoadoutReadColumn", - "exLoadoutSeg", - "exLoadoutSeg2", - "exLoadoutSelector", - "exSeg", - "exSeg2" + "HandMaskGenerator" ], { - "title_aux": "ComfyUI-exLoadout [WIP]" + "title_aux": "comfyui-HandDetect" } ], - "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5": [ + "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough_ExecutionFlowControl": [ [ - "DisplayText", - "MiniCPM_VQA", - "MiniCPM_VQA_Polished", - "MultipleImagesInput" + "ControlledCLIPTextEncode", + "ControlledControlNetLoader", + "ControlledModelPatchLoader", + "ControlledUNETLoader", + "ControlledUnetLoaderGGUF", + "ControlledVAELoader", + "DeleteModelPassthrough", + "DeleteModelPassthroughLight", + "SmartClipDeleter" ], { - "title_aux": "ComfyUI_MiniCPM-V-4_5" + "title_aux": "ComfyUI_DeleteModelPassthrough_ExecutionFlowControl [WIP]" } ], "https://github.com/IvanZhd/comfyui-codeformer": [ @@ -2004,6 +2199,23 @@ "title_aux": "comfyui-codeformer [WIP]" } ], + "https://github.com/JBKing514/map_comfyui": [ + [ + "MAP_Pro_Suite" + ], + { + "title_aux": "[WIP] map_comfyui" + } + ], + "https://github.com/JHBOY-ha/ComfyUI-jh-essential": [ + [ + "EndTimer", + "StartTimer" + ], + { + "title_aux": "ComfyUI-jh-essential" + } + ], "https://github.com/Jairodaniel-17/ComfyUI-traductor-offline": [ [ "CLIPTextTranslateNode", @@ -2021,6 +2233,24 @@ "title_aux": "comfyui-terminal-command [UNSAFE]" } ], + "https://github.com/JayLyu/ComfyUI_BaiKong_Node": [ + [ + "BK_ColorContrast", + "BK_ColorLimit", + "BK_ColorLuminance", + "BK_ColorSelector", + "BK_GradientImage", + "BK_ImageAspectFilter", + "BK_ImageList", + "BK_ImageRandomLayout", + "BK_ImageRectLayout", + "BK_Img2Color", + "BK_PrintImage" + ], + { + "title_aux": "ComfyUI_BaiKong_Node" + } + ], "https://github.com/JiSenHua/ComfyUI-yolov5-face": [ [ "FaceDetect" @@ -2084,6 +2314,23 @@ "title_aux": "comfy-consistency-vae" } ], + "https://github.com/JosDigby/ComfyUI-DigbyWan": [ + [ + "DigbyLoopClose", + "DigbyLoopCloseState", + "DigbyLoopOpen", + "DigbyLoopOpenState", + "DigbyLoopStatePack", + "DigbyLoopStateUnpack", + "ImageBatchLoopExtract", + "WanMiddleFrameToVideo", + "WanSmoothVideoTransition", + "WanVACEVideoSmoother" + ], + { + "title_aux": "ComfyUI-DigbyWan" + } + ], "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": [ [ "PNG2SVG2PNG" @@ -2108,6 +2355,18 @@ "title_aux": "ComfyUI-Arduino [WIP]" } ], + "https://github.com/K1maran/ComfyUI-Kimaran": [ + [ + "EmptyLatentImagePresetsAIO", + "EmptyLatentImagePresetsFLUX", + "EmptyLatentImagePresetsQWEN", + "EmptyLatentImagePresetsSD15", + "KSamplerSetup" + ], + { + "title_aux": "ComfyUI-Kimaran" + } + ], "https://github.com/KERRY-YUAN/ComfyUI_Python_Executor": [ [ "NodePython" @@ -2116,20 +2375,15 @@ "title_aux": "Python_Executor [UNSAFE]" } ], - "https://github.com/KY-2000/comfyui-ksampler-tester-loop": [ + "https://github.com/KXSR/ComfyUI-Easy-s3": [ [ - "AllParametersLoop", - "AllParametersLoopAdvanced", - "FloatRangeLoop", - "ParametersRangeLoop", - "SamplerLoop", - "SamplerLoopAdvanced", - "SamplerSchedulerLoop", - "SamplerSchedulerLoopAdvanced", - "SchedulerLoop" + "LoadFromUrl", + "S3UploadPresigned", + "SaveImageToDisk", + "WeaverAnimator" ], { - "title_aux": "comfyui-ksampler-tester-loop" + "title_aux": "ComfyUI-Easy-s3" } ], "https://github.com/Karlmeister/comfyui-karlmeister-nodes-suit": [ @@ -2177,16 +2431,6 @@ "title_aux": "ComfyUI-RoysNodes [WIP]" } ], - "https://github.com/KohakuBlueleaf/HDM-ext": [ - [ - "HDMCameraParam", - "HDMLoader", - "HDMTreadGamma" - ], - { - "title_aux": "HDM [WIP]" - } - ], "https://github.com/KoinnAI/ComfyUI-DynPromptSimplified": [ [ "DynPromptExpand" @@ -2195,25 +2439,21 @@ "title_aux": "ComfyUI Dynamic Prompting Simplified [WIP]" } ], - "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": [ + "https://github.com/Kraven1109/ComfyUI-Llama": [ [ - "Brightness Image", - "ColorMatch2", - "Contrast Image", - "Get Text", - "Image Difference", - "ImageConcatenate", - "ImageDesaturate", - "ImageExtend", - "ImageFlip", - "ImageRotate", - "LoadImageNai", - "Math Operation", - "NoteAdvanced", - "Set Text" + "ComfyLLama", + "ComfyLLamaPreviewText", + "ComfyLLamaPromptBuilder", + "ComfyLLamaSaveText", + "ComfyLLamaServer", + "ComfyLLamaServerConfig", + "ComfyLLamaTextConcat", + "ComfyLLamaTextInput", + "GGUFLoader", + "MediaPathsLoader" ], { - "title_aux": "ComfyUI Production Nodes Pack [WIP]" + "title_aux": "ComfyUI-Llama [NAME CONFLICT]" } ], "https://github.com/Krish-701/RK_Comfyui": [ @@ -2237,11 +2477,34 @@ "title_aux": "RK_Comfyui" } ], + "https://github.com/Kur0butiMegane/Comfyui-StringUtils2": [ + [ + "AddXMLTag", + "CLIPPassThrough", + "ClipRegionPassThrough", + "CondPassThrough", + "ElapsedTime", + "GetBeginTime", + "GetEndTime", + "IsStringEmpty", + "MakeProperty", + "Normalize", + "SaveText", + "SchedulerSelectorImpact", + "SchedulerSelectorInspire", + "Selector", + "Split", + "XMLParser", + "XMLtoCutoff" + ], + { + "title_aux": "Comfyui-StringUtils" + } + ], "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": [ [ "AIO_Tuner_Pipe", "ApplyCondsExtraOpts", - "BashScriptNode", "BooleanFromPipe", "BooleanToPipe", "COND_ExtraOpts", @@ -2249,18 +2512,12 @@ "COND_SET_STRENGTH_ExtraOpts", "ChainTextEncode", "CkptPipe", - "CompareTorch", - "DynamicThresholding", - "DynamicThresholdingBasic", "EmptyLatentSize", "EmptyLatentSize64", - "ExecutePythonNode", "ExpMath", "ExpMathDual", "ExpMathQuad", - "InspectNode", "LoadUnetAndClip", - "LoraFluxParams", "MergeExtraOpts", "ModelPipe1", "ModelPipe2", @@ -2283,9 +2540,7 @@ "ViewExtraOpts", "batchsize_ExtraOpts", "get_lora_metadata", - "mycombine", "re_sub_str", - "splitcond", "str_str", "str_str_str_str" ], @@ -2320,8 +2575,7 @@ "String Remove Duplicate", "String Replace 10", "String Switch", - "String To Save", - "XYplot_Lora_lk" + "String To Save" ], { "title_aux": "comfyui_LK_selfuse" @@ -2329,35 +2583,54 @@ ], "https://github.com/LSDJesus/ComfyUI-Luna-Collection": [ [ + "LunaBatchPromptExtractor", + "LunaBatchPromptLoader", "LunaCheckpointLoader", + "LunaCheckpointTunnel", + "LunaCivitaiBatchScraper", + "LunaCivitaiScraper", + "LunaConfigGateway", + "LunaConnectionEditor", + "LunaConnectionMatcher", + "LunaConnectionStats", + "LunaDaemonCLIPLoader", + "LunaDaemonVAELoader", + "LunaDimensionScaler", + "LunaDynamicModelLoader", "LunaEmbeddingManager", - "LunaEmbeddingManagerRandom", - "LunaLoRAStacker", - "LunaLoRAStackerRandom", - "Luna_Advanced_Upscaler", - "Luna_MediaPipe_Detailer", - "Luna_MediaPipe_Segs", - "Luna_SimpleUpscaler", - "Luna_YOLO_Annotation_Exporter", - "luna_image_caption" - ], - { - "title_aux": "ComfyUI-Luna-Collection [WIP]" - } - ], - "https://github.com/LSDJesus/ComfyUI-Pyrite-Core": [ - [ - "LunaCheckpointLoader", - "LunaEmbeddingManager", - "LunaEmbeddingManagerRandom", + "LunaExpressionPromptBuilder", + "LunaExpressionSlicerSaver", + "LunaGGUFConverter", + "LunaKSampler", + "LunaKSamplerAdvanced", + "LunaLoRARandomizer", "LunaLoRAStacker", - "LunaLoRAStackerRandom", + "LunaLoRATriggerInjector", + "LunaLoRAValidator", + "LunaModelRestore", + "LunaModelRouter", + "LunaMultiSaver", + "LunaOptimizedWeightsManager", + "LunaPromptCraft", + "LunaPromptCraftDebug", + "LunaSecondaryModelLoader", + "LunaSmartLoRALinker", + "LunaSuperUpscaler", + "LunaSuperUpscalerSimple", + "LunaUNetTunnel", + "LunaVLMPromptGenerator", + "LunaVisionNode", + "LunaWildcardBuilder", + "LunaYAMLInjector", + "LunaYAMLPathExplorer", + "LunaYAMLWildcard", + "LunaYAMLWildcardBatch", + "LunaYAMLWildcardExplorer", + "LunaZImageEncoder", + "LunaZImageProcessor", "Luna_Advanced_Upscaler", - "Luna_MediaPipe_Detailer", - "Luna_MediaPipe_Segs", "Luna_SimpleUpscaler", - "Luna_YOLO_Annotation_Exporter", - "luna_image_caption" + "Luna_UltimateSDUpscale" ], { "title_aux": "ComfyUI-Pyrite-Core [WIP]" @@ -2379,14 +2652,6 @@ "title_aux": "ComfyUI-ModelUnloader" } ], - "https://github.com/Laser-one/ComfyUI-align-pose": [ - [ - "Align_Pose" - ], - { - "title_aux": "ComfyUI-align-pose" - } - ], "https://github.com/Letz-AI/ComfyUI-LetzAI": [ [ "LetzAI Generator" @@ -2425,6 +2690,35 @@ "title_aux": "comfyui-pixxio" } ], + "https://github.com/Long-form-AI-video-generation/ComfyUI_vaceFramepack": [ + [ + "DownloadAndLoadWav2VecModel", + "FantasyTalkingModelLoader", + "FantasyTalkingWav2VecEmbeds", + "MultiTalkModelLoader", + "MultiTalkWav2VecEmbeds", + "ReCamMasterPoseVisualizer", + "WanVACEVideoFramepackSampler2", + "WanVideoATITracks", + "WanVideoATITracksVisualize", + "WanVideoATI_comfy", + "WanVideoControlnet", + "WanVideoControlnetLoader", + "WanVideoDiffusionForcingSampler", + "WanVideoFunCameraEmbeds", + "WanVideoImageToVideoMultiTalk", + "WanVideoReCamMasterCameraEmbed", + "WanVideoReCamMasterDefaultCamera", + "WanVideoReCamMasterGenerateOrbitCamera", + "WanVideoUni3C_ControlnetLoader", + "WanVideoUni3C_embeds", + "WanVideoUniAnimateDWPoseDetector", + "WanVideoUniAnimatePoseInput" + ], + { + "title_aux": "ComfyUI_vaceFramepack" + } + ], "https://github.com/Looking-Glass/LKG-ComfyUI": [ [ "BridgePreview", @@ -2481,6 +2775,27 @@ "title_aux": "ComfyUI-invAIder-Nodes" } ], + "https://github.com/LvyuanW/ComfyUI-6yuan": [ + [ + "6yuan_DrawTextNode", + "ColorKMeans", + "CropAlpha", + "PosterColorEngine", + "PosterLogoPlacer", + "PosterMaskGenerator", + "PosterTemplateLoader", + "PosterTextRenderer", + "RemoveBackground", + "RemoveBackgroundAdvanced", + "ShapeLanguageSummary", + "ShrinkImage", + "SimpleTextLayout", + "StringPreview" + ], + { + "title_aux": "ComfyUI-6yuan [WIP]" + } + ], "https://github.com/LyazS/ComfyUI-aznodes": [ [ "CrossFadeImageSequence", @@ -2539,7 +2854,6 @@ "MeshGraphormer-DepthMapPreprocessor", "Metric3D-DepthMapPreprocessor", "Metric3D-NormalMapPreprocessor", - "Metric_DepthAnythingV2Preprocessor", "MiDaS-DepthMapPreprocessor", "MiDaS-NormalMapPreprocessor", "ModelMergeBlockNumber", @@ -2566,6 +2880,7 @@ "SemSegPreprocessor", "ShufflePreprocessor", "TEEDPreprocessor", + "TEED_Preprocessor", "TTPlanet_TileGF_Preprocessor", "TTPlanet_TileSimple_Preprocessor", "TilePreprocessor", @@ -2590,6 +2905,77 @@ "title_aux": "comfy-tif-support" } ], + "https://github.com/MadPonyInteractive/ComfyUi-MpiNodes": [ + [ + "MpiAddImageToList", + "MpiAnyInvSwitch", + "MpiAnySwitch", + "MpiAspectRatio", + "MpiBatchTextReplace", + "MpiBboxToMask", + "MpiBoolean", + "MpiBooleanCompare", + "MpiChoiceSelector", + "MpiCombo", + "MpiCombo1", + "MpiCombo10", + "MpiCombo2", + "MpiCombo3", + "MpiCombo4", + "MpiCombo5", + "MpiCombo6", + "MpiCombo7", + "MpiCombo8", + "MpiCombo9", + "MpiComboMaker", + "MpiDisplayPrompt", + "MpiDoubleLora", + "MpiFloat", + "MpiFromCheckpoint", + "MpiGetImageAtIndex", + "MpiHasOptions", + "MpiIfElse", + "MpiIfElseInverted", + "MpiIfElseProbability", + "MpiIfElseProbabilityInverted", + "MpiInt", + "MpiJsonLoad", + "MpiJsonSave", + "MpiLoraModel", + "MpiLoraSwitch", + "MpiMaskDebugInfo", + "MpiMultiTextX2", + "MpiMultiTextX3", + "MpiMultiTextX4", + "MpiMultiTextX5", + "MpiNormalizeValue", + "MpiPresetSelector", + "MpiPromptBridge", + "MpiPromptChainSelector", + "MpiPromptList", + "MpiPromptListJoin", + "MpiPromptListSelector", + "MpiPromptOverride", + "MpiPromptOverrideSeed", + "MpiPromptProcessor", + "MpiRandPromptGen", + "MpiRandPromptGenOrder", + "MpiRandPromptGenOverrideList", + "MpiRandPromptGenOverrideSection", + "MpiRandPromptGenSave", + "MpiScaledDimensions", + "MpiSimpleBoolean", + "MpiString", + "MpiStringInvSwitch", + "MpiText", + "MpiTextListJoin", + "MpiTextListReplace", + "MpiToChekPoint" + ], + { + "title_aux": "ComfyUi-MpiNodes [WIP]" + } + ], "https://github.com/Madygnomo/ComfyUI-NanoBanana-ImageGenerator": [ [ "Google-Gemini" @@ -2598,16 +2984,6 @@ "title_aux": "ComfyUI-NanoBanana-ImageGenerator" } ], - "https://github.com/Maff3u/MattiaNodes": [ - [ - "MattiaLoraLoaderFromPath", - "PointsEditorOnCropped", - "PresetCycler" - ], - { - "title_aux": "MattiaNodes - Points Editor On Cropped [WIP]" - } - ], "https://github.com/Malloc-pix/comfyui-QwenVL": [ [ "Qwen2.5", @@ -2693,9 +3069,18 @@ "title_aux": "ComfyUI_mickster_nodes [WIP]" } ], + "https://github.com/Mohamed-Sakr/ComfyUI-SimpleMarkdown": [ + [ + "SimpleMarkdownPreview" + ], + { + "title_aux": "ComfyUI-SimpleMarkdown [UNSAFE]" + } + ], "https://github.com/MrAdamBlack/CheckProgress": [ [ - "CHECK_PROGRESS" + "CHECK_PROGRESS", + "Example" ], { "title_aux": "CheckProgress [WIP]" @@ -2713,6 +3098,14 @@ "title_aux": "DMXAPI Nodes [WIP]" } ], + "https://github.com/MushroomFleet/ComfyUI-SCP-nodes": [ + [ + "SaveImageSCP" + ], + { + "title_aux": "ComfyUI-SCP-nodes [UNSAFE]" + } + ], "https://github.com/MushroomFleet/DJZ-Nodes": [ [ "AnamorphicEffect", @@ -2729,13 +3122,17 @@ "BorderCompositeAlpha", "BracketCleaner", "CRT_Effect_v1", + "CaptionsToPromptList", "CathodeRayEffect", "ClassicFilmEffect", "CombineAudio", "DJZ-LoadLatent", "DJZ-LoadLatentV2", + "DJZColorWheel", "DJZDatamosh", "DJZDatamoshV2", + "DJZImageScaleToTotalPixels", + "DJZ_ParallaxV1", "DatasetWordcloud", "DeadPixelEffect", "DepthBasedPixelization", @@ -2748,6 +3145,7 @@ "DjzDatamoshV6", "DjzDatamoshV7", "DjzDatamoshV8", + "FFXFADEORAMA", "FilmGateWeave", "FilmGrainEffect", "FilmGrainEffect_v2", @@ -2768,6 +3166,7 @@ "KinescopeEffectV1", "LensLeaks", "LoadTextDirectory", + "LoadVideoBatchFrame", "LoadVideoDirectory", "LoadVideoDirectoryV2", "MotionBlending", @@ -2789,11 +3188,15 @@ "PromptInjectV2", "PromptSwap", "RetroVideoText", + "SaveText", "ScreensaverGenerator", "ScreensaverGeneratorV2", "ScreensaverGeneratorV3", "SequentialNumberGenerator", "StringChaos", + "StringMatch", + "StringPainter", + "StringPainterV2", "StringWeights", "Technicolor3Strip_v1", "Technicolor3Strip_v2", @@ -2878,7 +3281,6 @@ "DeepSeek_Node", "Delay_node", "Delete_folder_Node", - "DongShowTextNode", "Dong_Pixelate_Node", "Dong_Text_Node", "DownloadNode", @@ -2887,12 +3289,14 @@ "FolderIteratorNODE", "GLM_Node", "GetImageListFromFloderNode", + "GetImageListFromFloderNode2", "GetRefModelImageListNode", "Get_cookies_Node", "Get_json_value_Node", "Get_video_Node", "HashCalculationsNode", "HuggingFaceUploadNode", + "IFEXISTTEXTNODE", "IMG2URLNode", "INTNODE", "Image2GIFNode", @@ -2901,8 +3305,10 @@ "LibLib_upload_Node", "LogicToolsNode", "LoraIterator", - "Notice_Node", "PromptConcatNode", + "Qwen3VL_235_Node", + "Qwen3VL_30_Node", + "QwenVL_Node", "RandomNumbersNode", "RenameNode", "ResolutionNode", @@ -2914,23 +3320,29 @@ "Wan21_post_Node", "ZIPwith7zNode", "bailian_model_select_Node", + "checkvram_node", "cogvideox_flash_get_Node", "cogvideox_flash_post_Node", "cogview_3_flash_Node", "doubaoNode", - "douyin_remove_watermark_Node", "file_analysis_Node", + "file_extract_Node", "find_files_by_extension_Node", "get_text_from_list_Node", "get_video_from_url_Node", "image_iterator", "img2url_v2_Node", "img_understanding_Node", + "kie_base64_upload_node", + "kie_nano_get_node", + "kie_nano_post_node", "klingai_video_Node", "path_join_Node", "save_img_NODE", "save_img_v2_NODE", "set_api_Node", + "suchuang_get_node", + "suchuang_nano_post_node", "text_replace_node" ], { @@ -2964,6 +3376,46 @@ "title_aux": "ComfyUI-Save_Image" } ], + "https://github.com/NeoTech/comfyui-laserprep": [ + [ + "LaserPrep" + ], + { + "title_aux": "comfyui-laserprep" + } + ], + "https://github.com/NeuroWaifu/ComfyUI.Node.MediaSuite": [ + [ + "BooleanLogic", + "Clamp", + "ColorGrading", + "ColorPalette", + "CompareNumbers", + "CompareVideoSize", + "Constants", + "ConvertNumber", + "DominantColor", + "GetVideoInfo", + "GetVideoSize", + "ImageResize", + "MaskBlur", + "MaskOperations", + "MaskThreshold", + "MathFunction", + "MathOperation", + "RandomNumber", + "Remap", + "ResizeCalculator", + "ShadowsHighlightsMidtones", + "Smooth", + "ToneCurve", + "VideoResize", + "VideoUpscaleWithModel" + ], + { + "title_aux": "ComfyUI.Node.MediaSuite" + } + ], "https://github.com/Nienai666/comfyui-encrypt-image-main": [ [ "DecryptImageFromFile", @@ -3013,8 +3465,17 @@ "title_aux": "ComfyUI-NVVS [WIP]" } ], + "https://github.com/Nynxz/ComfyUI_DiffsynthPause": [ + [ + "nynxz.Patch.ZImageDiffsynthControlnetPause" + ], + { + "title_aux": "ComfyUI_DiffsynthPause" + } + ], "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": [ [ + "ImageGridNode", "SpriteSheetMaker" ], { @@ -3041,6 +3502,7 @@ [ "ColorMatchFalloff", "ColorPicker", + "ImageDifferenceToAplpha", "PathTool", "SequenceBlend", "SequenceContentZoom" @@ -3079,18 +3541,40 @@ "title_aux": "ComfyUI-HFTransformers" } ], - "https://github.com/PeterMikhai/Doom_Flux_NodePack": [ + "https://github.com/PauldeLavallaz/ComfyUI-concat_images_to_api_gemini": [ [ - "DoomFluxInpaintSampler", - "DoomFluxLoader", - "DoomFluxSampler", - "DoomFluxSamplerAdvanced" + "ConcatImagesToAPIGeminiMPOnly", + "ConcatTwoImagesRaw", + "GridCollageARCols" ], { - "title_aux": "DoomFLUX Nodes [WIP]" + "title_aux": "ComfyUI-concat_images_to_api_gemini" } ], - "https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video": [ + "https://github.com/PauldeLavallaz/comfyui_morpheus_NanoBanana_Mask": [ + [ + "MorpheusBatchImagesCropV25Fix", + "MorpheusImageEditingPrompt", + "MorpheusNanoBananaMaskGeminiV25Fix" + ], + { + "title_aux": "ComfyUI-concat_images_to_api_gemini [WIP]" + } + ], + "https://github.com/PeterMikhai/Doom_Flux_NodePack": [ + [ + "DoomFluxInpaintSampler", + "DoomFluxLoader", + "DoomFluxLoader_GGUF", + "DoomFluxSampler", + "DoomFluxSamplerAdvanced", + "DoomFluxSuperLoader" + ], + { + "title_aux": "DoomFLUX Nodes [WIP]" + } + ], + "https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video": [ [ "DiffusionSDXLFrameByFrame" ], @@ -3098,6 +3582,24 @@ "title_aux": "ComfyUI-Diffusion-SDXL-Video" } ], + "https://github.com/PopeyesBiscuit/ComfyUI-DeleteFolder": [ + [ + "DeleteInputFolder", + "DeleteOutputFolder" + ], + { + "title_aux": "ComfyUI Delete Folder Nodes [UNSAFE]" + } + ], + "https://github.com/PopeyesBiscuit/ComfyUI-WebSocketLoRAExporter": [ + [ + "SimpleLoRALoader", + "WebSocket_LoRA_Exporter" + ], + { + "title_aux": "ComfyUI-WebSocketLoRAExporter" + } + ], "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": [ [ "Clean input and output file" @@ -3106,6 +3608,177 @@ "title_aux": "ComfyUI-fileCleaner [UNSAFE]" } ], + "https://github.com/PozzettiAndrea/ComfyUI-CADabra": [ + [ + "BGPSegSegmentation", + "BrepGeneration", + "CADAnalysisViewer", + "CADBoundingBox", + "CADCheckOverlappingFaces", + "CADCurvature", + "CADCurvePlotter", + "CADEdgeAnalysis", + "CADEdgeDetailAnalyzer", + "CADEdgeViewer", + "CADEdgeViewerVTK", + "CADExtractFaces", + "CADFaceAnalysis", + "CADFixDegenerateFaces", + "CADGetFilename", + "CADHealShape", + "CADHierarchyTree", + "CADMergeVertices", + "CADPrimitiveReconstruction", + "CADProjectFacesXY", + "CADROISelector", + "CADRaytracerBVH", + "CADRecodeInference", + "CADSave", + "CADSewFaces", + "CADSplineViewer", + "CADSplitComponents", + "CADTransform", + "CAD_Convert_Format", + "CAD_Load", + "CAD_Load_From_Folder", + "CAD_Mesh_Gmsh", + "CAD_Mesh_Gmsh_Advanced", + "CAD_Quality_Metrics", + "CAD_Remesh_OCC", + "CAD_Remesh_OCC_Advanced", + "CadQueryExecute", + "CadrilleImageInference", + "CadrilleInference", + "CadrilleTextInference", + "FloatMath", + "LoadBGPSegModels", + "LoadCADRecodeModel", + "LoadCadrilleModel", + "LoadNeurCADReconModel", + "LoadPoint2CADModel", + "LoadPointCloudXYZ", + "LoadSECADNetModel", + "LoadSurfaceParams", + "ML_FeatureDetection", + "ML_SurfaceRecon", + "MaskAnalyzer", + "MaskNormalizer", + "MasksToRGB", + "MeshFaceSegmentation", + "MeshSegmentToPointCloud", + "MeshToVoxel", + "NeurCADReconInference", + "NeurCADReconLoadCheckpoint", + "NeurCADReconTrain", + "Point2CADExportBrep", + "Point2CADSegmentation", + "Point2CADSurfaceFitting", + "Point2CADSurfaceFittingOCC", + "Point2CADToWireframeInfo", + "Point2CADTopologyExtraction", + "PointCloudSegmentation", + "PreviewCADBatch", + "PreviewCADOCC", + "PrimitiveFitting", + "QuadRemesh", + "SECADNetFinetune", + "SECADNetInference", + "SECADNetLatentToMesh", + "SaveSurfaceParams", + "ScrambleFaceIDMask" + ], + { + "title_aux": "CADabra [WIP]" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-Hunyuan3D-Part": [ + [ + "ClearAllModelCaches", + "ComputeMeshFeatures", + "ExplodedMeshViewer", + "Hunyuan3DLoadMesh", + "Hunyuan3DPreviewBoundingBoxes", + "Hunyuan3DSaveMesh", + "LoadBoundingBoxes", + "LoadP3SAMSegmentor", + "LoadXPartModels", + "OffloadModelToCPU", + "P3SAMSegmentMesh", + "ReloadModelToGPU", + "SaveBoundingBoxes", + "XPartGenerateParts" + ], + { + "title_aux": "Hunyuan3D-Part [WIP]" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-MotionCapture": [ + [ + "BVHViewer", + "BVHtoFBX", + "CompareSMPLtoBVH", + "FBXAnimationViewer", + "FBXPreview", + "GVHMRInference", + "LoadBVHFromFolder", + "LoadFBXCharacter", + "LoadGVHMRModels", + "LoadSAM3DBodyModels", + "LoadSMPL", + "MHRViewer", + "SAM3DVideoInference", + "SMPLRetargetToSMPL", + "SMPLToFBX", + "SMPLViewer", + "SMPLtoBVH", + "SaveMHR", + "SaveSMPL" + ], + { + "author": "gpastal", + "title_aux": "MotionCapture [UNSAFE]" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DObjects": [ + [ + "LoadSAM3DModel", + "SAM3DExportMesh", + "SAM3DExportPLY", + "SAM3DExportPLYBatch", + "SAM3DExtractMesh", + "SAM3DGaussianDecode", + "SAM3DMeshDecode", + "SAM3DRenderSingle", + "SAM3DSLATGen", + "SAM3DSparseGen", + "SAM3DTextureBake", + "SAM3DVisualizer", + "SAM3D_DepthEstimate", + "SAM3D_PoseOptimization", + "SAM3D_PreviewPointCloud", + "SAM3D_UnloadModel" + ], + { + "title_aux": "SAM3DObjects [UNSAFE]" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-UniRig": [ + [ + "UniRigApplySkinningMLNew", + "UniRigExportPosedFBX", + "UniRigExtractSkeletonNew", + "UniRigLoadMesh", + "UniRigLoadRiggedMesh", + "UniRigLoadSkeletonModel", + "UniRigLoadSkinningModel", + "UniRigPreviewRiggedMesh", + "UniRigSaveMesh", + "UniRigSaveSkeleton" + ], + { + "title_aux": "ComfyUI-UniRig [WIP]" + } + ], "https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils": [ [ "FileManagerV2", @@ -3156,6 +3829,14 @@ "title_aux": "comfyui-promptbymood [WIP]" } ], + "https://github.com/RM2-0/ComfyUI-Upscale": [ + [ + "BatchImageUpscaleWithModel" + ], + { + "title_aux": "ComfyUI-Upscale" + } + ], "https://github.com/RUFFY-369/ComfyUI-FeatureBank": [ [ "FeatureBankAttentionProcessor" @@ -3183,12 +3864,21 @@ ], "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": [ [ + "AliyunChat", + "AliyunVLChat", "Florence2CoordinateExtractor", "Florence2JsonShow", + "ImageDesaturateEdgeBinarize", "ImageSubtraction", "ImageSubtractionAdvanced", + "ImageToSVG_Potracer", "MaskExternalRectangle", + "PreviewSVG", + "SVGToImage", + "SaveSVG", + "SearchIconFreepik", "SimpleImageStitch", + "TextSplitLines", "imageStitchForICImproved", "imageStitchForICImproved_CropBack" ], @@ -3200,6 +3890,14 @@ "title_aux": "Comfyui-Koi-Toolkit" } ], + "https://github.com/Rayen21/ComfyUI-PromptLinePlus": [ + [ + "PromptLinePlus" + ], + { + "title_aux": "[WIP] ComfyUI-PromptLinePlus" + } + ], "https://github.com/RicherdLee/comfyui-oss-image-save": [ [ "SaveImageOSS" @@ -3210,8 +3908,10 @@ ], "https://github.com/Rizzlord/ComfyUI-SeqTex": [ [ + "SeqTex_DisplaceMesh", "SeqTex_Load_Mesh", "SeqTex_Loader", + "SeqTex_ProjectTexture", "SeqTex_Step1_ProcessMesh", "SeqTex_Step2_GenerateCondition", "SeqTex_Step3_GenerateTexture", @@ -3239,7 +3939,9 @@ "List Image Path \ud83d\udc24", "List Model Path \ud83d\udc24", "List Video Path \ud83d\udc24", - "Peaks Weights Generator \ud83d\udc24" + "Peaks Weights Generator \ud83d\udc24", + "Save Image (JPEG) \ud83d\udc24", + "easy loadImageBase64" ], { "title_aux": "Comfy UI Robe Nodes [UNSAFE]" @@ -3264,13 +3966,30 @@ ], "https://github.com/RomanticQq/ComfyUI-Groudingdino-Sam": [ [ + "grounded_sam2_cut", "grounded_sam2_cut_gaussian", - "groundingdino" + "groundingdino", + "groundingdino_clip", + "groundingdino_clip_2", + "groundingdino_draw_bbox" ], { "title_aux": "ComfyUI-Groudingdino-Sam" } ], + "https://github.com/Rosegun007/ComfyUI-Pandora": [ + [ + "Image Fill Color | Pandora", + "Image From File | Pandora", + "Mask to Image | Pandora", + "Preview Image | Pandora", + "Preview Mask | Pandora", + "Text On Image | Pandora" + ], + { + "title_aux": "ComfyUI-Pandora" + } + ], "https://github.com/RoyKillington/miscomfy-nodes": [ [ "VeniceUpscale" @@ -3287,27 +4006,6 @@ "title_aux": "Retro Engine Node for ComfyUI" } ], - "https://github.com/SS-snap/ComfyUI-Snap_Processing": [ - [ - "AreaCalculator", - "PyQtCanvasNode", - "Snapload" - ], - { - "title_aux": "Snap Processing for Comfyui" - } - ], - "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": [ - [ - "ApplyPoseScalesToFrames", - "CalculatePoseScales", - "ConvertPoseToStandardFormat", - "RenderKps" - ], - { - "title_aux": "Comfyui_SSsnap_pose-Remapping" - } - ], "https://github.com/SXQBW/ComfyUI-Qwen3": [ [ "QwenVisionParser" @@ -3384,12 +4082,23 @@ "title_aux": "ComfTrellis [WIP]" } ], + "https://github.com/Seb-Lis/comfyui-seed-selector": [ + [ + "MySeedSelectorInt", + "SeedSelectorInt", + "SeedSelectorIntWithDisplay" + ], + { + "title_aux": "comfyui-seed-selector" + } + ], "https://github.com/SeedV/ComfyUI-SeedV-Nodes": [ [ "ALL_Model_UnLoader(SEEDV)", "AdvancedScript", "CheckpointLoaderSimpleShared //SeedV", "ControlNetLoaderAdvancedShared", + "HandleImage(SEEDV)", "LoraLoader //SeedV", "Script", "Switch_Any(SEEDV)", @@ -3458,24 +4167,184 @@ "title_aux": "ComfyUI-Shinsplat [UNSAFE]" } ], - "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": [ - [ - "FreeMemoryCLIP", - "FreeMemoryImage", - "FreeMemoryLatent", - "FreeMemoryModel", - "FreeMemoryString" - ], - { - "title_aux": "ComfyUI-FreeMemory" - } - ], - "https://github.com/Simlym/comfyui-prompt-helper": [ - [ - "PromptProcessor" - ], - { - "title_aux": "Simlym/comfyui-prompt-helper [WIP]" + "https://github.com/SilentLuxRay/ComfyUI-Furrey-Super-Prompt": [ + [ + "FurreySuperPrompt" + ], + { + "title_aux": "[WIP] ComfyUI-Furrey-Super-Prompt" + } + ], + "https://github.com/SirVeggie/comfyui-sv-nodes": [ + [ + "SV-AccumulateNode", + "SV-AccumulationGetItemNode", + "SV-AccumulationGetLengthNode", + "SV-AccumulationHeadNode", + "SV-AccumulationSetItemNode", + "SV-AccumulationTailNode", + "SV-AccumulationToListNode", + "SV-AnyToAny", + "SV-ApplyCurve", + "SV-ApplyCurveFromStep", + "SV-AssertNotNone", + "SV-BasicParams", + "SV-BasicParamsCustom", + "SV-BasicParamsOutput", + "SV-BasicParamsPlus", + "SV-BasicParamsStartEnd", + "SV-BooleanNot", + "SV-CacheObject", + "SV-CheckNone", + "SV-CheckNoneNot", + "SV-ClearCustomCaches", + "SV-CompressConds", + "SV-ConditioningReroute", + "SV-ConsolePrint", + "SV-ConsolePrintLoop", + "SV-ConsolePrintMulti", + "SV-CurveFromEquation", + "SV-DefaultBoolean", + "SV-DefaultFloat", + "SV-DefaultInt", + "SV-DefaultString", + "SV-DefaultValue", + "SV-EquationCompare", + "SV-FloatRerouteForSubnodes", + "SV-FlowBlocker", + "SV-FlowGate", + "SV-FlowGateMulti", + "SV-FlowNode", + "SV-FlowPipeCombine", + "SV-FlowPipeInput", + "SV-FlowPipeInputIndex", + "SV-FlowPipeInputKey", + "SV-FlowPipeInputKeyTuple", + "SV-FlowPipeInputLarge", + "SV-FlowPipeInputModel", + "SV-FlowPipeInputParams", + "SV-FlowPipeOutput", + "SV-FlowPipeOutputIndex", + "SV-FlowPipeOutputKey", + "SV-FlowPipeOutputKeyTuple", + "SV-FlowPipeOutputLarge", + "SV-FlowPipeOutputModel", + "SV-FlowPipeOutputParams", + "SV-ForLoopClose", + "SV-ForLoopOpen", + "SV-HashItems", + "SV-HashModel", + "SV-HashObject", + "SV-IfBranch", + "SV-ImageReroute", + "SV-InputSelect", + "SV-InputSelectBoolean", + "SV-InputSelectCompare", + "SV-IntMathOperation", + "SV-ListToAccumulationNode", + "SV-LoadTextFile", + "SV-LoraSeparator", + "SV-ManualCache", + "SV-MathAddInt", + "SV-MathCompare", + "SV-MathOperation", + "SV-MetadataJson", + "SV-ModelName", + "SV-ModelReroute", + "SV-NormalizeImageSize", + "SV-NormalizeImageSize64", + "SV-NormalizeSamples", + "SV-PadImage", + "SV-PromptPlusModel", + "SV-PromptPlusModelOutput", + "SV-PromptProcessing", + "SV-PromptProcessingAdvanced", + "SV-PromptProcessingEncode", + "SV-PromptProcessingEncodeList", + "SV-PromptProcessingGetCond", + "SV-PromptProcessingPromptControl", + "SV-PromptProcessingRecursive", + "SV-PromptProcessingSimple", + "SV-PromptProcessingVars", + "SV-ResolutionSelector", + "SV-ResolutionSelector2", + "SV-ResolutionSelector2Output", + "SV-SamplerNameToSampler", + "SV-SaveTextFile", + "SV-SigmaAsFloat", + "SV-SigmaConcat", + "SV-SigmaContinue", + "SV-SigmaContinueLinear", + "SV-SigmaEmpty", + "SV-SigmaLength", + "SV-SigmaOneStep", + "SV-SigmaRange", + "SV-SigmaRemap", + "SV-SigmaReroute", + "SV-SigmaReverse", + "SV-SigmaStartEnd", + "SV-SigmaStrength", + "SV-SimpleText", + "SV-StringCombine", + "SV-StringSeparator", + "SV-SwapValues", + "SV-TimerEnd", + "SV-TimerStart", + "SV-ToBoolNode", + "SV-UnitFloat", + "SV-ValueRepeater", + "SV-VariableClear", + "SV-VariableGet", + "SV-VariableSet", + "SV-WhileLoopClose", + "SV-WhileLoopOpen", + "SV-WildcardLoader", + "SV-WildcardProcessing", + "SV-WildcardString" + ], + { + "title_aux": "SirVeggie/Custom nodes for ComfyUI" + } + ], + "https://github.com/SlackinJack/multigpu_diffusion_comfyui": [ + [ + "AdvancedSchedulerSelector", + "AsyncDiffADSampler", + "AsyncDiffConfig", + "AsyncDiffSDSampler", + "AsyncDiffSDUpscaleSampler", + "AsyncDiffSVDSampler", + "CheckpointSelector", + "ControlNetSelector", + "DistrifuserConfig", + "DistrifuserSDSampler", + "EncodePromptWithCompel", + "GGUFSelector", + "HostConfig", + "IPAdapterSelector", + "LoraSelector", + "MotionAdapterLoraSelector", + "MotionAdapterSelector", + "MotionModuleSelector", + "MultiLoraJoiner", + "SchedulerSelector", + "VAESelector", + "xDiTConfig", + "xDiTSampler", + "xDiTUSPConfig", + "xDiTUSPImageSampler", + "xDiTUSPVideoSampler" + ], + { + "title_aux": "multigpu_diffusion_comfyui" + } + ], + "https://github.com/SleazySleaze/aesthetic-persona-comfyui-node": [ + [ + "AestheticPersonaParser" + ], + { + "title_aux": "aesthetic-persona-comfyui-node" } ], "https://github.com/Slix-M-Lestragg/comfyui-enhanced": [ @@ -3486,17 +4355,6 @@ "title_aux": "comfyui-enhanced [WIP]" } ], - "https://github.com/SoftMeng/ComfyUI-PIL": [ - [ - "PIL Effects (Mexx)", - "PIL Merge Image (Mexx)", - "PIL Remove Black Dots (Mexx)", - "PIL TITLE (Mexx)" - ], - { - "title_aux": "ComfyUI-PIL" - } - ], "https://github.com/Solankimayursinh/PMSnodes": [ [ "InputAnalyzer", @@ -3511,6 +4369,21 @@ "title_aux": "PMSnodes [WIP]" } ], + "https://github.com/Solarish/ComfyUI-MidnightLook": [ + [ + "MidnightLook_AnyToString", + "MidnightLook_CropDATAToBBOX", + "MidnightLook_CropForInpaint", + "MidnightLook_LatentSizePresets", + "MidnightLook_LoadImageByURL", + "MidnightLook_PasteAfterInpaint", + "MidnightLook_StringToBBOX", + "MidnightLook_UploadToR2" + ], + { + "title_aux": "fyUI-MidnightLook [WIP]" + } + ], "https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": [ [ "WatermarkDetector", @@ -3531,6 +4404,7 @@ ], "https://github.com/Soppatorsk/comfyui_img_to_ascii": [ [ + "FirstNode", "Img_to_ASCII" ], { @@ -3581,7 +4455,6 @@ "SDVN Controlnet Apply", "SDVN Crop By Ratio", "SDVN DALL-E Generate Image", - "SDVN Dall-E Generate Image 2", "SDVN Dic Convert", "SDVN DiffsynthControlNet Apply", "SDVN DiffsynthUnionLora Apply", @@ -3592,13 +4465,14 @@ "SDVN Fill Background", "SDVN Filter List", "SDVN Flip Image", + "SDVN Float Slider", "SDVN GPT Image", + "SDVN Gemini 3 Pro Image", "SDVN Gemini Flash 2 Image", "SDVN Get Mask Size", "SDVN Google Imagen", "SDVN IC Lora Layout", "SDVN IC Lora Layout Crop", - "SDVN IC-Light v2", "SDVN IPAdapterModel Download", "SDVN Image Adjust", "SDVN Image Film Grain", @@ -3613,10 +4487,11 @@ "SDVN Inpaint", "SDVN Inpaint Crop", "SDVN InstantIDModel Download", + "SDVN Int Slider", "SDVN Join Parameter", - "SDVN Joy Caption", "SDVN KSampler", "SDVN Load Checkpoint", + "SDVN Load Checkpoint Filter", "SDVN Load Google Sheet", "SDVN Load Image", "SDVN Load Image Folder", @@ -3624,6 +4499,7 @@ "SDVN Load Image Ultimate", "SDVN Load Image Url", "SDVN Load Lora", + "SDVN Load Lora Filter", "SDVN Load Text", "SDVN LoadPinterest", "SDVN Logic", @@ -3633,6 +4509,7 @@ "SDVN Mask Regions", "SDVN Mask To Transparent Color", "SDVN Menu Option", + "SDVN Menu Option Extra", "SDVN Merge Flux", "SDVN Merge SD1", "SDVN Merge SDXL", @@ -3648,10 +4525,12 @@ "SDVN Pipe Out All", "SDVN QuadrupleCLIP Download", "SDVN QwenEdit TextEncoder", + "SDVN QwenEdit TextEncoder Plus", "SDVN RGBA to RGB", "SDVN Random Prompt", "SDVN Run Python Code", "SDVN Run Test", + "SDVN Save Image", "SDVN Save Text", "SDVN Seed", "SDVN Simple Any Input", @@ -3761,6 +4640,17 @@ "title_aux": "comfyui_flux_collection_advanced [WIP]" } ], + "https://github.com/SushantSingh-23-01/comfyui_flowrider_nodes": [ + [ + "FilmGrainVFX", + "SaveCustomResolutions", + "SaveImageCustom", + "SelectCustomResolutions" + ], + { + "title_aux": "comfyui_flowrider_nodes [UNSAFE]" + } + ], "https://github.com/Symbiomatrix/Comfyui-Sort-Files": [ [ "ImageSaverSBM", @@ -3783,7 +4673,6 @@ ], "https://github.com/Tawbaware/ComfyUI-Tawbaware": [ [ - "Example", "LatentBlendGradient", "ReverseLatentBatch", "WanVideoReCamMasterGenerateOrbitCameraEx" @@ -3807,9 +4696,7 @@ "Color Cast Detector", "Color Harmony Analyzer", "Color Temperature Estimator", - "ColorTemperatureEstimator", "Contrast Analysis", - "ContrastAnalysis", "Defocus Analysis", "Edge Density Analysis", "Entropy Analysis", @@ -3829,6 +4716,7 @@ "CompositeNormalsCalculator", "DepthEstimator", "DepthModelLoader", + "ExtractInvShading", "ExtractSmallBgShd", "HarmonizedImageCreator", "ImageResizer", @@ -3840,6 +4728,7 @@ "LoadImagePIL", "MaskApplier", "MaskGenerator", + "MaskPreprocessor", "NormalsExtractor", "NormalsModelLoader", "ReshadingModelLoader", @@ -3849,6 +4738,21 @@ "title_aux": "IntrinsicCompositingClean-ComfyUI" } ], + "https://github.com/TheLocalLab/ComfyUI-Kandinsky-GGUF": [ + [ + "EmptyKandinskyV5_Latent", + "KandinskyV5_ImageToVideoLatent", + "KandinskyV5_Loader", + "KandinskyV5_PruneFrames", + "KandinskyV5_Sampler", + "KandinskyV5_TextEncode", + "KandinskyV5_VAEDecode", + "KandinskyV5_VAELoader" + ], + { + "title_aux": "ComfyUI-Kandinsky-GGUF [WIP]" + } + ], "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": [ [ "OllamaInstructorNode" @@ -3857,8 +4761,17 @@ "title_aux": "ComfyUI Instructor Ollama" } ], + "https://github.com/ThuckMaBaws/TMB-Camera-Modifier": [ + [ + "Camera Modifier Selector" + ], + { + "title_aux": "TMB Camera Modifier for ComfyUI [WIP]" + } + ], "https://github.com/TimothyCMeehan/comfyui-ck3-presets": [ [ + "CK3 Resize Image", "CK3ResizeImage", "CK3SizePreset" ], @@ -3866,6 +4779,14 @@ "title_aux": "ComfyUI CK3 Presets" } ], + "https://github.com/Toxic1228/Eleven-labs-comfyui-sts": [ + [ + "ElevenLabs_SpeechToSpeech" + ], + { + "title_aux": "Eleven-labs-comfyui-sts" + } + ], "https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": [ [ "LoadImageFromFolderMVM", @@ -3877,6 +4798,18 @@ "title_aux": "ComfyUI-CustomNodes-MVM" } ], + "https://github.com/UltraNoob-NazoGiken/ComfyUI-TOML-Tools": [ + [ + "CreateTomlData", + "GetTomlValue", + "LoadToml", + "MergeTomlData", + "SaveToml" + ], + { + "title_aux": "ComfyUI-TOML-Tools [WIP]" + } + ], "https://github.com/UmutGuzel/tryvariantai-comfyui": [ [ "DebugMaskNode", @@ -3892,6 +4825,21 @@ "title_aux": "ComfyUI-yolov5-face [WIP]" } ], + "https://github.com/VectorASD/ComfyUI-VectorASD": [ + [ + "ASD_CLIPLoader", + "ASD_CLIPSplitter", + "ASD_CLIPTextEncode", + "ASD_CompareAnything", + "ASD_JoinString", + "ASD_JoinStringMulti", + "ASD_JoinStringMultiPrefix", + "ASD_JoinStringPrefix" + ], + { + "title_aux": "ComfyUI-VectorASD" + } + ], "https://github.com/Velour-Fog/comfy-latent-nodes": [ [ "CustomLoadLatent", @@ -3922,7 +4870,9 @@ ], "https://github.com/VisionExp/ve_custom_comfyui_nodes": [ [ + "Asset Image", "LoadImgFromInputUrl", + "Render3d", "assets/Asset Image", "render3d/Render Node" ], @@ -3991,6 +4941,21 @@ "title_aux": "ComfyUI-Tracking [WIP]" } ], + "https://github.com/WenerSantos3/ComfyUI-BlueeUtils": [ + [ + "BlueeCombineImagesAudioH264", + "BlueeFileExists", + "BlueeTemplateString", + "BlueeUtilsDelete", + "BlueeUtilsDownloadTemp", + "BlueeUtilsReadTempAudio", + "BlueeUtilsReadTempImage", + "blueeInput" + ], + { + "title_aux": "ComfyUI-BlueeUtils [UNSAFE]" + } + ], "https://github.com/WilliamStanford/ComfyUI-VisualLabs": [ [ "CreateFadeMaskAdvancedVL", @@ -4043,6 +5008,24 @@ "title_aux": "ComfyUI_LLM_Are_You_Listening [WIP]" } ], + "https://github.com/YokoYokoTEC/comfyui-batch-sequence": [ + [ + "BatchCounter|YokoYokoTEC", + "LineRead|YokoYokoTEC" + ], + { + "title_aux": "ComfyUI Batch Sequence Node [UNSAFE]" + } + ], + "https://github.com/YokoYokoTEC/comfyui-sequential-prompt-file": [ + [ + "File", + "Find" + ], + { + "title_aux": "comfyui-sequential-prompt-file [UNSAFE]" + } + ], "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": [ [ "GenerateEditedImage", @@ -4114,6 +5097,8 @@ ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Wan-ZHO": [ [ + "WANMODELS_Generation_Zho", + "WANMODELS_ModelLoader_Zho", "WanT2V_Generation_Zho", "WanT2V_ModelLoader_Zho" ], @@ -4142,34 +5127,22 @@ ], "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": [ [ - "BlenderAlphaConvert", - "BlenderAlphaOver", "BlenderBlackbody", - "BlenderBokehImage", "BlenderBrickTexture", "BlenderBrightnessContrast", "BlenderCheckerTexture", "BlenderClamp", "BlenderCombineColor", "BlenderCombineXYZ", - "BlenderConvertColorspace", - "BlenderCornerPin", "BlenderCrop", - "BlenderDisplace", - "BlenderExposure", - "BlenderFlip", - "BlenderGaborTexture", "BlenderGamma", - "BlenderGradientTexture", "BlenderHueSaturationValue", "BlenderInvertColor", "BlenderLensDistortion", - "BlenderMagicTexture", "BlenderMapRange", "BlenderMapUV", "BlenderMath", "BlenderMix", - "BlenderMovieDistortion", "BlenderNoiseTexture", "BlenderRGB", "BlenderRGBtoBW", @@ -4178,17 +5151,13 @@ "BlenderSeparateColor", "BlenderSeparateXYZ", "BlenderSetAlpha", - "BlenderTonemap", "BlenderTransform", "BlenderTranslate", "BlenderUV", "BlenderValue", "BlenderVectorMath", "BlenderVoronoiTexture", - "BlenderWaveTexture", - "BlenderWavelength", - "BlenderWhiteNoiseTexture", - "BlenderZCombine" + "BlenderWavelength" ], { "title_aux": "ComfyUI-Blenderesque-Nodes [WIP]" @@ -4214,6 +5183,7 @@ "PipemindFlux2MAspectRatio", "PipemindLoraLoader", "PipemindMultilineTextInput", + "PipemindQwenAspectRatio", "PipemindSDXL15AspectRatio", "PipemindSaveImageWTxt", "PipemindShowText", @@ -4264,6 +5234,59 @@ "title_aux": "ComfyUI Model Bending [UNSAFE]" } ], + "https://github.com/adamdavidcole/comfyui-video-xy-plot": [ + [ + "XYPlotCollectVideo", + "XYPlotDirectorySetup", + "XYPlotGetValues", + "XYPlotSetup", + "XYPlotVideoGrid" + ], + { + "title_aux": "ComfyUI XY Video Plot Suite [WIP]" + } + ], + "https://github.com/addddd2/AI_Generated_nodes": [ + [ + "ExtractImageChannel", + "ImageBlendLighter", + "ImageCropBorders", + "ImageMirrorPad", + "ImageOffset", + "ImageScaleToQwen", + "ImageScaleToTotalPixelsRound64", + "ImageStitcher", + "LABtoRGB", + "MatchRYGCBMColors", + "RGBtoLAB", + "RGBtoRYGCBM", + "RYGCBMtoRGB", + "TextCommaToRandomWeighted", + "TextCommaToWeighted" + ], + { + "title_aux": "AI_Generated_nodes" + } + ], + "https://github.com/adigayung/comfyui_PlutoNode": [ + [ + "CompositeImageNode", + "FloatArithmeticNode", + "FloatToIntNode", + "IntArithmeticNode", + "PlutoAutoCropFaces", + "PlutoAutoSaveImage", + "PlutoEmptyLatentByInput", + "PlutoGetSizeFromImage", + "PreviewImageXX", + "TextAppendNode", + "TextReplaceNode", + "TextToImageNode" + ], + { + "title_aux": "comfyui_PlutoNode" + } + ], "https://github.com/adithis197/ComfyUI-Caption_to_audio": [ [ "TextToMusicGenAudio" @@ -4288,8 +5311,17 @@ "title_aux": "ComfyUI-OpenPoser [WIP]" } ], + "https://github.com/agavesunset/ComfyUI_LoRA_Tracker": [ + [ + "LoRAParameterOverlay" + ], + { + "title_aux": "ComfyUI_LoRA_Tracker" + } + ], "https://github.com/ahkimkoo/ComfyUI-OSS-Upload": [ [ + "OSSAudioUploader", "OSSImageUploader", "OSSVideoUploader" ], @@ -4339,6 +5371,34 @@ "title_aux": "etm_comfyui_nodes" } ], + "https://github.com/aistudynow/comfyui-wilddragon-nodes": [ + [ + "WD_FaceRestoreBlend", + "WD_ImageFaceCrop2025", + "WD_PersonBBoxTracker", + "WD_PersonSelector", + "WD_PoseFaceFilter" + ], + { + "title_aux": "comfyui-wilddragon-nodes [WIP]" + } + ], + "https://github.com/ajcampbell1333/BudgetGuard_Artists": [ + [ + "BudgetGuardNode" + ], + { + "title_aux": "BudgetGuard for Artists [WIP]" + } + ], + "https://github.com/akashch1512/ComfyUI_UguuUploader": [ + [ + "UguuUploader" + ], + { + "title_aux": "ComfyUI_UguuUploader" + } + ], "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": [ [ "AccumulateNode", @@ -4414,6 +5474,7 @@ "ReicaInsertAnythingNode", "ReicaLoadLoopImagesFromURLs", "ReicaLoadLoopImagesFromURLsSkipErrors", + "ReicaReadImageUrl", "ReicaSmartResizer", "ReicaTextImageDisplay", "ReicaTryOffDiffGenerator", @@ -4433,6 +5494,25 @@ "title_aux": "alexisrolland/ComfyUI-AuraSR" } ], + "https://github.com/alisson-anjos/ComfyUI-Workarounds": [ + [ + "SkinToneColorMatch", + "SkinToneDetector", + "WA_Face3DProjection", + "WA_FaceLandmarkDetector", + "WA_FaceMaskCreator", + "WA_FaceRegionOptions", + "WA_GeometricFaceAlign", + "WA_ImageComposite", + "WA_ImageTransform", + "WA_PlanarFaceOverlay", + "WA_SkinToneColorMatch", + "WA_SkinToneDetector" + ], + { + "title_aux": "ComfyUI-Workarounds [WIP]" + } + ], "https://github.com/alistairallan/ComfyUI-skin-retouch": [ [ "SkinRetouching" @@ -4474,46 +5554,6 @@ "title_aux": "Dream Painter [WIP]" } ], - "https://github.com/alt-key-project/comfyui-dream-video-batches": [ - [ - "Blended Transition [DVB]", - "Calculation [DVB]", - "Create Frame Set [DVB]", - "Divide [DVB]", - "Fade From Black [DVB]", - "Fade To Black [DVB]", - "Float Input [DVB]", - "For Each Done [DVB]", - "For Each Filename [DVB]", - "Frame Set Append [DVB]", - "Frame Set Frame Dimensions Scaled [DVB]", - "Frame Set Index Offset [DVB]", - "Frame Set Merger [DVB]", - "Frame Set Reindex [DVB]", - "Frame Set Repeat [DVB]", - "Frame Set Reverse [DVB]", - "Frame Set Split Beginning [DVB]", - "Frame Set Split End [DVB]", - "Frame Set Splitter [DVB]", - "Generate Inbetween Frames [DVB]", - "Int Input [DVB]", - "Linear Camera Pan [DVB]", - "Linear Camera Roll [DVB]", - "Linear Camera Zoom [DVB]", - "Load Image From Path [DVB]", - "Multiply [DVB]", - "Sine Camera Pan [DVB]", - "Sine Camera Roll [DVB]", - "Sine Camera Zoom [DVB]", - "String Input [DVB]", - "Text Input [DVB]", - "Trace Memory Allocation [DVB]", - "Unwrap Frame Set [DVB]" - ], - { - "title_aux": "Dream Project Video Batches [WIP]" - } - ], "https://github.com/amamisonlyuser/MixvtonComfyui": [ [ "CXH_Leffa_Viton_Load", @@ -4533,6 +5573,14 @@ "title_aux": "ComfyUI-Legendary-Nodes" } ], + "https://github.com/anilstream/ComfyUI-NanoBananaPro": [ + [ + "NanoBananaBasicNode" + ], + { + "title_aux": "ComfyUI-NanoBananaPro" + } + ], "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": [ [ "AnimemoryNode" @@ -4551,7 +5599,6 @@ ], "https://github.com/apetitbois/nova_utils": [ [ - "floatList2Float", "jsonParser" ], { @@ -4602,6 +5649,65 @@ "title_aux": "artcpu-custom-nodes" } ], + "https://github.com/asaddi/allans-comfy-nodes": [ + [ + "BatchImageLoader", + "ControlBus", + "DepthAnythingV2", + "DepthAnythingV2Model", + "DumpToConsole", + "EmptyLatentImageSelector", + "FlattenImageAlpha", + "FloatLatch", + "FloatList", + "FloatListStepSize", + "ImageBuffer", + "ImageCropSquare", + "ImageDimensions", + "ImageMaskSwitch2", + "ImageMaskSwitch4", + "ImageRouter", + "ImageSequenceList5", + "ImageSwitch2", + "IntegerLatch", + "JSONExtractNumber", + "JSONExtractString", + "LPIPSModel", + "LPIPSRun", + "ListCounter", + "MakeImageGrid", + "MaskBlur", + "MixNoise", + "ModelSwitch2", + "PathJoin", + "PathRelativeTo", + "PathSplit", + "PresetText", + "PrivateLoraStack", + "PrivateSeed", + "RandomCombo2", + "RepeatFloatList", + "RepeatIntList", + "RepeatStringList", + "ReproducibleWildcards", + "ResolutionChooser", + "SaveComicBookArchive", + "SaveTabular", + "SeedList", + "SimpleBus", + "StringSequenceList2", + "StringSequenceList5", + "TabularJoin", + "VAESwitch2", + "VersatileTextEncode", + "WDv3Model", + "WDv3Tagger", + "WriteTextImage" + ], + { + "title_aux": "Allan's ComfyUI nodes" + } + ], "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": [ [ "segformer_b2_sleeves" @@ -4669,18 +5775,19 @@ "title_aux": "Comfyui-MiniMax-Video [WIP]" } ], - "https://github.com/baicai99/ComfyUI-FrameSkipping": [ + "https://github.com/bakker/BK_Utils": [ [ - "FrameSelector", - "FrameSkipping", - "FrameTruncating", - "IntOperationsNode", - "MaskFrameSkipping", - "MaskGenerator", - "MaskSelector" + "DynamicGroupSwitchMulti", + "FileNameDefinition", + "FluxPromptSaver", + "FluxTextSampler", + "IsOneOfGroupsActive", + "ModelName", + "SamePixelResolutionCalculator", + "ZImageTurboResolutions" ], { - "title_aux": "ComfyUI-FrameSkipping" + "title_aux": "BK_Utils [WIP]" } ], "https://github.com/bananasss00/Comfyui-PyExec": [ @@ -4706,6 +5813,49 @@ "title_aux": "Kaggle ComfyUI Local Save Node [WIP]" } ], + "https://github.com/banini1841/BigModelPipe": [ + [ + "BigModelPipeIn", + "BigModelPipeOut" + ], + { + "title_aux": "BigModelPipe [WIP]" + } + ], + "https://github.com/barakapa/barakapa-nodes": [ + [ + "brkp_ConcatenateString", + "brkp_ConvertToString", + "brkp_CountTokens", + "brkp_DirectoryImageCounter", + "brkp_SaveImage", + "brkp_SaveWorkflow" + ], + { + "title_aux": "barakapa-nodes" + } + ], + "https://github.com/basenc/Comfyui-EnvVarNode": [ + [ + "EnvVarNode" + ], + { + "title_aux": "ComfyUI Environment Variable Node [UNSAFE]" + } + ], + "https://github.com/basenc/Comfyui-Nodes-basenc": [ + [ + "ChatMessagesCreate", + "CustomOpenAIChatCompletion", + "EnvVarNode", + "Eval", + "JMESPathSelect", + "WanVideoSize" + ], + { + "title_aux": "Comfyui-Nodes-basenc [UNSAFE]" + } + ], "https://github.com/benda1989/WaterMarkRemover_ComfyUI": [ [ "Remover", @@ -4757,6 +5907,14 @@ "title_aux": "Comfyui_AudioRecoder" } ], + "https://github.com/binarystatic/ComfyUI-BinarystaticMasterSeed": [ + [ + "BinarystaticMasterSeed" + ], + { + "title_aux": "ComfyUI-BinarystaticMasterSeed" + } + ], "https://github.com/birnam/ComfyUI-GenData-Pack": [ [ "Checkpoint From String \ud83d\udc69\u200d\ud83d\udcbb", @@ -4765,7 +5923,6 @@ "Checkpoint Selector \ud83d\udc69\u200d\ud83d\udcbb", "Checkpoint to String \ud83d\udc69\u200d\ud83d\udcbb", "Crop Recombine \ud83d\udc69\u200d\ud83d\udcbb", - "Crop|IP|Inpaint \ud83d\udc69\u200d\ud83d\udcbb", "Crop|IP|Inpaint|SDXL \ud83d\udc69\u200d\ud83d\udcbb", "Decode GenData \ud83d\udc69\u200d\ud83d\udcbb", "Encode GenData \ud83d\udc69\u200d\ud83d\udcbb", @@ -4855,8 +6012,6 @@ "Color Clip ADE20k", "ColorDictionary", "ColorDictionary (custom)", - "Conditioning (combine multiple)", - "Conditioning (combine selective)", "Conditioning Grid (cond)", "Conditioning Grid (string)", "Conditioning Grid (string) Advanced", @@ -5079,30 +6234,15 @@ "title_aux": "ComfyUI_FMJ [WIP]" } ], - "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": [ + "https://github.com/c1660181647-hash/ComfyUI-MM-Visual-Encryption": [ [ - "SignalProcessingBaxandall3BandEQ", - "SignalProcessingBaxandallEQ", - "SignalProcessingCompressor", - "SignalProcessingConvolutionReverb", - "SignalProcessingFilter", - "SignalProcessingHarmonicsEnhancer", - "SignalProcessingLimiter", - "SignalProcessingLoadAudio", - "SignalProcessingLoudness", - "SignalProcessingMixdown", - "SignalProcessingNormalizer", - "SignalProcessingPadSynth", - "SignalProcessingPadSynthChoir", - "SignalProcessingPaulStretch", - "SignalProcessingPitchShifter", - "SignalProcessingSaturation", - "SignalProcessingSpectrogram", - "SignalProcessingStereoWidening", - "SignalProcessingWaveform" + "MM_Image_Decrypt", + "MM_Image_Encrypt", + "MM_Video_Decrypt", + "MM_Video_Encrypt" ], { - "title_aux": "ComfyUI Signal Processing [WIP]" + "title_aux": "ComfyUI-MM-Visual-Encryption" } ], "https://github.com/casterpollux/ComfyUI-USO": [ @@ -5116,20 +6256,51 @@ "title_aux": "ComfyUI USO Custom Node [WIP]" } ], - "https://github.com/casterpollux/MiniMax-bmo": [ + "https://github.com/catboxanon/ComfyUI-Pixelsmith": [ [ - "MinimaxRemoverBMO" + "Pixelsmith" ], { - "title_aux": "MiniMax-bmo" + "title_aux": "ComfyUI-Pixelsmith [WIP]" } ], - "https://github.com/catboxanon/ComfyUI-Pixelsmith": [ + "https://github.com/cedarconnor/ComfyUI-HunyuanWorld-Mirror": [ [ - "Pixelsmith" + "HWMInference", + "LoadHunyuanWorldMirrorModel", + "PreprocessImagesForHWM", + "Save3DGaussians", + "SaveCOLMAPReconstruction", + "SaveCameraParams", + "SaveDepthMap", + "SavePointCloud", + "View3DInBrowser", + "VisualizeDepth", + "VisualizeNormals" ], { - "title_aux": "ComfyUI-Pixelsmith [WIP]" + "title_aux": "HunyuanWorld-Mirror ComfyUI Node Pack [WIP]" + } + ], + "https://github.com/cedarconnor/ComfyUI_MotionTransfer": [ + [ + "AdaptiveTessellate", + "BarycentricWarp", + "BidirectionalFlowExtractor", + "DepthEstimator", + "FlowSRRefine", + "FlowToSTMap", + "HiResWriter", + "MeshBuilder2D", + "MeshFromCoTracker", + "ProxyReprojector", + "RAFTFlowExtractor", + "SequentialMotionTransfer", + "TemporalConsistency", + "TileWarp16K" + ], + { + "title_aux": "ComfyUI Motion Transfer Pack [WIP]" } ], "https://github.com/celll1/cel_sampler": [ @@ -5153,17 +6324,6 @@ "title_aux": "cesilk-comfyui-nodes" } ], - "https://github.com/chaojie/ComfyUI-DynamiCrafter": [ - [ - "DynamiCrafter Simple", - "DynamiCrafterInterp Simple", - "DynamiCrafterInterpLoader", - "DynamiCrafterLoader" - ], - { - "title_aux": "ComfyUI DynamiCrafter" - } - ], "https://github.com/chaojie/ComfyUI-mobvoi-openapi": [ [ "HtmlViewer", @@ -5177,37 +6337,13 @@ "title_aux": "ComfyUI-mobvoi-openapi" } ], - "https://github.com/chaserhkj/ComfyUI-Chaser-nodes": [ - [ - "EvalFloatExpr", - "EvalIntExpr", - "LoadImageFromWebDAV", - "MergeData", - "PromptFormatter", - "PromptTemplate", - "RegisterTemplate", - "SetData", - "TemplateFileLoader", - "UploadImagesToWebDAV", - "UploadWebMToWebDAV", - "YAMLData", - "YAMLFileLoader" - ], - { - "title_aux": "ComfyUI Chaser Custom Nodes" - } - ], - "https://github.com/chenbaiyujason/ComfyUI_StepFun": [ + "https://github.com/charlierz/comfyui-charlierz": [ [ - "CombineStrings", - "JSONParser", - "StepFunClient", - "TextImageChat", - "VideoChat", - "VideoFileUploader" + "BackgroundColor", + "ScaleDimensions" ], { - "title_aux": "ComfyUI_StepFun" + "title_aux": "comfyui-charlierz" } ], "https://github.com/chengzeyi/Comfy-WaveSpeed": [ @@ -5242,6 +6378,7 @@ "AliyunDriveCloudUploadNode", "AliyunDriveOptimizedUploadNode", "SimpleUploadToAliyunDrive", + "UploadTo115", "UploadToAliyunDrive", "UploadToOSSNode" ], @@ -5321,15 +6458,42 @@ "title_aux": "FileTo64" } ], + "https://github.com/clubmate/comfyui-boll-nodes": [ + [ + "GetLastImage", + "RemoveLastImage", + "WANConfig" + ], + { + "title_aux": "comfyui-boll-nodes" + } + ], "https://github.com/comfyanonymous/ComfyUI": [ [ + "APG", "AddNoise", + "AlignYourStepsScheduler", + "AudioAdjustVolume", + "AudioConcat", "AudioEncoderEncode", "AudioEncoderLoader", + "AudioMerge", + "AutogrowNamesTestNode", + "AutogrowPrefixTestNode", "BasicGuider", "BasicScheduler", "BetaSamplingScheduler", + "ByteDanceFirstLastFrameNode", + "ByteDanceImageEditNode", + "ByteDanceImageNode", + "ByteDanceImageReferenceNode", + "ByteDanceImageToVideoNode", + "ByteDanceSeedreamNode", + "ByteDanceTextToVideoNode", "CFGGuider", + "CFGNorm", + "CFGZeroStar", + "CLIPAttentionMultiply", "CLIPLoader", "CLIPMergeAdd", "CLIPMergeSimple", @@ -5337,9 +6501,11 @@ "CLIPSave", "CLIPSetLastLayer", "CLIPTextEncode", + "CLIPTextEncodeControlnet", "CLIPTextEncodeFlux", "CLIPTextEncodeHiDream", "CLIPTextEncodeHunyuanDiT", + "CLIPTextEncodeKandinsky5", "CLIPTextEncodeLumina2", "CLIPTextEncodePixArtAlpha", "CLIPTextEncodeSD3", @@ -5347,9 +6513,13 @@ "CLIPTextEncodeSDXLRefiner", "CLIPVisionEncode", "CLIPVisionLoader", + "Canny", + "CaseConverter", "CheckpointLoader", "CheckpointLoaderSimple", "CheckpointSave", + "ChromaRadianceOptions", + "ComfySwitchNode", "ConditioningAverage", "ConditioningCombine", "ConditioningConcat", @@ -5361,18 +6531,29 @@ "ConditioningSetTimestepRange", "ConditioningStableAudio", "ConditioningZeroOut", + "ContextWindowsManual", "ControlNetApply", "ControlNetApplyAdvanced", "ControlNetApplySD3", "ControlNetInpaintingAliMamaApply", "ControlNetLoader", + "CosmosImageToVideoLatent", + "CosmosPredict2ImageToVideoLatent", + "CreateVideo", "CropMask", + "DCTestNode", "DiffControlNetLoader", "DifferentialDiffusion", "DiffusersLoader", "DisableNoise", "DualCFGGuider", "DualCLIPLoader", + "EasyCache", + "EmptyAceStepLatentAudio", + "EmptyAudio", + "EmptyChromaRadianceLatentImage", + "EmptyCosmosLatentVideo", + "EmptyFlux2LatentImage", "EmptyHunyuanImageLatent", "EmptyHunyuanLatentVideo", "EmptyImage", @@ -5382,21 +6563,19 @@ "EmptyLatentImage", "EmptyMochiLatentVideo", "EmptySD3LatentImage", + "Epsilon Scaling", "ExponentialScheduler", "ExtendIntermediateSigmas", "FeatherMask", "FlipSigmas", + "Flux2ProImageNode", + "Flux2Scheduler", "FluxDisableGuidance", "FluxGuidance", "FluxKontextImageScale", - "FluxKontextMaxImageNode", "FluxKontextMultiReferenceLatentMethod", - "FluxKontextProImageNode", - "FluxProCannyNode", - "FluxProDepthNode", "FluxProExpandNode", "FluxProFillNode", - "FluxProImageNode", "FluxProUltraImageNode", "FreSca", "FreeU", @@ -5404,17 +6583,26 @@ "GITSScheduler", "GLIGENLoader", "GLIGENTextBoxApply", + "GeminiImage2Node", "GeminiImageNode", "GeminiInputFiles", "GeminiNode", + "GenerateTracks", "GetImageSize", + "GetVideoComponents", "GrowMask", "Hunyuan3Dv2Conditioning", "Hunyuan3Dv2ConditioningMultiView", "HunyuanImageToVideo", "HunyuanRefinerLatent", + "HunyuanVideo15ImageToVideo", + "HunyuanVideo15LatentUpscaleWithModel", + "HunyuanVideo15SuperResolution", "HyperTile", "HypernetworkLoader", + "IdeogramV1", + "IdeogramV2", + "IdeogramV3", "ImageAddNoise", "ImageBatch", "ImageBlend", @@ -5447,6 +6635,7 @@ "KSampler", "KSamplerAdvanced", "KSamplerSelect", + "Kandinsky5ImageToVideo", "KarrasScheduler", "KlingCameraControlI2VNode", "KlingCameraControlT2VNode", @@ -5454,11 +6643,19 @@ "KlingDualCharacterVideoEffectNode", "KlingImage2VideoNode", "KlingImageGenerationNode", + "KlingImageToVideoWithAudio", "KlingLipSyncAudioToVideoNode", "KlingLipSyncTextToVideoNode", + "KlingOmniProEditVideoNode", + "KlingOmniProFirstLastFrameNode", + "KlingOmniProImageNode", + "KlingOmniProImageToVideoNode", + "KlingOmniProTextToVideoNode", + "KlingOmniProVideoToVideoNode", "KlingSingleImageVideoEffectNode", "KlingStartEndFrameNode", "KlingTextToVideoNode", + "KlingTextToVideoWithAudio", "KlingVideoExtendNode", "KlingVirtualTryOnNode", "LTXVAddGuide", @@ -5489,21 +6686,26 @@ "LatentSubtract", "LatentUpscale", "LatentUpscaleBy", + "LatentUpscaleModelLoader", + "LazyCache", "Load3D", - "Load3DAnimation", "LoadAudio", "LoadImage", + "LoadImageDataSetFromFolder", "LoadImageMask", "LoadImageOutput", - "LoadImageSetFromFolderNode", - "LoadImageTextSetFromFolderNode", + "LoadImageTextDataSetFromFolder", "LoadLatent", + "LoadTrainingDataset", + "LoadVideo", "LoraLoader", "LoraLoaderModelOnly", "LoraModelLoader", "LoraSave", "LossGraphNode", "LotusConditioning", + "LtxvApiImageToVideo", + "LtxvApiTextToVideo", "LumaConceptsNode", "LumaImageModifyNode", "LumaImageNode", @@ -5511,9 +6713,14 @@ "LumaReferenceNode", "LumaVideoNode", "Mahiro", + "MakeTrainingDataset", "MaskComposite", "MaskPreview", "MaskToImage", + "MinimaxHailuoVideoNode", + "MinimaxImageToVideoNode", + "MinimaxSubjectToVideoNode", + "MinimaxTextToVideoNode", "ModelComputeDtype", "ModelMergeAdd", "ModelMergeAuraflow", @@ -5544,13 +6751,18 @@ "ModelSamplingSD3", "ModelSamplingStableCascade", "ModelSave", + "MoonvalleyImg2VideoNode", + "MoonvalleyTxt2VideoNode", + "MoonvalleyVideo2VideoNode", "Morphology", + "NormalizeVideoLatentStart", "OpenAIChatConfig", "OpenAIChatNode", "OpenAIDalle2", "OpenAIDalle3", "OpenAIGPTImage1", "OpenAIInputFiles", + "OpenAIVideoSora2", "OptimalStepsScheduler", "PatchModelAddDownscale", "PerpNeg", @@ -5572,10 +6784,14 @@ "PolyexponentialScheduler", "PorterDuffImageComposite", "Preview3D", - "Preview3DAnimation", "PreviewAny", "PreviewAudio", "PreviewImage", + "PrimitiveBoolean", + "PrimitiveFloat", + "PrimitiveInt", + "PrimitiveString", + "PrimitiveStringMultiline", "QuadrupleCLIPLoader", "QwenImageDiffsynthControlnet", "RandomNoise", @@ -5584,29 +6800,35 @@ "RecordAudio", "RecraftColorRGB", "RecraftControls", - "RecraftCreativeUpscaleNode", "RecraftCrispUpscaleNode", "RecraftImageInpaintingNode", "RecraftImageToImageNode", "RecraftRemoveBackgroundNode", "RecraftReplaceBackgroundNode", - "RecraftStyleV3DigitalIllustration", "RecraftStyleV3InfiniteStyleLibrary", - "RecraftStyleV3LogoRaster", "RecraftStyleV3RealisticImage", "RecraftTextToImageNode", "RecraftTextToVectorNode", "RecraftVectorizeImageNode", "ReferenceLatent", + "RegexExtract", + "RegexMatch", + "RegexReplace", "RenormCFG", "RepeatImageBatch", "RepeatLatentBatch", + "ReplaceVideoLatentFrames", "RescaleCFG", "ResizeAndPadImage", "Rodin3D_Detail", + "Rodin3D_Gen2", "Rodin3D_Regular", "Rodin3D_Sketch", "Rodin3D_Smooth", + "RunwayFirstLastFrameNode", + "RunwayImageToVideoNodeGen3a", + "RunwayImageToVideoNodeGen4", + "RunwayTextToImageNode", "SDTurboScheduler", "SD_4XUpscale_Conditioning", "SV3D_Conditioning", @@ -5621,8 +6843,11 @@ "SamplerER_SDE", "SamplerEulerAncestral", "SamplerEulerAncestralCFGPP", + "SamplerEulerCFGpp", + "SamplerLCMUpscale", "SamplerLMS", "SamplerSASolver", + "SamplerSEEDS2", "SamplingPercentToSigma", "SaveAnimatedPNG", "SaveAnimatedWEBP", @@ -5631,23 +6856,50 @@ "SaveAudioOpus", "SaveGLB", "SaveImage", + "SaveImageDataSetToFolder", + "SaveImageTextDataSetToFolder", "SaveImageWebsocket", "SaveLatent", - "SaveLoRANode", + "SaveLoRA", "SaveSVGNode", + "SaveTrainingDataset", + "SaveVideo", + "SaveWEBM", + "ScaleROPE", "SelfAttentionGuidance", "SetFirstSigma", "SetLatentNoiseMask", "SetUnionControlNetType", + "ShuffleImageTextDataset", "SkipLayerGuidanceDiT", "SkipLayerGuidanceDiTSimple", "SkipLayerGuidanceSD3", "SolidMask", + "SplitAudioChannels", "SplitImageWithAlpha", "SplitSigmas", "SplitSigmasDenoise", + "StabilityAudioInpaint", + "StabilityAudioToAudio", + "StabilityStableImageSD_3_5Node", + "StabilityStableImageUltraNode", + "StabilityTextToAudio", + "StabilityUpscaleConservativeNode", + "StabilityUpscaleCreativeNode", + "StabilityUpscaleFastNode", + "StableCascade_EmptyLatentImage", + "StableCascade_StageB_Conditioning", + "StableCascade_StageC_VAEEncode", + "StableCascade_SuperResolutionControlnet", "StableZero123_Conditioning", "StableZero123_Conditioning_Batched", + "StringCompare", + "StringConcatenate", + "StringContains", + "StringLength", + "StringReplace", + "StringSubstring", + "StringTrim", "StubConstantImage", "StubFloat", "StubImage", @@ -5655,7 +6907,9 @@ "StubMask", "StyleModelApply", "StyleModelLoader", + "T5TokenizerOptions", "TCFG", + "TemporalScoreRescaling", "TestAccumulateNode", "TestAccumulationGetItemNode", "TestAccumulationGetLengthNode", @@ -5703,12 +6957,18 @@ "TestVariadicAverage", "TestWhileLoopClose", "TestWhileLoopOpen", + "TextEncodeAceStepAudio", "TextEncodeHunyuanVideo_ImageToVideo", "TextEncodeQwenImageEdit", + "TextEncodeQwenImageEditPlus", "ThresholdMask", "TomePatchModel", + "TopazImageEnhance", + "TopazVideoEnhance", "TorchCompileModel", "TrainLoraNode", + "TrimAudioDuration", + "TrimVideoLatent", "TripleCLIPLoader", "TripoConversionNode", "TripoImageToModelNode", @@ -5719,6 +6979,9 @@ "TripoTextToModelNode", "TripoTextureNode", "UNETLoader", + "UNetCrossAttentionMultiply", + "UNetSelfAttentionMultiply", + "UNetTemporalAttentionMultiply", "USOStyleReference", "UpscaleModelLoader", "VAEDecode", @@ -5732,13 +6995,43 @@ "VAELoader", "VAESave", "VPScheduler", + "Veo3FirstLastFrameNode", + "VeoVideoGenerationNode", "VideoLinearCFGGuidance", "VideoTriangleCFGGuidance", + "ViduImageToVideoNode", + "ViduReferenceVideoNode", + "ViduStartEndToVideoNode", + "ViduTextToVideoNode", "VoxelToMesh", "VoxelToMeshBasic", + "Wan22FunControlToVideo", + "Wan22ImageToVideoLatent", + "WanAnimateToVideo", + "WanCameraEmbedding", + "WanCameraImageToVideo", + "WanFirstLastFrameToVideo", + "WanFunControlToVideo", + "WanFunInpaintToVideo", + "WanHuMoImageToVideo", + "WanImageToImageApi", + "WanImageToVideo", + "WanImageToVideoApi", + "WanMoveConcatTrack", + "WanMoveTrackToVideo", + "WanMoveTracksFromCoords", + "WanMoveVisualizeTracks", + "WanPhantomSubjectToVideo", + "WanSoundImageToVideo", + "WanSoundImageToVideoExtend", + "WanTextToImageApi", + "WanTextToVideoApi", + "WanTrackToVideo", + "WanVaceToVideo", "WebcamCapture", "unCLIPCheckpointLoader", - "unCLIPConditioning" + "unCLIPConditioning", + "wanBlockSwap" ], { "title_aux": "ComfyUI" @@ -5795,6 +7088,14 @@ "title_aux": "deepseek_prompt_generator_comfyui [WIP]" } ], + "https://github.com/content-and-code/ComfyUI-SimpleCSVParse": [ + [ + "SimpleCSVParser" + ], + { + "title_aux": "Simple CSV Parser [UNSAFE]" + } + ], "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": [ [ "BetterImageDimensions", @@ -5823,19 +7124,6 @@ "title_aux": "ComfyUI-AudioDuration" } ], - "https://github.com/cyberhirsch/seb_nodes": [ - [ - "AspectRatioSeb", - "DepthInpaintSeb", - "SaveImageSeb", - "SwitchMasksSeb", - "SwitchSeb", - "UnifiedPrompterSeb" - ], - { - "title_aux": "seb_nodes [WIP]" - } - ], "https://github.com/daracazamea/comfyUI-DCNodes": [ [ "FluxResolutionPicker", @@ -5848,6 +7136,15 @@ "title_aux": "DCNodess [WIP]" } ], + "https://github.com/dcduanchao/comfyui_video_http": [ + [ + "Translator Node", + "Video Upload Node" + ], + { + "title_aux": "comfyui_video_http" + } + ], "https://github.com/dead-matrix/ComfyUI-RMBG-Custom": [ [ "RMBG_Custom" @@ -5922,6 +7219,15 @@ "title_aux": "ComfyUI-IPAdapter-Flux-Repair" } ], + "https://github.com/dibowei1980/Comfyui-QwenEditUtilsFromRapid": [ + [ + "TextEncodeQwenImageEditPlus_FromRapid", + "TextEncodeQwenImageEdit_FromRapid" + ], + { + "title_aux": "Comfyui-QwenEditUtilsFromRapid" + } + ], "https://github.com/dihan/comfyui-random-kps": [ [ "RandomFaceKeypoints" @@ -5930,11 +7236,33 @@ "title_aux": "ComfyUI Random Keypoints for InstantID [WIP]" } ], - "https://github.com/dogcomplex/ComfyUI-LOKI": [ + "https://github.com/dmitry-guskov/ComfyUI_light_image_ops": [ [ - "EvaluateRelevanceLLM", - "FilterNodesLLM", - "LLMQueryAPI", + "LightBatchToList", + "LightListToBatch", + "LightScaleToSide", + "LightWanEmbedsResizeSpatialPacked", + "LightWanLatentsResizeNormalizeNoise", + "LightWanLatentsResizeToSize" + ], + { + "title_aux": "ComfyUI_light_image_ops" + } + ], + "https://github.com/doc-packages/comfyui-doc-utils": [ + [ + "DOC_RandomPromptChoice", + "DOC_SaveImageAndAddToHistory" + ], + { + "title_aux": "doc-utils" + } + ], + "https://github.com/dogcomplex/ComfyUI-LOKI": [ + [ + "EvaluateRelevanceLLM", + "FilterNodesLLM", + "LLMQueryAPI", "LLMQueryAPIBatch", "LokiGlamour", "LokiListAvailableNodes", @@ -5976,6 +7304,7 @@ "BWIZInteractiveLogMonitor", "BWIZ_AdvancedLoadImageBatch", "BWIZ_CaptainWebhook", + "BWIZ_CaptainWebhook-Email", "BWIZ_ComfyEmail", "BWIZ_ErrorDetector", "BWIZ_HFRepoBatchLoader", @@ -5985,6 +7314,21 @@ "title_aux": "ComfyUI_BWiZ_Nodes [WIP]" } ], + "https://github.com/downlifted/ComfyUI_GroqPrompt": [ + [ + "GroqAPIKeyManager", + "GroqAPIKeyProvider", + "GroqArtPromptEnhancer", + "GroqArtPromptGenerator", + "GroqLLMNode", + "GroqMusicToArtPrompter", + "GroqStyleTransferPrompter", + "GroqWorkflowHelper" + ], + { + "title_aux": "ComfyUI_GroqPrompt [WIP]" + } + ], "https://github.com/duckmartians/Duck_Nodes": [ [ "Duck_AddTextOverlay", @@ -6001,6 +7345,129 @@ "title_aux": "Duck_Nodes [UNSAFE]" } ], + "https://github.com/eddiehavila/comfyui-nachoman": [ + [ + "NACHOMAN_AudioCropTime", + "NACHOMAN_AutoQueueController", + "NACHOMAN_ChunkIndexController", + "NACHOMAN_CombineAllChunks", + "NACHOMAN_Extract_Frame_Number", + "NACHOMAN_FullSongAnalyzerV4", + "NACHOMAN_GetPromptByIndex", + "NACHOMAN_GetRunIndexFromJson", + "NACHOMAN_IndexedPromptChunker", + "NACHOMAN_IndexedPromptChunkerV2", + "NACHOMAN_LoadAudioSplitDynamic", + "NACHOMAN_LoadAudioSplitUpload", + "NACHOMAN_LoadAudioSplit_HUMO", + "NACHOMAN_LoadAudioSplit_HUMO_Transcribe", + "NACHOMAN_LoadSingleAudioChunk", + "NACHOMAN_LoadVideos", + "NACHOMAN_PostRunIndexStepper", + "NACHOMAN_PromptSplitter", + "NACHOMAN_SaveVideoChunkWithIndex", + "NACHOMAN_TranscribeText", + "NACHOMAN_VideoSplitter" + ], + { + "title_aux": "nachoman Custom Nodes [WIP]" + } + ], + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenImageWrapper": [ + [ + "CLIPLoader", + "CLIPSetLastLayer", + "CLIPTextEncode", + "CLIPVisionEncode", + "CLIPVisionLoader", + "CheckpointLoader", + "CheckpointLoaderSimple", + "ConditioningAverage", + "ConditioningCombine", + "ConditioningConcat", + "ConditioningSetArea", + "ConditioningSetAreaPercentage", + "ConditioningSetAreaStrength", + "ConditioningSetMask", + "ConditioningSetTimestepRange", + "ConditioningZeroOut", + "ControlNetApply", + "ControlNetApplyAdvanced", + "ControlNetLoader", + "DiffControlNetLoader", + "DiffusersLoader", + "DualCLIPLoader", + "EmptyImage", + "EmptyLatentImage", + "GLIGENLoader", + "GLIGENTextBoxApply", + "GetImageSize", + "ImageBatch", + "ImageBlend", + "ImageBlur", + "ImageCrop", + "ImageInvert", + "ImagePadForOutpaint", + "ImageQuantize", + "ImageScale", + "ImageScaleBy", + "ImageScaleToTotalPixels", + "ImageSharpen", + "ImageStitch", + "ImageUpscaleWithModel", + "InpaintModelConditioning", + "KSampler", + "KSamplerAdvanced", + "LatentBlend", + "LatentComposite", + "LatentCrop", + "LatentFlip", + "LatentFromBatch", + "LatentRotate", + "LatentUpscale", + "LatentUpscaleBy", + "LoadImage", + "LoadImageMask", + "LoadImageOutput", + "LoadLatent", + "LoraLoader", + "LoraLoaderModelOnly", + "PreviewImage", + "RepeatLatentBatch", + "SaveImage", + "SaveLatent", + "SetLatentNoiseMask", + "StyleModelApply", + "StyleModelLoader", + "UNETLoader", + "UpscaleModelLoader", + "VAEDecode", + "VAEDecodeTiled", + "VAEEncode", + "VAEEncodeForInpaint", + "VAEEncodeTiled", + "VAELoader", + "eddy_batch_image_generator", + "eddy_batch_prompt", + "eddy_image_blend", + "eddy_qwen_CLIPLoader", + "eddy_qwen_CLIPTextEncode", + "eddy_qwen_EmptySD3LatentImage", + "eddy_qwen_KSampler", + "eddy_qwen_LoraLoaderModelOnly", + "eddy_qwen_ModelSamplingAuraFlow", + "eddy_qwen_SaveImage", + "eddy_qwen_UNETLoader", + "eddy_qwen_VAEDecode", + "eddy_qwen_VAELoader", + "eddy_qwen_image_blockswap", + "unCLIPCheckpointLoader", + "unCLIPConditioning" + ], + { + "title_aux": "ComfyUI-QwenImageWrapper [WIP]" + } + ], "https://github.com/edisonchan/ComfyUI-Sysinfo": [ [ "SysInfoDisplay" @@ -6021,6 +7488,25 @@ "title_aux": "DiffusionRenderer-ComfyUI [WIP]" } ], + "https://github.com/egormly/ComfyUI-EG_Tools": [ + [ + "EG_AppendSubfolder", + "EG_GetDateTime", + "EG_ImageInfo", + "EG_IncrementCounter", + "EG_ListFiles", + "EG_PathExists", + "EG_PathIndexFilename", + "EG_PathIndexPrefix", + "EG_PathParts", + "EG_ProjectRoot", + "EG_SaveImage", + "EG_WithNewExtension" + ], + { + "title_aux": "ComfyUI-EG_Tools [WIP]" + } + ], "https://github.com/eigenpunk/ComfyUI-audio": [ [ "ApplyVoiceFixer", @@ -6090,7 +7576,9 @@ ], "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": [ [ + "Load Contditioning", "LoadContditioning", + "Save Conditioning", "SaveConditioning" ], { @@ -6144,21 +7632,20 @@ "title_aux": "ComfyUI-Metadata-Hub" } ], - "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": [ + "https://github.com/ethanfel/ComfyUI-Mamad8-QwenEdit-fix": [ [ - "DownloadAndLoadHyVideoTextEncoder", - "HyVideoBlockSwap", - "HyVideoDecode", - "HyVideoEncode", - "HyVideoModelLoader", - "HyVideoSTG", - "HyVideoSampler", - "HyVideoTextEncode", - "HyVideoTorchCompileSettings", - "HyVideoVAELoader" + "CLIPTextEncodeMamad8", + "CompiledModelRouter", + "ConditioningRouter", + "ImageRouter", + "LatentRouter", + "ModelRouter", + "QwenImagePreprocessMamad8", + "TextEncodeQwenImageEditPlusMamad8", + "WeightSwappingRouter" ], { - "title_aux": "ComfyUI-HunyuanVideoWrapper-Extended [WIP]" + "title_aux": "ComfyUI-Mamad8 [WIP]" } ], "https://github.com/exectails/comfyui-et_scripting": [ @@ -6178,18 +7665,9 @@ "title_aux": "comfyui_runway_gen3" } ], - "https://github.com/facok/ComfyUI-FokToolset": [ - [ - "Fok_PreprocessRefImage" - ], - { - "title_aux": "ComfyUI-FokToolset" - } - ], "https://github.com/fangg2000/ComfyUI-SenseVoice": [ [ "STTNode", - "ShowTextNode", "VoiceRecorderNode" ], { @@ -6217,6 +7695,18 @@ "title_aux": "comfyuinode_chopmask [WIP]" } ], + "https://github.com/fantaskiss/ComfyUI-Qwen3_VQA_enhanced": [ + [ + "ImageLoader", + "MultiplePathsInput", + "Qwen3_VQA", + "Qwen3_VQA_Enhanced", + "VideoLoader" + ], + { + "title_aux": "ComfyUI-Qwen3_VQA_enhanced [WIP]" + } + ], "https://github.com/filipemeneses/ComfyUI_html": [ [ "HtmlDownload", @@ -6238,14 +7728,6 @@ "title_aux": "comfyui-flowty-lcm" } ], - "https://github.com/flybirdxx/ComfyUI-SDMatte": [ - [ - "SDMatteApply" - ], - { - "title_aux": "ComfyUI-SDMatte [WIP]" - } - ], "https://github.com/flyingdogsoftware/gyre_for_comfyui": [ [ "BackgroundRemoval", @@ -6265,6 +7747,14 @@ "title_aux": "comfyui-cem-tools" } ], + "https://github.com/franklydegenerate/ComfyUI-WAN-Resolution-Helper": [ + [ + "WANResolutionHelperV2" + ], + { + "title_aux": "WAN Resolution Helper [WIP]" + } + ], "https://github.com/franky519/comfyui-redux-style": [ [ "StyleModelAdvanced", @@ -6298,6 +7788,29 @@ "title_aux": "ComfyUI-LLM-Utils [WIP]" } ], + "https://github.com/frost-byte/fbTools": [ + [ + "FBTextEncodeQwenImageEditPlus", + "NodeInputSelect", + "OpaqueAlpha", + "QwenAspectRatio", + "SAMPreprocessNHWC", + "SceneCreate", + "SceneInput", + "SceneOutput", + "SceneSave", + "SceneSelect", + "SceneUpdate", + "SceneView", + "SceneWanVideoLoraMultiSave", + "SubdirLister", + "TailEnhancePro", + "TailSplit" + ], + { + "title_aux": "fb-tools" + } + ], "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": [ [ "CountTokens" @@ -6316,6 +7829,16 @@ "title_aux": "ComfyUI-Lucian [WIP]" } ], + "https://github.com/fuselayer/comfyui-libcom-image-composition": [ + [ + "HarmonyScore", + "ImageHarmonization", + "ImageHarmonizationAuto" + ], + { + "title_aux": "comfyui-libcom-image-composition" + } + ], "https://github.com/fylrid2/comfyui_lock_previous_value": [ [ "Lock" @@ -6404,6 +7927,15 @@ "title_aux": "ComfyUI-N_SwapInput [UNSAFE]" } ], + "https://github.com/gaonprime-labs/ComfyUI_Nordy": [ + [ + "MemoryTest", + "SaveImageS3PresignedUrlNordy" + ], + { + "title_aux": "ComfyUI_Nordy" + } + ], "https://github.com/gaowei-space/ComfyUI-Doubao-LLM": [ [ "DoubaoAPI", @@ -6415,6 +7947,15 @@ "title_aux": "ComfyUI Doubao LLM [WIP]" } ], + "https://github.com/garciaone/g_one_toolkit": [ + [ + "g-one Face Tracking Features", + "g-one Face Tracking Masks" + ], + { + "title_aux": "g_one_toolkit" + } + ], "https://github.com/gilons/ComfyUI-GoogleDrive-Downloader": [ [ "custom_nodes" @@ -6423,15 +7964,12 @@ "title_aux": "ComfyUI-GoogleDrive-Downloader [UNSAFE]" } ], - "https://github.com/gitadmini/comfyui_extractstoryboards": [ + "https://github.com/gioferreira/ComfyUI-Molde-Utils": [ [ - "Example", - "ExtractStoryboards_xuhuan1024", - "IntBatchSize_xuhuan1024", - "IntBatch_xuhuan1024" + "BezierMapping" ], { - "title_aux": "ExtractStoryboards [WIP]" + "title_aux": "ComfyUI-Molde-Utils" } ], "https://github.com/githubYiheng/comfyui_median_filter": [ @@ -6444,6 +7982,7 @@ ], "https://github.com/gmammolo/comfyui-gmammolo": [ [ + "CheckImageGen", "FilterConditioningPrompt", "FilterTextPrompt", "SimpleTextbox" @@ -6452,17 +7991,6 @@ "title_aux": "comfyui-gmammolo" } ], - "https://github.com/gmorks/ComfyUI-Animagine-Prompt": [ - [ - "AnimaginePrompt", - "MultiWildcardLoader", - "MultilineTextInput", - "TextFileLoader" - ], - { - "title_aux": "ComfyUI Animagine prompt [WIP]" - } - ], "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": [ [ "Tools:CopyFile", @@ -6535,13 +8063,16 @@ ], "https://github.com/grinlau18/ComfyUI_XISER_Nodes": [ [ - "CreatePointsString", "XISER_Canvas", - "XIS_AdjustTheImage", + "XIS_BooleanSwitch", + "XIS_CanvasConfig", "XIS_CanvasMaskProcessor", "XIS_CompositorProcessor", + "XIS_CoordinatePath", "XIS_CropImage", - "XIS_DynamicBatchKSampler", + "XIS_CurveEditor", + "XIS_DynamicKSampler", + "XIS_FloatSwitch", "XIS_Float_Slider", "XIS_FromListGet1Color", "XIS_FromListGet1Cond", @@ -6555,18 +8086,23 @@ "XIS_INT_Slider", "XIS_IPAStyleSettings", "XIS_IfDataIsNone", + "XIS_ImageAdjustAndBlend", "XIS_ImageManager", "XIS_ImageMaskMirror", - "XIS_ImageStitcher", + "XIS_ImagePuzzle", + "XIS_ImageSwitch", + "XIS_IntSwitch", "XIS_InvertMask", "XIS_IsThereAnyData", "XIS_KSamplerSettingsNode", "XIS_KSamplerSettingsUnpackNode", + "XIS_LLMOrchestrator", "XIS_Label", "XIS_LatentBlendNode", "XIS_LoadImage", "XIS_MaskBatchProcessor", "XIS_MaskCompositeOperation", + "XIS_MaskSwitch", "XIS_MergePackImages", "XIS_MultiPointGradient", "XIS_MultiPromptSwitch", @@ -6578,7 +8114,12 @@ "XIS_ReorderImages", "XIS_ResizeImageOrMask", "XIS_ResizeToDivisible", - "XIS_ResolutionSelector" + "XIS_ResolutionSelector", + "XIS_SetColor", + "XIS_ShapeAndText", + "XIS_ShapeData", + "XIS_StringSwitch", + "XIS_UnpackImages" ], { "title_aux": "Xiser_Nodes [WIP]" @@ -6586,23 +8127,22 @@ ], "https://github.com/grokuku/ComfyUI-Holaf": [ [ - "HolafBenchmarkLoader", - "HolafBenchmarkPlotter", - "HolafBenchmarkRunner", + "HolafBypasser", + "HolafGroupBypasser", "HolafImageComparer", "HolafInstagramResize", - "HolafInternalSampler", "HolafKSampler", + "HolafLoadImageVideo", "HolafLutGenerator", "HolafLutSaver", "HolafMaskToBoolean", - "HolafOrchestratorConfig", "HolafOverlayNode", "HolafRatioCalculator", + "HolafRemote", "HolafResolutionPreset", "HolafSaveImage", - "HolafSliceCalculator", - "HolafTileCalculator", + "HolafShortcut", + "HolafShortcutUser", "HolafTiledKSampler", "UpscaleImageHolaf" ], @@ -6732,6 +8272,48 @@ "title_aux": "comfyui_EvoSearch [WIP]" } ], + "https://github.com/henjicc/ComfyUI-CC-ImageLoader": [ + [ + "LoadImage" + ], + { + "title_aux": "ComfyUI-CC-ImageLoader [UNSAFE]" + } + ], + "https://github.com/heyburns/ComfyUI-Logic-Redux": [ + [ + "Bool-\ud83d\udd2c", + "Compare-\ud83d\udd2c", + "DebugPrint-\ud83d\udd2c", + "Float-\ud83d\udd2c", + "If ANY execute A else B", + "If ANY execute A else B-\ud83d\udd2c", + "If ANY return A else B-\ud83d\udd2c", + "Int-\ud83d\udd2c", + "String-\ud83d\udd2c" + ], + { + "title_aux": "ComfyUI-Logic-Redux [WIP]" + } + ], + "https://github.com/hhelloe/ComfyuiQuantizerToFp8": [ + [ + "FP8QuantizeFormat", + "ModelToStateDict", + "SaveAsSafeTensor" + ], + { + "title_aux": "ComfyuiQuantizerToFp8 [WIP]" + } + ], + "https://github.com/hhelloe/comfyuiWeightOnlyQuant": [ + [ + "WeightOnlyQuantize" + ], + { + "title_aux": "comfyuiWeightOnlyQuant [WIP]" + } + ], "https://github.com/hiusdev/ComfyUI_Lah_Toffee": [ [ "LoadVideoRandom" @@ -6740,6 +8322,14 @@ "title_aux": "ComfyUI_Lah_Toffee" } ], + "https://github.com/hndrr/Comfyui-SceneDetect": [ + [ + "PySceneDetectToImages" + ], + { + "title_aux": "Comfyui-SceneDetect [WIP]" + } + ], "https://github.com/hnmr293/ComfyUI-SamOne": [ [ "Latent", @@ -6823,6 +8413,14 @@ "title_aux": "comfy-magick [WIP]" } ], + "https://github.com/huhu-tiger/ComfyUI-RemoteDownload": [ + [ + "LoadImageFromRemote" + ], + { + "title_aux": "ComfyUI-RemoteDownload" + } + ], "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": [ [ "EasyBgRemover", @@ -6837,6 +8435,15 @@ "title_aux": "ComfyUI_Easy_Nodes_hui" } ], + "https://github.com/hujuying/ComfyUI-QwenVL3-image-Plus": [ + [ + "QwenVL3ImagePlus", + "QwenVLUnloadModelPlus" + ], + { + "title_aux": "ComfyUI-QwenVL3-image-Plus [WIP]" + } + ], "https://github.com/hujuying/comfyui_gemini_banana_api": [ [ "GeminiImageEditNode", @@ -6880,7 +8487,6 @@ "SSLLoadCheckpointByName", "SSLLoadJson", "SSLRandomNumInLoop", - "SSLRandomSeedInLoop", "SSLSaveImageOutside" ], { @@ -6919,6 +8525,75 @@ "title_aux": "comfyui-hnznodes" } ], + "https://github.com/husw725/comfyui_alta_nodes": [ + [ + "Alta:API_LipSync", + "Alta:API_ProcessVideo", + "Alta:API_TTS", + "Alta:API_TranscribeAudio", + "Alta:API_Translate", + "Alta:Add(Math)", + "Alta:AddInt(Math)", + "Alta:BuildFilePath", + "Alta:CompareFolders(File)", + "Alta:DeleteAudioFromMemory", + "Alta:DeleteFile(Util)", + "Alta:FileDownloader", + "Alta:GetFaceMask", + "Alta:GetFileFolder", + "Alta:GetFilenameNoExt", + "Alta:GetFilenameWithExt", + "Alta:GetImageAndPath", + "Alta:GetImageByIndex", + "Alta:GetStringByIndex", + "Alta:IfOnly(Logic)", + "Alta:Int2Str(Math)", + "Alta:JSONKeyExtractor(Util)", + "Alta:ListAllFiles", + "Alta:ListElement(Util)", + "Alta:ListFilesByExt", + "Alta:ListLength(Util)", + "Alta:LoadAudioByPath", + "Alta:LoadAudioFromMemory", + "Alta:LoadFilesFromFolder", + "Alta:LoadImage", + "Alta:LoadImageFromPath", + "Alta:LoadImageWithPath", + "Alta:LoadImagesPath", + "Alta:LoadVideo", + "Alta:LoadVideoPath", + "Alta:LoadVideosFromFolder", + "Alta:MergeNodes", + "Alta:MoveFile(File)", + "Alta:MultiRoute", + "Alta:OpenAIImages2Image", + "Alta:ReadImageFromFile", + "Alta:ReadStringFromFile", + "Alta:RegexMatch(Util)", + "Alta:SaveAudioToPath", + "Alta:SaveImage", + "Alta:SaveImagePlus", + "Alta:SaveStringToFile", + "Alta:SpeakerDiarization", + "Alta:StoreAudioInMemory", + "Alta:StrToNum(Math)", + "Alta:StringPlus(Util)", + "Alta:Sub(Math)", + "Alta:SubInt(Math)", + "Alta:SyncLipsyncNode(path)", + "Alta:SyncLipsyncNode(url)", + "Alta:VideoCombine", + "Alta:YOLOFaceModelCore", + "Alta:writeStringToFile", + "Alta:\u5373\u68a6API\u56fe\u751f\u89c6\u9891", + "Alta:\u5373\u68a6API\u56fe\u751f\u89c6\u9891\u7ed3\u679c\u67e5\u8be2", + "Alta:\u5373\u68a6API\u6587\u751f\u56fe", + "Alta:\u5373\u68a6Web\u56fe\u751f\u89c6\u9891" + ], + { + "title_aux": "comfyui_alta_nodes" + } + ], "https://github.com/hy134300/comfyui-hb-node": [ [ "generate story", @@ -6961,16 +8636,6 @@ "title_aux": "comfyui-copilot" } ], - "https://github.com/iacoposk8/xor_pickle_nodes": [ - [ - "DecryptXORText", - "Load XOR Pickle From File", - "Save XOR Pickle To File" - ], - { - "title_aux": "ComfyUI XOR Pickle Nodes" - } - ], "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": [ [ "FilestashUploadNode", @@ -6989,6 +8654,16 @@ "title_aux": "ComfyUI-IF_Zonos [WIP]" } ], + "https://github.com/ifilipis/ComfyUI-Auto-Prompt-Engineer": [ + [ + "DirectorGemini", + "ImageRouterSink", + "LatestImageSource" + ], + { + "title_aux": "ComfyUI-Auto-Prompt-Engineer" + } + ], "https://github.com/ilovejohnwhite/Tracer": [ [ "BillyGoatNode", @@ -7011,6 +8686,14 @@ "title_aux": "Kolors Awesome Prompts [WIP]" } ], + "https://github.com/ilslli/Comfyui-IV2Z": [ + [ + "IV2Z_VideoCombine" + ], + { + "title_aux": "Comfyui-IV2Z" + } + ], "https://github.com/immersiveexperience/ie-comfyui-color-nodes": [ [ "Average Color", @@ -7031,31 +8714,22 @@ "title_aux": "ComfyUI-LuminaNext [WIP]" } ], - "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": [ + "https://github.com/isurulkh/ComfyUI-Lovis-Node": [ + [ + "AudioDurationNode", + "LineCountNode", + "TextToSingleLineNode" + ], + { + "title_aux": "ComfyUI-Lovis-Node [WIP]" + } + ], + "https://github.com/jKaarlehto/ComfyUI-GetWorkflowName": [ [ - "PaintingCoder::DynamicImageCombiner", - "PaintingCoder::DynamicMaskCombiner", - "PaintingCoder::ImageLatentCreator", - "PaintingCoder::ImageLatentCreatorPlus", - "PaintingCoder::ImageResolutionAdjuster", - "PaintingCoder::ImageSizeCreator", - "PaintingCoder::ImageSizeCreatorPlus", - "PaintingCoder::ImageSwitch", - "PaintingCoder::ImageToBase64", - "PaintingCoder::LatentSwitch", - "PaintingCoder::MaskPreview", - "PaintingCoder::MaskSwitch", - "PaintingCoder::MultilineTextInput", - "PaintingCoder::OutputToTextConverter", - "PaintingCoder::RemoveEmptyLinesAndLeadingSpaces", - "PaintingCoder::ShowTextPlus", - "PaintingCoder::SimpleTextInput", - "PaintingCoder::TextCombiner", - "PaintingCoder::TextSwitch", - "PaintingCoder::WebImageLoader" + "GetWorkflowName" ], { - "title_aux": "ComfyUI PaintingCoderUtils Nodes [WIP]" + "title_aux": "ComfyUI-GetWorkflowName [WIP]" } ], "https://github.com/jax-explorer/ComfyUI-DreamO": [ @@ -7159,6 +8833,7 @@ "DictFromJSON", "DictionaryToJSON", "ImageToSolidBackground", + "JSONTODictionary", "JSONToDictionary", "LiftFromBackground", "LoadImageAndInfoFromPath", @@ -7269,6 +8944,14 @@ "title_aux": "ComfyUI-ImageStraightener [WIP]" } ], + "https://github.com/jonstreeter/comfyui-archive-output": [ + [ + "ArchiveOutputWorkflow" + ], + { + "title_aux": "Archive Output [UNSAFE]" + } + ], "https://github.com/jordancoult/ComfyUI_HelpfulNodes": [ [ "JCo_CropAroundKPS" @@ -7277,6 +8960,30 @@ "title_aux": "ComfyUI_HelpfulNodes" } ], + "https://github.com/jorin91/ComfyUI-JSG-Utils": [ + [ + "JSGDeleteFilePassAny", + "JSGDeleteFilePassImage", + "JSGDeleteFilePassString", + "JSGFindImagePathsRecursive", + "JSGFindImagesRecursiveList", + "JSGLoadImageFromPath", + "JSGParsePath" + ], + { + "title_aux": "ComfyUI-JSG-Utils [UNSAFE]" + } + ], + "https://github.com/jpwgad/jpwgad-comfy": [ + [ + "AutoSelector", + "OutputPath", + "SizeInput" + ], + { + "title_aux": "jpwgad" + } + ], "https://github.com/jschoormans/Comfy-InterestingPixels": [ [ "Random Palette", @@ -7328,6 +9035,18 @@ "title_aux": "ComfyUI Frontend Vue Basic [WIP]" } ], + "https://github.com/judian17/ComfyUI-MIDI-3D": [ + [ + "MIDI3DAllPassRenderer", + "MIDI3DInstanceCropper", + "MIDI3DLoader", + "MIDI3DSampler", + "MIDI3DTextureBaker" + ], + { + "title_aux": "ComfyUI-MIDI-3D [WIP]" + } + ], "https://github.com/junhe421/comfyui_batch_image_processor": [ [ "BatchImageDifferenceToPromptFiles", @@ -7358,23 +9077,49 @@ "title_aux": "ComfyUI-KAndy" } ], - "https://github.com/kappa54m/ComfyUI_Usability": [ + "https://github.com/karthikg-09/ComfyUI-3ncrypt": [ [ - "KLoadImageByPath", - "KLoadImageByPathAdvanced", - "KLoadImageDedup" + "Enhanced Save Image", + "Markdown Editor" ], { - "title_aux": "ComfyUI_Usability (WIP)" + "title_aux": "ComfyUI-KG09 [WIP]" } ], - "https://github.com/karthikg-09/ComfyUI-3ncrypt": [ + "https://github.com/kaski23/Kaskis_Comfy_Nodes": [ [ - "Enhanced Save Image", - "Markdown Editor" + "AudioResampler", + "CollectKeyedVideosNode", + "CollectVideosNode", + "ConformAudio", + "ConformVideo", + "ExtendVideoNearestFrame", + "ImageDelay", + "IntToString", + "KlingVideoHandler", + "LoadImageWithFilename", + "LoadVideoWithFilename", + "PairSwitchNode", + "PreviewImageLimited", + "StringSplitSelect", + "Unbroken-Video-Handler", + "VideoHandler", + "WorkflowLoggerNode" ], { - "title_aux": "ComfyUI-KG09 [WIP]" + "title_aux": "Kaskis_Comfy_Nodes" + } + ], + "https://github.com/kesslerdev/kesslerdev_comfyui_nodes": [ + [ + "KesslerDev_AlwaysSeed", + "KesslerDev_EnvironmentVariableGetter", + "KesslerDev_LoadImageAndFilename", + "KesslerDev_LoadImagesFromFolder", + "KesslerDev_MultilineTextChoice" + ], + { + "title_aux": "Comfyui : kesslerdev_comfyui_nodes [UNSAFE]" } ], "https://github.com/kevin314/ComfyUI-FastVideo": [ @@ -7602,13 +9347,16 @@ "title_aux": "ComfyUI-VideoNoiseWarp [WIP]" } ], - "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": [ + "https://github.com/kijai/ComfyUI-WanAnimatePreprocess": [ [ - "KimaraAIBatchImages", - "KimaraAIWatermarker" + "DrawViTPose", + "OnnxDetectionModelLoader", + "PoseAndFaceDetection", + "PoseDetectionOneToAllAnimation", + "PoseRetargetPromptHelper" ], { - "title_aux": "Advanced Watermarking Tools [WIP]" + "title_aux": "ComfyUI-WanAnimatePreprocess [WIP]" } ], "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Image-From-URL": [ @@ -7619,50 +9367,40 @@ "title_aux": "ComfyUI-Kimara-AI-Image-From-URL [WIP]" } ], - "https://github.com/kk8bit/KayTool": [ - [ - "AB_Images", - "AIO_Translater", - "Abc_Math", - "Baidu_Translater", - "Color_Adjustment", - "Custom_Save_Image", - "Display_Any", - "Image_Composer", - "Image_Cropper", - "Image_Mask_Composer", - "Image_Resizer", - "Image_Size_Extractor", - "Kay_BiRefNet_Loader", - "Load_Image_Folder", - "Mask_Blur_Plus", - "Mask_Filler", - "Preview_Mask", - "Preview_Mask_Plus", - "RemBG_Loader", - "Remove_BG", - "Slider_10", - "Slider_100", - "Slider_1000", - "Strong_Prompt", - "Tencent_Translater", - "Text", - "To_Int" - ], - { - "title_aux": "KayTool" - } - ], "https://github.com/kongds1999/ComfyUI_was_image": [ [ + "BBoxToCoco", + "BBoxToXYWH", + "BBoxVisNode", + "Check Person In Text", + "CocoToNumber", "ConvertGrayToImage", + "ConvertToDict", + "CustomUltralyticsModelLoader", "Generate Color Palette", - "Replace Color By Palette" + "GetImageSize", + "ImageResizeAdvanced", + "Replace Color By Palette", + "UltralyticsCheckCategory", + "UltralyticsInference", + "UltralyticsListIndexToNames", + "UltralyticsModelLoader", + "UltralyticsVisualization", + "ViewText" ], { "title_aux": "ComfyUI_was_image" } ], + "https://github.com/krakenunbound/kraken-discord-bot": [ + [ + "KrakenDiscordBot", + "KrakenDiscordBotStatus" + ], + { + "title_aux": "Kraken Discord Bot" + } + ], "https://github.com/krich-cto/ComfyUI-Flow-Control": [ [ "CLIPLoaderGGUF", @@ -7775,6 +9513,30 @@ "title_aux": "ssd-1b-comfyui" } ], + "https://github.com/laobaishu1/ComfyUI-JSON-Upload-Iterator": [ + [ + "JSONUploadIterator" + ], + { + "title_aux": "ComfyUI-JSON-Upload-Iterator [UNSAFE]" + } + ], + "https://github.com/laubsauger/comfyui-storyboard": [ + [ + "MarkdownRenderer", + "NodeInspector", + "OpenAIAPIKeyManager", + "OpenAIAdvancedConfiguration", + "OpenAIChatGPT" + ], + { + "author": "laub", + "description": "A ComfyUI node to display markdown text, and other storyboard features.", + "nickname": "Storyboard", + "title": "ComfyUI Storyboard", + "title_aux": "ComfyUI Storyboard [WIP]" + } + ], "https://github.com/lazybuttalented/ComfyUI_LBT": [ [ "LBT_CombineImagesFromBatch", @@ -7794,6 +9556,17 @@ "title_aux": "ComfyUI_LBT [WIP]" } ], + "https://github.com/leacvikas0/ComfyUI-Presence": [ + [ + "FluxAdaptiveInjector", + "PresenceDirectorFireworks", + "PresenceDirectorVertex", + "PresenceSaver" + ], + { + "title_aux": "ComfyUI-Presence [WIP]" + } + ], "https://github.com/leadbreak/comfyui-faceaging": [ [ "AgeTransformationNode" @@ -7841,9 +9614,22 @@ "title_aux": "ComfyUI_Scoring-Nodes" } ], + "https://github.com/lfelipegg/lfgg_custom_nodes": [ + [ + "LFGG - Resolution Tools", + "LFGG KSampler (advanced) - Config", + "LFGG KSampler - Config", + "ModelMergeCombos" + ], + { + "title_aux": "lfgg_custom_nodes [WIP]" + } + ], "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": [ [ + "LGGCFX_ImagePreview", "LGGCFX_audio", + "LGGCFX_prompt", "LGGCFX_resolution", "LGGCFX_time_frame", "VRAMReserver" @@ -7863,6 +9649,33 @@ "title_aux": "ComfyUI-img-tiler" } ], + "https://github.com/lihaoyun6/ComfyUI-lhyNodes": [ + [ + "CSVRandomPicker", + "CSVRandomPickerAdv", + "ImageBatchtoImageList", + "ImageBatchtoImages", + "KSamplerConfig", + "KSamplerSchedulerFallback", + "LoadImageBatch", + "LoadZipBatch", + "MaskToSAMCoords", + "MaskToSAMCoordsV2", + "MorseCode", + "PoseReformer", + "SaveITAsZip", + "SaveImageAsZip", + "SaveTextAsZip", + "StrFormat", + "StrFormatAdv", + "YoloFaceReformer", + "detailerKSamplerSchedulerFallback", + "effKSamplerSchedulerFallback" + ], + { + "title_aux": "ComfyUI-lhyNodes" + } + ], "https://github.com/linhusyung/comfyui-Build-and-train-your-network": [ [ "Conv_layer", @@ -7894,6 +9707,16 @@ "title_aux": "ComfyUI-MV-HECV" } ], + "https://github.com/liusida/ComfyUI-Notebook": [ + [ + "NotebookCell", + "NotebookForceRerun", + "PreviewHTML" + ], + { + "title_aux": "ComfyUI-Notebook [UNSAFE]" + } + ], "https://github.com/locphan201/ComfyUI-Alter-Nodes": [ [ "AlterMMAudioConfig", @@ -7907,6 +9730,8 @@ ], "https://github.com/locphan201/ComfyUI-Alternatives": [ [ + "Lora Applier", + "Lora PreLoader", "LoraApplier", "LoraPreLoader" ], @@ -7914,38 +9739,6 @@ "title_aux": "ComfyUI-Alternatives" } ], - "https://github.com/logtd/ComfyUI-Fluxtapoz": [ - [ - "AddFluxFlow", - "ApplyFluxRaveAttention", - "ApplyRefFlux", - "ApplyRegionalConds", - "ConfigureModifiedFlux", - "CreateRegionalCond", - "FlowEditForwardSampler", - "FlowEditGuider", - "FlowEditReverseSampler", - "FlowEditSampler", - "FluxAttnOverride", - "FluxDeGuidance", - "FluxForwardODESampler", - "FluxInverseSampler", - "FluxNoiseMixer", - "FluxReverseODESampler", - "InFluxFlipSigmas", - "InFluxModelSamplingPred", - "OutFluxModelSamplingPred", - "PAGAttention", - "PrepareAttnBank", - "RFDoubleBlocksOverride", - "RFSingleBlocksOverride", - "RegionalStyleModelApply", - "SEGAttention" - ], - { - "title_aux": "ComfyUI-Fluxtapoz [WIP]" - } - ], "https://github.com/logtd/ComfyUI-HunyuanLoom": [ [ "ConfigureModifiedHY", @@ -7979,6 +9772,7 @@ "RaveConfig", "SCAConfig", "TemporalConfig", + "VVGetRaftFlow", "VVSamplerSampler", "VVUnsamplerSampler" ], @@ -8034,6 +9828,32 @@ "title_aux": "Comfyui-Condition-Utils [WIP]" } ], + "https://github.com/lrzjason/Comfyui-DiffusersUtils": [ + [ + "DiffusersImageEditGenerator", + "DiffusersImageGenerator", + "DiffusersLoraLoader", + "DiffusersLoraUnloader", + "DiffusersModelLoader", + "DiffusersPipelineBuilder", + "DiffusersPreprocessorLoader", + "DiffusersTextEncoderLoader", + "DiffusersTokenizerLoader", + "DiffusersTransformerLoader", + "DiffusersVAELoader", + "LoadLoraOnly", + "LoraLayersOperation", + "LoraStatViewer", + "MergeLoraToTransformer", + "SaveLora", + "TextEncodeDiffusersLongCat", + "TextEncodeDiffusersLongCatCached", + "TextEncodeDiffusersLongCatImageEdit" + ], + { + "title_aux": "Comfyui-DiffusersUtils [WIP]" + } + ], "https://github.com/ltdrdata/ComfyUI-Workflow-Component": [ [ "ComboToString", @@ -8052,29 +9872,39 @@ "title_aux": "ComfyUI-Workflow-Component [WIP]" } ], - "https://github.com/lu64k/SK-Nodes": [ - [ - "Ask LLM", - "Color Transfer", - "Image Tracing Node", - "Load LLM", - "Load_Nemotron", - "Natural Saturation", - "OpenAI DAlle Node", - "OpenAI Text Node", - "SK Random File Name", - "SK Save Text", - "SK Text_String", - "SK load text", - "Tone Layer Quantize", - "grey_scale blend" - ], - { - "title_aux": "SK-Nodes" + "https://github.com/lu64k/ks_nodes": [ + [ + "KS Json Count", + "KS Json To String", + "KS JsonKeyExtractor", + "KS JsonKeyReplacer", + "KS JsonlFolderMatchReader", + "KS Load Images From Folder", + "KS Random File Name", + "KS Save Text", + "KS Text_String", + "KS get time int", + "KS json array constrains filter", + "KS json float range filter", + "KS json value eliminator", + "KS load text", + "KS_Json_Extract_Key_And_Value_3ways", + "KS_Json_Key_Random_3ways", + "KS_Json_Key_Replace_3ways", + "KS_Json_loader", + "KS_Save_JSON", + "KS_any_payload_image", + "KS_image_metadata_node", + "KS_make_json_node", + "KS_merge_json_node" + ], + { + "title_aux": "ks_nodes" } ], "https://github.com/lucafoscili/lf-nodes": [ [ + "LF_BackgroundRemover", "LF_Blend", "LF_BlobToImage", "LF_Bloom", @@ -8092,6 +9922,7 @@ "LF_ControlPanel", "LF_CreateMask", "LF_Desaturation", + "LF_DetectRegions", "LF_DiffusionModelSelector", "LF_DisplayBoolean", "LF_DisplayFloat", @@ -8106,6 +9937,7 @@ "LF_FilmGrain", "LF_Float", "LF_GaussianBlur", + "LF_GeminiAPI", "LF_GetRandomKeyFromJSON", "LF_GetValueFromJSON", "LF_ImageClassifier", @@ -8114,8 +9946,11 @@ "LF_ImageToSVG", "LF_ImagesEditingBreakpoint", "LF_ImagesSlideshow", + "LF_Inpaint", + "LF_InpaintAdvanced", "LF_Integer", "LF_IsLandscape", + "LF_JSONPromptCombinator", "LF_KeywordCounter", "LF_KeywordToggleFromJSON", "LF_LLMChat", @@ -8131,16 +9966,20 @@ "LF_LoadLoraTags", "LF_LoadMetadata", "LF_LoadWD14Model", + "LF_LoadWD14Onnx", "LF_LoraAndEmbeddingSelector", "LF_LoraSelector", "LF_MarkdownDocGenerator", "LF_MathOperation", "LF_MultipleImageResizeForWeb", "LF_Notify", + "LF_ONNXSelector", + "LF_OpenAIAPI", "LF_ParsePromptWithLoraTags", "LF_RandomBoolean", "LF_RegexReplace", "LF_RegionExtractor", + "LF_RegionMask", "LF_ResizeImageByEdge", "LF_ResizeImageToDimension", "LF_ResizeImageToSquare", @@ -8150,6 +9989,7 @@ "LF_SaveImageForCivitAI", "LF_SaveJSON", "LF_SaveMarkdown", + "LF_SaveSVG", "LF_SaveText", "LF_SchedulerSelector", "LF_Sepia", @@ -8161,6 +10001,7 @@ "LF_SortJSONKeys", "LF_SortTags", "LF_SplitTone", + "LF_StabilityAPI", "LF_String", "LF_StringReplace", "LF_StringTemplate", @@ -8169,15 +10010,22 @@ "LF_SwitchImage", "LF_SwitchInteger", "LF_SwitchJSON", + "LF_SwitchMask", "LF_SwitchString", + "LF_TiledSuperRes", "LF_TiltShift", + "LF_UnsharpMask", "LF_UpdateUsageStatistics", + "LF_UploadImages", "LF_UpscaleModelSelector", "LF_UrandomSeedGenerator", "LF_UsageStatistics", + "LF_VAEDecode", + "LF_VAEEncode", "LF_VAESelector", "LF_Vibrance", "LF_ViewImages", + "LF_ViewSVGs", "LF_Vignette", "LF_WallOfText", "LF_WriteJSON" @@ -8186,29 +10034,27 @@ "title_aux": "LF Nodes [UNSAFE]" } ], - "https://github.com/lum3on/comfyui_LLM_Polymath": [ + "https://github.com/lum3on/comfyui_RollingDepth": [ [ - "ConceptEraserNode", - "flux_context_preset", - "polymath_SaveAbsolute", - "polymath_StringListPicker", - "polymath_TextSplitter", - "polymath_chat", - "polymath_helper", - "polymath_scraper", - "polymath_settings", - "polymath_text_mask" + "RollingDepthNode" ], { - "title_aux": "comfyui_LLM_Polymath [WIP]" + "title_aux": "comfyui_RollingDepth [WIP]" } ], - "https://github.com/lum3on/comfyui_RollingDepth": [ + "https://github.com/lyra-ai/lyra-nodes": [ [ - "RollingDepthNode" + "LyraAudioVisualizer", + "LyraCdnUploader", + "LyraCharacterSearch", + "LyraFilenameBuilder", + "LyraImageAudioFusion", + "LyraLoadAudioFromURL", + "LyraLoadImageFromURL", + "LyraStringToTypes" ], { - "title_aux": "comfyui_RollingDepth [WIP]" + "title_aux": "lyra-nodes" } ], "https://github.com/machinesarenotpeople/comfyui-energycost": [ @@ -8231,7 +10077,7 @@ "OpenAIQueryNode" ], { - "title_aux": null + "title_aux": "comfyui-code-nodes" } ], "https://github.com/majocola/comfyui-standbybutton": [ @@ -8298,20 +10144,34 @@ "title_aux": "ComfyUI-BuildPath" } ], - "https://github.com/marduk191/comfyui-marnodes": [ + "https://github.com/marduk191/comfyui_cmdtls": [ + [ + "DirectoryCreator", + "FileBrowser", + "FileCopy", + "FileDelete", + "FileReader", + "FileWriter", + "ShellExecutor" + ], + { + "title_aux": "comfyui_cmdtls [UNSAFE]" + } + ], + "https://github.com/martinken/ComfyUI-KMNodes": [ [ - "ImageToDevice", - "marduk191_5_text_string", - "marduk191_5way_text_switch", - "marduk191_s_random_latent", - "marduk191_workflow_settings" + "KM_Aspect_Ratio_Selector", + "KM_Color_Correct", + "KM_Downscale_Image", + "KM_Merge_Images", + "KM_Safe_Mask_Bounds", + "KM_Safe_SEGS_Bounds", + "KM_Video_Image_Color_Match", + "KM_WanVideoToVideo", + "WanImageToVideo" ], { - "author": "\u02f6marduk191", - "description": "marduk191s nodes.", - "nickname": "marduk191 workflow settings", - "title": "marduk191 workflow settings", - "title_aux": "comfyui-marnodes" + "title_aux": "ComfyUI-KMNodes" } ], "https://github.com/maruhidd/ComfyUI_Transparent-Background": [ @@ -8358,6 +10218,17 @@ "title_aux": "ComfyUI-glb-to-stl [WIP]" } ], + "https://github.com/max-dingsda/ComfyUI-PromptLoop": [ + [ + "PromptLoopFromFile", + "PromptLoopFromText", + "PromptLoopInfo", + "PromptLoopSaveImage" + ], + { + "title_aux": "ComfyUI-PromptLoop [WIP]" + } + ], "https://github.com/mehbebe/ComfyLoraGallery": [ [ "LoraGallery" @@ -8375,20 +10246,21 @@ "title_aux": "ComfyUI-Lygia" } ], - "https://github.com/mico-world/comfyui_mico_node": [ + "https://github.com/mertgoksel/ComfyUI-Noot-Nodes": [ [ - "HFUNETLoader" + "StagedKSampler", + "TagRandomizer" ], { - "title_aux": "comfyui_mico_node" + "title_aux": "comfyui-noot-nodes [WIP]" } ], - "https://github.com/mikebilly/Transparent-background-comfyUI": [ + "https://github.com/mico-world/comfyui_mico_node": [ [ - "Transparentbackground RemBg" + "HFUNETLoader" ], { - "title_aux": "transparent-background-comfyui" + "title_aux": "comfyui_mico_node" } ], "https://github.com/mikeymcfish/FishTools": [ @@ -8425,6 +10297,15 @@ "title_aux": "comfyui-gemini-studio [WIP]" } ], + "https://github.com/minujeong/comfyui-oklch-color-picker": [ + [ + "OKLCH", + "OKLCHPicker" + ], + { + "title_aux": "comfyui-oklch-color-picker" + } + ], "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": [ [ "AccuracyNode", @@ -8432,6 +10313,7 @@ "DeleteFile", "DownloadHuggingFaceModel", "F1ScoreNode", + "FirstNode", "JSONToListNode", "JsonResultGenerator", "LLMLocalLoader", @@ -8451,9 +10333,29 @@ "title_aux": "ComfyUI-LLM-Evaluation [WIP]" } ], + "https://github.com/mittimi/ComfyUI_mittimiLoadPresetLite": [ + [ + "CombineParamDataLiteMittimi", + "LoadCheckpointLiteMittimi", + "LoadImageParamLiteMittimi", + "LoadSetParamLiteMittimi", + "LoraLoaderExtractedPromptLiteMittimi", + "SaveImageParamLiteMittimi", + "SaveParamToPresetLiteMittimi", + "TextToConditioningLiteMittimi" + ], + { + "author": "mittimi", + "description": "This node can easily switch between models and prompts by saving presets.", + "nickname": "mittimiLoadPresetLite", + "title": "mittimiLoadPresetLite", + "title_aux": "ComfyUI_mittimiLoadPresetLite [UNSAFE]" + } + ], "https://github.com/mliand/ComfyUI-Calendar-Node": [ [ - "Comfy Calendar Node" + "Comfy Calendar Node", + "SportyStyleNode" ], { "title_aux": "ComfyUI-Calendar-Node [WIP]" @@ -8488,19 +10390,6 @@ "title_aux": "comfy-url-fetcher [WIP]" } ], - "https://github.com/moonwhaler/comfyui-moonpack": [ - [ - "DynamicLoraStack", - "DynamicStringConcat", - "ProportionalDimension", - "RegexStringReplace", - "SimpleStringReplace", - "VACELooperFrameMaskCreator" - ], - { - "title_aux": "comfyui-moonpack" - } - ], "https://github.com/mr-krak3n/ComfyUI-Qwen": [ [ "Qwen2_Chat_Zho", @@ -8513,15 +10402,32 @@ ], "https://github.com/mrCodinghero/ComfyUI-Codinghero": [ [ + "Basic Settings", "Image Size Calculator", "Model Selector", - "Upscale Settings Calculator", - "Video Settings" + "Settings", + "Upscale Settings Calculator" ], { "title_aux": "ComfyUI-Codinghero" } ], + "https://github.com/muriellee1x/ComfyUI-Logic-Switch": [ + [ + "RandomStringSelector" + ], + { + "title_aux": "ComfyUI-Logic-Switch" + } + ], + "https://github.com/muriellee1x/ComfyUI-switch-angles": [ + [ + "CameraPromptGenerator" + ], + { + "title_aux": "ComfyUI-switch-angles" + } + ], "https://github.com/mut-ex/comfyui-gligengui-node": [ [ "GLIGEN_GUI" @@ -8615,6 +10521,15 @@ "title_aux": "my-comfy-node" } ], + "https://github.com/nestflow/ComfyUI-WanPlus": [ + [ + "WanImageToVideoKeepFrames", + "WanImageToVideoMask" + ], + { + "title_aux": "ComfyUI-WanPlus" + } + ], "https://github.com/neverbiasu/ComfyUI-ControlNeXt": [ [ "ControlNextPipelineConfig", @@ -8661,6 +10576,28 @@ "title_aux": "ComfyUI-Remote-Save-Image [UNSAFE]" } ], + "https://github.com/newraina/comfyui-photoshop-v2": [ + [ + "ClipPass", + "PhotoshopConnection", + "PhotoshopToComfyUI", + "SendToPhotoshop", + "modelPass", + "\ud83d\udd39 Photoshop RemoteConnection", + "\ud83d\udd39ClipPass", + "\ud83d\udd39Floats", + "\ud83d\udd39Photoshop ComfyUI Plugin", + "\ud83d\udd39Photoshop Images", + "\ud83d\udd39Photoshop Strings", + "\ud83d\udd39Reroute - Anything Everywhere", + "\ud83d\udd39SeedManager", + "\ud83d\udd39SendTo Photoshop Plugin", + "\ud83d\udd39modelPass" + ], + { + "title_aux": "comfyui-photoshop-v2 [WIP]" + } + ], "https://github.com/nidefawl/ComfyUI-nidefawl": [ [ "BlendImagesWithBoundedMasks", @@ -8697,58 +10634,17 @@ "title_aux": "List Data Helper Nodes" } ], - "https://github.com/nkchocoai/ComfyUI-PromptUtilities": [ - [ - "PromptUtilitiesConstString", - "PromptUtilitiesConstStringMultiLine", - "PromptUtilitiesFormatString", - "PromptUtilitiesJoinStringList", - "PromptUtilitiesLoadPreset", - "PromptUtilitiesLoadPresetAdvanced", - "PromptUtilitiesPromptWeight", - "PromptUtilitiesRandomPreset", - "PromptUtilitiesRandomPresetAdvanced", - "PromptUtilitiesReplaceOrInsertTag", - "PromptUtilitiesRoundPromptWeight", - "PromptUtilitiesSampleTags", - "PromptUtilitiesSampleTagsWithWeight" - ], - { - "title_aux": "ComfyUI-PromptUtilities" - } - ], - "https://github.com/nobandegani/comfyui_ino_nodes": [ - [ - "CloudreveInit", - "CloudreveSignin", - "CloudreveUploadFile", - "IncrementBatchName", - "InoBoolToSwitch", - "InoBranchImage", - "InoCalculateLoraConfig", - "InoCountFiles", - "InoDateTimeAsString", - "InoGetConditioning", - "InoGetFolderBatchID", - "InoGetLoraConfig", - "InoGetModelConfig", - "InoGetSamplerConfig", - "InoIntEqual", - "InoLoadSamplerModels", - "InoNotBoolean", - "InoParseFilePath", - "InoRandomCharacterPrompt", - "InoShowLoraConfig", - "InoShowModelConfig", - "InoStringToCombo", - "InoStringToggleCase", - "RemoveFile", - "RemoveFolder", - "Unzip", - "Zip" - ], - { - "title_aux": "Ino Custom Nodes" + "https://github.com/nobinBB/comfyui-samenodes": [ + [ + "BatchImageProcessor", + "CivitaiBulkDownloader", + "ExtractPromptFromImage", + "FloatToString", + "FloatToStringWithPrefix", + "LoraWildcardGenerator" + ], + { + "title_aux": "comfyui-samenodes" } ], "https://github.com/nomcycle/ComfyUI_Cluster": [ @@ -8789,6 +10685,24 @@ "title_aux": "comfyui-camera-capture-node" } ], + "https://github.com/obisin/ComfyUI-FSampler": [ + [ + "FSampler", + "FSamplerAdvanced" + ], + { + "title_aux": "FSampler for ComfyUI \u2014 Fast Skips via Epsilon Extrapolation [WIP]" + } + ], + "https://github.com/octapus8085/OpenAI-comfyui-O": [ + [ + "AIImageNode", + "APIImageNode" + ], + { + "title_aux": "OpenAI-comfyui-O" + } + ], "https://github.com/odedgranot/comfyui-ffmpeg-node": [ [ "FFmpegNode" @@ -8810,7 +10724,39 @@ "UnifiedListSelector" ], { - "title_aux": "Unified List Selector for ComfyUI [UNSAFE]" + "title_aux": "Unified List Selector for ComfyUI [UNSAFE]" + } + ], + "https://github.com/orion4d/Orion4D_MasterPrompt": [ + [ + "list_selector_pro", + "mp_file_txt_pro", + "mp_folder_merge_lines", + "mp_format", + "mp_json_format", + "mp_json_kv_lines", + "mp_json_merge", + "mp_json_pick", + "mp_list_editor", + "mp_replace", + "mp_super_show_text", + "mp_wrap", + "multi_list_mixer", + "text_field_mixer", + "text_prompt_mixer" + ], + { + "title_aux": "Orion4D MasterPrompt Suite for ComfyUI [UNSAFE]" + } + ], + "https://github.com/orpheus-gaze/comfyui-sundryutils": [ + [ + "\u2728 Apply HaldClut", + "\u2728 Return DateString", + "\u2728 Sharpen, RealGrain & Autocontrast" + ], + { + "title_aux": "comfyui-sundryutils" } ], "https://github.com/osuiso-depot/comfyui-keshigom_custom": [ @@ -8846,18 +10792,6 @@ "title_aux": "Comfy-Compel" } ], - "https://github.com/oyvindg/ComfyUI-TrollSuite": [ - [ - "BinaryImageMask", - "ImagePadding", - "LoadLastImage", - "RandomMask", - "TransparentImage" - ], - { - "title_aux": "ComfyUI-TrollSuite" - } - ], "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": [ [ "Kosmos2SamplerSimple", @@ -8885,35 +10819,26 @@ "title_aux": "ImagePromptBatch [UNSAFE]" } ], - "https://github.com/pamparamm/ComfyUI-ppm": [ - [ - "AttentionCouplePPM", - "CFGLimiterGuider", - "CFGPPSamplerSelect", - "CLIPMicroConditioning", - "CLIPNegPip", - "CLIPTextEncodeBREAK", - "CLIPTextEncodeInvertWeights", - "CLIPTokenCounter", - "ConditioningZeroOutCombine", - "ConvertTimestepToSigma", - "DynSamplerSelect", - "DynamicThresholdingPost", - "DynamicThresholdingSimplePost", - "EmptyLatentImageAR", - "FreeU2PPM", - "Guidance Limiter", - "LatentOperationTonemapLuminance", - "LatentToMaskBB", - "LatentToWidthHeight", - "MaskCompositePPM", - "PPMSamplerSelect", - "RenormCFGPost", - "RescaleCFGPost", - "SamplerGradientEstimation" - ], - { - "title_aux": "ComfyUI-ppm" + "https://github.com/pacchikAI/comfyui_pacchik_window": [ + [ + "DynamicSelectionNode", + "JsonSelectionNode", + "StaticSelectionNode" + ], + { + "title_aux": "comfyui_pacchik_window [UNSAFE]" + } + ], + "https://github.com/panchovial-max/ComfyUI-ListHelper": [ + [ + "AudioListCombine", + "ListFilter", + "ListTransform", + "NumberListGenerator", + "PromptSplitByDelimiter" + ], + { + "title_aux": "ComfyUI-ListHelper [NAME CONFLICT]" } ], "https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": [ @@ -8960,6 +10885,14 @@ "title_aux": "List Data Helper Nodes" } ], + "https://github.com/pfpb/comfyui-badnodes": [ + [ + "ReplaceEmptyMasksWithLastMasks" + ], + { + "title_aux": "comfyui-badnodes" + } + ], "https://github.com/pft-ChenKu/ComfyUI_system-dev": [ [ "TY_ExecutionTime" @@ -9024,6 +10957,23 @@ "title_aux": "ComfyUI-PixuAI" } ], + "https://github.com/pizurny/ComfyUI-Just-DWPose": [ + [ + "DWPoseAnnotator", + "DWPoseJSONToImage" + ], + { + "title_aux": "ComfyUI-Just-DWPose [WIP]" + } + ], + "https://github.com/pizurny/Comfyui-FeedbackSampler": [ + [ + "FeedbackSampler" + ], + { + "title_aux": "ComfyUI Feedback Sampler [WIP]" + } + ], "https://github.com/pmarmotte2/Comfyui-VibeVoiceSelector": [ [ "VibeVoiceSelector" @@ -9056,12 +11006,19 @@ "https://github.com/power88/ComfyUI-PDiD-Nodes": [ [ "Blend Images", + "BlendTwoImages", "Check Character Tag", + "CheckAnimeCharacter", + "CollectImageSize", "Get Image Colors", "Get image size", + "GetImageMainColor", "List Operations", + "ListOperation", "Make Image Gray", - "Nearest SDXL Resolution divided by 64" + "Nearest SDXL Resolution divided by 64", + "NearestSDXLResolutionby64", + "RemoveSaturation" ], { "title_aux": "ComfyUI-PDiD-Nodes [WIP]" @@ -9081,8 +11038,7 @@ ], "https://github.com/prodogape/ComfyUI-clip-interrogator": [ [ - "ComfyUIClipInterrogator", - "ShowText" + "ComfyUIClipInterrogator" ], { "title_aux": "ComfyUI-clip-interrogator [WIP]" @@ -9133,7 +11089,9 @@ ], "https://github.com/punicfaith/ComfyUI-GoogleAIStudio": [ [ - "GoogleGeminiPrompt" + "BatchImageNormalizer", + "GoogleGeminiPrompt", + "NanobananaNode" ], { "title_aux": "ComfyUI-GoogleAIStudio" @@ -9149,7 +11107,8 @@ ], "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": [ [ - "sd not very simple simpletuner by hhy" + "sd not very simple simpletuner by hhy", + "simpletunerpro" ], { "title_aux": "comfyui-sd3-simple-simpletuner" @@ -9187,12 +11146,37 @@ "title_aux": "ComfyUI-AI_Tools [UNSAFE]" } ], + "https://github.com/quinteroac/comfyui_api_executor_nodes": [ + [ + "AnyTo", + "ImageInputCombiner", + "ImageInputPair", + "IntInputCombiner", + "IntInputPair", + "RemoteWorkflowAPIExecutor", + "SimpleText", + "SimpleWorkflowAPIExecutor", + "TextImageToImageWorkflowSelector", + "TextImageToVideoWorkflowSelector", + "TextInputCombiner", + "TextInputPair", + "TextToImageWorkflowSelector", + "TextToVideoWorkflowSelector", + "VideoInputPair", + "WorkflowAPIExecutor", + "YandereRandomTags" + ], + { + "title_aux": "comfyui_api_executor_nodes" + } + ], "https://github.com/rakete/comfyui-rakete": [ [ "rakete.BuildString", "rakete.GetWidgetValue", "rakete.GpuGarbageCollector", - "rakete.JoinStrings" + "rakete.JoinStrings", + "rakete.SelectSamplerName" ], { "author": "Rakete", @@ -9202,48 +11186,6 @@ "title_aux": "comfyui-rakete" } ], - "https://github.com/rakki194/ComfyUI_WolfSigmas": [ - [ - "GetImageSize", - "LatentVisualizeDirect", - "ListModelBlocks", - "ModifyActivationsSVD", - "VisualizeActivation", - "WolfDCTNoise", - "WolfPlotSamplerStatsNode", - "WolfProbeGetData", - "WolfProbeSetup", - "WolfSamplerCustomAdvancedPlotter", - "WolfSamplerScriptEvaluator", - "WolfScriptableEmptyLatent", - "WolfScriptableLatentAnalyzer", - "WolfScriptableNoise", - "WolfSigmaAddNoise", - "WolfSigmaClampT0", - "WolfSigmaClipValues", - "WolfSigmaGeometricProgression", - "WolfSigmaInsertValue", - "WolfSigmaNormalizeRange", - "WolfSigmaPolynomial", - "WolfSigmaPowerTransform", - "WolfSigmaQuantize", - "WolfSigmaRespaceLogCosine", - "WolfSigmaReverse", - "WolfSigmaReverseAndRescale", - "WolfSigmaScriptEvaluator", - "WolfSigmaShiftAndScale", - "WolfSigmaSlice", - "WolfSigmaTanhGenerator", - "WolfSigmasGet", - "WolfSigmasSet", - "WolfSigmasToJSON", - "WolfSimpleSamplerScriptEvaluator", - "WolfSimpleScriptableEmptyLatent" - ], - { - "title_aux": "ComfyUI_WolfSigmas [UNSAFE]" - } - ], "https://github.com/ralonsobeas/ComfyUI-HDRConversion": [ [ "HDRConversion" @@ -9281,6 +11223,15 @@ "title_aux": "ComfyUI-ODE" } ], + "https://github.com/remhesneb/comfyui-remote-media": [ + [ + "LoadImageByUrl", + "LoadVideoByUrl" + ], + { + "title_aux": "comfyui-remote-media" + } + ], "https://github.com/retech995/Save_Florence2_Bulk_Prompts": [ [ "SaveTextFlorence" @@ -9347,6 +11298,7 @@ "QT_Split_String", "QT_String_Horizontal_To_Vertical", "QT_String_To_List", + "QT_String_Wrapping_By_Number", "QT_Text_Input_Switch_Node", "QT_Text_Overlay_V2", "QT_Text_To_Bool_Node", @@ -9403,14 +11355,19 @@ [ "Batch Keyframes", "Canny Edge", + "Create Empty Frames", "Get Image Dimensions", + "Image Grayscale", "Load Image Folder", + "Load Images", + "Load Images From List", "Pad Batch to 4n+1", "Resize Frame", "Save Image Folder", "Select Image From Batch", "Slot Frame", "String To Float List", + "Threshold Image", "Trim Padded Batch" ], { @@ -9421,6 +11378,7 @@ [ "FaceMeshEyewearMask", "MaskFromFacialKeypoints", + "MediaPipeFaceToMask", "OpenPoseEyewearMask" ], { @@ -9461,6 +11419,23 @@ "title_aux": "comfyui-plus-integrations [WIP]" } ], + "https://github.com/rookiestar28/ComfyUI_Security_Audit": [ + [ + "ComfyUI_Node_Audit", + "ComfyUI_Security_Audit" + ], + { + "title_aux": "ComfyUI_Security_Audit" + } + ], + "https://github.com/rossturk/comfyui-primitive-mesh": [ + [ + "PrimitiveMeshNode" + ], + { + "title_aux": "ComfyUI Primitive Mesh Generator [WIP]" + } + ], "https://github.com/rouxianmantou/comfyui-rxmt-nodes": [ [ "CheckValueTypeNode", @@ -9532,6 +11507,31 @@ "title_aux": "ComfyUI_YoloNasObjectDetection_Tensorrt [WIP]" } ], + "https://github.com/sahibalejandro/comfyui-sahib-nodes": [ + [ + "ChooseResolution" + ], + { + "title_aux": "ComfyUI Sahib Nodes" + } + ], + "https://github.com/saltchicken/ComfyUI-Identity-Mixer": [ + [ + "IdentityLoraMixer", + "IdentityLoraMixerStack" + ], + { + "title_aux": "ComfyUI-Identity-Mixer" + } + ], + "https://github.com/saltchicken/ComfyUI-Prompter": [ + [ + "CustomizablePromptGenerator" + ], + { + "title_aux": "ComfyUI-Prompter" + } + ], "https://github.com/saulchiu/comfy_saul_plugin": [ [ "Blend Images", @@ -9545,20 +11545,13 @@ "Fuse People and Cigarette", "Get Pose", "Patch Pose to People", + "Saul-Plugin", "Smoking Auto Label" ], { "title_aux": "comfyui-saul-plugin [WIP]" } ], - "https://github.com/sdfxai/SDFXBridgeForComfyUI": [ - [ - "SDFXClipTextEncode" - ], - { - "title_aux": "SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration" - } - ], "https://github.com/seancheung/comfyui-creative-nodes": [ [ "CreativeSkipFromFlow", @@ -9631,8 +11624,7 @@ "DiffusersModelMakeup", "DiffusersPipelineLoader", "DiffusersSampler", - "DiffusersSchedulerLoader", - "DiffusersVAELoader" + "DiffusersSchedulerLoader" ], { "title_aux": "comfyui-hydit" @@ -9678,6 +11670,15 @@ "title_aux": "ComfyUI_CheckPointLoader_Ext [WIP]" } ], + "https://github.com/sickbraintwo/WextraX": [ + [ + "loraName", + "tag" + ], + { + "title_aux": "WextraX [WIP]" + } + ], "https://github.com/silent-rain/ComfyUI-SilentRain": [ [ "Example" @@ -9686,11 +11687,76 @@ "title_aux": "ComfyUI-SilentRain" } ], + "https://github.com/silveroxides/ComfyUI_CondsUtils": [ + [ + "InsertAttnConds", + "InsertTEConds", + "LoadReduxEmb", + "LoadTEConds", + "SaveCondsEmb", + "SaveReduxEmb" + ], + { + "title_aux": "WIP Conditioning Toolkit [UNSAFE]" + } + ], + "https://github.com/silveroxides/ComfyUI_LoHalo": [ + [ + "LohaloHighFidelityScaler", + "LohaloKernelScalingNode" + ], + { + "title_aux": "ComfyUI_LoHalo" + } + ], + "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_PromptAttention": [ + [ + "CLIPTextEncodeAttentionBias" + ], + { + "title_aux": "ComfyUI_PromptAttention [WIP]" + } + ], "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": [ [ + "InsertAttnConds", + "InsertTEConds", "LoadReduxEmb", - "LoadT5XXLConds", - "LoadT5XXLEmb", + "LoadTEConds", "SaveCondsEmb", "SaveReduxEmb" ], @@ -9698,6 +11764,21 @@ "title_aux": "ComfyUI_ReduxEmbedToolkit" } ], + "https://github.com/silveroxides/ComfyUI_SamplingUtils": [ + [ + "GetJsonKeyValue", + "ImageBlendByMask", + "Image_Color_Noise", + "ModifyMask", + "SamplingParameters", + "SystemMessagePresets", + "TextEncodeFlux2SystemPrompt", + "TextEncodeZITSystemPrompt" + ], + { + "title_aux": "Sampling Utility Toolkit" + } + ], "https://github.com/simonjaq/ComfyUI-sjnodes": [ [ "CrossFadeVideo", @@ -9721,10 +11802,21 @@ "title_aux": "ComfyUI-Pin" } ], + "https://github.com/sk-palani/ComfyUI_Simpler": [ + [ + "Image_Preparations", + "InputSelector", + "Input_Image" + ], + { + "title_aux": "ComfyUI_Simpler" + } + ], "https://github.com/slezica/comfyui-personal": [ [ "GenerateImage", "OwlDetector", + "ScaleSigmas", "UpscaleImage", "UseCheckpoint", "UseControlNet", @@ -9748,16 +11840,6 @@ "title_aux": "ComfyUI_GPT_SoVITS_Lite" } ], - "https://github.com/smthemex/ComfyUI_MangaNinjia": [ - [ - "MangaNinjiaLoader", - "MangaNinjiaSampler", - "MarkImageNode" - ], - { - "title_aux": "ComfyUI_MangaNinjia [WIP]" - } - ], "https://github.com/sofakid/dandy": [ [ "DandyBooleanCollector", @@ -9766,6 +11848,7 @@ "DandyCss", "DandyCssLoader", "DandyEditorSettings", + "DandyFloat", "DandyFloatCollector", "DandyFloatPreview", "DandyFloatSplitter", @@ -9773,6 +11856,7 @@ "DandyHtml", "DandyHtmlLoader", "DandyImageCollector", + "DandyInt", "DandyIntCollector", "DandyIntPreview", "DandyIntSplitter", @@ -9831,13 +11915,21 @@ ], "https://github.com/sprited-ai/sprited-comfyui-nodes": [ [ + "LoopExtractorNodeV2", + "LoopMomentumNode", "LoopTrimNode", + "PixelRGBStats", "PreviewVideo", + "ShotSplitByCutScore", "SliceBatch", "SliceLatents", "URLToVideo", "VideoDownloader", - "VideoShotSplitter" + "VideoEvenShotSplitter", + "VideoShotSplitter", + "VideoShotSplitterV0", + "VideoShotSplitterV2", + "VideoShotSplitterV3" ], { "title_aux": "Sprited ComfyUI Nodes [WIP]" @@ -9879,24 +11971,54 @@ ], "https://github.com/stalkervr/comfyui-custom-path-nodes": [ [ - "BatchImageCrop", + "AnyCollector", "ContextPipeIn", "ContextPipeOut", "ContextPipeReroute", "DataFileLoader", + "ImageAspectRatioFixer", + "ImageBatchCrop", "ImageGridCropper", + "JsonArraySplitter", + "JsonFieldRemover", + "JsonFieldReplaceAdvanced", + "JsonFieldValueExtractor", + "JsonPathLoader", + "JsonPromptToTextPromptConverter", + "JsonToString", + "ListItemExtractor", + "LoopAny", "PathPipeIn", "PathPipeOut", "PathPipeReroute", - "PromptPartConcatenation", "PromptPartJoin", "SavePath", - "StringConcatenation" + "StringCollector", + "StringConcatenation", + "StringListToString", + "StringWrapper", + "WanVideoMultiPrompt" ], { "title_aux": "comfyui-custom-path-nodes [UNSAFE]" } ], + "https://github.com/starsFriday/ComfyUI-Audio-Subtitle": [ + [ + "AudioSubtitle" + ], + { + "title_aux": "ComfyUI-Audio-Subtitle [WIP]" + } + ], + "https://github.com/starsFriday/ComfyUI-Tracker-Person": [ + [ + "YoloTrackNode" + ], + { + "title_aux": "ComfyUI-Tracker-Person [WIP]" + } + ], "https://github.com/steelan9199/ComfyUI-Teeth": [ [ "teeth FindContours", @@ -9914,6 +12036,14 @@ "title_aux": "ComfyUI-Teeth [UNSAFE]" } ], + "https://github.com/stevanisya/comfyui_txt_selector": [ + [ + "TextSelector" + ], + { + "title_aux": "comfyui_txt_selector [WIP]" + } + ], "https://github.com/sthao42/comfyui-melodkeet-tts": [ [ "MelodkeetTTS" @@ -9972,7 +12102,9 @@ "https://github.com/sugarkwork/comfyui_psd": [ [ "Convert PSD to Image", + "PSDConvert", "PSDLayer", + "PSDSave", "Save PSD" ], { @@ -10010,6 +12142,25 @@ "title_aux": "displayHistory [WIP]" } ], + "https://github.com/systemaiofinterest-wq/ComfyUI-GoogleFX": [ + [ + "GoogleImagen31Node", + "GoogleImagen35Node", + "GoogleImagenR2INode", + "GoogleNanoBananaNode" + ], + { + "title_aux": "ComfyUI-GoogleFX" + } + ], + "https://github.com/takoyaki1118/ComfyUI-Kakimoji-Layer": [ + [ + "KakimojiEditor" + ], + { + "title_aux": "ComfyUI-Kakimoji-Layer" + } + ], "https://github.com/takoyaki1118/ComfyUI_PromptExtractor": [ [ "CustomLoadImageWithPathNode", @@ -10041,8 +12192,7 @@ "ParametersRangeLoop", "WanVideoAllParametersLoop", "WanVideoSchedulerInfo", - "WanVideoSchedulerLoop", - "WanVideoSchedulerSelector" + "WanVideoSchedulerLoop" ], { "title_aux": "comfyui-wanvideo-scheduler-loop" @@ -10106,6 +12256,14 @@ "title_aux": "Auto CPU Offload for ComfyUI [WIP]" } ], + "https://github.com/tg-tjmitchell/comfyui-custom-node-lister": [ + [ + "CustomNodeLister" + ], + { + "title_aux": "ComfyUI Manager Package Lister" + } + ], "https://github.com/tg-tjmitchell/comfyui-rsync-plugin": [ [ "FileTransferHelperNode" @@ -10145,6 +12303,15 @@ "title_aux": "_topfun_s_nodes" } ], + "https://github.com/theshubzworld/ComfyUI-NvidiaVision": [ + [ + "\u2728 NVIDIA Prompt Generator (Text) \u2728", + "\ud83d\udc41\ufe0f\u200d\ud83d\udde8\ufe0f NVIDIA Vision Node \ud83d\udc41\ufe0f\u200d\ud83d\udde8\ufe0f" + ], + { + "title_aux": "ComfyUI-NvidiaVision [WIP]" + } + ], "https://github.com/threadedblue/MLXnodes": [ [ "MLXImg2Img", @@ -10162,10 +12329,19 @@ "title_aux": "ComfyUI-FlowMatchScheduler [WIP]" } ], + "https://github.com/tiange-tree/BLUEAI_ComfyUI_OpenAI": [ + [ + "BLUEAI_OpenAI_Node" + ], + { + "title_aux": "BLUEAI_ComfyUI_OpenAI" + } + ], "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": [ [ "ImageSizer", - "KSamplerSDXLAdvanced" + "KSamplerSDXLAdvanced", + "My-ImageSizer" ], { "title_aux": "my-useful-comfyui-custom-nodes" @@ -10194,7 +12370,6 @@ "Model", "Predict", "Print Hello World", - "Show Text", "ShowText|pysssss", "String List Viewer", "String Splitter", @@ -10215,6 +12390,14 @@ "title_aux": "comfyui-zn-pycode [UNSAFE]" } ], + "https://github.com/tori29umai0123/ComfyUI-SDXLGenerateFromTextFile": [ + [ + "GenerateFromTextFile" + ], + { + "title_aux": "ComfyUI-SDXLGenerateFromTextFile [UNSAFE]" + } + ], "https://github.com/tracerstar/comfyui-p5js-node": [ [ "HYPE_P5JSImage" @@ -10316,6 +12499,26 @@ "title_aux": "comfyui-SetWallpaper" } ], + "https://github.com/tuxiansheng-ld/Comfyui-tuxiansheng-nodes": [ + [ + "HTMLScreenshotterNode", + "KimiTableToJSONNode", + "StringToListNode", + "TableRendererNode", + "TableStyleConfigNode" + ], + { + "title_aux": "Comfyui-tuxiansheng-nodes" + } + ], + "https://github.com/twdockery/ComfyUI_Prompt_Batch_Generator": [ + [ + "PromptBatchIterator" + ], + { + "title_aux": "ComfyUI_Prompt_Batch_Generator" + } + ], "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": [ [ "FFmpeg \u89c6\u9891\u5408\u6210\uff08\u4f4e\u5185\u5b58\uff09 / FFmpegVideoCombineLowMem", @@ -10354,7 +12557,13 @@ "SetLayer", "SetModels", "SetTokenizer", - "get_skip" + "create models list", + "get skip layers", + "get_skip", + "load and save tokenizer", + "loding llm model", + "loding target model", + "str to parsed layers" ], { "title_aux": "comfyui_mergekit [WIP]" @@ -10362,53 +12571,55 @@ ], "https://github.com/unanan/ComfyUI-Dist": [ [ - "LoadCheckpointFromLAN", - "LoadCheckpointFromURL", "LoadImageFromLAN", - "LoadImageFromURL", - "LoadWorkflowFromLAN", - "LoadWorkflowFromURL" + "LoadImageFromURL" ], { "title_aux": "ComfyUI-Dist [WIP]" } ], - "https://github.com/usman2003/ComfyUI-Classifiers": [ + "https://github.com/unphased/code-nodes": [ [ - "GenderClassificationNode" + "ImageBatcherByIndexProV2", + "PythonCodeNode", + "ShellCodeNode" ], { - "title_aux": "ComfyUI-Classifiers" + "title_aux": "code-nodes [UNSAFE]" } ], - "https://github.com/usman2003/ComfyUI-RaceDetect": [ + "https://github.com/usman2003/ComfyUI-Gender-Classifier": [ [ - "RaceDetectionNodeV2" + "GenderClassificationNode" ], { - "title_aux": "ComfyUI-RaceDetect" + "title_aux": "ComfyUI-Gender-Classifier" } ], "https://github.com/usrname0/ComfyUI-AllergicPack": [ [ "FolderFileCounter_Allergic", - "IncrementorPlus" + "IncrementorPlus", + "RememberMeNode" ], { "title_aux": "ComfyUI-AllergicPack [WIP]" } ], - "https://github.com/var1ableX/ComfyUI_Accessories": [ + "https://github.com/vadimcro/External-Image-Revised-with-MASK": [ [ - "ACC_AnyCast", - "AccMakeListNode", - "GetMaskDimensions", - "GetRandomDimensions", - "isImageEmpty", - "isMaskEmpty" + "ComfyUIDeployExternalImageRevised" + ], + { + "title_aux": "External-Image-Revised-with-MASK" + } + ], + "https://github.com/vadimcro/string_by_index": [ + [ + "StringByIndex" ], { - "title_aux": "ComfyUI_Accessories" + "title_aux": "string_by_index" } ], "https://github.com/vasilmitov/ComfyUI-SeedSnapShotManager": [ @@ -10471,6 +12682,58 @@ "title_aux": "comfyui-vovlertools" } ], + "https://github.com/vunguyen-oss/ComfyUI-ccsrv2": [ + [ + "CCSRUpscale" + ], + { + "title_aux": "ComfyUI-ccsrv2 [WIP]" + } + ], + "https://github.com/wTechArtist/ComfyUI-VVL-Tools": [ + [ + "ApplyUrlsToJson", + "BlenderModelAligner", + "BlenderSmartModelScalerBatch", + "DimensionReorderAndScale", + "DynamicBatchAnything", + "Enhanced3DRenderer", + "IndexOffsetAdjuster", + "IndexUrlPairDeduplicator", + "JsonArrayElementFieldExtractor", + "JsonArrayFieldUniformSetter", + "JsonCompressor", + "JsonExtractSubjectNamesScales", + "JsonFieldDeleter", + "JsonFieldRenamer", + "JsonMarkdownCleaner", + "JsonObjectDeduplicator", + "JsonObjectMerger", + "JsonObjectOutputUrlCheck", + "JsonObjectSplitter", + "JsonRotationScaleAdjuster", + "JsonScaleMaxAdjuster", + "ModelTransformParameters", + "RoomBboxGeneratorNode", + "TensorListPreview", + "TextCombineMulti", + "VVL compare", + "VVL forLoopEnd", + "VVL forLoopStart", + "VVL listChunk", + "VVL listConstruct", + "VVL listGetItem", + "VVL listLength", + "VVL mathInt", + "VVL whileLoopEnd", + "VVL whileLoopStart", + "VVL_Load_Text_Batch", + "async_sleep_v1" + ], + { + "title_aux": "ComfyUI-VVL-Tools" + } + ], "https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": [ [ "Mask2FormerPanoptic", @@ -10534,12 +12797,18 @@ ], "https://github.com/watarika/ComfyUI-Text-Utility": [ [ + "ConditionalTagProcessorNode", "LoadTextFile", + "ParsePromptCustom", + "ParsePromptFull", + "ProcessWildcard", "PromptsFromTextbox", "RemoveComments", "ReplaceVariables", + "ReplaceVariablesAndProcessWildcard", "SaveTextFile", - "StringsFromTextbox" + "StringsFromTextbox", + "StringsToList" ], { "title_aux": "ComfyUI-Text-Utility [UNSAFE]" @@ -10548,6 +12817,7 @@ "https://github.com/watarika/ComfyUI-exit": [ [ "ExitComfyUI", + "ExitWhenLastBatchConfirm", "FetchApi" ], { @@ -10562,6 +12832,15 @@ "title_aux": "FindBrightestSpot [WIP]" } ], + "https://github.com/wciq1208/even-comfyui-plugin": [ + [ + "Gemini", + "NanoBanana" + ], + { + "title_aux": "even-comfyui-plugin" + } + ], "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": [ [ "AudioConcatenateFree", @@ -10615,6 +12894,15 @@ "title_aux": "Comfyui-zZzZz [UNSAFE]" } ], + "https://github.com/woitec/ComfyUI_ImageDimensions": [ + [ + "ImageDimensionsExtractorFloat", + "ImageDimensionsExtractorInt" + ], + { + "title_aux": "ComfyUI_ImageDimensions [WIP]" + } + ], "https://github.com/wordbrew/comfyui-wan-control-nodes": [ [ "WanWeightedControlToVideo" @@ -10657,6 +12945,14 @@ "title_aux": "ComfyUI_RasterCardMaker" } ], + "https://github.com/xiaoxidashen/comfyui_my_utils": [ + [ + "VideoSplitCombine" + ], + { + "title_aux": "comfyui_my_utils" + } + ], "https://github.com/xiaoyumu/ComfyUI-XYNodes": [ [ "AdjustImageColor", @@ -10676,74 +12972,6 @@ "title_aux": "CombineMasksNode" } ], - "https://github.com/xl0/q_tools": [ - [ - "PreviewModelMetadata", - "QBlendLatent", - "QConcatLatentBatch", - "QGaussianLatent", - "QImageSizeSetter", - "QKSampler", - "QLatentOp", - "QLatentToShape", - "QLinearScheduler", - "QLoadLatent", - "QLoadLatentTimeline", - "QParamRandomizerRange", - "QParamaRandomizerList", - "QPreviewLatent", - "QReshapeLatent", - "QSamplerCustom", - "QSamplerEulerAncestral", - "QUniformLatent" - ], - { - "title_aux": "q_tools" - } - ], - "https://github.com/xmarked-ai/ComfyUI_misc": [ - [ - "BLIPMatcherX", - "BlendLatentsX", - "ColorCorrectionX", - "ColorSpaceConversionX", - "ColorTransferNodeX", - "CommonSourcesX", - "ConstantColorX", - "ConvexHullByMaskX", - "CropBorderX", - "DepthDisplaceX", - "EmptyLatentX", - "ExpressionsX", - "FourCornerPinMaskX", - "GaussianBlurX", - "GaussianMaskBlurX", - "IfConditionX", - "ImageCompositionX", - "ImageResizeX", - "ImageTileSquare", - "ImageUntileSquare", - "KSamplerComboX", - "LoopCloseX", - "LoopOpenX", - "LoraBatchSamplerX", - "RegionTesterNodeX", - "RegionalPromptSamplerX", - "RelightX", - "RemoveBackgroundX", - "SamplersTestX", - "SaveImageX", - "SelectiveDepthLoraBlocksX", - "SimpleBlockerX", - "SplineImageMask", - "TextConcatX", - "TextX", - "WhiteBalanceX" - ], - { - "title_aux": "ComfyUI_misc" - } - ], "https://github.com/xqqe/honey_nodes": [ [ "ExtractLoRAName", @@ -10753,6 +12981,8 @@ "HoneyTextConcat", "Honey_LoRAStackRandom", "Honey_LoRATags", + "LoraLoaderx", + "SmLoraLoader", "Small Lora Loader", "TagAdder" ], @@ -10770,6 +13000,72 @@ "title_aux": "ComfyUI-CombineVideoAndSubtitle" } ], + "https://github.com/xtanqn/comfyui-xishen": [ + [ + "BatchSizeControl", + "XishenCommonPromptNode", + "XishenCommonResolutionNode", + "XishenPromptEditNode", + "XishenRandomIntegerNode", + "XishenRemoveEmptyLinesNode", + "XishenShutdownTimerAdvanced", + "XishenShutdownTimerNode", + "XishenSmartDisplayNode", + "XishenThemePromptNode", + "\ud83c\udf49Image-\u9897\u7c92\u8d28\u611f", + "\ud83c\udf61Qwen-\u5c3a\u5bf8\u9884\u8bbe", + "\ud83c\udf65Qwen-\u6253\u5149\u9884\u8bbe", + "\ud83c\udf6dImage-\u6cdb\u5149\u6548\u679c", + "\ud83c\udf70Qwen-\u955c\u5934\u9884\u8bbe" + ], + { + "title_aux": "comfyui-xishen [WIP]" + } + ], + "https://github.com/xuchenxu168/ComfyUI-Gemini-3": [ + [ + "Gemini3Chat", + "Gemini3ContextCache", + "Gemini3FunctionCalling", + "Gemini3ImageEditorPrompt", + "Gemini3MultiModalAnalysis", + "Gemini3SafetySettings", + "Gemini3StreamingGeneration", + "Gemini3StructuredOutput", + "Gemini3TextGeneration", + "Gemini3UseCachedContent", + "Gemini3WithCodeExecution", + "Gemini3WithGoogleSearch" + ], + { + "title_aux": "ComfyUI-Gemini-3 [UNSAFE/WIP]" + } + ], + "https://github.com/xuchenxu168/ComfyUI_Qwen3-VL": [ + [ + "CombineImagesForQwen3VL", + "LoadImageForQwen3VL", + "LoadVideo", + "LoadVideoForQwen3VL", + "LoadVideoURL", + "Qwen3VLAPIAdvanced", + "Qwen3VLAPINode", + "Qwen3VLProcessor", + "Qwen3VLResponseFormatter", + "TextPromptForQwen3VL" + ], + { + "title_aux": "ComfyUI-Qwen3-VL [WIP]" + } + ], + "https://github.com/xuchenxu168/Comfyui_Prompt_Edit": [ + [ + "Prompt_Edit" + ], + { + "title_aux": "ComfyUI-DreamOmni2-GGUF [WIP]" + } + ], "https://github.com/xzuyn/ComfyUI-xzuynodes": [ [ "CLIPLoaderXZ", @@ -10778,7 +13074,11 @@ "FirstLastFrameXZ", "ImageResizeKJ", "ImageResizeXZ", + "TextEncodeQwenImageEditSimpleXZ", + "TextEncodeQwenImageEditXZ", "TripleCLIPLoaderXZ", + "VAEDecodeTiledXZ", + "VAEDecodeXZ", "WanImageToVideoXZ" ], { @@ -10794,6 +13094,15 @@ "title_aux": "ComfyUI-Direct3DS2 [WIP]" } ], + "https://github.com/yamanacn/ComfyUI-QwenVL3-image": [ + [ + "QwenVL3_image", + "QwenVLUnloadModel" + ], + { + "title_aux": "ComfyUI-QwenVL3-image [WIP]" + } + ], "https://github.com/yamanacn/comfyui_qwen_object": [ [ "BBoxToSAM", @@ -10817,8 +13126,10 @@ ], "https://github.com/yanhuifair/ComfyUI-FairLab": [ [ + "ASCIICharNode", "AddNode", "AppendTagsNode", + "AspectRatiosNode", "Base64ToImageNode", "DivideNode", "DownloadImageNode", @@ -10828,12 +13139,12 @@ "FloatNode", "FloatToIntNode", "IfNode", - "ImageResizeNode", "ImageSizeNode", "ImageToBase64Node", "ImageToVideoNode", "ImagesCatNode", "ImagesIndexNode", + "ImagesInfoNode", "ImagesRangeNode", "IntNode", "IntToFloatNode", @@ -10845,6 +13156,9 @@ "LoraLoaderDualNode", "MaxNode", "MinNode", + "ModulationDirectionNode", + "ModulationNode", + "MultiplyIntNode", "MultiplyNode", "NumberNode", "OutpaintingPadNode", @@ -10852,7 +13166,9 @@ "PrintAnyNode", "PrintImageNode", "PythonScriptNode", + "RangeStringListNode", "RangeStringNode", + "ResizeImageNode", "SaveImageToDirectoryNode", "SaveStringToDirectoryNode", "ShowStringNode", @@ -10877,121 +13193,6 @@ "title_aux": "comfyui-deepseek [WIP]" } ], - "https://github.com/yanlang0123/ComfyUI_Lam": [ - [ - "AppParams", - "AspectRatio", - "AudioBeforeAfterSilence", - "AutioInfo", - "AutioPath", - "DoWhileEnd", - "DoWhileStart", - "EasyPromptSelecto", - "FaceFusion", - "ForEnd", - "ForInnerEnd", - "ForInnerStart", - "ForStart", - "IdentifyingQR", - "IfInnerExecute", - "Image2Video", - "ImageAddMask", - "ImageBlank", - "ImageClone", - "ImageCropFaces", - "ImageLama", - "ImageToMasks", - "JyAnimationGroup", - "JyAnimationIn", - "JyAnimationOut", - "JyAudio2CaptionsGroup", - "JyAudioNative", - "JyAudioTrack", - "JyCaptionsNative", - "JyCaptionsTrack", - "JyEffectNative", - "JyEffectTrack", - "JyMediaAnimation", - "JyMediaNative", - "JyMediaTrack", - "JyMultiAudioGroup", - "JyMultiCaptionsGroup", - "JyMultiEffectGroup", - "JyMultiMediaGroup", - "JySaveDraft", - "JySaveNoOutDraft", - "JySaveNotOutDraft", - "JySaveOutDraft", - "JyTransition", - "LAM.OpenPoseEditorPlus", - "LamCommonHidden", - "LamCommonNames", - "LamCommonPrint", - "LamCommonPrintNoOutput", - "LamFaceAnalysisModels", - "LamGetPngInfo", - "LamHeyGemNode", - "LamHeyGemQueryNode", - "LamIndexTTS2AdvancedParams", - "LamIndexTTS2Node0", - "LamIndexTTS2Node1", - "LamIndexTTS2Node2", - "LamIndexTTS2Node3", - "LamIndexTTS2UnloadModel", - "LamLoadImageBase64", - "LamLoadPathImage", - "LamLoadVideo", - "LamReadFileList", - "LamSamplerName", - "LamSaveAudio", - "LamSaveOnly", - "LamSaveVideo", - "LamScheduler", - "LamSwitcherCase", - "LamViewVideo", - "LamViewVideoOut", - "LoadDirImgPaths", - "LoadImagePath", - "LoadReplaceImage", - "LongTextToList", - "MultiControlNetApply", - "MultiGLIGENTextBoxApply", - "MultiIPAdapterRegional", - "MultiIntFormula", - "MultiMergeAudio", - "MultiMergeVideos", - "MultiParamFormula", - "MultiTextConcatenate", - "MultiTextEncode", - "MultiTextEncodeAdvanced", - "MultiTextSelelct", - "MultiTextSetArea", - "MultiTextSetGligen", - "MultiTextSetMask", - "OpenAiPrompt", - "OutDoWhileEnd", - "OutDoWhileStart", - "PreviewImageLam", - "PromptTranslator", - "QRCode", - "SaveImageLam", - "SaveImgOutputLam", - "SectionEnd", - "SectionStart", - "StyleSelecto", - "Text2AutioEdgeTts", - "TextListSelelct", - "VideoAddAudio", - "VideoExtractAudio", - "VideoFaceFusion", - "VideoPath", - "WaitImagSelector", - "ZhPromptTranslator" - ], - { - "title_aux": "ComfyUI_Lam" - } - ], "https://github.com/yichengup/ComfyUI-Transition": [ [ "CircularSequenceTransition", @@ -11009,9 +13210,12 @@ [ "FaceDetectorSelector", "HumanPartsUltra", + "ImageUpscaleWithModel_Optimized", + "UpscaleModelLoader_Optimized", "YC Color Match", "YCFaceAlignToCanvas", "YCFaceAlignToCanvasV2", + "YCFaceAlignToReference", "YCFaceAnalysisModels" ], { @@ -11052,18 +13256,11 @@ "title_aux": "ComfyUI-Dropbox-API [WIP]" } ], - "https://github.com/yokoyoko9053/comfyui-sequential-prompt": [ - [ - "YokoYoko.Tec" - ], - { - "title_aux": "comfyui-sequential-prompt" - } - ], "https://github.com/yuvraj108c/ComfyUI-HYPIR": [ [ "HYPIRProcess", - "LoadHYPIRModel" + "LoadHYPIRModel", + "LoadTheraModel" ], { "title_aux": "ComfyUI HYPIR [NAME CONFLICT]" @@ -11078,6 +13275,23 @@ "title_aux": "comfyui_random_prompt_plugin [WIP]" } ], + "https://github.com/zRich/ComfyUI-zRich-ObjectCutter": [ + [ + "SAM2AutoLayer", + "zRichObjectCutter" + ], + { + "title_aux": "ComfyUI-zRich-ObjectCutter" + } + ], + "https://github.com/zRich/sam2_layer_node": [ + [ + "SAM2AutoLayer" + ], + { + "title_aux": "sam2_layer_node" + } + ], "https://github.com/zackabrams/ComfyUI-KeySyncWrapper": [ [ "KeySyncAdvanced", @@ -11146,6 +13360,23 @@ ], "https://github.com/zhuanvi/ComfyUI-ZVNodes": [ [ + "ApimartDownloadSavedTaskImageZV", + "ApimartDownloadSavedTaskVideoZV", + "ApimartImage2VideoSubmitZV", + "ApimartNanoBananaProImageSubmitZV", + "ApimartRemixByTaskIdSubmitZV", + "ApimartRemixVideoSubmitZV", + "ApimartSeedream40ImageSubmitZV", + "ApimartSeedream45ImageSubmitZV", + "ApimartText2VideoSubmitZV", + "BBOXFormatConverterZV", + "GrsaiLoadImageFromPathNodeZV", + "GrsaiNanoBananaGeminiNodeZV", + "GrsaiNanoBananaNodeZV", + "GrsaiResultNodeZV", + "GrsaiSoraCreateCharacterNodeZV", + "GrsaiSoraUploadCharacterNodeZV", + "GrsaiSoraVideoNodeZV", "ImageCounterNodeZV", "JoinListZV", "JsonListIndexerZV", @@ -11159,6 +13390,7 @@ "LoadImageFromDirZV", "LoadImageFromUrlZV", "LoadTxtFromDirZV", + "LoadVideoFromDirZV", "MultiLineConditionalZV", "MultiLineOperationZV", "PatternFillNodeZV", @@ -11166,7 +13398,11 @@ "RandomSelectListZV", "SaveImageToPathZV", "SaveTxtToPathZV", + "StringToPathZV", "TriangleCharacterLayoutZV", + "TxtCounterNodeZV", + "UniversalBBOXToMaskZV", + "Veo31Image2VideoSubmitZV", "VideoSceneDetectorZV", "VideoSpeedZV", "doubaoI2INodeZV", @@ -11176,6 +13412,20 @@ "title_aux": "ComfyUI-ZVNodes [WIP]" } ], + "https://github.com/zhupeter010903/ComfyUI-prompt-library": [ + [ + "GroupedPromptNode", + "XYZ Grouped Prompts", + "XYZ Multi Clip Encoder", + "XYZ Multi Text Concatenate", + "XYZ Multi Text Replace", + "XYZ Prompt Library", + "XYZ Random String Picker" + ], + { + "title_aux": "ComfyUI-prompt-library" + } + ], "https://github.com/zjkhurry/comfyui_MetalFX": [ [ "metalFXImg" @@ -11204,21 +13454,20 @@ "https://github.com/zyd232/ComfyUI-zyd232-Nodes": [ [ "zyd232 ImagesPixelsCompare", + "zyd232 MaskBatchBlend", "zyd232_SavePreviewImages" ], { "title_aux": "ComfyUI-zyd232-Nodes" } ], - "https://raw.githubusercontent.com/NeuralNotW0rk/ComfyUI-Waveform-Extensions/main/EXT_VariationUtils.py": [ + "https://github.com/zyquon/ComfyUI-Stash": [ [ - "BatchToList", - "ConcatAudioList", - "SequenceVariation", - "SliceAudio" + "StashImage", + "StashNode" ], { - "title_aux": "ComfyUI-Waveform-Extensions" + "title_aux": "ComfyUI Stash" } ], "https://raw.githubusercontent.com/jp0215/comfyUI_padding-resize_node/main/PaddingNode.py": [ diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 3f902276e..63e5e587d 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -1,4252 +1,4927 @@ { "https://github.com/123jimin/ComfyUI-MobileForm": { - "stars": 10, + "stars": 11, "last_update": "2025-04-06 13:36:29", - "author_account_age_days": 5213 + "author_account_age_days": 5304 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 618 + "author_account_age_days": 709 }, "https://github.com/1H-hobit/ComfyUI_InternVL3": { "stars": 1, - "last_update": "2025-08-29 00:02:47", - "author_account_age_days": 374 + "last_update": "2025-10-20 07:24:30", + "author_account_age_days": 465 }, "https://github.com/206811/ComfyUI_ZhipuAIO": { - "stars": 2, + "stars": 3, "last_update": "2025-07-29 10:11:45", - "author_account_age_days": 1955 + "author_account_age_days": 2046 }, "https://github.com/3dmindscapper/ComfyUI-PartField": { - "stars": 32, + "stars": 33, "last_update": "2025-05-01 02:50:39", - "author_account_age_days": 851 + "author_account_age_days": 942 }, "https://github.com/3dmindscapper/ComfyUI-Sam-Mesh": { - "stars": 33, + "stars": 40, "last_update": "2025-05-07 12:42:13", - "author_account_age_days": 851 + "author_account_age_days": 942 }, "https://github.com/438443467/ComfyUI-SanMian-Nodes": { "stars": 32, "last_update": "2025-04-29 10:29:07", - "author_account_age_days": 861 + "author_account_age_days": 952 }, "https://github.com/543872524/ComfyUI_crdong": { "stars": 0, - "last_update": "2025-09-13 17:33:52", - "author_account_age_days": 2463 - }, - "https://github.com/5agado/ComfyUI-Sagado-Nodes": { - "stars": 0, - "last_update": "2025-09-10 12:39:03", - "author_account_age_days": 4916 + "last_update": "2025-09-25 13:37:23", + "author_account_age_days": 2554 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 2, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1419 + "author_account_age_days": 1510 }, "https://github.com/77oussam/Aio77-Comfyui": { "stars": 0, "last_update": "2025-08-05 06:46:11", - "author_account_age_days": 832 + "author_account_age_days": 922 }, "https://github.com/78Ventures/ComfyUI-Tortu": { "stars": 1, - "last_update": "2025-09-14 14:15:36", - "author_account_age_days": 551 + "last_update": "2025-09-17 21:51:59", + "author_account_age_days": 641 }, "https://github.com/7BEII/Comfyui_PDuse": { - "stars": 22, - "last_update": "2025-09-11 07:08:59", - "author_account_age_days": 260 + "stars": 36, + "last_update": "2025-12-13 04:12:12", + "author_account_age_days": 351 }, "https://github.com/853587221/ComfyUI_XLweb": { - "stars": 1, + "stars": 3, "last_update": "2025-09-10 11:40:15", - "author_account_age_days": 1103 + "author_account_age_days": 1194 + }, + "https://github.com/90cube/Comfyui-CBcanvas": { + "stars": 0, + "last_update": "2025-11-04 23:46:11", + "author_account_age_days": 327 + }, + "https://github.com/A1rCHAN/ComfyUI_A1rSpace": { + "stars": 4, + "last_update": "2025-11-27 16:34:15", + "author_account_age_days": 541 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 1, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 920 + "author_account_age_days": 1010 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-VAELoaderSDXLmod": { "stars": 0, "last_update": "2025-06-23 23:42:45", - "author_account_age_days": 920 + "author_account_age_days": 1010 }, "https://github.com/A719689614/ComfyUI_AC_FUNV7-FLUX-": { "stars": 0, - "last_update": "2025-07-25 12:51:58", - "author_account_age_days": 762 + "last_update": "2025-11-14 08:30:14", + "author_account_age_days": 853 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, - "last_update": "2025-08-06 06:26:11", - "author_account_age_days": 762 + "last_update": "2025-11-13 09:28:56", + "author_account_age_days": 853 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 1, "last_update": "2025-05-15 08:07:12", - "author_account_age_days": 515 + "author_account_age_days": 606 + }, + "https://github.com/AIExplorer25/ComfyUI_HuggingfaceHelper": { + "stars": 0, + "last_update": "2025-11-17 10:18:29", + "author_account_age_days": 4004 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 678 - }, - "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 166, - "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 678 - }, - "https://github.com/AIFSH/IMAGDressing-ComfyUI": { - "stars": 63, - "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 129, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 678 + "author_account_age_days": 769 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 14, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 678 + "author_account_age_days": 769 }, - "https://github.com/ALatentPlace/ComfyUI_yanc": { - "stars": 66, - "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1907 + "https://github.com/AIGCZero/AIGCZero-comfyui-Qwen_edit-zero": { + "stars": 5, + "last_update": "2025-09-16 08:49:34", + "author_account_age_days": 197 + }, + "https://github.com/APZmedia/ComfyUI-folder-parser": { + "stars": 0, + "last_update": "2025-11-02 14:39:38", + "author_account_age_days": 3015 + }, + "https://github.com/APZmedia/Joshua-brand-assets-loader": { + "stars": 0, + "last_update": "2025-10-27 19:44:50", + "author_account_age_days": 3015 }, "https://github.com/APZmedia/comfyui-textools": { - "stars": 5, - "last_update": "2025-09-12 15:57:33", - "author_account_age_days": 2924 + "stars": 8, + "last_update": "2025-11-04 23:40:59", + "author_account_age_days": 3015 }, "https://github.com/Aero-Ex/comfyui_diffswap": { "stars": 0, "last_update": "2025-07-29 11:43:43", - "author_account_age_days": 1198 + "author_account_age_days": 1289 }, "https://github.com/AhBumm/ComfyUI-Upscayl": { "stars": 0, "last_update": "2025-02-19 09:41:02", - "author_account_age_days": 1256 + "author_account_age_days": 1347 }, "https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf": { "stars": 0, "last_update": "2025-05-02 18:47:09", - "author_account_age_days": 1256 + "author_account_age_days": 1347 }, "https://github.com/AkiEvansDev/ComfyUI-Tools": { "stars": 0, "last_update": "2025-06-28 14:48:29", - "author_account_age_days": 2765 + "author_account_age_days": 2856 }, "https://github.com/Alazuaka/comfyui-lora-stack-node": { "stars": 0, "last_update": "2025-06-12 23:14:31", - "author_account_age_days": 1234 + "author_account_age_days": 1325 }, "https://github.com/AlejandroTuzzi/TUZZI-ByPass": { "stars": 5, "last_update": "2025-08-07 11:48:54", - "author_account_age_days": 1691 + "author_account_age_days": 1782 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 1, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1878 + "author_account_age_days": 1968 }, "https://github.com/AlexYez/comfyui-timesaver": { - "stars": 0, - "last_update": "2025-09-09 20:10:05", - "author_account_age_days": 1602 + "stars": 2, + "last_update": "2025-11-26 21:31:12", + "author_account_age_days": 1693 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 3, "last_update": "2025-06-12 23:48:01", - "author_account_age_days": 2552 + "author_account_age_days": 2643 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 0, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 4148 + "author_account_age_days": 4239 + }, + "https://github.com/Amor718/AmorForge": { + "stars": 1, + "last_update": "2025-11-03 15:21:33", + "author_account_age_days": 59 }, "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": { "stars": 0, "last_update": "2025-05-07 14:33:50", - "author_account_age_days": 2276 + "author_account_age_days": 2367 }, "https://github.com/Anze-/ComfyUI-OIDN": { - "stars": 8, + "stars": 10, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4401 + "author_account_age_days": 4492 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4401 + "author_account_age_days": 4492 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 1, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2439 + "author_account_age_days": 2530 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 5, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4463 + "author_account_age_days": 4554 }, - "https://github.com/AustinMroz/ComfyUI-MinCache": { - "stars": 2, - "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4521 + "https://github.com/Aruntd008/ComfyUI_SeamlessPattern": { + "stars": 0, + "last_update": "2025-12-11 12:31:38", + "author_account_age_days": 1080 + }, + "https://github.com/Aruntd008/ComfyUI_blender_render": { + "stars": 0, + "last_update": "2025-12-11 12:23:07", + "author_account_age_days": 1080 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4521 + "author_account_age_days": 4612 }, "https://github.com/BARKEM-JC/ComfyUI-Dynamic-Lora-Loader": { "stars": 0, "last_update": "2025-09-07 18:07:33", - "author_account_age_days": 2132 + "author_account_age_days": 2223 }, "https://github.com/Babiduba/ivan_knows": { "stars": 0, "last_update": "2025-08-12 23:51:47", - "author_account_age_days": 3918 + "author_account_age_days": 4009 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { - "stars": 80, + "stars": 88, "last_update": "2025-03-09 00:44:37", - "author_account_age_days": 877 + "author_account_age_days": 968 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 0, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 286 + "author_account_age_days": 376 }, - "https://github.com/Baverne/comfyUI-TiledWan": { + "https://github.com/Beinsezii/DEET": { "stars": 2, - "last_update": "2025-08-21 10:14:11", - "author_account_age_days": 918 + "last_update": "2025-10-27 04:51:55", + "author_account_age_days": 2764 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { - "stars": 45, + "stars": 48, "last_update": "2025-04-21 19:37:22", - "author_account_age_days": 2673 + "author_account_age_days": 2764 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 394 + "author_account_age_days": 485 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1245 + "author_account_age_days": 1336 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1319 + "author_account_age_days": 1410 }, "https://github.com/BigStationW/flowmatch_scheduler-comfyui": { - "stars": 17, + "stars": 18, "last_update": "2025-06-17 13:31:03", - "author_account_age_days": 133 + "author_account_age_days": 224 }, "https://github.com/BinglongLi/ComfyUI_ToolsForAutomask": { "stars": 1, "last_update": "2025-06-04 11:56:53", - "author_account_age_days": 2132 + "author_account_age_days": 2223 }, "https://github.com/BiodigitalJaz/ComfyUI-Dafaja-Nodes": { "stars": 1, "last_update": "2025-08-16 14:12:10", - "author_account_age_days": 625 + "author_account_age_days": 715 + }, + "https://github.com/BizaNator/BrainDead_QwenCharacterEditor": { + "stars": 3, + "last_update": "2025-09-29 01:04:46", + "author_account_age_days": 3595 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 694 - }, - "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { - "stars": 8, - "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 291 + "author_account_age_days": 785 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4599 + "author_account_age_days": 4689 }, "https://github.com/BrettMedia/comfyui-bhtools": { "stars": 1, "last_update": "2025-07-24 21:32:37", - "author_account_age_days": 107 + "author_account_age_days": 197 }, "https://github.com/BuffMcBigHuge/ComfyUI-Buff-Nodes": { "stars": 2, "last_update": "2025-09-10 16:09:48", - "author_account_age_days": 3360 + "author_account_age_days": 3451 }, "https://github.com/Burgstall-labs/ComfyUI-BS_FalAi-API-Video": { - "stars": 3, - "last_update": "2025-06-19 06:47:25", - "author_account_age_days": 238 + "stars": 5, + "last_update": "2025-10-26 14:31:29", + "author_account_age_days": 329 }, "https://github.com/Bwebbfx/ComfyUI_FaceParsing": { "stars": 13, "last_update": "2025-07-02 20:41:55", - "author_account_age_days": 674 + "author_account_age_days": 765 }, "https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": { "stars": 0, "last_update": "2025-06-08 13:32:25", - "author_account_age_days": 3063 - }, - "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { - "stars": 20, - "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 645 + "author_account_age_days": 3154 }, "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": { "stars": 0, "last_update": "2025-03-25 20:26:18", - "author_account_age_days": 1521 + "author_account_age_days": 1611 + }, + "https://github.com/Chang-Jin-Lee/ComfyUI-PromptMixer-AI": { + "stars": 0, + "last_update": "2025-12-01 00:53:32", + "author_account_age_days": 2303 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 0, - "last_update": "2025-09-11 23:25:45", - "author_account_age_days": 4555 + "last_update": "2025-10-24 16:01:27", + "author_account_age_days": 4646 }, "https://github.com/Charonartist/ComfyUI-send-eagle-pro_2": { "stars": 0, "last_update": "2025-05-26 12:12:47", - "author_account_age_days": 441 + "author_account_age_days": 532 }, "https://github.com/Charonartist/comfyui-lora-random-selector": { "stars": 0, "last_update": "2025-08-08 13:34:04", - "author_account_age_days": 441 + "author_account_age_days": 532 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2025-06-19 03:10:17", - "author_account_age_days": 2859 + "author_account_age_days": 2950 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 1, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 765 + "author_account_age_days": 856 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 2181 + "author_account_age_days": 2272 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { - "stars": 21, - "last_update": "2025-09-12 23:02:07", - "author_account_age_days": 522 + "stars": 22, + "last_update": "2025-09-15 04:44:21", + "author_account_age_days": 613 }, "https://github.com/CooperCorona/comfy-auto-unload": { "stars": 1, "last_update": "2025-09-13 17:43:43", - "author_account_age_days": 4063 + "author_account_age_days": 4154 }, "https://github.com/D1-3105/ComfyUI-VideoStream": { "stars": 0, "last_update": "2025-02-17 04:02:01", - "author_account_age_days": 1950 + "author_account_age_days": 2041 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 1225 + "author_account_age_days": 1315 + }, + "https://github.com/DavidJBarnes/comfyui-djb-utils": { + "stars": 0, + "last_update": "2025-09-18 17:00:25", + "author_account_age_days": 4418 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2478 + "author_account_age_days": 2569 + }, + "https://github.com/Dehypnotic/comfyui-save-mp3": { + "stars": 1, + "last_update": "2025-10-24 09:40:52", + "author_account_age_days": 1630 }, "https://github.com/DenRakEiw/Comfyui-Aspect-Ratio-Processor": { "stars": 0, "last_update": "2025-08-18 05:23:24", - "author_account_age_days": 1478 + "author_account_age_days": 1569 }, "https://github.com/DenRakEiw/DenRakEiw_Nodes": { - "stars": 22, - "last_update": "2025-08-28 10:30:16", - "author_account_age_days": 1478 + "stars": 28, + "last_update": "2025-09-17 05:30:41", + "author_account_age_days": 1569 + }, + "https://github.com/DeyanShahov/ComfyUI_RedFox": { + "stars": 0, + "last_update": "2025-10-21 22:43:48", + "author_account_age_days": 1628 }, "https://github.com/DiffusionWave-YT/DiffusionWave_PickResolution": { "stars": 0, "last_update": "2025-06-29 23:55:17", - "author_account_age_days": 97 + "author_account_age_days": 188 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 0, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 789 + "author_account_age_days": 880 }, "https://github.com/DonutsDelivery/ComfyUI-DonutNodes": { - "stars": 7, - "last_update": "2025-07-26 02:15:08", - "author_account_age_days": 172 + "stars": 8, + "last_update": "2025-12-09 03:31:39", + "author_account_age_days": 263 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1479 + "author_account_age_days": 1570 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { - "stars": 6, - "last_update": "2025-09-14 20:15:35", - "author_account_age_days": 1821 + "stars": 5, + "last_update": "2025-09-22 18:28:25", + "author_account_age_days": 1912 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Player": { "stars": 0, "last_update": "2025-07-18 15:11:25", - "author_account_age_days": 2303 + "author_account_age_days": 2394 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal": { "stars": 0, "last_update": "2025-08-05 10:58:20", - "author_account_age_days": 2303 + "author_account_age_days": 2394 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-RendArt-Nodes": { "stars": 0, "last_update": "2025-08-05 11:22:39", - "author_account_age_days": 2303 + "author_account_age_days": 2394 }, "https://github.com/DreamsInAutumn/ComfyUI-Autumn-LLM-Nodes": { "stars": 0, "last_update": "2025-06-14 06:14:05", - "author_account_age_days": 1314 + "author_account_age_days": 1405 }, "https://github.com/Dreamshot-io/ComfyUI-Extend-Resolution": { "stars": 0, "last_update": "2025-06-02 07:15:00", - "author_account_age_days": 300 + "author_account_age_days": 390 }, "https://github.com/ELiZswe/ComfyUI-ELiZTools": { "stars": 0, "last_update": "2025-06-24 06:14:44", - "author_account_age_days": 2271 - }, - "https://github.com/EQXai/ComfyUI_EQX": { - "stars": 0, - "last_update": "2025-06-27 21:55:53", - "author_account_age_days": 475 - }, - "https://github.com/Eagle-CN/ComfyUI-Addoor": { - "stars": 55, - "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3074 - }, - "https://github.com/Elawphant/ComfyUI-MusicGen": { - "stars": 6, - "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 3035 + "author_account_age_days": 2361 }, "https://github.com/ElyZeng/ComfyUI-Translator": { - "stars": 1, + "stars": 2, "last_update": "2025-07-31 03:12:40", - "author_account_age_days": 1202 + "author_account_age_days": 1293 }, "https://github.com/Elypha/ComfyUI-Prompt-Helper": { "stars": 0, - "last_update": "2025-08-23 18:28:00", - "author_account_age_days": 2979 + "last_update": "2025-09-20 04:42:50", + "author_account_age_days": 3070 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 0, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 3093 + "author_account_age_days": 3184 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2425 + "author_account_age_days": 2516 + }, + "https://github.com/Enferlain/ComfyUI-extra-schedulers": { + "stars": 0, + "last_update": "2025-12-08 00:02:31", + "author_account_age_days": 3681 }, - "https://github.com/Enemyx-net/VibeVoice-ComfyUI": { - "stars": 784, - "last_update": "2025-09-11 06:16:03", - "author_account_age_days": 18 + "https://github.com/Eric7758/ComfyUI-IAT": { + "stars": 0, + "last_update": "2025-10-29 06:28:08", + "author_account_age_days": 867 }, "https://github.com/EricRollei/Comfy-Metadata-System": { - "stars": 2, + "stars": 3, "last_update": "2025-04-28 23:42:26", - "author_account_age_days": 1341 + "author_account_age_days": 1432 + }, + "https://github.com/EricRollei/HYPIR-ComfyUI": { + "stars": 1, + "last_update": "2025-11-18 18:34:15", + "author_account_age_days": 1432 }, "https://github.com/Estanislao-Oviedo/ComfyUI-CustomNodes": { "stars": 0, - "last_update": "2025-07-23 18:10:07", - "author_account_age_days": 2628 + "last_update": "2025-11-19 02:44:52", + "author_account_age_days": 2718 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 2071 + "author_account_age_days": 2161 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3597 - }, - "https://github.com/FaberVS/MultiModel": { - "stars": 1, - "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2218 + "author_account_age_days": 3688 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 0, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3579 + "author_account_age_days": 3670 }, "https://github.com/Filexor/File_x_dynamic_prompt2": { "stars": 0, "last_update": "2025-07-29 16:19:34", - "author_account_age_days": 4395 + "author_account_age_days": 4486 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 0, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 468 + "author_account_age_days": 559 }, "https://github.com/FinetunersAI/finetuners": { "stars": 1, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 468 + "author_account_age_days": 559 }, - "https://github.com/Firetheft/ComfyUI_Local_Image_Gallery": { - "stars": 87, - "last_update": "2025-09-07 13:16:47", - "author_account_age_days": 1348 + "https://github.com/Firetheft/ComfyUI_Local_Media_Manager": { + "stars": 125, + "last_update": "2025-12-04 06:15:39", + "author_account_age_days": 1439 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 885 + "author_account_age_days": 976 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 1, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1326 + "author_account_age_days": 1417 + }, + "https://github.com/Fuhze73/ComfyUI-PainterI2V-StartEndImage-Tiled": { + "stars": 0, + "last_update": "2025-11-22 17:16:02", + "author_account_age_days": 307 }, "https://github.com/GalactusX31/ComfyUI-FileBrowserAPI": { "stars": 6, "last_update": "2025-06-13 20:53:11", - "author_account_age_days": 2774 + "author_account_age_days": 2865 }, "https://github.com/GeekatplayStudio/ComfyUI_Toolbox": { "stars": 2, "last_update": "2025-03-18 16:12:09", - "author_account_age_days": 4038 - }, - "https://github.com/GeekyGhost/24oiduts-ComfyUI": { - "stars": 0, - "last_update": "2025-09-14 16:09:35", - "author_account_age_days": 1117 + "author_account_age_days": 4128 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 4, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2830 + "author_account_age_days": 2921 }, "https://github.com/George0726/ComfyUI-video-accessory": { "stars": 1, - "last_update": "2025-05-19 14:18:22", - "author_account_age_days": 2698 + "last_update": "2025-09-26 18:36:12", + "author_account_age_days": 2789 + }, + "https://github.com/Gergzilla/Slim-Comfy-Pack": { + "stars": 0, + "last_update": "2025-11-14 14:52:58", + "author_account_age_days": 3821 + }, + "https://github.com/GoddessLabs/ComfyUI-GoddessLabs-NodePack": { + "stars": 6, + "last_update": "2025-11-25 18:56:25", + "author_account_age_days": 49 + }, + "https://github.com/Goldlionren/ComfyUI-CleanSlate": { + "stars": 1, + "last_update": "2025-10-07 04:14:16", + "author_account_age_days": 617 + }, + "https://github.com/GraftingRayman/Unified-Vision-Prompt-Generator": { + "stars": 1, + "last_update": "2025-11-20 17:47:15", + "author_account_age_days": 701 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1621 + "author_account_age_days": 1711 }, "https://github.com/Grey3016/Save2Icon": { "stars": 2, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 776 + "author_account_age_days": 866 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 1071 + "author_account_age_days": 1162 }, "https://github.com/GuardSkill/ComfyUI-AffineImage": { - "stars": 5, - "last_update": "2025-09-02 01:38:07", - "author_account_age_days": 3480 + "stars": 6, + "last_update": "2025-11-18 09:08:39", + "author_account_age_days": 3571 }, "https://github.com/GuusF/Comfyui_CrazyMaths": { "stars": 0, "last_update": "2025-08-14 13:12:31", - "author_account_age_days": 1833 + "author_account_age_days": 1924 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 2, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 69 + "author_account_age_days": 160 }, "https://github.com/Hapseleg/ComfyUI-This-n-That": { "stars": 0, "last_update": "2025-06-03 20:26:27", - "author_account_age_days": 3743 + "author_account_age_days": 3834 }, "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": { - "stars": 13, + "stars": 14, "last_update": "2025-06-23 09:42:46", - "author_account_age_days": 511 + "author_account_age_days": 602 }, - "https://github.com/Huangcj2005/comfyui-HandDetect": { + "https://github.com/IAFFeng/Comfyui_XF_Custom_Actual-Node": { "stars": 0, - "last_update": "2025-07-29 11:41:58", - "author_account_age_days": 675 + "last_update": "2025-11-28 09:14:16", + "author_account_age_days": 664 }, "https://github.com/IXIWORKS-KIMJUNGHO/comfyui-ixiworks": { "stars": 0, "last_update": "2025-08-14 09:22:06", - "author_account_age_days": 2770 + "author_account_age_days": 2861 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 0, "last_update": "2025-02-05 08:51:23", - "author_account_age_days": 5032 + "author_account_age_days": 5123 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 0, - "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 375 + "last_update": "2025-12-07 22:43:37", + "author_account_age_days": 466 }, - "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { - "stars": 6, - "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 559 + "https://github.com/Immac/ComfyUI-ImmacTools": { + "stars": 0, + "last_update": "2025-10-21 19:34:57", + "author_account_age_days": 4717 }, - "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { - "stars": 214, - "last_update": "2025-08-29 00:23:20", - "author_account_age_days": 858 + "https://github.com/Inoriac/comfyui-HandDetect": { + "stars": 0, + "last_update": "2025-09-16 06:11:22", + "author_account_age_days": 766 + }, + "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough_ExecutionFlowControl": { + "stars": 4, + "last_update": "2025-11-26 09:45:37", + "author_account_age_days": 1630 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5": { - "stars": 214, + "stars": 246, "last_update": "2025-08-29 00:23:20", - "author_account_age_days": 858 + "author_account_age_days": 949 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 3026 + "author_account_age_days": 3116 + }, + "https://github.com/JBKing514/map_comfyui": { + "stars": 0, + "last_update": "2025-12-12 05:23:29", + "author_account_age_days": 2043 + }, + "https://github.com/JHBOY-ha/ComfyUI-jh-essential": { + "stars": 0, + "last_update": "2025-10-30 08:36:48", + "author_account_age_days": 681 }, "https://github.com/Jairodaniel-17/ComfyUI-traductor-offline": { "stars": 0, "last_update": "2025-08-28 04:57:25", - "author_account_age_days": 1648 + "author_account_age_days": 1739 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 5074 + "author_account_age_days": 5165 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 8, "last_update": "2025-07-12 15:27:51", - "author_account_age_days": 3715 + "author_account_age_days": 3806 }, "https://github.com/JiSenHua/ComfyUI-yolov5-face": { "stars": 1, "last_update": "2025-07-14 17:02:39", - "author_account_age_days": 1191 + "author_account_age_days": 1282 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { - "stars": 0, + "stars": 1, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1339 + "author_account_age_days": 1429 }, "https://github.com/Jingwen-genies/comfyui-genies-nodes": { "stars": 0, "last_update": "2025-05-13 19:36:45", - "author_account_age_days": 781 + "author_account_age_days": 871 }, "https://github.com/JioJe/comfyui_video_BC": { - "stars": 10, + "stars": 11, "last_update": "2025-09-12 07:30:45", - "author_account_age_days": 471 + "author_account_age_days": 562 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 0, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2665 + "author_account_age_days": 2756 }, "https://github.com/JoeAu/ComfyUI-PythonNode": { "stars": 3, "last_update": "2025-03-16 13:05:38", - "author_account_age_days": 4633 + "author_account_age_days": 4724 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4960 + "author_account_age_days": 5051 + }, + "https://github.com/JosDigby/ComfyUI-DigbyWan": { + "stars": 0, + "last_update": "2025-12-05 03:56:36", + "author_account_age_days": 151 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 0, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2985 + "author_account_age_days": 3076 }, "https://github.com/Juste-Leo2/ComfyUI-Arduino": { "stars": 5, "last_update": "2025-09-08 19:56:13", - "author_account_age_days": 318 + "author_account_age_days": 409 + }, + "https://github.com/K1maran/ComfyUI-Kimaran": { + "stars": 0, + "last_update": "2025-11-20 17:01:38", + "author_account_age_days": 45 }, "https://github.com/KERRY-YUAN/ComfyUI_Python_Executor": { "stars": 1, "last_update": "2025-04-07 07:49:03", - "author_account_age_days": 1701 + "author_account_age_days": 1792 }, - "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { - "stars": 6, - "last_update": "2025-08-26 02:18:37", - "author_account_age_days": 2180 + "https://github.com/KXSR/ComfyUI-Easy-s3": { + "stars": 0, + "last_update": "2025-11-27 11:09:24", + "author_account_age_days": 108 }, "https://github.com/Karlmeister/comfyui-karlmeister-nodes-suit": { "stars": 0, - "last_update": "2025-08-30 18:16:33", - "author_account_age_days": 1353 + "last_update": "2025-10-04 01:22:02", + "author_account_age_days": 1444 }, "https://github.com/Karniverse/ComfyUI-Randomselector": { "stars": 0, "last_update": "2025-08-05 10:26:42", - "author_account_age_days": 2813 + "author_account_age_days": 2904 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, "last_update": "2025-01-29 02:33:25", - "author_account_age_days": 501 + "author_account_age_days": 591 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 0, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 2009 - }, - "https://github.com/KohakuBlueleaf/HDM-ext": { - "stars": 30, - "last_update": "2025-08-21 04:47:05", - "author_account_age_days": 2075 + "author_account_age_days": 2100 }, "https://github.com/KoinnAI/ComfyUI-DynPromptSimplified": { - "stars": 0, - "last_update": "2025-08-24 22:06:16", - "author_account_age_days": 3302 + "stars": 2, + "last_update": "2025-10-27 18:44:13", + "author_account_age_days": 3392 }, - "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { - "stars": 12, - "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3637 + "https://github.com/Kraven1109/ComfyUI-Llama": { + "stars": 0, + "last_update": "2025-12-07 04:14:53", + "author_account_age_days": 1651 }, "https://github.com/Krish-701/RK_Comfyui": { "stars": 0, "last_update": "2025-04-17 17:18:52", - "author_account_age_days": 303 + "author_account_age_days": 394 }, "https://github.com/Kur0butiMegane/Comfyui-StringUtils2": { "stars": 0, "last_update": "2025-05-04 16:34:13", - "author_account_age_days": 2100 + "author_account_age_days": 2191 }, "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": { "stars": 1, "last_update": "2025-03-27 19:04:42", - "author_account_age_days": 272 + "author_account_age_days": 363 }, "https://github.com/LAOGOU-666/Comfyui_StartPatch": { - "stars": 49, + "stars": 50, "last_update": "2025-02-24 17:22:34", - "author_account_age_days": 542 + "author_account_age_days": 633 }, "https://github.com/LK-168/comfyui_LK_selfuse": { "stars": 0, "last_update": "2025-07-10 09:55:05", - "author_account_age_days": 77 + "author_account_age_days": 168 }, "https://github.com/LSDJesus/ComfyUI-Luna-Collection": { "stars": 0, - "last_update": "2025-09-10 14:11:38", - "author_account_age_days": 729 - }, - "https://github.com/LSDJesus/ComfyUI-Pyrite-Core": { - "stars": 0, - "last_update": "2025-09-10 14:11:38", - "author_account_age_days": 729 + "last_update": "2025-12-14 04:25:10", + "author_account_age_days": 820 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2426 + "author_account_age_days": 2517 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 4, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 611 - }, - "https://github.com/Laser-one/ComfyUI-align-pose": { - "stars": 0, - "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1280 + "author_account_age_days": 702 }, "https://github.com/Letz-AI/ComfyUI-LetzAI": { - "stars": 0, - "last_update": "2025-07-10 13:46:04", - "author_account_age_days": 785 + "stars": 1, + "last_update": "2025-11-13 19:09:26", + "author_account_age_days": 876 }, "https://github.com/Lilien86/Comfyui_Latent_Interpolation": { - "stars": 1, + "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 941 + "author_account_age_days": 1032 }, "https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": { "stars": 1, - "last_update": "2025-08-04 05:04:40", - "author_account_age_days": 4538 + "last_update": "2025-09-19 11:45:41", + "author_account_age_days": 4629 }, "https://github.com/LittleTechPomp/comfyui-pixxio": { "stars": 0, "last_update": "2025-08-22 13:18:56", - "author_account_age_days": 52 + "author_account_age_days": 143 + }, + "https://github.com/Long-form-AI-video-generation/ComfyUI_vaceFramepack": { + "stars": 0, + "last_update": "2025-11-24 12:55:46", + "author_account_age_days": 141 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3432 + "author_account_age_days": 3523 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2025-02-27 15:07:36", - "author_account_age_days": 1377 + "author_account_age_days": 1468 }, "https://github.com/Lovzu/ComfyUI-Qwen": { "stars": 0, "last_update": "2025-08-09 05:59:53", - "author_account_age_days": 231 + "author_account_age_days": 322 }, "https://github.com/LucianGnn/ComfyUI-Lucian": { "stars": 0, "last_update": "2025-06-18 06:47:37", - "author_account_age_days": 2326 + "author_account_age_days": 2417 }, "https://github.com/LucianoCirino/ComfyUI-invAIder-Nodes": { "stars": 0, "last_update": "2025-07-27 22:04:59", - "author_account_age_days": 1111 + "author_account_age_days": 1201 }, "https://github.com/LucipherDev/ComfyUI-Sentinel": { - "stars": 41, + "stars": 50, "last_update": "2025-04-07 14:53:13", - "author_account_age_days": 1944 + "author_account_age_days": 2035 + }, + "https://github.com/LvyuanW/ComfyUI-6yuan": { + "stars": 0, + "last_update": "2025-12-01 09:20:19", + "author_account_age_days": 1863 }, "https://github.com/LyazS/ComfyUI-aznodes": { "stars": 0, "last_update": "2025-06-03 14:57:29", - "author_account_age_days": 3304 + "author_account_age_days": 3395 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { - "stars": 36, + "stars": 39, "last_update": "2025-09-09 07:42:51", - "author_account_age_days": 825 + "author_account_age_days": 916 }, "https://github.com/M4lF3s/comfy-tif-support": { "stars": 0, "last_update": "2025-02-12 09:29:11", - "author_account_age_days": 3671 + "author_account_age_days": 3762 + }, + "https://github.com/MadPonyInteractive/ComfyUi-MpiNodes": { + "stars": 1, + "last_update": "2025-10-25 01:00:43", + "author_account_age_days": 3049 }, "https://github.com/Madygnomo/ComfyUI-NanoBanana-ImageGenerator": { "stars": 0, "last_update": "2025-09-03 04:03:24", - "author_account_age_days": 1807 - }, - "https://github.com/Maff3u/MattiaNodes": { - "stars": 0, - "last_update": "2025-09-12 13:18:07", - "author_account_age_days": 3049 + "author_account_age_days": 1898 }, "https://github.com/Malloc-pix/comfyui-QwenVL": { "stars": 0, "last_update": "2025-06-24 09:35:32", - "author_account_age_days": 95 + "author_account_age_days": 186 }, "https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": { "stars": 0, "last_update": "2025-02-28 19:23:24", - "author_account_age_days": 2600 + "author_account_age_days": 2691 }, "https://github.com/MarkFreeDom168/ComfyUI-image-load-url": { "stars": 0, - "last_update": "2025-07-17 02:47:42", - "author_account_age_days": 1792 + "last_update": "2025-12-09 03:34:35", + "author_account_age_days": 1883 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 0, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1910 + "author_account_age_days": 2001 }, "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": { - "stars": 1, + "stars": 2, "last_update": "2025-08-13 20:53:39", - "author_account_age_days": 773 + "author_account_age_days": 863 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 3, "last_update": "2025-02-08 08:04:03", - "author_account_age_days": 859 + "author_account_age_days": 950 }, "https://github.com/Mervent/comfyui-telegram-send": { "stars": 0, "last_update": "2025-07-12 07:22:09", - "author_account_age_days": 3266 + "author_account_age_days": 3357 }, "https://github.com/Mervent/comfyui-yaml-prompt": { "stars": 0, - "last_update": "2025-09-09 13:20:40", - "author_account_age_days": 3266 + "last_update": "2025-09-16 08:15:24", + "author_account_age_days": 3357 + }, + "https://github.com/Mets3D/mets-nodes": { + "stars": 0, + "last_update": "2025-12-14 00:14:02", + "author_account_age_days": 3679 }, "https://github.com/MickeyJ/ComfyUI_mickster_nodes": { "stars": 0, "last_update": "2025-02-07 02:29:12", - "author_account_age_days": 3661 + "author_account_age_days": 3752 }, "https://github.com/MockbaTheBorg/ComfyUI-Mockba": { "stars": 1, - "last_update": "2025-09-10 02:43:43", - "author_account_age_days": 3527 + "last_update": "2025-12-02 22:15:26", + "author_account_age_days": 3618 + }, + "https://github.com/Mohamed-Sakr/ComfyUI-SimpleMarkdown": { + "stars": 1, + "last_update": "2025-11-29 14:27:32", + "author_account_age_days": 4377 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 3167 + "author_account_age_days": 3258 }, "https://github.com/MuAIGC/ComfyUI-DMXAPI_mmx": { "stars": 4, "last_update": "2025-05-26 06:58:45", - "author_account_age_days": 369 + "author_account_age_days": 460 + }, + "https://github.com/MushroomFleet/ComfyUI-SCP-nodes": { + "stars": 0, + "last_update": "2025-11-09 05:25:05", + "author_account_age_days": 4259 }, "https://github.com/MushroomFleet/DJZ-Nodes": { - "stars": 61, - "last_update": "2025-08-24 22:04:55", - "author_account_age_days": 4169 + "stars": 68, + "last_update": "2025-10-19 03:21:44", + "author_account_age_days": 4259 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { - "stars": 33, + "stars": 35, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1941 + "author_account_age_days": 2032 }, "https://github.com/NEZHA625/ComfyUI-tools-by-dong": { - "stars": 1, - "last_update": "2025-09-14 07:34:59", - "author_account_age_days": 905 + "stars": 2, + "last_update": "2025-12-13 11:40:27", + "author_account_age_days": 996 }, "https://github.com/NSFW-API/ComfyUI-Embedding-Delta-Adapter": { - "stars": 2, + "stars": 3, "last_update": "2025-08-24 04:51:03", - "author_account_age_days": 268 + "author_account_age_days": 359 }, "https://github.com/NSFW-API/ComfyUI-WanSoftPrefix": { - "stars": 0, + "stars": 1, "last_update": "2025-09-11 13:43:23", - "author_account_age_days": 268 + "author_account_age_days": 359 }, "https://github.com/Nambi24/ComfyUI-Save_Image": { "stars": 0, "last_update": "2025-05-05 15:05:27", - "author_account_age_days": 1332 + "author_account_age_days": 1423 + }, + "https://github.com/NeoTech/comfyui-laserprep": { + "stars": 0, + "last_update": "2025-12-08 08:42:49", + "author_account_age_days": 5841 + }, + "https://github.com/NeuroWaifu/ComfyUI.Node.MediaSuite": { + "stars": 0, + "last_update": "2025-10-27 00:29:03", + "author_account_age_days": 76 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2478 + "author_account_age_days": 2568 }, "https://github.com/Nienai666/comfyui-encrypt-image-main": { "stars": 1, "last_update": "2025-09-05 05:41:31", - "author_account_age_days": 107 + "author_account_age_days": 198 }, "https://github.com/NimbleWing/ComfyUI-NW": { "stars": 0, "last_update": "2025-09-09 07:03:37", - "author_account_age_days": 1760 + "author_account_age_days": 1851 }, "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": { "stars": 0, "last_update": "2025-06-26 06:33:38", - "author_account_age_days": 867 + "author_account_age_days": 958 }, "https://github.com/Northerner1/ComfyUI_North_Noise": { "stars": 1, "last_update": "2025-03-01 12:32:29", - "author_account_age_days": 889 + "author_account_age_days": 979 }, "https://github.com/Novavision0313/ComfyUI-NVVS": { "stars": 1, "last_update": "2025-08-19 09:14:19", - "author_account_age_days": 115 + "author_account_age_days": 206 + }, + "https://github.com/Nynxz/ComfyUI_DiffsynthPause": { + "stars": 0, + "last_update": "2025-12-04 23:27:59", + "author_account_age_days": 2134 }, "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": { - "stars": 1, + "stars": 4, "last_update": "2025-03-12 04:22:34", - "author_account_age_days": 894 + "author_account_age_days": 985 }, "https://github.com/Oct7/ComfyUI-LaplaMask": { "stars": 0, "last_update": "2025-06-03 07:45:26", - "author_account_age_days": 2049 + "author_account_age_days": 2140 }, "https://github.com/OgreLemonSoup/ComfyUI-Notes-manager": { "stars": 2, "last_update": "2025-06-25 07:24:16", - "author_account_age_days": 400 + "author_account_age_days": 491 }, "https://github.com/Omario92/ComfyUI-OmarioNodes": { "stars": 0, "last_update": "2025-08-22 12:00:19", - "author_account_age_days": 4221 + "author_account_age_days": 4311 }, "https://github.com/PATATAJEC/ComfyUI-PatatajecNodes": { "stars": 2, - "last_update": "2025-08-11 22:40:42", - "author_account_age_days": 2382 + "last_update": "2025-09-27 08:29:31", + "author_account_age_days": 2473 }, "https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": { - "stars": 3, + "stars": 6, "last_update": "2025-03-27 22:58:39", - "author_account_age_days": 3248 + "author_account_age_days": 3338 }, "https://github.com/PabloGrant/comfyui-giraffe-test-panel": { "stars": 0, "last_update": "2025-05-18 16:38:09", - "author_account_age_days": 734 + "author_account_age_days": 824 }, "https://github.com/PaleBloodq/ComfyUI-HFTransformers": { "stars": 0, "last_update": "2025-07-11 12:01:43", - "author_account_age_days": 1276 + "author_account_age_days": 1367 + }, + "https://github.com/PauldeLavallaz/ComfyUI-concat_images_to_api_gemini": { + "stars": 0, + "last_update": "2025-10-21 14:58:43", + "author_account_age_days": 2381 + }, + "https://github.com/PauldeLavallaz/comfyui_morpheus_NanoBanana_Mask": { + "stars": 0, + "last_update": "2025-10-21 15:03:35", + "author_account_age_days": 2381 }, "https://github.com/PeterMikhai/Doom_Flux_NodePack": { "stars": 1, - "last_update": "2025-06-30 20:41:45", - "author_account_age_days": 680 + "last_update": "2025-10-06 08:17:09", + "author_account_age_days": 771 + }, + "https://github.com/PladsElsker/comfyui-krita": { + "stars": 1, + "last_update": "2025-12-08 02:03:35", + "author_account_age_days": 2937 }, "https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video": { "stars": 0, - "last_update": "2025-09-10 15:21:49", - "author_account_age_days": 562 + "last_update": "2025-09-15 21:20:52", + "author_account_age_days": 652 + }, + "https://github.com/PopeyesBiscuit/ComfyUI-DeleteFolder": { + "stars": 0, + "last_update": "2025-10-24 15:33:48", + "author_account_age_days": 2426 + }, + "https://github.com/PopeyesBiscuit/ComfyUI-WebSocketLoRAExporter": { + "stars": 0, + "last_update": "2025-10-24 15:41:45", + "author_account_age_days": 2426 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 1029 + "author_account_age_days": 1120 + }, + "https://github.com/PozzettiAndrea/ComfyUI-CADabra": { + "stars": 9, + "last_update": "2025-12-14 15:48:57", + "author_account_age_days": 2230 + }, + "https://github.com/PozzettiAndrea/ComfyUI-Hunyuan3D-Part": { + "stars": 32, + "last_update": "2025-11-21 15:59:34", + "author_account_age_days": 2230 + }, + "https://github.com/PozzettiAndrea/ComfyUI-MotionCapture": { + "stars": 121, + "last_update": "2025-12-13 13:17:15", + "author_account_age_days": 2230 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DObjects": { + "stars": 115, + "last_update": "2025-12-13 11:39:19", + "author_account_age_days": 2230 + }, + "https://github.com/PozzettiAndrea/ComfyUI-UniRig": { + "stars": 231, + "last_update": "2025-12-13 16:09:19", + "author_account_age_days": 2230 }, "https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils": { "stars": 1, "last_update": "2025-04-08 11:13:50", - "author_account_age_days": 2472 + "author_account_age_days": 2563 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 14, "last_update": "2025-06-09 08:58:42", - "author_account_age_days": 5722 + "author_account_age_days": 5813 }, "https://github.com/QuietNoise/ComfyUI-Queue-Manager": { - "stars": 20, - "last_update": "2025-07-01 02:08:55", - "author_account_age_days": 4652 + "stars": 35, + "last_update": "2025-12-13 22:51:09", + "author_account_age_days": 4743 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 232 + "author_account_age_days": 323 + }, + "https://github.com/RM2-0/ComfyUI-Upscale": { + "stars": 0, + "last_update": "2025-10-15 07:37:36", + "author_account_age_days": 366 }, "https://github.com/RUFFY-369/ComfyUI-FeatureBank": { "stars": 0, "last_update": "2025-03-07 19:30:55", - "author_account_age_days": 1924 + "author_account_age_days": 2015 }, "https://github.com/Raidez/comfyui-kuniklo-collection": { "stars": 0, "last_update": "2025-05-02 19:44:45", - "author_account_age_days": 4121 + "author_account_age_days": 4212 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter": { "stars": 24, - "last_update": "2025-07-29 16:10:27", - "author_account_age_days": 608 + "last_update": "2025-11-17 15:40:32", + "author_account_age_days": 699 }, "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": { "stars": 0, - "last_update": "2025-08-27 08:42:30", - "author_account_age_days": 435 + "last_update": "2025-12-01 02:59:58", + "author_account_age_days": 526 }, - "https://github.com/RegulusAlpha/ComfyUI-DynPromptSimplified": { + "https://github.com/Rayen21/ComfyUI-PromptLinePlus": { "stars": 0, - "last_update": "2025-08-24 22:06:16", - "author_account_age_days": 3302 + "last_update": "2025-12-06 16:48:49", + "author_account_age_days": 3483 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 0, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 4090 + "author_account_age_days": 4181 }, "https://github.com/Rizzlord/ComfyUI-SeqTex": { - "stars": 6, - "last_update": "2025-08-24 18:40:15", - "author_account_age_days": 1876 + "stars": 9, + "last_update": "2025-12-02 18:10:31", + "author_account_age_days": 1967 }, "https://github.com/RobbertB80/ComfyUI-SharePoint-Upload": { "stars": 0, "last_update": "2025-08-24 15:54:01", - "author_account_age_days": 1458 + "author_account_age_days": 1549 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, - "last_update": "2025-06-14 10:29:07", - "author_account_age_days": 5064 + "last_update": "2025-12-07 16:52:15", + "author_account_age_days": 5154 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 2, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 903 + "author_account_age_days": 994 }, "https://github.com/RomanticQq/ComfyUI-Groudingdino-Sam": { "stars": 0, - "last_update": "2025-08-22 15:32:34", - "author_account_age_days": 2362 + "last_update": "2025-11-21 08:56:50", + "author_account_age_days": 2453 + }, + "https://github.com/Rosegun007/ComfyUI-Pandora": { + "stars": 0, + "last_update": "2025-10-29 19:23:19", + "author_account_age_days": 971 }, "https://github.com/RoyKillington/miscomfy-nodes": { "stars": 0, "last_update": "2025-03-06 19:36:33", - "author_account_age_days": 2853 + "author_account_age_days": 2943 }, "https://github.com/SKBv0/ComfyUI-RetroEngine": { - "stars": 4, + "stars": 6, "last_update": "2025-05-10 14:29:43", - "author_account_age_days": 2003 - }, - "https://github.com/SS-snap/ComfyUI-Snap_Processing": { - "stars": 62, - "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 747 - }, - "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { - "stars": 35, - "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 747 + "author_account_age_days": 2094 }, "https://github.com/SXQBW/ComfyUI-Qwen3": { "stars": 0, "last_update": "2025-04-18 06:06:49", - "author_account_age_days": 3239 + "author_account_age_days": 3330 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { - "stars": 24, + "stars": 25, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4487 + "author_account_age_days": 4578 }, "https://github.com/Saganaki22/ComfyUI-ytdl_nodes": { - "stars": 24, + "stars": 28, "last_update": "2025-09-06 18:55:00", - "author_account_age_days": 1584 + "author_account_age_days": 1674 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 656 + "author_account_age_days": 747 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 0, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1759 + "author_account_age_days": 1850 }, "https://github.com/SanDiegoDude/ComfyUI-HiDream-Sampler": { "stars": 98, "last_update": "2025-05-09 15:17:23", - "author_account_age_days": 1079 - }, - "https://github.com/SaulQcy/comfy_saul_plugin": { - "stars": 0, - "last_update": "2025-08-27 05:20:07", - "author_account_age_days": 708 + "author_account_age_days": 1169 }, "https://github.com/Scaryplasmon/ComfTrellis": { "stars": 7, "last_update": "2025-02-18 11:34:33", - "author_account_age_days": 1472 + "author_account_age_days": 1563 + }, + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": { + "stars": 3, + "last_update": "2025-11-27 22:43:38", + "author_account_age_days": 1220 + }, + "https://github.com/Seb-Lis/comfyui-seed-selector": { + "stars": 0, + "last_update": "2025-11-02 09:36:24", + "author_account_age_days": 71 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 1, - "last_update": "2025-04-25 07:37:36", - "author_account_age_days": 1573 + "last_update": "2025-10-24 09:26:56", + "author_account_age_days": 1664 }, "https://github.com/Sephrael/comfyui_caption-around-image": { "stars": 0, "last_update": "2025-06-02 19:16:34", - "author_account_age_days": 910 + "author_account_age_days": 1001 }, "https://github.com/ServiceStack/classifier-agent": { "stars": 0, "last_update": "2025-09-12 09:16:45", - "author_account_age_days": 5332 + "author_account_age_days": 5423 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 0, "last_update": "2025-05-03 08:29:40", - "author_account_age_days": 858 + "author_account_age_days": 949 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 46, "last_update": "2025-03-15 00:02:11", - "author_account_age_days": 1472 - }, - "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 114, - "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1652 + "author_account_age_days": 1562 }, - "https://github.com/Simlym/comfyui-prompt-helper": { - "stars": 2, - "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2629 + "https://github.com/SilentLuxRay/ComfyUI-Furrey-Super-Prompt": { + "stars": 0, + "last_update": "2025-12-08 17:49:06", + "author_account_age_days": 4890 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, - "last_update": "2025-05-03 19:46:49", - "author_account_age_days": 2908 + "last_update": "2025-10-19 09:44:27", + "author_account_age_days": 2999 + }, + "https://github.com/SlackinJack/multigpu_diffusion_comfyui": { + "stars": 0, + "last_update": "2025-10-23 01:08:28", + "author_account_age_days": 2714 + }, + "https://github.com/SleazySleaze/aesthetic-persona-comfyui-node": { + "stars": 0, + "last_update": "2025-11-30 04:12:05", + "author_account_age_days": 47 }, "https://github.com/Slix-M-Lestragg/comfyui-enhanced": { "stars": 0, "last_update": "2025-04-11 21:32:23", - "author_account_age_days": 1762 - }, - "https://github.com/SoftMeng/ComfyUI-PIL": { - "stars": 7, - "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3971 + "author_account_age_days": 1852 }, "https://github.com/Solankimayursinh/PMSnodes": { "stars": 0, "last_update": "2025-04-26 07:47:15", - "author_account_age_days": 312 + "author_account_age_days": 403 + }, + "https://github.com/Solarish/ComfyUI-MidnightLook": { + "stars": 0, + "last_update": "2025-11-10 13:13:54", + "author_account_age_days": 2784 }, "https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": { "stars": 4, "last_update": "2025-07-22 08:55:26", - "author_account_age_days": 1411 + "author_account_age_days": 1502 }, "https://github.com/Sophylax/ComfyUI-ReferenceMerge": { "stars": 0, "last_update": "2025-04-30 21:48:18", - "author_account_age_days": 4392 + "author_account_age_days": 4483 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 0, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1587 + "author_account_age_days": 1678 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3403 + "author_account_age_days": 3494 }, "https://github.com/Stable-X/ComfyUI-Hi3DGen": { - "stars": 167, + "stars": 171, "last_update": "2025-04-04 03:48:36", - "author_account_age_days": 470 + "author_account_age_days": 561 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { - "stars": 61, - "last_update": "2025-08-30 06:36:25", - "author_account_age_days": 405 + "stars": 82, + "last_update": "2025-12-05 10:42:39", + "author_account_age_days": 496 }, "https://github.com/StaffsGull/comfyui_scene_builder": { "stars": 0, "last_update": "2025-04-27 12:40:57", - "author_account_age_days": 3387 + "author_account_age_days": 3478 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 20, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3282 + "author_account_age_days": 3373 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 45, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3282 + "author_account_age_days": 3373 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 603, + "stars": 616, "last_update": "2025-02-06 02:35:10", - "author_account_age_days": 3282 + "author_account_age_days": 3373 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 97, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3282 + "author_account_age_days": 3373 }, "https://github.com/StartHua/Comfyui_leffa": { - "stars": 233, + "stars": 237, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3282 + "author_account_age_days": 3373 }, "https://github.com/StoryWalker/comfyui_flux_collection_advanced": { "stars": 0, - "last_update": "2025-04-28 02:49:48", - "author_account_age_days": 258 + "last_update": "2025-10-17 01:48:47", + "author_account_age_days": 349 + }, + "https://github.com/SushantSingh-23-01/comfyui_flowrider_nodes": { + "stars": 0, + "last_update": "2025-09-28 11:01:38", + "author_account_age_days": 758 + }, + "https://github.com/Suzu008/ComfyUI-TTYd": { + "stars": 0, + "last_update": "2025-09-24 07:15:53", + "author_account_age_days": 1500 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-04-22 22:24:00", - "author_account_age_days": 2621 + "author_account_age_days": 2712 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3919 + "author_account_age_days": 4010 }, "https://github.com/Tawbaware/ComfyUI-Tawbaware": { "stars": 1, "last_update": "2025-04-20 22:23:11", - "author_account_age_days": 1718 + "author_account_age_days": 1809 }, "https://github.com/Temult/TWanSigmaSampler": { "stars": 2, "last_update": "2025-04-17 08:53:41", - "author_account_age_days": 713 + "author_account_age_days": 804 }, "https://github.com/ThatGlennD/ComfyUI-Image-Analysis-Tools": { - "stars": 13, - "last_update": "2025-05-27 11:49:48", - "author_account_age_days": 3292 + "stars": 15, + "last_update": "2025-11-28 14:08:35", + "author_account_age_days": 3383 }, "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI": { "stars": 0, "last_update": "2025-05-07 17:07:51", - "author_account_age_days": 3730 + "author_account_age_days": 3820 + }, + "https://github.com/TheLocalLab/ComfyUI-Kandinsky-GGUF": { + "stars": 2, + "last_update": "2025-11-20 07:41:18", + "author_account_age_days": 845 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { - "stars": 8, + "stars": 10, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 4177 + "author_account_age_days": 4267 + }, + "https://github.com/ThuckMaBaws/TMB-Camera-Modifier": { + "stars": 1, + "last_update": "2025-10-08 12:30:14", + "author_account_age_days": 457 }, "https://github.com/TimothyCMeehan/comfyui-ck3-presets": { "stars": 0, "last_update": "2025-08-13 15:13:15", - "author_account_age_days": 3531 + "author_account_age_days": 3621 + }, + "https://github.com/Toxic1228/Eleven-labs-comfyui-sts": { + "stars": 1, + "last_update": "2025-11-28 10:55:11", + "author_account_age_days": 16 }, "https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": { "stars": 0, "last_update": "2025-07-09 17:19:56", - "author_account_age_days": 986 + "author_account_age_days": 1076 }, - "https://github.com/UmutGuzel/tryvariantai-comfyui": { + "https://github.com/UltraNoob-NazoGiken/ComfyUI-TOML-Tools": { "stars": 0, + "last_update": "2025-11-21 00:30:13", + "author_account_age_days": 24 + }, + "https://github.com/UmutGuzel/tryvariantai-comfyui": { + "stars": 1, "last_update": "2025-07-15 12:05:03", - "author_account_age_days": 2218 + "author_account_age_days": 2309 }, "https://github.com/V-woodpecker-V/comfyui-stiffy-nodes": { "stars": 1, "last_update": "2025-04-12 22:36:51", - "author_account_age_days": 1704 + "author_account_age_days": 1794 + }, + "https://github.com/VectorASD/ComfyUI-VectorASD": { + "stars": 0, + "last_update": "2025-11-02 11:25:08", + "author_account_age_days": 2140 }, "https://github.com/Velour-Fog/comfy-latent-nodes": { - "stars": 9, + "stars": 14, "last_update": "2025-02-24 00:34:41", - "author_account_age_days": 1408 + "author_account_age_days": 1499 }, "https://github.com/VictorLopes643/ComfyUI-Video-Dataset-Tools": { "stars": 1, "last_update": "2025-05-09 22:47:52", - "author_account_age_days": 2756 + "author_account_age_days": 2847 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 553 + "author_account_age_days": 644 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 452 + "author_account_age_days": 543 }, "https://github.com/Vkabuto23/comfyui_openrouter_ollama": { - "stars": 2, + "stars": 1, "last_update": "2025-07-16 09:03:47", - "author_account_age_days": 459 + "author_account_age_days": 550 }, "https://github.com/Vsolon/ComfyUI-CBZ-Pack": { "stars": 0, "last_update": "2025-08-21 16:11:06", - "author_account_age_days": 3701 + "author_account_age_days": 3792 }, "https://github.com/WASasquatch/ASTERR": { "stars": 30, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 5073 + "author_account_age_days": 5163 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 54, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1872 + "author_account_age_days": 1962 }, "https://github.com/WaiyanLing/ComfyUI-Tracking": { "stars": 1, "last_update": "2025-04-18 04:36:33", - "author_account_age_days": 4568 + "author_account_age_days": 4659 + }, + "https://github.com/WenerSantos3/ComfyUI-BlueeUtils": { + "stars": 0, + "last_update": "2025-10-30 20:46:21", + "author_account_age_days": 527 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 2217 + "author_account_age_days": 2308 }, "https://github.com/WozStudios/ComfyUI-WozNodes": { "stars": 0, "last_update": "2025-06-25 14:29:29", - "author_account_age_days": 4556 + "author_account_age_days": 4647 }, "https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": { - "stars": 8, + "stars": 9, "last_update": "2025-07-02 21:15:07", - "author_account_age_days": 501 + "author_account_age_days": 591 }, "https://github.com/XiaoHeiziGGG/ComfyUI-GeminiTranslator": { "stars": 0, "last_update": "2025-06-30 05:43:17", - "author_account_age_days": 501 + "author_account_age_days": 591 }, "https://github.com/Yeonri/ComfyUI_LLM_Are_You_Listening": { "stars": 0, "last_update": "2025-02-21 00:35:03", - "author_account_age_days": 984 + "author_account_age_days": 1075 + }, + "https://github.com/YokoYokoTEC/comfyui-batch-sequence": { + "stars": 0, + "last_update": "2025-10-06 08:53:03", + "author_account_age_days": 1796 + }, + "https://github.com/YokoYokoTEC/comfyui-sequential-prompt-file": { + "stars": 0, + "last_update": "2025-09-28 01:37:36", + "author_account_age_days": 1796 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1887 + "author_account_age_days": 1978 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode": { "stars": 2, "last_update": "2025-06-06 09:23:19", - "author_account_age_days": 1853 + "author_account_age_days": 1944 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 95, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 371, + "stars": 384, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { - "stars": 771, + "stars": 778, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { - "stars": 18, + "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 238, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 111, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Wan-ZHO": { - "stars": 10, + "stars": 11, "last_update": "2025-02-26 05:46:42", - "author_account_age_days": 787 + "author_account_age_days": 878 }, "https://github.com/ZenAI-Vietnam/ComfyUI-gemini-IG": { "stars": 1, "last_update": "2025-03-26 14:49:13", - "author_account_age_days": 630 + "author_account_age_days": 721 }, "https://github.com/ZenAI-Vietnam/ComfyUI_InfiniteYou": { - "stars": 246, + "stars": 248, "last_update": "2025-03-31 07:56:02", - "author_account_age_days": 630 + "author_account_age_days": 721 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { - "stars": 5, - "last_update": "2025-08-03 00:04:30", - "author_account_age_days": 1302 + "stars": 6, + "last_update": "2025-11-04 11:39:13", + "author_account_age_days": 1393 }, "https://github.com/a-und-b/ComfyUI_Output_as_Input": { "stars": 2, "last_update": "2025-05-08 08:35:02", - "author_account_age_days": 887 + "author_account_age_days": 978 }, "https://github.com/aa-parky/pipemind-comfyui": { "stars": 0, - "last_update": "2025-07-09 08:45:49", - "author_account_age_days": 2291 + "last_update": "2025-12-11 11:06:48", + "author_account_age_days": 2382 }, "https://github.com/abuzreq/ComfyUI-Model-Bending": { "stars": 15, - "last_update": "2025-06-20 04:31:48", - "author_account_age_days": 4303 + "last_update": "2025-10-15 21:50:54", + "author_account_age_days": 4394 + }, + "https://github.com/adamdavidcole/comfyui-video-xy-plot": { + "stars": 1, + "last_update": "2025-10-05 11:06:56", + "author_account_age_days": 4443 + }, + "https://github.com/addddd2/AI_Generated_nodes": { + "stars": 5, + "last_update": "2025-10-18 18:25:19", + "author_account_age_days": 843 + }, + "https://github.com/adigayung/comfyui_PlutoNode": { + "stars": 0, + "last_update": "2025-09-20 06:55:42", + "author_account_age_days": 751 }, "https://github.com/adithis197/ComfyUI-Caption_to_audio": { "stars": 1, "last_update": "2025-08-01 23:03:40", - "author_account_age_days": 2321 + "author_account_age_days": 2412 }, "https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen": { "stars": 1, "last_update": "2025-08-01 23:08:31", - "author_account_age_days": 2321 + "author_account_age_days": 2412 }, "https://github.com/aesethtics/ComfyUI-OpenPoser": { "stars": 0, "last_update": "2025-08-27 17:50:40", - "author_account_age_days": 3294 + "author_account_age_days": 3384 + }, + "https://github.com/agavesunset/ComfyUI_LoRA_Tracker": { + "stars": 0, + "last_update": "2025-12-04 09:13:22", + "author_account_age_days": 284 }, "https://github.com/ahkimkoo/ComfyUI-OSS-Upload": { "stars": 0, - "last_update": "2025-09-10 05:33:51", - "author_account_age_days": 5685 + "last_update": "2025-10-30 11:43:23", + "author_account_age_days": 5776 }, "https://github.com/ahmedbana/File-Rename": { "stars": 0, "last_update": "2025-07-25 10:48:49", - "author_account_age_days": 3380 + "author_account_age_days": 3471 }, "https://github.com/ahmedbana/json-creator": { "stars": 0, "last_update": "2025-07-29 10:59:12", - "author_account_age_days": 3380 + "author_account_age_days": 3471 }, "https://github.com/ahmedbana/upload-to-azure": { "stars": 0, "last_update": "2025-07-29 10:58:26", - "author_account_age_days": 3380 + "author_account_age_days": 3471 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 917 + "author_account_age_days": 1007 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 0, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4701 + "author_account_age_days": 4792 + }, + "https://github.com/aistudynow/comfyui-wilddragon-nodes": { + "stars": 0, + "last_update": "2025-10-17 23:46:18", + "author_account_age_days": 107 + }, + "https://github.com/ajcampbell1333/BudgetGuard_Artists": { + "stars": 0, + "last_update": "2025-11-08 08:55:08", + "author_account_age_days": 4941 + }, + "https://github.com/akashch1512/ComfyUI_UguuUploader": { + "stars": 0, + "last_update": "2025-11-14 04:19:11", + "author_account_age_days": 890 }, "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": { - "stars": 2, + "stars": 3, "last_update": "2025-06-18 04:06:55", - "author_account_age_days": 482 + "author_account_age_days": 573 }, "https://github.com/aklevecz/ComfyUI-AutoPrompt": { "stars": 0, "last_update": "2025-05-26 18:36:34", - "author_account_age_days": 2720 + "author_account_age_days": 2811 }, "https://github.com/alchemist-novaro/ComfyUI-Affine-Transform": { - "stars": 3, - "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 407 + "stars": 4, + "last_update": "2025-10-05 22:43:14", + "author_account_age_days": 497 }, "https://github.com/alchemist-novaro/ComfyUI-Simple-Image-Tools": { "stars": 0, - "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 407 - }, - "https://github.com/alchemist-software-engineer/ComfyUI-Affine-Transform": { - "stars": 3, - "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 407 - }, - "https://github.com/alchemist-software-engineer/ComfyUI-Simple-Image-Tools": { - "stars": 0, - "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 407 + "last_update": "2025-10-05 22:47:10", + "author_account_age_days": 497 }, "https://github.com/alexgenovese/ComfyUI-Diffusion-4k": { "stars": 6, "last_update": "2025-05-22 20:48:23", - "author_account_age_days": 5462 + "author_account_age_days": 5552 }, "https://github.com/alexgenovese/ComfyUI-Reica": { "stars": 0, "last_update": "2025-07-17 08:21:13", - "author_account_age_days": 5462 + "author_account_age_days": 5552 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 28, "last_update": "2025-09-02 15:57:17", - "author_account_age_days": 3733 + "author_account_age_days": 3824 + }, + "https://github.com/alisson-anjos/ComfyUI-Workarounds": { + "stars": 14, + "last_update": "2025-10-06 18:23:17", + "author_account_age_days": 1138 }, "https://github.com/alistairallan/ComfyUI-skin-retouch": { "stars": 0, "last_update": "2025-08-02 15:45:04", - "author_account_age_days": 4972 + "author_account_age_days": 5063 }, "https://github.com/alt-key-project/comfyui-dream-painter": { "stars": 2, "last_update": "2025-02-23 10:19:26", - "author_account_age_days": 1107 - }, - "https://github.com/alt-key-project/comfyui-dream-video-batches": { - "stars": 78, - "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1107 + "author_account_age_days": 1198 }, "https://github.com/amamisonlyuser/MixvtonComfyui": { "stars": 0, "last_update": "2025-05-31 14:14:10", - "author_account_age_days": 883 + "author_account_age_days": 973 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 0, "last_update": "2025-09-12 08:44:10", - "author_account_age_days": 1389 + "author_account_age_days": 1480 + }, + "https://github.com/anilstream/ComfyUI-NanoBananaPro": { + "stars": 0, + "last_update": "2025-12-08 10:20:48", + "author_account_age_days": 545 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 3, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 293 + "author_account_age_days": 384 }, "https://github.com/apeirography/ModelCopyNode": { "stars": 0, "last_update": "2025-08-20 02:39:14", - "author_account_age_days": 2188 + "author_account_age_days": 2278 }, "https://github.com/apetitbois/nova_utils": { "stars": 0, "last_update": "2025-04-02 20:01:49", - "author_account_age_days": 3544 + "author_account_age_days": 3635 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2792 + "author_account_age_days": 2883 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2025-03-05 07:50:45", - "author_account_age_days": 2792 + "author_account_age_days": 2883 }, "https://github.com/aria1th/ComfyUI-camietagger-onnx": { "stars": 0, "last_update": "2025-03-06 01:55:51", - "author_account_age_days": 2792 + "author_account_age_days": 2883 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { - "stars": 3, + "stars": 2, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4819 + "author_account_age_days": 4910 }, "https://github.com/artifyfun/ComfyUI-JS": { "stars": 2, "last_update": "2025-07-02 10:45:12", - "author_account_age_days": 538 + "author_account_age_days": 629 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 0, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2723 + "author_account_age_days": 2814 + }, + "https://github.com/asaddi/allans-comfy-nodes": { + "stars": 2, + "last_update": "2025-09-24 20:51:32", + "author_account_age_days": 4072 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4396 + "author_account_age_days": 4487 }, "https://github.com/ashllay/ComfyUI_MoreComfy": { "stars": 0, "last_update": "2025-08-11 13:46:34", - "author_account_age_days": 4417 + "author_account_age_days": 4508 }, "https://github.com/avocadori/ComfyUI-AudioAmplitudeConverter": { "stars": 0, "last_update": "2025-05-29 07:57:22", - "author_account_age_days": 520 + "author_account_age_days": 611 }, "https://github.com/ayaoayaoayaoaya/ComfyUI-KLUT-DeepSeek-API": { "stars": 0, "last_update": "2025-03-27 15:38:59", - "author_account_age_days": 467 + "author_account_age_days": 558 }, "https://github.com/babydjac/comfyui-grok-ponyxl": { "stars": 0, "last_update": "2025-07-18 19:10:49", - "author_account_age_days": 852 + "author_account_age_days": 943 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 19, "last_update": "2025-03-12 15:26:35", - "author_account_age_days": 699 + "author_account_age_days": 790 }, "https://github.com/badmike/comfyui-prompt-factory": { "stars": 0, "last_update": "2025-02-18 09:28:53", - "author_account_age_days": 5127 + "author_account_age_days": 5218 }, - "https://github.com/baicai99/ComfyUI-FrameSkipping": { - "stars": 12, - "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1278 + "https://github.com/bakker/BK_Utils": { + "stars": 0, + "last_update": "2025-12-07 19:28:19", + "author_account_age_days": 5901 }, "https://github.com/bananasss00/Comfyui-PyExec": { - "stars": 2, + "stars": 3, "last_update": "2025-02-26 12:01:18", - "author_account_age_days": 2981 + "author_account_age_days": 3072 }, "https://github.com/bandido37/comfyui-kaggle-local-save": { "stars": 0, "last_update": "2025-04-23 16:20:30", - "author_account_age_days": 2190 + "author_account_age_days": 2281 + }, + "https://github.com/banini1841/BigModelPipe": { + "stars": 0, + "last_update": "2025-10-14 18:15:14", + "author_account_age_days": 1869 }, "https://github.com/barakapa/barakapa-nodes": { "stars": 0, "last_update": "2025-05-13 20:47:52", - "author_account_age_days": 127 + "author_account_age_days": 218 + }, + "https://github.com/basenc/Comfyui-EnvVarNode": { + "stars": 0, + "last_update": "2025-10-18 12:50:39", + "author_account_age_days": 3193 + }, + "https://github.com/basenc/Comfyui-Nodes-basenc": { + "stars": 0, + "last_update": "2025-11-17 13:58:45", + "author_account_age_days": 3193 }, "https://github.com/benda1989/WaterMarkRemover_ComfyUI": { "stars": 1, "last_update": "2025-05-01 22:31:19", - "author_account_age_days": 2560 + "author_account_age_days": 2651 }, "https://github.com/benmizrahi/ComfyGCS": { "stars": 1, "last_update": "2025-05-05 15:18:40", - "author_account_age_days": 3689 + "author_account_age_days": 3780 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4733 + "author_account_age_days": 4824 }, "https://github.com/bheins/ComfyUI-glb-to-stl": { "stars": 0, "last_update": "2025-05-31 17:41:31", - "author_account_age_days": 4111 + "author_account_age_days": 4202 }, "https://github.com/bikiam/ComfyUi_WhisperGTranslate": { "stars": 0, "last_update": "2025-07-01 19:41:11", - "author_account_age_days": 597 + "author_account_age_days": 688 }, "https://github.com/bikiam/Comfyui_AudioRecoder": { "stars": 0, "last_update": "2025-07-08 05:35:33", - "author_account_age_days": 597 + "author_account_age_days": 688 + }, + "https://github.com/binarystatic/ComfyUI-BinarystaticMasterSeed": { + "stars": 0, + "last_update": "2025-12-11 15:13:17", + "author_account_age_days": 4931 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5457 + "author_account_age_days": 5547 }, "https://github.com/bleash-dev/ComfyUI-Auth-Manager": { "stars": 0, "last_update": "2025-08-10 13:13:23", - "author_account_age_days": 1511 + "author_account_age_days": 1602 }, "https://github.com/bleash-dev/Comfyui-FileSytem-Manager": { "stars": 0, "last_update": "2025-08-10 17:27:02", - "author_account_age_days": 1511 + "author_account_age_days": 1602 }, "https://github.com/bleash-dev/Comfyui-Idle-Checker": { "stars": 0, "last_update": "2025-08-07 21:04:58", - "author_account_age_days": 1511 + "author_account_age_days": 1602 }, "https://github.com/blepping/comfyui_dum_samplers": { "stars": 5, "last_update": "2025-08-11 12:09:57", - "author_account_age_days": 601 + "author_account_age_days": 692 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 721 + "author_account_age_days": 811 }, "https://github.com/blueraincoatli/ComfyUI-Model-Cleaner": { - "stars": 1, + "stars": 3, "last_update": "2025-05-29 08:55:38", - "author_account_age_days": 760 + "author_account_age_days": 851 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4251 + "author_account_age_days": 4341 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { - "stars": 64, - "last_update": "2025-03-17 14:50:46", - "author_account_age_days": 3984 + "stars": 65, + "last_update": "2025-11-25 21:29:34", + "author_account_age_days": 4074 }, "https://github.com/bmgjet/comfyui-powerlimit": { "stars": 0, "last_update": "2025-08-30 03:13:17", - "author_account_age_days": 2319 + "author_account_age_days": 2410 }, "https://github.com/boricuapab/ComfyUI-Bori-KontextPresets": { - "stars": 6, + "stars": 7, "last_update": "2025-07-21 05:49:40", - "author_account_age_days": 2016 + "author_account_age_days": 2107 }, "https://github.com/borisfaley/ComfyUI-ACES-EXR-OCIO": { - "stars": 1, + "stars": 2, "last_update": "2025-08-24 05:31:47", - "author_account_age_days": 4081 + "author_account_age_days": 4172 }, "https://github.com/brace-great/comfyui-eim": { "stars": 0, "last_update": "2025-05-14 06:09:18", - "author_account_age_days": 1536 + "author_account_age_days": 1627 }, "https://github.com/brace-great/comfyui-mc": { "stars": 0, - "last_update": "2025-07-06 23:58:45", - "author_account_age_days": 1536 + "last_update": "2025-12-03 04:58:13", + "author_account_age_days": 1627 }, "https://github.com/brandonkish/comfyUI-extractable-text": { "stars": 0, "last_update": "2025-08-11 01:05:57", - "author_account_age_days": 4192 + "author_account_age_days": 4283 }, "https://github.com/broumbroum/comfyui-time-system": { "stars": 0, - "last_update": "2025-07-25 18:50:32", - "author_account_age_days": 1216 + "last_update": "2025-10-16 18:00:30", + "author_account_age_days": 1307 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4959 + "author_account_age_days": 5050 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 1, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4959 + "author_account_age_days": 5050 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3556 + "author_account_age_days": 3647 }, "https://github.com/bulldog68/ComfyUI_FMJ": { "stars": 4, - "last_update": "2025-09-10 21:59:36", - "author_account_age_days": 551 + "last_update": "2025-11-18 13:57:19", + "author_account_age_days": 642 }, - "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { - "stars": 16, - "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4962 + "https://github.com/c1660181647-hash/ComfyUI-MM-Visual-Encryption": { + "stars": 1, + "last_update": "2025-12-14 12:34:00", + "author_account_age_days": 90 }, "https://github.com/casterpollux/ComfyUI-USO": { - "stars": 5, + "stars": 6, "last_update": "2025-09-01 16:08:39", - "author_account_age_days": 121 - }, - "https://github.com/casterpollux/MiniMax-bmo": { - "stars": 48, - "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 121 + "author_account_age_days": 212 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 4, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 978 + "author_account_age_days": 1069 + }, + "https://github.com/cedarconnor/ComfyUI-HunyuanWorld-Mirror": { + "stars": 22, + "last_update": "2025-11-21 06:21:42", + "author_account_age_days": 4833 + }, + "https://github.com/cedarconnor/ComfyUI_MotionTransfer": { + "stars": 4, + "last_update": "2025-11-30 04:39:49", + "author_account_age_days": 4833 }, "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 677 + "author_account_age_days": 768 }, "https://github.com/cesilk10/cesilk-comfyui-nodes": { "stars": 0, "last_update": "2025-08-13 11:30:35", - "author_account_age_days": 130 + "author_account_age_days": 221 }, - "https://github.com/chaojie/ComfyUI-DynamiCrafter": { - "stars": 130, - "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5281 + "https://github.com/cgf120/comfyui-flowx-preprocess": { + "stars": 0, + "last_update": "2025-10-15 13:51:55", + "author_account_age_days": 3447 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5281 + "author_account_age_days": 5372 }, - "https://github.com/chaserhkj/ComfyUI-Chaser-nodes": { + "https://github.com/charlie-otoy/ComfyUI-otoySKW-SystemMetrics": { "stars": 0, - "last_update": "2025-09-03 12:18:11", - "author_account_age_days": 4862 + "last_update": "2025-09-25 21:27:15", + "author_account_age_days": 3571 }, - "https://github.com/chenbaiyujason/ComfyUI_StepFun": { - "stars": 7, - "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2182 + "https://github.com/charlierz/comfyui-charlierz": { + "stars": 0, + "last_update": "2025-12-08 21:25:57", + "author_account_age_days": 3615 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 1153, + "stars": 1199, "last_update": "2025-08-02 14:24:30", - "author_account_age_days": 3224 + "author_account_age_days": 3315 }, "https://github.com/chenpipi0807/ComfyUI-InstantCharacterFlux": { "stars": 2, "last_update": "2025-08-18 13:04:22", - "author_account_age_days": 734 + "author_account_age_days": 825 }, "https://github.com/ches2010/comfyui_aliyundrive_uploader": { - "stars": 0, - "last_update": "2025-09-14 18:20:08", - "author_account_age_days": 2617 + "stars": 1, + "last_update": "2025-09-16 03:10:47", + "author_account_age_days": 2708 }, "https://github.com/chetusangolgi/Comfyui-supabase": { "stars": 0, "last_update": "2025-07-17 11:50:31", - "author_account_age_days": 840 + "author_account_age_days": 931 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3566 + "author_account_age_days": 3657 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1796 + "author_account_age_days": 1886 }, "https://github.com/christian-byrne/python-interpreter-node": { - "stars": 66, + "stars": 71, "last_update": "2025-04-02 02:06:27", - "author_account_age_days": 1796 + "author_account_age_days": 1886 }, "https://github.com/chuge26/ComfyUI_seal_migration": { "stars": 0, "last_update": "2025-04-21 07:23:45", - "author_account_age_days": 2813 + "author_account_age_days": 2904 }, "https://github.com/cidiro/cid-node-pack": { "stars": 0, "last_update": "2025-03-23 23:26:00", - "author_account_age_days": 2076 + "author_account_age_days": 2167 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 2, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4646 + "author_account_age_days": 4737 }, "https://github.com/clcimir/FileTo64": { "stars": 0, "last_update": "2025-08-23 21:26:35", - "author_account_age_days": 1618 + "author_account_age_days": 1709 + }, + "https://github.com/clubmate/comfyui-boll-nodes": { + "stars": 0, + "last_update": "2025-10-02 23:27:02", + "author_account_age_days": 2466 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 88377, - "last_update": "2025-09-14 08:05:42", - "author_account_age_days": 996 + "stars": 96802, + "last_update": "2025-12-14 11:37:41", + "author_account_age_days": 1087 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { - "stars": 416, + "stars": 421, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 996 + "author_account_age_days": 1087 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 470 + "author_account_age_days": 561 }, "https://github.com/comfyscript/ComfyUI-CloudClient": { "stars": 0, "last_update": "2025-09-11 13:41:35", - "author_account_age_days": 21 + "author_account_age_days": 112 + }, + "https://github.com/comfyui-wiki/ComfyUI-SelectionFocus": { + "stars": 12, + "last_update": "2025-10-13 11:18:23", + "author_account_age_days": 357 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 2, "last_update": "2025-01-28 21:28:11", - "author_account_age_days": 338 + "author_account_age_days": 429 + }, + "https://github.com/content-and-code/ComfyUI-SimpleCSVParse": { + "stars": 0, + "last_update": "2025-10-21 18:26:41", + "author_account_age_days": 5398 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2263 + "author_account_age_days": 2353 }, "https://github.com/crimro-se/ComfyUI-CascadedGaze": { "stars": 1, "last_update": "2025-08-04 23:03:24", - "author_account_age_days": 324 + "author_account_age_days": 415 }, "https://github.com/ctf05/ComfyUI-AudioDuration": { "stars": 0, "last_update": "2025-08-13 02:20:17", - "author_account_age_days": 2249 + "author_account_age_days": 2340 }, "https://github.com/cubiq/Comfy_Dungeon": { - "stars": 267, + "stars": 270, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5458 - }, - "https://github.com/cyberhirsch/seb_nodes": { - "stars": 1, - "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2314 + "author_account_age_days": 5549 }, "https://github.com/daracazamea/comfyUI-DCNodes": { "stars": 0, "last_update": "2025-04-03 14:38:27", - "author_account_age_days": 2406 + "author_account_age_days": 2497 + }, + "https://github.com/dcduanchao/comfyui_video_http": { + "stars": 0, + "last_update": "2025-09-22 01:25:36", + "author_account_age_days": 2892 }, "https://github.com/dead-matrix/ComfyUI-RMBG-Custom": { "stars": 0, "last_update": "2025-08-28 23:20:59", - "author_account_age_days": 1924 + "author_account_age_days": 2014 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 1, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2435 + "author_account_age_days": 2525 }, "https://github.com/dexintenebri/comfyui_voxel_nodes": { "stars": 1, "last_update": "2025-08-01 08:33:48", - "author_account_age_days": 1059 + "author_account_age_days": 1150 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6421 + "author_account_age_days": 6512 }, "https://github.com/dhpdong/ComfyUI-IPAdapter-Flux-Repair": { "stars": 4, "last_update": "2025-05-23 08:51:34", - "author_account_age_days": 2357 + "author_account_age_days": 2448 + }, + "https://github.com/dibowei1980/Comfyui-QwenEditUtilsFromRapid": { + "stars": 0, + "last_update": "2025-11-01 10:54:28", + "author_account_age_days": 2413 }, "https://github.com/dihan/comfyui-random-kps": { - "stars": 3, + "stars": 4, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4744 + "author_account_age_days": 4835 }, "https://github.com/diodiogod/Comfy-Inpainting-Works": { - "stars": 61, - "last_update": "2025-09-12 18:14:07", - "author_account_age_days": 575 + "stars": 70, + "last_update": "2025-11-04 13:54:57", + "author_account_age_days": 666 + }, + "https://github.com/dmitry-guskov/ComfyUI_light_image_ops": { + "stars": 0, + "last_update": "2025-09-15 12:09:41", + "author_account_age_days": 2428 + }, + "https://github.com/doc-packages/comfyui-doc-utils": { + "stars": 0, + "last_update": "2025-10-07 20:06:25", + "author_account_age_days": 1017 }, "https://github.com/dogcomplex/ComfyUI-LOKI": { "stars": 1, "last_update": "2025-09-04 20:07:00", - "author_account_age_days": 4513 + "author_account_age_days": 4604 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2770 + "author_account_age_days": 2861 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 1, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2986 + "author_account_age_days": 3077 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 1, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2694 + "author_account_age_days": 2785 + }, + "https://github.com/downlifted/ComfyUI_GroqPrompt": { + "stars": 0, + "last_update": "2025-10-04 12:07:17", + "author_account_age_days": 2785 }, "https://github.com/duckmartians/Duck_Nodes": { - "stars": 1, + "stars": 2, "last_update": "2025-08-21 02:24:03", - "author_account_age_days": 494 + "author_account_age_days": 585 + }, + "https://github.com/eddiehavila/comfyui-nachoman": { + "stars": 0, + "last_update": "2025-11-25 02:01:52", + "author_account_age_days": 927 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenImageWrapper": { + "stars": 11, + "last_update": "2025-11-17 10:18:57", + "author_account_age_days": 286 }, "https://github.com/edisonchan/ComfyUI-Sysinfo": { "stars": 0, - "last_update": "2025-09-06 17:23:33", - "author_account_age_days": 4033 + "last_update": "2025-11-27 07:40:45", + "author_account_age_days": 4124 }, "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": { - "stars": 2, - "last_update": "2025-08-21 15:01:24", - "author_account_age_days": 296 + "stars": 3, + "last_update": "2025-09-30 01:58:51", + "author_account_age_days": 387 + }, + "https://github.com/egormly/ComfyUI-EG_Tools": { + "stars": 0, + "last_update": "2025-11-19 14:39:40", + "author_account_age_days": 1126 }, "https://github.com/eigenpunk/ComfyUI-audio": { - "stars": 90, + "stars": 95, "last_update": "2025-08-10 18:30:01", - "author_account_age_days": 1372 + "author_account_age_days": 1463 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 3219 + "author_account_age_days": 3310 }, "https://github.com/elfatherbrown/comfyui-realcugan-node": { "stars": 0, "last_update": "2025-08-29 05:32:29", - "author_account_age_days": 3969 + "author_account_age_days": 4060 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 0, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4632 + "author_account_age_days": 4723 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 1, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2921 + "author_account_age_days": 3012 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 0, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2921 + "author_account_age_days": 3012 }, "https://github.com/enlo/ComfyUI-CheckpointSettings": { "stars": 0, "last_update": "2025-07-20 04:27:46", - "author_account_age_days": 3917 + "author_account_age_days": 4008 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 3042 + "author_account_age_days": 3133 }, "https://github.com/erosDiffusion/ComfyUI-enricos-json-file-load-and-value-selector": { "stars": 2, "last_update": "2025-06-04 16:32:17", - "author_account_age_days": 444 + "author_account_age_days": 535 }, "https://github.com/ervinne13/ComfyUI-Metadata-Hub": { "stars": 0, "last_update": "2025-09-07 03:59:13", - "author_account_age_days": 4317 + "author_account_age_days": 4408 }, - "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { + "https://github.com/ethanfel/ComfyUI-Mamad8-QwenEdit-fix": { "stars": 4, - "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3441 + "last_update": "2025-10-08 11:00:47", + "author_account_age_days": 3136 }, "https://github.com/etng/ComfyUI-Heartbeat": { "stars": 2, "last_update": "2025-06-03 09:32:40", - "author_account_age_days": 1511 + "author_account_age_days": 1602 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 1, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4365 + "author_account_age_days": 4456 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 0, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 1059 - }, - "https://github.com/facok/ComfyUI-FokToolset": { - "stars": 5, - "last_update": "2025-04-24 19:29:57", - "author_account_age_days": 905 + "author_account_age_days": 1150 }, "https://github.com/fangg2000/ComfyUI-SenseVoice": { "stars": 0, "last_update": "2025-05-06 06:42:52", - "author_account_age_days": 875 + "author_account_age_days": 966 }, "https://github.com/fangg2000/ComfyUI-StableAudioFG": { - "stars": 0, + "stars": 1, "last_update": "2025-06-15 11:49:34", - "author_account_age_days": 875 + "author_account_age_days": 966 }, "https://github.com/fangziheng2321/comfyuinode_chopmask": { "stars": 0, "last_update": "2025-02-17 03:16:50", - "author_account_age_days": 1619 + "author_account_age_days": 1710 + }, + "https://github.com/fantaskiss/ComfyUI-Qwen3_VQA_enhanced": { + "stars": 5, + "last_update": "2025-10-21 02:06:39", + "author_account_age_days": 1048 }, "https://github.com/filipemeneses/ComfyUI_html": { "stars": 1, "last_update": "2025-06-10 10:53:55", - "author_account_age_days": 3923 + "author_account_age_days": 4014 }, "https://github.com/filliptm/ComfyUI_Fill-Node-Loader": { "stars": 6, "last_update": "2025-06-25 01:25:38", - "author_account_age_days": 2183 + "author_account_age_days": 2274 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 63, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 721 - }, - "https://github.com/flybirdxx/ComfyUI-SDMatte": { - "stars": 138, - "last_update": "2025-09-11 11:29:04", - "author_account_age_days": 3094 + "author_account_age_days": 812 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 1, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2460 + "author_account_age_days": 2551 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4486 + "author_account_age_days": 4576 + }, + "https://github.com/franklydegenerate/ComfyUI-WAN-Resolution-Helper": { + "stars": 0, + "last_update": "2025-10-18 19:25:33", + "author_account_age_days": 734 }, "https://github.com/franky519/comfyui-redux-style": { "stars": 0, "last_update": "2025-02-13 10:04:45", - "author_account_age_days": 724 + "author_account_age_days": 815 }, "https://github.com/franky519/comfyui_fnckc_Face_analysis": { "stars": 0, "last_update": "2025-06-16 02:09:00", - "author_account_age_days": 724 + "author_account_age_days": 815 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 1, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 5175 + "author_account_age_days": 5266 + }, + "https://github.com/frost-byte/fbTools": { + "stars": 0, + "last_update": "2025-12-09 06:20:25", + "author_account_age_days": 5295 }, "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": { "stars": 0, "last_update": "2025-04-26 13:27:06", - "author_account_age_days": 3025 + "author_account_age_days": 3116 }, "https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector": { "stars": 2, "last_update": "2025-06-22 03:43:09", - "author_account_age_days": 2143 + "author_account_age_days": 2234 }, - "https://github.com/futureversecom/ComfyUI-JEN": { + "https://github.com/fuselayer/comfyui-libcom-image-composition": { "stars": 0, - "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 1167 + "last_update": "2025-11-11 20:15:21", + "author_account_age_days": 815 }, - "https://github.com/fuzr0dah/comfyui-sceneassembly": { + "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 0, - "last_update": "2025-05-18 12:27:05", - "author_account_age_days": 3551 + "last_update": "2024-08-06 00:24:56", + "author_account_age_days": 1257 }, "https://github.com/fylrid2/comfyui_lock_previous_value": { "stars": 0, "last_update": "2025-06-30 22:05:07", - "author_account_age_days": 460 + "author_account_age_days": 551 }, "https://github.com/gabe-init/ComfyUI-LM-Studio": { - "stars": 2, + "stars": 4, "last_update": "2025-05-26 22:10:36", - "author_account_age_days": 112 + "author_account_age_days": 203 }, "https://github.com/gabe-init/ComfyUI-Repo-Eater": { "stars": 0, "last_update": "2025-05-27 01:09:24", - "author_account_age_days": 112 + "author_account_age_days": 203 }, "https://github.com/gabe-init/comfyui_ui_render": { "stars": 3, "last_update": "2025-05-27 00:27:32", - "author_account_age_days": 112 + "author_account_age_days": 203 }, "https://github.com/gagaprince/ComfyUI_gaga_utils": { "stars": 0, "last_update": "2025-05-12 09:54:34", - "author_account_age_days": 4307 + "author_account_age_days": 4398 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 0, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1872 + "author_account_age_days": 1963 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 10, "last_update": "2025-05-14 16:18:43", - "author_account_age_days": 4502 + "author_account_age_days": 4593 }, "https://github.com/gameltb/ComfyUI_stable_fast": { - "stars": 209, + "stars": 208, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4502 + "author_account_age_days": 4593 }, "https://github.com/gameltb/io_comfyui": { "stars": 6, "last_update": "2025-02-04 15:14:01", - "author_account_age_days": 4502 + "author_account_age_days": 4593 }, "https://github.com/gamtruliar/ComfyUI-N_SwapInput": { "stars": 0, "last_update": "2025-05-08 19:08:30", - "author_account_age_days": 4572 + "author_account_age_days": 4663 + }, + "https://github.com/gaonprime-labs/ComfyUI_Nordy": { + "stars": 0, + "last_update": "2025-10-30 09:53:32", + "author_account_age_days": 719 }, "https://github.com/gaowei-space/ComfyUI-Doubao-LLM": { - "stars": 3, - "last_update": "2025-09-11 10:08:18", - "author_account_age_days": 3925 + "stars": 4, + "last_update": "2025-09-15 10:35:06", + "author_account_age_days": 4016 + }, + "https://github.com/garciaone/g_one_toolkit": { + "stars": 1, + "last_update": "2025-10-20 22:46:14", + "author_account_age_days": 2665 }, "https://github.com/gilons/ComfyUI-GoogleDrive-Downloader": { "stars": 0, "last_update": "2025-06-13 20:43:59", - "author_account_age_days": 2995 + "author_account_age_days": 3086 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 0, "last_update": "2025-02-27 20:53:33", - "author_account_age_days": 3408 - }, - "https://github.com/gitadmini/comfyui_extractstoryboards": { - "stars": 23, - "last_update": "2025-08-23 01:06:12", - "author_account_age_days": 3489 + "author_account_age_days": 3498 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4350 + "author_account_age_days": 4441 }, "https://github.com/gitmylo/FlowNodes": { "stars": 12, "last_update": "2025-04-03 08:17:47", - "author_account_age_days": 2755 + "author_account_age_days": 2845 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 0, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 265 + "author_account_age_days": 356 }, "https://github.com/gmammolo/comfyui-gmammolo": { "stars": 0, - "last_update": "2025-08-27 18:55:51", - "author_account_age_days": 4041 - }, - "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { - "stars": 14, - "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2742 + "last_update": "2025-10-18 12:25:29", + "author_account_age_days": 4132 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1831 + "author_account_age_days": 1922 }, "https://github.com/godric8/ComfyUI_Step1X-Edit": { "stars": 0, "last_update": "2025-06-02 12:14:14", - "author_account_age_days": 1891 + "author_account_age_days": 1982 }, "https://github.com/gold24park/loki-comfyui-node": { "stars": 0, "last_update": "2025-02-07 01:55:07", - "author_account_age_days": 3738 + "author_account_age_days": 3829 }, "https://github.com/gordon123/ComfyUI_DreamBoard": { "stars": 2, "last_update": "2025-05-18 09:53:50", - "author_account_age_days": 5542 + "author_account_age_days": 5633 }, "https://github.com/gordon123/ComfyUI_srt2speech": { "stars": 4, "last_update": "2025-04-27 13:00:13", - "author_account_age_days": 5542 + "author_account_age_days": 5633 }, "https://github.com/gorillaframeai/GF_pixtral_node": { "stars": 0, "last_update": "2025-07-27 13:00:23", - "author_account_age_days": 681 + "author_account_age_days": 771 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 0, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 5211 + "author_account_age_days": 5302 }, "https://github.com/grinlau18/ComfyUI_XISER_Nodes": { - "stars": 24, - "last_update": "2025-08-20 05:15:03", - "author_account_age_days": 751 + "stars": 28, + "last_update": "2025-12-14 13:13:36", + "author_account_age_days": 842 }, "https://github.com/grokuku/ComfyUI-Holaf": { - "stars": 1, - "last_update": "2025-06-28 21:14:43", - "author_account_age_days": 2904 + "stars": 2, + "last_update": "2025-12-14 15:57:43", + "author_account_age_days": 2995 }, "https://github.com/grokuku/ComfyUI-Holaf-Utilities": { "stars": 5, - "last_update": "2025-07-22 17:00:48", - "author_account_age_days": 2904 + "last_update": "2025-12-09 22:49:40", + "author_account_age_days": 2995 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 1, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2587 + "author_account_age_days": 2678 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 8, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3425 + "author_account_age_days": 3516 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 20, - "last_update": "2025-07-03 03:47:14", - "author_account_age_days": 748 + "last_update": "2025-10-16 11:25:05", + "author_account_age_days": 839 }, "https://github.com/hay86/ComfyUI_AceNodes": { - "stars": 68, + "stars": 90, "last_update": "2025-05-01 03:08:58", - "author_account_age_days": 5114 + "author_account_age_days": 5205 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 19, "last_update": "2025-08-12 08:12:34", - "author_account_age_days": 2384 + "author_account_age_days": 2475 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 795 + "author_account_age_days": 886 }, "https://github.com/hdfhssg/ComfyUI_pxtool": { - "stars": 5, + "stars": 7, "last_update": "2025-03-02 06:23:44", - "author_account_age_days": 1691 + "author_account_age_days": 1782 }, "https://github.com/hdfhssg/comfyui_EvoSearch": { "stars": 6, "last_update": "2025-06-15 11:05:48", - "author_account_age_days": 1691 + "author_account_age_days": 1782 + }, + "https://github.com/henjicc/ComfyUI-CC-ImageLoader": { + "stars": 1, + "last_update": "2025-10-17 16:38:49", + "author_account_age_days": 1664 + }, + "https://github.com/heyburns/ComfyUI-Logic-Redux": { + "stars": 1, + "last_update": "2025-12-02 04:43:34", + "author_account_age_days": 2762 + }, + "https://github.com/hhelloe/ComfyuiQuantizerToFp8": { + "stars": 0, + "last_update": "2025-11-11 12:52:05", + "author_account_age_days": 713 + }, + "https://github.com/hhelloe/comfyuiWeightOnlyQuant": { + "stars": 0, + "last_update": "2025-11-14 01:38:51", + "author_account_age_days": 713 }, "https://github.com/hiusdev/ComfyUI_Lah_Toffee": { "stars": 0, "last_update": "2025-02-14 12:40:14", - "author_account_age_days": 1791 + "author_account_age_days": 1882 + }, + "https://github.com/hndrr/Comfyui-SceneDetect": { + "stars": 2, + "last_update": "2025-11-26 06:56:56", + "author_account_age_days": 2339 }, "https://github.com/hnmr293/ComfyUI-SamOne": { "stars": 0, "last_update": "2025-04-16 08:07:42", - "author_account_age_days": 1002 + "author_account_age_days": 1093 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 0, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5491 + "author_account_age_days": 5582 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 0, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 424 + "author_account_age_days": 515 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 0, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2673 + "author_account_age_days": 2764 }, "https://github.com/houdinii/comfy-magick": { "stars": 5, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3967 + "author_account_age_days": 4058 + }, + "https://github.com/huhu-tiger/ComfyUI-RemoteDownload": { + "stars": 0, + "last_update": "2025-11-27 10:11:09", + "author_account_age_days": 1806 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2902 + "author_account_age_days": 2993 + }, + "https://github.com/hujuying/ComfyUI-QwenVL3-image-Plus": { + "stars": 0, + "last_update": "2025-11-04 14:40:14", + "author_account_age_days": 1315 }, "https://github.com/hujuying/comfyui_gemini_banana_api": { "stars": 0, "last_update": "2025-09-09 14:19:12", - "author_account_age_days": 1224 + "author_account_age_days": 1315 }, "https://github.com/hulipanpan/Comfyui_tuteng": { "stars": 0, "last_update": "2025-07-14 08:33:39", - "author_account_age_days": 852 + "author_account_age_days": 943 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 0, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3283 + "author_account_age_days": 3374 }, "https://github.com/hunzmusic/ComfyUI-Hunyuan3DTools": { "stars": 4, "last_update": "2025-06-19 18:11:36", - "author_account_age_days": 175 + "author_account_age_days": 266 }, "https://github.com/hunzmusic/Comfyui-CraftsMan3DWrapper": { - "stars": 14, + "stars": 15, "last_update": "2025-05-09 10:46:59", - "author_account_age_days": 175 + "author_account_age_days": 266 }, "https://github.com/hunzmusic/comfyui-hnznodes": { "stars": 1, "last_update": "2025-03-24 21:53:50", - "author_account_age_days": 175 + "author_account_age_days": 266 + }, + "https://github.com/husw725/comfyui_alta_nodes": { + "stars": 0, + "last_update": "2025-12-10 07:27:42", + "author_account_age_days": 4707 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 2208 + "author_account_age_days": 2299 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 9, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 2208 + "author_account_age_days": 2299 }, "https://github.com/hylarucoder/comfyui-copilot": { - "stars": 26, + "stars": 27, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4360 - }, - "https://github.com/iacoposk8/xor_pickle_nodes": { - "stars": 1, - "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4601 + "author_account_age_days": 4451 }, "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": { "stars": 0, "last_update": "2025-08-15 03:07:11", - "author_account_age_days": 5640 + "author_account_age_days": 5731 }, "https://github.com/if-ai/ComfyUI-IF_Zonos": { "stars": 1, "last_update": "2025-02-18 01:28:04", - "author_account_age_days": 3309 + "author_account_age_days": 3400 + }, + "https://github.com/ifilipis/ComfyUI-Auto-Prompt-Engineer": { + "stars": 0, + "last_update": "2025-10-31 12:05:21", + "author_account_age_days": 2728 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 0, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1320 + "author_account_age_days": 1411 + }, + "https://github.com/ilslli/Comfyui-IV2Z": { + "stars": 0, + "last_update": "2025-11-18 02:20:44", + "author_account_age_days": 891 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 716 + "author_account_age_days": 807 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 1086 + "author_account_age_days": 1177 }, - "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { - "stars": 14, - "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4925 + "https://github.com/isurulkh/ComfyUI-Lovis-Node": { + "stars": 0, + "last_update": "2025-10-07 20:15:00", + "author_account_age_days": 1245 + }, + "https://github.com/jKaarlehto/ComfyUI-GetWorkflowName": { + "stars": 1, + "last_update": "2025-11-28 18:17:32", + "author_account_age_days": 2132 }, "https://github.com/jax-explorer/ComfyUI-DreamO": { "stars": 66, "last_update": "2025-05-22 08:07:02", - "author_account_age_days": 1024 + "author_account_age_days": 1115 }, "https://github.com/jcomeme/ComfyUI-AsunaroTools": { "stars": 1, "last_update": "2025-03-21 03:57:39", - "author_account_age_days": 5297 + "author_account_age_days": 5388 }, "https://github.com/jerryname2022/ComfyUI-MegaTTS3": { - "stars": 0, + "stars": 1, "last_update": "2025-09-03 02:07:31", - "author_account_age_days": 3726 + "author_account_age_days": 3817 }, "https://github.com/jerryname2022/ComfyUI-Real-ESRGAN": { "stars": 0, "last_update": "2025-08-30 11:27:03", - "author_account_age_days": 3726 + "author_account_age_days": 3817 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 0, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 903 + "author_account_age_days": 994 }, "https://github.com/jgbyte/ComfyUI-RandomCube": { "stars": 0, "last_update": "2025-07-25 23:32:58", - "author_account_age_days": 403 + "author_account_age_days": 493 }, "https://github.com/jiafuzeng/comfyui-fishSpeech": { "stars": 0, "last_update": "2025-07-23 08:29:43", - "author_account_age_days": 2660 + "author_account_age_days": 2751 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 228, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 468 + "author_account_age_days": 558 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 0, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5394 + "author_account_age_days": 5485 }, "https://github.com/jinchanz/ComfyUI-AliCloud-Bailian": { "stars": 1, "last_update": "2025-08-12 01:06:56", - "author_account_age_days": 2512 + "author_account_age_days": 2603 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4431 + "author_account_age_days": 4522 }, "https://github.com/jonathan-bryant/ComfyUI-ImageStraightener": { "stars": 0, "last_update": "2025-08-02 15:46:45", - "author_account_age_days": 3516 + "author_account_age_days": 3607 + }, + "https://github.com/jonstreeter/comfyui-archive-output": { + "stars": 7, + "last_update": "2025-11-09 18:30:16", + "author_account_age_days": 1140 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 0, "last_update": "2025-05-17 01:04:37", - "author_account_age_days": 2873 + "author_account_age_days": 2963 + }, + "https://github.com/jorin91/ComfyUI-JSG-Utils": { + "stars": 0, + "last_update": "2025-11-29 21:33:27", + "author_account_age_days": 1179 + }, + "https://github.com/jpwgad/jpwgad-comfy": { + "stars": 0, + "last_update": "2025-10-15 13:21:14", + "author_account_age_days": 4672 }, "https://github.com/jschoormans/Comfy-InterestingPixels": { "stars": 1, "last_update": "2025-02-05 08:34:17", - "author_account_age_days": 3987 + "author_account_age_days": 4077 }, "https://github.com/jtrue/ComfyUI-MaskTools": { "stars": 0, "last_update": "2025-08-24 14:39:23", - "author_account_age_days": 4377 + "author_account_age_days": 4468 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { - "stars": 303, + "stars": 306, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 949 + "author_account_age_days": 1040 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { - "stars": 20, + "stars": 22, "last_update": "2025-08-15 00:06:43", - "author_account_age_days": 5200 + "author_account_age_days": 5291 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { - "stars": 217, + "stars": 218, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 5200 + "author_account_age_days": 5291 }, "https://github.com/jtydhr88/ComfyUI_frontend_vue_basic": { + "stars": 14, + "last_update": "2025-12-14 01:46:52", + "author_account_age_days": 5291 + }, + "https://github.com/judian17/ComfyUI-MIDI-3D": { "stars": 11, - "last_update": "2025-08-26 01:23:49", - "author_account_age_days": 5200 + "last_update": "2025-11-26 19:34:09", + "author_account_age_days": 2384 }, "https://github.com/junhe421/comfyui_batch_image_processor": { "stars": 7, "last_update": "2025-07-11 01:09:12", - "author_account_age_days": 582 + "author_account_age_days": 673 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2777 + "author_account_age_days": 2868 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 0, - "last_update": "2025-08-23 04:41:17", - "author_account_age_days": 5920 - }, - "https://github.com/kappa54m/ComfyUI_Usability": { - "stars": 0, - "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1958 + "last_update": "2025-11-14 00:53:11", + "author_account_age_days": 6011 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 0, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 643 + "author_account_age_days": 734 + }, + "https://github.com/kaski23/Kaskis_Comfy_Nodes": { + "stars": 0, + "last_update": "2025-12-11 21:13:13", + "author_account_age_days": 302 + }, + "https://github.com/kesslerdev/kesslerdev_comfyui_nodes": { + "stars": 0, + "last_update": "2025-10-10 11:31:54", + "author_account_age_days": 4873 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 5, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2580 + "author_account_age_days": 2671 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 11, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 48, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 61, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 10, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 86, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { - "stars": 63, + "stars": 64, "last_update": "2025-04-18 10:50:26", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-FramePackWrapper": { - "stars": 1533, + "stars": 1598, "last_update": "2025-06-03 21:48:59", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { - "stars": 859, + "stars": 923, "last_update": "2025-06-15 09:52:41", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2531, + "stars": 2562, "last_update": "2025-08-20 08:38:14", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-MMAudio": { - "stars": 423, - "last_update": "2025-09-13 07:45:10", - "author_account_age_days": 2630 + "stars": 485, + "last_update": "2025-12-12 22:44:16", + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 789, + "stars": 799, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-VEnhancer": { - "stars": 72, + "stars": 71, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { "stars": 159, "last_update": "2025-03-30 13:39:03", - "author_account_age_days": 2630 + "author_account_age_days": 2721 }, - "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { - "stars": 18, - "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 304 + "https://github.com/kijai/ComfyUI-WanAnimatePreprocess": { + "stars": 368, + "last_update": "2025-12-14 13:21:41", + "author_account_age_days": 2721 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Image-From-URL": { "stars": 0, "last_update": "2025-05-06 07:50:34", - "author_account_age_days": 304 - }, - "https://github.com/kk8bit/KayTool": { - "stars": 218, - "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 804 + "author_account_age_days": 395 }, "https://github.com/kongds1999/ComfyUI_was_image": { - "stars": 1, - "last_update": "2025-07-30 09:58:09", - "author_account_age_days": 1145 + "stars": 2, + "last_update": "2025-11-28 08:07:54", + "author_account_age_days": 1236 + }, + "https://github.com/krakenunbound/kraken-discord-bot": { + "stars": 0, + "last_update": "2025-12-10 20:36:38", + "author_account_age_days": 117 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { - "stars": 1, + "stars": 2, "last_update": "2025-09-11 07:45:57", - "author_account_age_days": 1712 + "author_account_age_days": 1803 }, "https://github.com/krisshen2021/comfyui_OpenRouterNodes": { "stars": 0, "last_update": "2025-02-22 02:29:36", - "author_account_age_days": 1635 + "author_account_age_days": 1726 }, "https://github.com/kuailefengnan2024/Comfyui_Layer": { "stars": 0, "last_update": "2025-09-05 12:19:50", - "author_account_age_days": 407 + "author_account_age_days": 498 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 0, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1829 + "author_account_age_days": 1920 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 0, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4994 + "author_account_age_days": 5085 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 1, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4994 + "author_account_age_days": 5085 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 0, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1388 + "author_account_age_days": 1479 }, "https://github.com/kylegrover/comfyui-python-cowboy": { - "stars": 1, + "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 3099 + "author_account_age_days": 3190 }, "https://github.com/l1yongch1/ComfyUI-YcNodes": { "stars": 1, "last_update": "2025-05-05 04:00:28", - "author_account_age_days": 1223 + "author_account_age_days": 1314 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3278 + "author_account_age_days": 3369 + }, + "https://github.com/laobaishu1/ComfyUI-JSON-Upload-Iterator": { + "stars": 0, + "last_update": "2025-11-02 09:10:52", + "author_account_age_days": 289 }, "https://github.com/laubsauger/comfyui-storyboard": { "stars": 9, "last_update": "2025-06-14 23:33:25", - "author_account_age_days": 5003 + "author_account_age_days": 5094 }, "https://github.com/lazybuttalented/ComfyUI_LBT": { - "stars": 0, - "last_update": "2025-07-30 00:59:41", - "author_account_age_days": 2199 + "stars": 2, + "last_update": "2025-11-11 02:42:22", + "author_account_age_days": 2290 }, "https://github.com/lcolok/ComfyUI-MagicAI": { - "stars": 7, - "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2861 + "stars": 8, + "last_update": "2025-10-30 07:20:48", + "author_account_age_days": 2952 + }, + "https://github.com/leacvikas0/ComfyUI-Presence": { + "stars": 0, + "last_update": "2025-12-12 12:42:35", + "author_account_age_days": 491 }, "https://github.com/leadbreak/comfyui-faceaging": { - "stars": 90, + "stars": 92, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1820 + "author_account_age_days": 1911 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3241 + "author_account_age_days": 3332 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { - "stars": 25, + "stars": 27, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4522 + "author_account_age_days": 4613 }, "https://github.com/leon-etienne/ComfyUI_Scoring-Nodes": { "stars": 0, "last_update": "2025-04-21 11:48:26", - "author_account_age_days": 800 + "author_account_age_days": 891 + }, + "https://github.com/lfelipegg/lfgg_custom_nodes": { + "stars": 0, + "last_update": "2025-09-21 03:17:11", + "author_account_age_days": 1348 }, "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": { - "stars": 4, - "last_update": "2025-08-29 22:58:09", - "author_account_age_days": 1913 + "stars": 6, + "last_update": "2025-12-01 09:21:10", + "author_account_age_days": 2003 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 1, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 2137 + "author_account_age_days": 2228 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 0, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4814 + "author_account_age_days": 4905 + }, + "https://github.com/light-and-ray/Minimalistic-Comfy-Wrapper-WebUI": { + "stars": 78, + "last_update": "2025-12-14 17:44:12", + "author_account_age_days": 2958 + }, + "https://github.com/lihaoyun6/ComfyUI-lhyNodes": { + "stars": 14, + "last_update": "2025-12-04 14:37:51", + "author_account_age_days": 3649 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { - "stars": 108, + "stars": 110, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 1125 + "author_account_age_days": 1216 }, "https://github.com/littleowl/ComfyUI-MV-HECV": { "stars": 1, "last_update": "2025-06-04 12:42:47", - "author_account_age_days": 5109 + "author_account_age_days": 5199 + }, + "https://github.com/liusida/ComfyUI-Notebook": { + "stars": 26, + "last_update": "2025-12-12 11:04:58", + "author_account_age_days": 3746 }, "https://github.com/locphan201/ComfyUI-Alter-Nodes": { "stars": 0, "last_update": "2025-08-22 04:36:41", - "author_account_age_days": 1700 + "author_account_age_days": 1791 }, "https://github.com/locphan201/ComfyUI-Alternatives": { "stars": 0, "last_update": "2025-08-12 01:20:05", - "author_account_age_days": 1700 - }, - "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1380, - "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 569 + "author_account_age_days": 1791 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { - "stars": 489, + "stars": 497, "last_update": "2025-02-21 21:01:57", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 63, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 569 + "author_account_age_days": 660 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4612 + "author_account_age_days": 4703 }, "https://github.com/longzoho/ComfyUI-Qdrant-Saver": { "stars": 0, "last_update": "2025-03-07 13:44:52", - "author_account_age_days": 1966 + "author_account_age_days": 2057 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 0, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 1000 + "author_account_age_days": 1091 }, "https://github.com/love2hina-net/ComfyUI-Local-Translator": { - "stars": 0, + "stars": 2, "last_update": "2025-09-03 04:37:20", - "author_account_age_days": 1499 + "author_account_age_days": 1590 }, "https://github.com/lrzjason/Comfyui-Condition-Utils": { - "stars": 6, + "stars": 7, "last_update": "2025-05-18 17:09:17", - "author_account_age_days": 4110 + "author_account_age_days": 4201 + }, + "https://github.com/lrzjason/Comfyui-DiffusersUtils": { + "stars": 8, + "last_update": "2025-12-13 18:45:42", + "author_account_age_days": 4201 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { - "stars": 244, + "stars": 248, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 909 + "author_account_age_days": 1000 }, "https://github.com/ltdrdata/comfyui-unsafe-torch": { - "stars": 35, + "stars": 43, "last_update": "2025-06-10 22:31:29", - "author_account_age_days": 909 + "author_account_age_days": 1000 }, - "https://github.com/lu64k/SK-Nodes": { - "stars": 0, - "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 838 + "https://github.com/lu64k/ks_nodes": { + "stars": 1, + "last_update": "2025-10-11 03:14:04", + "author_account_age_days": 929 }, "https://github.com/lucafoscili/lf-nodes": { - "stars": 18, - "last_update": "2025-09-14 19:11:21", - "author_account_age_days": 2482 - }, - "https://github.com/lum3on/comfyui_LLM_Polymath": { - "stars": 66, - "last_update": "2025-08-27 23:22:27", - "author_account_age_days": 222 + "stars": 23, + "last_update": "2025-12-09 19:12:45", + "author_account_age_days": 2573 }, "https://github.com/lum3on/comfyui_RollingDepth": { "stars": 1, "last_update": "2025-06-01 18:46:56", - "author_account_age_days": 222 + "author_account_age_days": 312 + }, + "https://github.com/lyra-ai/lyra-nodes": { + "stars": 0, + "last_update": "2025-12-09 05:12:33", + "author_account_age_days": 3942 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 0, "last_update": "2025-08-14 08:47:35", - "author_account_age_days": 496 + "author_account_age_days": 587 }, "https://github.com/machinesarenotpeople/comfyui-energycost": { "stars": 0, "last_update": "2025-05-03 21:22:23", - "author_account_age_days": 1981 + "author_account_age_days": 2072 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 3110 + "author_account_age_days": 3201 }, "https://github.com/maizerrr/comfyui-code-nodes": { "stars": 0, "last_update": "2025-06-30 03:36:19", - "author_account_age_days": 3517 + "author_account_age_days": 3608 }, "https://github.com/majocola/comfyui-standbybutton": { "stars": 0, "last_update": "2025-08-06 00:28:10", - "author_account_age_days": 885 + "author_account_age_days": 976 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2253 + "author_account_age_days": 2344 }, "https://github.com/mamamia1110/comfyui-boggerrr-nodes": { "stars": 0, "last_update": "2025-08-05 15:39:07", - "author_account_age_days": 956 + "author_account_age_days": 1047 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 5, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 1199 + "author_account_age_days": 1290 }, "https://github.com/mamorett/comfyui_minicpm_vision": { "stars": 0, "last_update": "2025-06-17 13:25:18", - "author_account_age_days": 1199 + "author_account_age_days": 1290 }, "https://github.com/maoper11/comfyui_inteliweb_nodes": { - "stars": 1, + "stars": 3, "last_update": "2025-09-10 05:51:38", - "author_account_age_days": 2901 + "author_account_age_days": 2992 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 2230 + "author_account_age_days": 2320 }, - "https://github.com/marduk191/comfyui-marnodes": { - "stars": 3, - "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4862 + "https://github.com/marduk191/comfyui_cmdtls": { + "stars": 0, + "last_update": "2025-11-15 07:01:57", + "author_account_age_days": 4953 + }, + "https://github.com/martinken/ComfyUI-KMNodes": { + "stars": 0, + "last_update": "2025-11-21 15:25:11", + "author_account_age_days": 4252 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { - "stars": 4, + "stars": 7, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2703 + "author_account_age_days": 2794 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3983 + "author_account_age_days": 4074 }, "https://github.com/masmullin2000/ComfyUI-MMYolo": { "stars": 0, "last_update": "2025-02-22 22:23:02", - "author_account_age_days": 4525 + "author_account_age_days": 4616 }, "https://github.com/matDobek/ComfyUI_duck": { "stars": 0, "last_update": "2025-05-21 13:12:40", - "author_account_age_days": 4525 + "author_account_age_days": 4616 }, "https://github.com/maurorilla/ComfyUI-MisterMR-Nodes": { - "stars": 0, + "stars": 1, "last_update": "2025-05-09 13:18:07", - "author_account_age_days": 4464 + "author_account_age_days": 4554 + }, + "https://github.com/max-dingsda/ComfyUI-PromptLoop": { + "stars": 0, + "last_update": "2025-11-20 12:25:44", + "author_account_age_days": 229 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 806 + "author_account_age_days": 897 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 4192 + "author_account_age_days": 4283 + }, + "https://github.com/mertgoksel/ComfyUI-Noot-Nodes": { + "stars": 0, + "last_update": "2025-11-23 19:28:41", + "author_account_age_days": 2342 }, "https://github.com/miabrahams/ComfyUI-WebAutomation": { "stars": 0, - "last_update": "2025-08-22 06:03:56", - "author_account_age_days": 3866 + "last_update": "2025-11-26 01:39:52", + "author_account_age_days": 3956 }, "https://github.com/mico-world/comfyui_mico_node": { "stars": 0, "last_update": "2025-08-18 09:04:07", - "author_account_age_days": 319 - }, - "https://github.com/mikebilly/Transparent-background-comfyUI": { - "stars": 2, - "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 3011 + "author_account_age_days": 410 }, "https://github.com/mikeymcfish/FishTools": { - "stars": 27, + "stars": 28, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3850 + "author_account_age_days": 3941 }, "https://github.com/mikheys/ComfyUI-mikheys": { "stars": 0, "last_update": "2025-06-21 15:35:56", - "author_account_age_days": 2849 + "author_account_age_days": 2939 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1628 + "author_account_age_days": 1719 + }, + "https://github.com/minujeong/comfyui-oklch-color-picker": { + "stars": 1, + "last_update": "2025-10-31 21:49:13", + "author_account_age_days": 4581 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 1, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 1013 + "author_account_age_days": 1104 + }, + "https://github.com/mittimi/ComfyUI_mittimiLoadPresetLite": { + "stars": 0, + "last_update": "2025-12-09 15:21:26", + "author_account_age_days": 4548 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 0, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 833 + "author_account_age_days": 924 }, "https://github.com/mm-akhtar/comfyui-mask-selector-node": { "stars": 0, "last_update": "2025-04-18 10:06:17", - "author_account_age_days": 1940 + "author_account_age_days": 2031 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 0, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2867 + "author_account_age_days": 2958 }, "https://github.com/molbal/comfy-url-fetcher": { "stars": 0, "last_update": "2025-02-02 13:37:48", - "author_account_age_days": 4344 + "author_account_age_days": 4435 }, "https://github.com/moonwhaler/comfyui-moonpack": { - "stars": 2, - "last_update": "2025-08-16 12:10:05", - "author_account_age_days": 4871 + "stars": 9, + "last_update": "2025-10-10 09:53:05", + "author_account_age_days": 4962 }, "https://github.com/mr-krak3n/ComfyUI-Qwen": { "stars": 22, "last_update": "2025-03-08 12:12:29", - "author_account_age_days": 2489 + "author_account_age_days": 2579 }, "https://github.com/mrCodinghero/ComfyUI-Codinghero": { "stars": 0, - "last_update": "2025-09-13 23:31:17", - "author_account_age_days": 530 + "last_update": "2025-12-08 02:58:32", + "author_account_age_days": 621 + }, + "https://github.com/muriellee1x/ComfyUI-Logic-Switch": { + "stars": 3, + "last_update": "2025-11-11 09:15:55", + "author_account_age_days": 2227 + }, + "https://github.com/muriellee1x/ComfyUI-switch-angles": { + "stars": 2, + "last_update": "2025-11-06 09:29:04", + "author_account_age_days": 2227 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 52, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3306 + "author_account_age_days": 3397 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 0, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1745 + "author_account_age_days": 1836 }, "https://github.com/muvich3n/ComfyUI-Crop-Border": { "stars": 0, "last_update": "2025-02-24 10:01:53", - "author_account_age_days": 1745 + "author_account_age_days": 1836 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, "last_update": "2025-02-05 04:32:29", - "author_account_age_days": 3138 + "author_account_age_days": 3228 }, "https://github.com/nadushu/comfyui-handy-nodes": { "stars": 0, "last_update": "2025-08-24 14:38:32", - "author_account_age_days": 1793 + "author_account_age_days": 1883 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3440 + "author_account_age_days": 3531 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3440 + "author_account_age_days": 3531 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3440 + "author_account_age_days": 3531 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 0, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2326 + "author_account_age_days": 2417 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 0, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2326 + "author_account_age_days": 2417 }, "https://github.com/neo0801/my-comfy-node": { "stars": 0, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 4227 + "author_account_age_days": 4318 + }, + "https://github.com/nestflow/ComfyUI-WanPlus": { + "stars": 2, + "last_update": "2025-12-07 16:39:24", + "author_account_age_days": 3460 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 1, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4329 + "author_account_age_days": 4420 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 1, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4329 + "author_account_age_days": 4420 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 0, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4329 + "author_account_age_days": 4420 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4329 + "author_account_age_days": 4420 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 3, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1466 + "author_account_age_days": 1557 }, "https://github.com/neverbiasu/ComfyUI-DeepSeek": { "stars": 0, "last_update": "2025-02-01 04:17:59", - "author_account_age_days": 1466 + "author_account_age_days": 1557 }, "https://github.com/neverbiasu/ComfyUI-Show-o": { "stars": 1, "last_update": "2025-06-24 06:33:20", - "author_account_age_days": 1466 + "author_account_age_days": 1557 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1466 + "author_account_age_days": 1557 }, "https://github.com/newraina/ComfyUI-Remote-Save-Image": { "stars": 0, "last_update": "2025-04-18 10:50:44", - "author_account_age_days": 3884 + "author_account_age_days": 3975 + }, + "https://github.com/newraina/comfyui-photoshop-v2": { + "stars": 2, + "last_update": "2025-11-17 09:00:20", + "author_account_age_days": 3975 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 2, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5315 + "author_account_age_days": 5406 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 0, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4996 - }, - "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { - "stars": 22, - "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 607 + "author_account_age_days": 5087 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, - "last_update": "2025-09-09 16:39:18", - "author_account_age_days": 1734 + "last_update": "2025-12-12 15:37:51", + "author_account_age_days": 1825 + }, + "https://github.com/nobinBB/comfyui-samenodes": { + "stars": 0, + "last_update": "2025-12-11 07:55:54", + "author_account_age_days": 327 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 3, - "last_update": "2025-05-28 03:57:01", - "author_account_age_days": 4786 + "last_update": "2025-11-12 17:14:45", + "author_account_age_days": 4876 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 9, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4477 + "author_account_age_days": 4568 }, "https://github.com/numq/comfyui-camera-capture-node": { "stars": 0, "last_update": "2025-09-10 00:47:28", - "author_account_age_days": 2503 + "author_account_age_days": 2594 }, - "https://github.com/odedgranot/comfyui-ffmpeg-node": { + "https://github.com/obisin/ComfyUI-FSampler": { + "stars": 117, + "last_update": "2025-11-13 10:05:56", + "author_account_age_days": 1552 + }, + "https://github.com/octapus8085/OpenAI-comfyui-O": { "stars": 0, + "last_update": "2025-10-12 21:40:00", + "author_account_age_days": 3200 + }, + "https://github.com/odedgranot/comfyui-ffmpeg-node": { + "stars": 1, "last_update": "2025-08-25 09:17:44", - "author_account_age_days": 1970 + "author_account_age_days": 2061 }, "https://github.com/odedgranot/comfyui_video_save_node": { "stars": 0, "last_update": "2025-08-20 12:47:09", - "author_account_age_days": 1970 + "author_account_age_days": 2061 }, "https://github.com/orion4d/ComfyUI_unified_list_selector": { "stars": 1, "last_update": "2025-07-03 08:57:21", - "author_account_age_days": 1029 + "author_account_age_days": 1120 + }, + "https://github.com/orion4d/Orion4D_MasterPrompt": { + "stars": 7, + "last_update": "2025-09-20 13:01:51", + "author_account_age_days": 1120 + }, + "https://github.com/orpheus-gaze/comfyui-sundryutils": { + "stars": 0, + "last_update": "2025-09-19 10:53:25", + "author_account_age_days": 87 }, "https://github.com/osuiso-depot/comfyui-keshigom_custom": { "stars": 0, "last_update": "2025-02-27 10:01:17", - "author_account_age_days": 1557 + "author_account_age_days": 1648 }, "https://github.com/owengillett/ComfyUI-tilefusion": { "stars": 0, "last_update": "2025-02-19 11:05:53", - "author_account_age_days": 2180 + "author_account_age_days": 2271 }, "https://github.com/oxysoft/Comfy-Compel": { "stars": 0, "last_update": "2025-04-08 13:12:20", - "author_account_age_days": 4559 + "author_account_age_days": 4649 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 0, - "last_update": "2025-01-27 18:29:08", - "author_account_age_days": 4559 - }, - "https://github.com/oyvindg/ComfyUI-TrollSuite": { - "stars": 4, - "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2777 + "last_update": "2025-12-09 01:45:25", + "author_account_age_days": 4649 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 16, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1289 + "author_account_age_days": 1379 }, "https://github.com/p1atdev/comfyui-aesthetic-predictor": { "stars": 0, "last_update": "2025-05-10 08:03:13", - "author_account_age_days": 2062 + "author_account_age_days": 2153 }, "https://github.com/pacchikAI/ImagePromptBatch": { "stars": 0, - "last_update": "2025-05-26 12:48:05", - "author_account_age_days": 126 + "last_update": "2025-10-22 16:27:05", + "author_account_age_days": 216 }, - "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 218, - "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2578 + "https://github.com/pacchikAI/comfyui_pacchik_window": { + "stars": 8, + "last_update": "2025-10-22 16:20:20", + "author_account_age_days": 216 + }, + "https://github.com/panchovial-max/ComfyUI-ListHelper": { + "stars": 0, + "last_update": "2025-10-01 01:58:14", + "author_account_age_days": 134 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": { "stars": 0, "last_update": "2025-05-28 09:31:23", - "author_account_age_days": 1959 + "author_account_age_days": 2050 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 0, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 2008 + "author_account_age_days": 2099 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 0, "last_update": "2025-03-10 09:16:44", - "author_account_age_days": 5571 + "author_account_age_days": 5662 + }, + "https://github.com/pfpb/comfyui-badnodes": { + "stars": 0, + "last_update": "2025-10-07 22:44:03", + "author_account_age_days": 67 }, "https://github.com/pft-ChenKu/ComfyUI_system-dev": { "stars": 0, - "last_update": "2025-09-10 07:25:44", - "author_account_age_days": 180 + "last_update": "2025-09-30 08:44:21", + "author_account_age_days": 271 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 1, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4335 + "author_account_age_days": 4425 }, "https://github.com/pickles/ComfyUI-PyPromptGenerator": { "stars": 0, - "last_update": "2025-08-30 05:03:19", - "author_account_age_days": 5709 + "last_update": "2025-10-05 17:58:12", + "author_account_age_days": 5800 }, "https://github.com/pictorialink/ComfyUI-static-resource": { "stars": 0, "last_update": "2025-07-15 07:50:28", - "author_account_age_days": 123 + "author_account_age_days": 214 }, "https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer": { - "stars": 10, + "stars": 14, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 236 + "author_account_age_days": 327 }, "https://github.com/pixixai/ComfyUI_pixixTools": { "stars": 0, "last_update": "2025-07-22 04:43:42", - "author_account_age_days": 249 + "author_account_age_days": 340 }, "https://github.com/pixuai/ComfyUI-PixuAI": { "stars": 0, "last_update": "2025-03-01 13:56:56", - "author_account_age_days": 197 + "author_account_age_days": 288 + }, + "https://github.com/pizurny/ComfyUI-Just-DWPose": { + "stars": 1, + "last_update": "2025-10-12 13:11:50", + "author_account_age_days": 1219 + }, + "https://github.com/pizurny/Comfyui-FeedbackSampler": { + "stars": 21, + "last_update": "2025-11-20 21:08:22", + "author_account_age_days": 1219 }, "https://github.com/pmarmotte2/Comfyui-VibeVoiceSelector": { "stars": 2, "last_update": "2025-04-08 11:18:55", - "author_account_age_days": 511 + "author_account_age_days": 602 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1684 + "author_account_age_days": 1775 }, "https://github.com/pomelyu/cy-prompt-tools": { "stars": 0, "last_update": "2025-06-13 15:09:26", - "author_account_age_days": 4702 + "author_account_age_days": 4793 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 3178 + "author_account_age_days": 3269 }, "https://github.com/prabinpebam/anyPython": { "stars": 17, "last_update": "2025-02-15 06:56:01", - "author_account_age_days": 4690 + "author_account_age_days": 4781 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { - "stars": 61, + "stars": 62, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1477 + "author_account_age_days": 1568 }, "https://github.com/przewodo/ComfyUI-Przewodo-Utils": { "stars": 4, "last_update": "2025-08-27 20:02:50", - "author_account_age_days": 3758 + "author_account_age_days": 3848 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 6, "last_update": "2025-05-21 01:33:15", - "author_account_age_days": 4435 + "author_account_age_days": 4525 }, "https://github.com/punicfaith/ComfyUI-GoogleAIStudio": { "stars": 0, - "last_update": "2025-09-02 06:00:34", - "author_account_age_days": 3604 + "last_update": "2025-11-25 07:31:39", + "author_account_age_days": 3695 }, "https://github.com/pururin777/ComfyUI-Manual-Openpose": { "stars": 2, "last_update": "2025-09-01 07:28:15", - "author_account_age_days": 2594 + "author_account_age_days": 2685 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2546 + "author_account_age_days": 2637 }, "https://github.com/qlikpetersen/ComfyUI-AI_Tools": { "stars": 0, "last_update": "2025-07-23 19:53:54", - "author_account_age_days": 1476 + "author_account_age_days": 1567 }, - "https://github.com/rakete/comfyui-rakete": { + "https://github.com/quinteroac/comfyui_api_executor_nodes": { "stars": 0, - "last_update": "2025-07-22 21:48:34", - "author_account_age_days": 6025 + "last_update": "2025-11-26 05:52:42", + "author_account_age_days": 2859 }, - "https://github.com/rakki194/ComfyUI_WolfSigmas": { + "https://github.com/r-vage/ComfyUI_Eclipse": { "stars": 5, - "last_update": "2025-05-21 13:02:21", - "author_account_age_days": 225 + "last_update": "2025-12-11 14:11:20", + "author_account_age_days": 210 + }, + "https://github.com/rafacost/rafacost-comfy": { + "stars": 2, + "last_update": "2025-11-11 14:26:29", + "author_account_age_days": 4226 + }, + "https://github.com/rakete/comfyui-rakete": { + "stars": 0, + "last_update": "2025-10-19 13:49:07", + "author_account_age_days": 6116 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2506 + "author_account_age_days": 2596 }, "https://github.com/realm-weaver/ComfyUI-tile-seamstress-360": { "stars": 0, "last_update": "2025-07-16 15:36:03", - "author_account_age_days": 653 + "author_account_age_days": 744 }, "https://github.com/redhottensors/ComfyUI-ODE": { - "stars": 52, + "stars": 53, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 586 + "author_account_age_days": 677 + }, + "https://github.com/remhesneb/comfyui-remote-media": { + "stars": 0, + "last_update": "2025-10-05 12:37:40", + "author_account_age_days": 4408 }, "https://github.com/retech995/Save_Florence2_Bulk_Prompts": { "stars": 0, "last_update": "2025-06-03 18:27:37", - "author_account_age_days": 2427 + "author_account_age_days": 2518 }, "https://github.com/rhinoflavored/comfyui_QT": { "stars": 0, "last_update": "2025-03-18 08:35:59", - "author_account_age_days": 444 + "author_account_age_days": 535 }, "https://github.com/ric-yu/comfyui-datadog-monitor": { "stars": 0, "last_update": "2025-09-12 22:44:08", - "author_account_age_days": 115 + "author_account_age_days": 206 }, "https://github.com/ricklove/ComfyUI-AutoSeg-SAM2": { "stars": 0, "last_update": "2025-03-15 20:46:14", - "author_account_age_days": 5280 + "author_account_age_days": 5371 }, "https://github.com/rickyars/sd-cn-animation": { "stars": 0, "last_update": "2025-05-18 22:33:04", - "author_account_age_days": 4651 + "author_account_age_days": 4742 }, "https://github.com/rishipandey125/ComfyUI-FramePacking": { "stars": 9, "last_update": "2025-06-09 21:51:46", - "author_account_age_days": 2798 + "author_account_age_days": 2888 }, "https://github.com/rishipandey125/ComfyUI-StyleFrame-Nodes": { "stars": 0, - "last_update": "2025-09-14 19:16:02", - "author_account_age_days": 2798 + "last_update": "2025-11-16 23:14:10", + "author_account_age_days": 2888 }, "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask": { "stars": 0, - "last_update": "2025-05-14 07:13:26", - "author_account_age_days": 1094 + "last_update": "2025-09-16 13:32:23", + "author_account_age_days": 1185 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 4, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 1094 + "author_account_age_days": 1185 }, "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { "stars": 1, "last_update": "2025-01-28 14:37:42", - "author_account_age_days": 1094 + "author_account_age_days": 1185 }, "https://github.com/ritikvirus/comfyui-terminal-modal-node": { "stars": 0, "last_update": "2025-03-01 20:03:57", - "author_account_age_days": 2627 + "author_account_age_days": 2718 }, "https://github.com/rodpl/comfyui-asset-manager": { "stars": 0, - "last_update": "2025-09-06 20:10:03", - "author_account_age_days": 5901 + "last_update": "2025-09-21 22:24:33", + "author_account_age_days": 5991 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 738 + "author_account_age_days": 828 }, "https://github.com/ronalds-eu/comfyui-plus-integrations": { "stars": 0, "last_update": "2025-05-02 17:38:19", - "author_account_age_days": 4229 + "author_account_age_days": 4319 + }, + "https://github.com/rookiestar28/ComfyUI_Security_Audit": { + "stars": 1, + "last_update": "2025-12-11 14:33:38", + "author_account_age_days": 751 + }, + "https://github.com/rookiestar28/ComfyUI_Text_Processor": { + "stars": 5, + "last_update": "2025-11-26 05:22:32", + "author_account_age_days": 751 + }, + "https://github.com/rossturk/comfyui-primitive-mesh": { + "stars": 0, + "last_update": "2025-10-20 06:19:20", + "author_account_age_days": 5052 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 0, "last_update": "2025-07-01 12:11:18", - "author_account_age_days": 3623 + "author_account_age_days": 3714 }, "https://github.com/rphmeier/comfyui-videodepthanything": { "stars": 1, "last_update": "2025-04-14 18:53:06", - "author_account_age_days": 3933 + "author_account_age_days": 4023 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 0, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 352 + "author_account_age_days": 443 }, "https://github.com/ryanontheinside/ComfyUI-Livepeer": { "stars": 1, "last_update": "2025-04-21 22:53:14", - "author_account_age_days": 4137 + "author_account_age_days": 4227 }, "https://github.com/ryanontheinside/ComfyUI-MineWorld": { "stars": 2, "last_update": "2025-04-16 18:59:09", - "author_account_age_days": 4137 + "author_account_age_days": 4227 }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 4137 + "author_account_age_days": 4227 + }, + "https://github.com/sahibalejandro/comfyui-sahib-nodes": { + "stars": 0, + "last_update": "2025-11-22 02:23:41", + "author_account_age_days": 5233 + }, + "https://github.com/saltchicken/ComfyUI-Identity-Mixer": { + "stars": 0, + "last_update": "2025-12-13 18:24:35", + "author_account_age_days": 4658 + }, + "https://github.com/saltchicken/ComfyUI-Prompter": { + "stars": 0, + "last_update": "2025-12-13 20:20:05", + "author_account_age_days": 4658 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5527 + "author_account_age_days": 5618 }, "https://github.com/saulchiu/comfy_saul_plugin": { "stars": 0, "last_update": "2025-08-27 05:20:07", - "author_account_age_days": 708 - }, - "https://github.com/sdfxai/SDFXBridgeForComfyUI": { - "stars": 11, - "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 682 + "author_account_age_days": 799 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 0, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4385 + "author_account_age_days": 4476 }, "https://github.com/sh570655308/Comfyui-RayNodes": { "stars": 3, "last_update": "2025-07-19 11:32:53", - "author_account_age_days": 2949 + "author_account_age_days": 3040 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3762 + "author_account_age_days": 3853 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3762 + "author_account_age_days": 3853 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 3, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3762 + "author_account_age_days": 3853 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 1, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3762 + "author_account_age_days": 3853 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 16, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3762 + "author_account_age_days": 3853 }, "https://github.com/shinich39/comfyui-nothing-happened": { "stars": 0, "last_update": "2025-05-25 10:18:24", - "author_account_age_days": 760 + "author_account_age_days": 850 }, "https://github.com/shinich39/comfyui-run-js": { "stars": 0, - "last_update": "2025-09-10 15:11:35", - "author_account_age_days": 760 + "last_update": "2025-10-16 09:22:23", + "author_account_age_days": 850 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 1, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4409 + "author_account_age_days": 4500 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 0, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4565 + "author_account_age_days": 4656 + }, + "https://github.com/sickbraintwo/WextraX": { + "stars": 0, + "last_update": "2025-11-14 04:32:12", + "author_account_age_days": 82 }, "https://github.com/silent-rain/ComfyUI-SilentRain": { - "stars": 2, - "last_update": "2025-09-12 10:07:25", - "author_account_age_days": 2590 + "stars": 3, + "last_update": "2025-12-10 13:29:14", + "author_account_age_days": 2681 + }, + "https://github.com/silveroxides/ComfyUI_CondsUtils": { + "stars": 5, + "last_update": "2025-10-21 08:37:47", + "author_account_age_days": 2039 + }, + "https://github.com/silveroxides/ComfyUI_LoHalo": { + "stars": 1, + "last_update": "2025-11-28 16:45:43", + "author_account_age_days": 2039 + }, + "https://github.com/silveroxides/ComfyUI_LogicMath": { + "stars": 0, + "last_update": "2025-11-03 04:18:17", + "author_account_age_days": 2039 + }, + "https://github.com/silveroxides/ComfyUI_PromptAttention": { + "stars": 1, + "last_update": "2025-11-14 19:22:01", + "author_account_age_days": 2039 }, "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": { - "stars": 2, - "last_update": "2025-07-16 04:31:05", - "author_account_age_days": 1948 + "stars": 5, + "last_update": "2025-10-21 08:37:47", + "author_account_age_days": 2039 + }, + "https://github.com/silveroxides/ComfyUI_SamplingUtils": { + "stars": 1, + "last_update": "2025-12-13 05:18:22", + "author_account_age_days": 2039 }, "https://github.com/simonjaq/ComfyUI-sjnodes": { "stars": 0, "last_update": "2025-06-20 08:23:01", - "author_account_age_days": 2982 + "author_account_age_days": 3073 }, "https://github.com/siyonomicon/ComfyUI-Pin": { "stars": 0, "last_update": "2025-07-21 18:06:00", - "author_account_age_days": 58 + "author_account_age_days": 149 + }, + "https://github.com/sk-palani/ComfyUI_Simpler": { + "stars": 0, + "last_update": "2025-11-29 16:54:40", + "author_account_age_days": 1605 }, "https://github.com/slezica/comfyui-personal": { "stars": 0, - "last_update": "2025-09-14 22:05:06", - "author_account_age_days": 5552 + "last_update": "2025-12-10 19:37:37", + "author_account_age_days": 5643 }, "https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": { - "stars": 6, - "last_update": "2025-03-17 06:45:58", - "author_account_age_days": 801 - }, - "https://github.com/smthemex/ComfyUI_MangaNinjia": { - "stars": 57, - "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 801 + "stars": 7, + "last_update": "2025-12-06 08:28:36", + "author_account_age_days": 892 }, "https://github.com/sofakid/dandy": { - "stars": 52, - "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4500 + "stars": 53, + "last_update": "2025-12-13 17:07:35", + "author_account_age_days": 4591 }, "https://github.com/songtianhui/ComfyUI-DMM": { "stars": 2, "last_update": "2025-04-27 12:38:20", - "author_account_age_days": 1693 + "author_account_age_days": 1784 }, "https://github.com/sorption-dev/mycraft-comfyui": { "stars": 4, "last_update": "2025-04-12 18:08:12", - "author_account_age_days": 170 + "author_account_age_days": 261 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 3, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1930 + "author_account_age_days": 2021 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 0, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 1930 + "author_account_age_days": 2021 }, "https://github.com/spawner1145/comfyui-spawner-schedulers": { - "stars": 6, + "stars": 7, "last_update": "2025-09-06 13:59:29", - "author_account_age_days": 385 + "author_account_age_days": 476 }, "https://github.com/springjk/ComfyUI-Psutil-Container-Memory-Patch": { "stars": 1, "last_update": "2025-04-23 15:12:34", - "author_account_age_days": 4108 + "author_account_age_days": 4199 }, "https://github.com/sprited-ai/sprited-comfyui-nodes": { "stars": 0, - "last_update": "2025-08-07 17:38:57", - "author_account_age_days": 103 + "last_update": "2025-10-21 20:07:21", + "author_account_age_days": 193 }, "https://github.com/sschleis/sschl-comfyui-notes": { "stars": 1, "last_update": "2025-08-10 10:54:25", - "author_account_age_days": 5034 + "author_account_age_days": 5125 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2983 + "author_account_age_days": 3074 }, "https://github.com/stalkervr/comfyui-custom-path-nodes": { "stars": 1, - "last_update": "2025-08-09 05:08:24", - "author_account_age_days": 2814 + "last_update": "2025-12-08 01:31:25", + "author_account_age_days": 2905 + }, + "https://github.com/starsFriday/ComfyUI-Audio-Subtitle": { + "stars": 0, + "last_update": "2025-12-02 10:00:50", + "author_account_age_days": 2777 + }, + "https://github.com/starsFriday/ComfyUI-Tracker-Person": { + "stars": 1, + "last_update": "2025-12-08 08:56:09", + "author_account_age_days": 2777 }, "https://github.com/stavsap/ComfyUI-React-SDK": { - "stars": 13, + "stars": 14, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4531 + "author_account_age_days": 4622 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 10, "last_update": "2025-03-03 01:44:23", - "author_account_age_days": 1301 + "author_account_age_days": 1392 + }, + "https://github.com/stevanisya/comfyui_txt_selector": { + "stars": 6, + "last_update": "2025-11-21 17:55:04", + "author_account_age_days": 708 }, "https://github.com/sthao42/comfyui-melodkeet-tts": { "stars": 0, "last_update": "2025-08-30 22:41:26", - "author_account_age_days": 4303 + "author_account_age_days": 4394 }, "https://github.com/strhwste/comfyui_csv_utils": { "stars": 0, "last_update": "2025-06-03 23:04:43", - "author_account_age_days": 920 + "author_account_age_days": 1011 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2025-05-11 21:29:49", - "author_account_age_days": 4285 + "author_account_age_days": 4376 }, "https://github.com/subnet99/ComfyUI-URLLoader": { "stars": 2, - "last_update": "2025-07-14 07:57:56", - "author_account_age_days": 70 + "last_update": "2025-11-17 11:54:44", + "author_account_age_days": 161 }, "https://github.com/sugarkwork/comfyui_image_crop": { "stars": 0, "last_update": "2025-03-14 01:43:03", - "author_account_age_days": 1323 + "author_account_age_days": 1414 }, "https://github.com/sugarkwork/comfyui_my_img_util": { "stars": 1, "last_update": "2025-04-04 15:51:26", - "author_account_age_days": 1323 + "author_account_age_days": 1414 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 6, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1323 + "author_account_age_days": 1414 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 0, "last_update": "2025-06-23 04:03:38", - "author_account_age_days": 4572 + "author_account_age_days": 4663 }, "https://github.com/synchronicity-labs/sync-comfyui": { - "stars": 2, - "last_update": "2025-09-11 16:36:40", - "author_account_age_days": 777 + "stars": 5, + "last_update": "2025-09-25 20:48:28", + "author_account_age_days": 868 }, "https://github.com/system-out-cho/displayHistory_ComfyUI": { "stars": 1, "last_update": "2025-08-01 19:26:59", - "author_account_age_days": 1676 + "author_account_age_days": 1766 + }, + "https://github.com/systemaiofinterest-wq/ComfyUI-GoogleFX": { + "stars": 0, + "last_update": "2025-10-06 00:36:33", + "author_account_age_days": 95 + }, + "https://github.com/takoyaki1118/ComfyUI-Kakimoji-Layer": { + "stars": 0, + "last_update": "2025-10-05 09:09:15", + "author_account_age_days": 2638 }, "https://github.com/takoyaki1118/ComfyUI_PromptExtractor": { "stars": 0, "last_update": "2025-08-28 17:57:59", - "author_account_age_days": 2547 + "author_account_age_days": 2638 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 2, - "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 1003 + "last_update": "2025-10-10 09:14:27", + "author_account_age_days": 1094 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 865 + "author_account_age_days": 956 }, "https://github.com/tankenyuen-ola/comfyui-env-variable-reader": { "stars": 0, "last_update": "2025-06-19 06:21:23", - "author_account_age_days": 251 + "author_account_age_days": 342 }, "https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop": { - "stars": 0, + "stars": 2, "last_update": "2025-08-04 03:17:39", - "author_account_age_days": 251 + "author_account_age_days": 342 }, "https://github.com/tanmoy-it/comfyuiCustomNode": { "stars": 0, "last_update": "2025-08-11 06:37:32", - "author_account_age_days": 379 + "author_account_age_days": 470 }, "https://github.com/tc888/ComfyUI_Save_Flux_Image": { "stars": 0, "last_update": "2025-02-09 17:21:22", - "author_account_age_days": 2707 + "author_account_age_days": 2798 }, "https://github.com/techidsk/comfyui_molook_nodes": { "stars": 0, "last_update": "2025-03-31 02:17:02", - "author_account_age_days": 2635 + "author_account_age_days": 2726 }, "https://github.com/techtruth/ComfyUI-Dreambooth": { "stars": 0, "last_update": "2025-04-06 02:57:20", - "author_account_age_days": 3079 + "author_account_age_days": 3170 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 0, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 617 + "author_account_age_days": 708 }, "https://github.com/tfernd/ComfyUI-AutoCPUOffload": { "stars": 1, "last_update": "2025-09-09 15:57:56", - "author_account_age_days": 2802 + "author_account_age_days": 2893 }, "https://github.com/tg-tjmitchell/comfyui-custom-node-lister": { "stars": 0, "last_update": "2025-08-11 22:48:12", - "author_account_age_days": 1206 + "author_account_age_days": 1297 }, "https://github.com/tg-tjmitchell/comfyui-rsync-plugin": { "stars": 0, "last_update": "2025-08-22 18:31:15", - "author_account_age_days": 1206 + "author_account_age_days": 1297 }, "https://github.com/thaakeno/comfyui-universal-asset-downloader": { "stars": 3, "last_update": "2025-08-05 06:54:27", - "author_account_age_days": 385 + "author_account_age_days": 476 }, "https://github.com/thavocado/comfyui-danbooru-lookup": { "stars": 0, "last_update": "2025-07-26 16:00:54", - "author_account_age_days": 1022 + "author_account_age_days": 1113 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3313 + "author_account_age_days": 3404 + }, + "https://github.com/theshubzworld/ComfyUI-NvidiaVision": { + "stars": 0, + "last_update": "2025-12-10 12:00:03", + "author_account_age_days": 509 }, "https://github.com/thot-experiment/comfy-live-preview": { "stars": 2, "last_update": "2025-02-19 20:30:13", - "author_account_age_days": 1398 + "author_account_age_days": 1489 }, "https://github.com/threadedblue/MLXnodes": { "stars": 2, "last_update": "2025-02-15 13:41:14", - "author_account_age_days": 4412 + "author_account_age_days": 4503 }, "https://github.com/threecrowco/ComfyUI-FlowMatchScheduler": { "stars": 0, "last_update": "2025-09-10 04:59:28", - "author_account_age_days": 2232 + "author_account_age_days": 2323 + }, + "https://github.com/tiange-tree/BLUEAI_ComfyUI_OpenAI": { + "stars": 0, + "last_update": "2025-11-25 10:38:46", + "author_account_age_days": 1937 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 560 + "author_account_age_days": 651 }, "https://github.com/tnil25/ComfyUI-TJNodes": { - "stars": 0, - "last_update": "2025-08-21 21:38:31", - "author_account_age_days": 679 + "stars": 1, + "last_update": "2025-09-19 20:21:06", + "author_account_age_days": 770 }, "https://github.com/tom-doerr/dspy_nodes": { - "stars": 194, + "stars": 199, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 3227 + "author_account_age_days": 3318 }, "https://github.com/tony-zn/comfyui-zn-pycode": { "stars": 0, "last_update": "2025-09-08 02:54:04", - "author_account_age_days": 3306 + "author_account_age_days": 3397 + }, + "https://github.com/tori29umai0123/ComfyUI-SDXLGenerateFromTextFile": { + "stars": 0, + "last_update": "2025-11-16 10:32:39", + "author_account_age_days": 1900 }, "https://github.com/tracerstar/comfyui-p5js-node": { - "stars": 38, + "stars": 39, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5646 + "author_account_age_days": 5737 }, "https://github.com/trampolin/comfy-ui-scryfall": { "stars": 0, "last_update": "2025-05-20 11:46:54", - "author_account_age_days": 4692 + "author_account_age_days": 4783 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { - "stars": 4, - "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 1123 + "stars": 5, + "last_update": "2025-09-19 21:22:49", + "author_account_age_days": 1214 }, "https://github.com/trashkollector/TKVideoZoom": { - "stars": 0, + "stars": 1, "last_update": "2025-09-05 16:26:54", - "author_account_age_days": 218 + "author_account_age_days": 309 }, "https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": { "stars": 0, "last_update": "2025-05-29 14:43:38", - "author_account_age_days": 203 + "author_account_age_days": 294 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3385 + "author_account_age_days": 3476 }, "https://github.com/turskeli/comfyui-SetWallpaper": { "stars": 0, "last_update": "2025-04-23 22:46:46", - "author_account_age_days": 5065 + "author_account_age_days": 5156 + }, + "https://github.com/tuxiansheng-ld/Comfyui-tuxiansheng-nodes": { + "stars": 0, + "last_update": "2025-12-10 12:40:33", + "author_account_age_days": 40 + }, + "https://github.com/twdockery/ComfyUI_Prompt_Batch_Generator": { + "stars": 0, + "last_update": "2025-12-02 11:39:43", + "author_account_age_days": 2102 }, "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": { "stars": 0, "last_update": "2025-08-15 08:27:44", - "author_account_age_days": 3992 + "author_account_age_days": 4083 }, "https://github.com/tzsoulcap/ComfyUI-SaveImg-W-MetaData": { "stars": 0, "last_update": "2025-04-11 15:28:03", - "author_account_age_days": 2269 + "author_account_age_days": 2360 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2270 + "author_account_age_days": 2361 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 7, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3345 + "author_account_age_days": 3436 + }, + "https://github.com/unphased/code-nodes": { + "stars": 4, + "last_update": "2025-11-18 22:33:43", + "author_account_age_days": 5021 }, "https://github.com/usman2003/ComfyUI-Classifiers": { "stars": 0, "last_update": "2025-05-21 12:44:01", - "author_account_age_days": 1984 + "author_account_age_days": 2075 }, - "https://github.com/usman2003/ComfyUI-RaceDetect": { + "https://github.com/usman2003/ComfyUI-Gender-Classifier": { "stars": 0, - "last_update": "2025-05-23 12:23:39", - "author_account_age_days": 1984 + "last_update": "2025-05-21 12:44:01", + "author_account_age_days": 2075 }, "https://github.com/usrname0/ComfyUI-AllergicPack": { "stars": 0, "last_update": "2025-08-13 09:11:40", - "author_account_age_days": 2861 + "author_account_age_days": 2952 }, - "https://github.com/vantagewithai/ComfyUI-HunyuanFoley": { - "stars": 3, - "last_update": "2025-09-12 03:59:30", - "author_account_age_days": 462 + "https://github.com/vadimcro/External-Image-Revised-with-MASK": { + "stars": 0, + "last_update": "2025-11-24 08:41:48", + "author_account_age_days": 3174 }, - "https://github.com/var1ableX/ComfyUI_Accessories": { - "stars": 1, - "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5211 + "https://github.com/vadimcro/string_by_index": { + "stars": 0, + "last_update": "2025-11-12 15:23:30", + "author_account_age_days": 3174 }, "https://github.com/vasilmitov/ComfyUI-SeedSnapShotManager": { "stars": 0, "last_update": "2025-09-04 23:50:37", - "author_account_age_days": 4321 - }, - "https://github.com/vchopine/ComfyUI_Toolbox": { - "stars": 2, - "last_update": "2025-03-18 16:12:09", - "author_account_age_days": 4038 + "author_account_age_days": 4411 }, "https://github.com/viik420/AdvancedModelDownloader": { - "stars": 0, + "stars": 1, "last_update": "2025-08-18 10:31:02", - "author_account_age_days": 2342 + "author_account_age_days": 2433 }, "https://github.com/virallover/comfyui-virallover": { "stars": 0, "last_update": "2025-09-14 07:57:07", - "author_account_age_days": 139 + "author_account_age_days": 230 }, "https://github.com/visualbruno/ComfyUI-QRemeshify": { - "stars": 5, + "stars": 6, "last_update": "2025-07-14 19:03:15", - "author_account_age_days": 5487 + "author_account_age_days": 5578 }, "https://github.com/vladp0727/Comfyui-with-Furniture": { "stars": 0, "last_update": "2025-04-18 08:58:04", - "author_account_age_days": 177 + "author_account_age_days": 268 }, "https://github.com/vovler/ComfyUI-vovlerTools": { "stars": 0, "last_update": "2025-06-25 17:36:07", - "author_account_age_days": 2175 + "author_account_age_days": 2265 + }, + "https://github.com/vunguyen-oss/ComfyUI-ccsrv2": { + "stars": 0, + "last_update": "2025-10-01 11:18:59", + "author_account_age_days": 305 + }, + "https://github.com/wTechArtist/ComfyUI-VVL-Tools": { + "stars": 1, + "last_update": "2025-10-21 14:51:31", + "author_account_age_days": 1899 }, "https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": { "stars": 0, "last_update": "2025-05-29 05:25:00", - "author_account_age_days": 1808 + "author_account_age_days": 1899 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera": { "stars": 0, "last_update": "2025-06-12 02:11:03", - "author_account_age_days": 1808 + "author_account_age_days": 1899 }, "https://github.com/wTechArtist/ComfyUI_vvl_BBOX": { "stars": 0, "last_update": "2025-05-21 12:14:07", - "author_account_age_days": 1808 + "author_account_age_days": 1899 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 3, "last_update": "2025-03-25 14:36:37", - "author_account_age_days": 3223 + "author_account_age_days": 3314 }, "https://github.com/warshanks/Shank-Tools": { "stars": 0, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3930 + "author_account_age_days": 4021 }, "https://github.com/wasilone11/comfyui-sync-translate-node": { "stars": 0, "last_update": "2025-07-19 03:26:55", - "author_account_age_days": 2653 + "author_account_age_days": 2744 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 1, - "last_update": "2025-04-22 14:16:27", - "author_account_age_days": 2180 + "last_update": "2025-11-29 09:12:35", + "author_account_age_days": 2271 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 0, - "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 2180 + "last_update": "2025-09-28 23:38:02", + "author_account_age_days": 2271 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 0, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4238 + "author_account_age_days": 4329 + }, + "https://github.com/wciq1208/even-comfyui-plugin": { + "stars": 0, + "last_update": "2025-11-22 08:49:45", + "author_account_age_days": 4118 }, "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": { - "stars": 10, - "last_update": "2025-07-18 11:33:21", - "author_account_age_days": 899 + "stars": 18, + "last_update": "2025-10-25 20:18:39", + "author_account_age_days": 990 }, "https://github.com/wildminder/ComfyUI-MagCache": { "stars": 7, "last_update": "2025-06-13 20:56:49", - "author_account_age_days": 4680 + "author_account_age_days": 4771 + }, + "https://github.com/wildminder/ComfyUI-VoxCPM": { + "stars": 339, + "last_update": "2025-12-14 17:57:49", + "author_account_age_days": 4771 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 24, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 5039 + "author_account_age_days": 5130 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 2, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 1135 + "author_account_age_days": 1226 + }, + "https://github.com/woitec/ComfyUI_ImageDimensions": { + "stars": 0, + "last_update": "2025-10-26 19:13:31", + "author_account_age_days": 3405 }, "https://github.com/wordbrew/comfyui-wan-control-nodes": { "stars": 6, "last_update": "2025-06-19 23:37:04", - "author_account_age_days": 1060 + "author_account_age_days": 1151 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2921 + "author_account_age_days": 3011 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { - "stars": 2, + "stars": 3, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3830 + "author_account_age_days": 3921 }, "https://github.com/xgfone/ComfyUI_FaceToMask": { "stars": 1, "last_update": "2025-08-05 05:25:47", - "author_account_age_days": 4705 + "author_account_age_days": 4796 }, "https://github.com/xgfone/ComfyUI_PromptLogoCleaner": { "stars": 0, "last_update": "2025-07-28 05:28:42", - "author_account_age_days": 4705 + "author_account_age_days": 4796 }, "https://github.com/xgfone/ComfyUI_RasterCardMaker": { "stars": 0, "last_update": "2025-08-06 03:31:46", - "author_account_age_days": 4705 + "author_account_age_days": 4796 + }, + "https://github.com/xiaoxidashen/comfyui_my_utils": { + "stars": 0, + "last_update": "2025-12-02 05:58:50", + "author_account_age_days": 3071 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 0, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4464 + "author_account_age_days": 4555 }, "https://github.com/xinyiSS/CombineMasksNode": { "stars": 0, "last_update": "2025-02-08 04:35:18", - "author_account_age_days": 898 - }, - "https://github.com/xl0/q_tools": { - "stars": 0, - "last_update": "2025-05-28 06:09:00", - "author_account_age_days": 5449 - }, - "https://github.com/xmarked-ai/ComfyUI_misc": { - "stars": 2, - "last_update": "2025-06-07 16:26:56", - "author_account_age_days": 320 + "author_account_age_days": 989 }, "https://github.com/xqqe/honey_nodes": { "stars": 0, "last_update": "2025-05-03 20:59:53", - "author_account_age_days": 2148 + "author_account_age_days": 2239 }, "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": { "stars": 1, "last_update": "2025-08-19 12:58:37", - "author_account_age_days": 773 + "author_account_age_days": 864 + }, + "https://github.com/xtanqn/comfyui-xishen": { + "stars": 0, + "last_update": "2025-12-11 08:31:37", + "author_account_age_days": 2170 + }, + "https://github.com/xuchenxu168/ComfyUI-Gemini-3": { + "stars": 3, + "last_update": "2025-11-20 09:43:19", + "author_account_age_days": 371 + }, + "https://github.com/xuchenxu168/ComfyUI_Qwen3-VL": { + "stars": 12, + "last_update": "2025-11-15 16:46:04", + "author_account_age_days": 371 + }, + "https://github.com/xuchenxu168/Comfyui_Prompt_Edit": { + "stars": 42, + "last_update": "2025-11-11 09:42:32", + "author_account_age_days": 371 }, "https://github.com/xzuyn/ComfyUI-xzuynodes": { "stars": 0, - "last_update": "2025-07-23 20:07:16", - "author_account_age_days": 3567 + "last_update": "2025-10-16 23:07:34", + "author_account_age_days": 3658 }, "https://github.com/y4my4my4m/ComfyUI_Direct3DS2": { "stars": 6, "last_update": "2025-06-01 04:29:47", - "author_account_age_days": 4082 + "author_account_age_days": 4173 + }, + "https://github.com/yamanacn/ComfyUI-QwenVL3-image": { + "stars": 9, + "last_update": "2025-10-23 01:57:46", + "author_account_age_days": 1858 }, "https://github.com/yamanacn/comfyui_qwen_object": { "stars": 0, "last_update": "2025-06-20 12:24:28", - "author_account_age_days": 1767 + "author_account_age_days": 1858 }, "https://github.com/yamanacn/comfyui_qwenbbox": { "stars": 0, "last_update": "2025-06-21 03:00:01", - "author_account_age_days": 1767 + "author_account_age_days": 1858 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 2, - "last_update": "2025-09-03 18:00:02", - "author_account_age_days": 4009 + "last_update": "2025-12-08 09:44:45", + "author_account_age_days": 4100 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-04-08 09:14:25", - "author_account_age_days": 4009 - }, - "https://github.com/yanlang0123/ComfyUI_Lam": { - "stars": 53, - "last_update": "2025-09-14 08:05:31", - "author_account_age_days": 3255 + "author_account_age_days": 4100 }, "https://github.com/yichengup/ComfyUI-Transition": { "stars": 3, "last_update": "2025-07-12 07:15:38", - "author_account_age_days": 572 + "author_account_age_days": 663 }, "https://github.com/yichengup/ComfyUI-YCNodes_Advance": { - "stars": 5, - "last_update": "2025-06-25 15:08:18", - "author_account_age_days": 572 + "stars": 14, + "last_update": "2025-11-17 15:12:07", + "author_account_age_days": 663 }, "https://github.com/yichengup/Comfyui-NodeSpark": { - "stars": 5, + "stars": 6, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 572 + "author_account_age_days": 663 }, "https://github.com/yincangshiwei/ComfyUI-SEQLToolNode": { "stars": 0, "last_update": "2025-05-28 10:06:17", - "author_account_age_days": 4077 + "author_account_age_days": 4168 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 0, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 398 - }, - "https://github.com/yokoyoko9053/comfyui-sequential-prompt": { - "stars": 0, - "last_update": "2025-09-13 13:59:10", - "author_account_age_days": 1705 + "author_account_age_days": 488 }, "https://github.com/yuvraj108c/ComfyUI-HYPIR": { "stars": 3, "last_update": "2025-08-18 06:04:36", - "author_account_age_days": 2600 + "author_account_age_days": 2691 }, "https://github.com/z604159435g/comfyui_random_prompt_plugin": { "stars": 0, "last_update": "2025-09-08 15:15:23", - "author_account_age_days": 315 + "author_account_age_days": 405 + }, + "https://github.com/zRich/ComfyUI-zRich-ObjectCutter": { + "stars": 0, + "last_update": "2025-11-07 03:49:30", + "author_account_age_days": 4784 + }, + "https://github.com/zRich/sam2_layer_node": { + "stars": 0, + "last_update": "2025-10-25 06:00:16", + "author_account_age_days": 4784 }, "https://github.com/zackabrams/ComfyUI-KeySyncWrapper": { "stars": 3, "last_update": "2025-06-21 17:46:04", - "author_account_age_days": 2777 + "author_account_age_days": 2867 }, "https://github.com/zhaorishuai/ComfyUI-StoryboardDistributor": { - "stars": 3, + "stars": 6, "last_update": "2025-04-01 08:10:16", - "author_account_age_days": 2686 + "author_account_age_days": 2777 }, "https://github.com/zhengxyz123/ComfyUI-CLIPSeg": { - "stars": 2, + "stars": 3, "last_update": "2025-05-20 12:40:03", - "author_account_age_days": 2102 + "author_account_age_days": 2193 }, "https://github.com/zhongpei/Comfyui_image2prompt": { - "stars": 355, + "stars": 369, "last_update": "2025-06-06 23:41:46", - "author_account_age_days": 3906 + "author_account_age_days": 3997 }, "https://github.com/zhu733756/Comfyui-Anything-Converter": { "stars": 1, "last_update": "2025-09-10 08:24:29", - "author_account_age_days": 2700 + "author_account_age_days": 2791 }, "https://github.com/zhuanvi/ComfyUI-ZVNodes": { "stars": 0, - "last_update": "2025-09-06 07:30:03", - "author_account_age_days": 3604 + "last_update": "2025-12-07 02:32:42", + "author_account_age_days": 3695 + }, + "https://github.com/zhupeter010903/ComfyUI-prompt-library": { + "stars": 0, + "last_update": "2025-11-17 21:25:52", + "author_account_age_days": 2572 }, "https://github.com/zjkhurry/comfyui_MetalFX": { "stars": 1, "last_update": "2025-03-05 07:07:17", - "author_account_age_days": 3427 + "author_account_age_days": 3518 }, "https://github.com/zl9739379/comfyui-qwen-vl-api": { "stars": 0, "last_update": "2025-07-02 12:53:51", - "author_account_age_days": 1028 + "author_account_age_days": 1119 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 3, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2430 + "author_account_age_days": 2521 }, "https://github.com/zopieux/ComfyUI-zopi": { "stars": 0, "last_update": "2025-07-27 02:50:44", - "author_account_age_days": 5976 + "author_account_age_days": 6066 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 1, - "last_update": "2025-04-12 01:13:21", - "author_account_age_days": 4071 + "last_update": "2025-12-14 12:53:28", + "author_account_age_days": 4162 }, "https://github.com/zyquon/ComfyUI-Stash": { "stars": 0, "last_update": "2025-06-21 03:32:52", - "author_account_age_days": 167 + "author_account_age_days": 258 + }, + "ttps://github.com/GraftingRayman/Border-Distance-Mapper": { + "stars": 0, + "last_update": "2025-11-17 17:49:31", + "author_account_age_days": 701 } } \ No newline at end of file diff --git a/node_db/forked/custom-node-list.json b/node_db/forked/custom-node-list.json index 3291fcced..ea6c69e17 100644 --- a/node_db/forked/custom-node-list.json +++ b/node_db/forked/custom-node-list.json @@ -169,6 +169,16 @@ ], "install_type": "git-clone", "description": "A fork of KJNodes for ComfyUI.\nVarious quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability" + }, + { + "author": "huixingyun", + "title": "ComfyUI-SoundFlow", + "reference": "https://github.com/huixingyun/ComfyUI-SoundFlow", + "files": [ + "https://github.com/huixingyun/ComfyUI-SoundFlow" + ], + "install_type": "git-clone", + "description": "forked from https://github.com/fredconex/ComfyUI-SoundFlow (removed)" } ] } \ No newline at end of file diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index fcd9e3837..074ec1842 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,900 @@ { "custom_nodes": [ + { + "author": "ashtar1984", + "title": "comfyui-switch-bypass-mute-by-group [REMOVED]", + "reference": "https://github.com/ashtar1984/comfyui-switch-bypass-mute-by-group", + "files": [ + "https://github.com/ashtar1984/comfyui-switch-bypass-mute-by-group" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for group-based node switching, bypassing, and muting control. (Description by CC)" + }, + { + "author": "wallen0322", + "title": "ComfyUI-TTM-WAN22 [REMOVED]", + "reference": "https://github.com/wallen0322/ComfyUI-TTM-WAN22", + "files": [ + "https://github.com/wallen0322/ComfyUI-TTM-WAN22" + ], + "install_type": "git-clone", + "description": "TTM (Time-to-Move) node for ComfyUI enabling motion-controlled video generation with Wan2.2 models using dual-clock denoising for independent background and object animation control." + }, + { + "author": "cdanielp", + "title": "COMFYUI_PROMPTMODELS [REMOVED]", + "reference": "https://github.com/cdanielp/COMFYUI_PROMPTMODELS", + "files": [ + "https://github.com/cdanielp/COMFYUI_PROMPTMODELS" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI by PROMPTMODELS." + }, + { + "author": "mcrataobrabo", + "title": "comfyui-smart-lora-downloader - Automatically Fetch Missing LoRAs [REMOVED]", + "reference": "https://github.com/mcrataobrabo/comfyui-smart-lora-downloader", + "files": [ + "https://github.com/mcrataobrabo/comfyui-smart-lora-downloader" + ], + "install_type": "git-clone", + "description": "Automatically detect and download missing LoRAs for ComfyUI workflows" + }, + { + "author": "KANAsho34636", + "title": "ComfyUI-NaturalSort-ImageLoader [REMOVED]", + "reference": "https://github.com/KANAsho34636/ComfyUI-NaturalSort-ImageLoader", + "files": [ + "https://github.com/KANAsho34636/ComfyUI-NaturalSort-ImageLoader" + ], + "install_type": "git-clone", + "description": "Custom image loader node supporting natural number sorting with multiple sort modes (natural, lexicographic, modification time, creation time, reverse natural). (Description by CC)" + }, + { + "author": "johninthewinter", + "title": "comfyui-fal-flux-2-John [REMOVED]", + "reference": "https://github.com/johninthewinter/comfyui-fal-flux-2-John", + "files": [ + "https://github.com/johninthewinter/comfyui-fal-flux-2-John" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI that integrate with fal.ai's FLUX 2 and FLUX 1 LoRA APIs for text-to-image generation." + }, + { + "author": "LargeModGames", + "title": "ComfyUI LoRA Auto Downloader [REMOVED]", + "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": "DiffusionWave", + "title": "PickResolution_DiffusionWave [DEPRECATED]", + "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": "geltz", + "title": "ComfyUI-geltz [REMOVED]", + "reference": "https://github.com/geltz/ComfyUI-geltz", + "files": [ + "https://github.com/geltz/ComfyUI-geltz" + ], + "install_type": "git-clone", + "description": "Various custom nodes; guidance, latents, sampling, tokenization, etc." + }, + { + "author": "anilsathyan7", + "title": "ComfyUI-Crystal-Upscaler [REMOVED]", + "reference": "https://github.com/anilsathyan7/ComfyUI-Crystal-Upscaler", + "files": [ + "https://github.com/anilsathyan7/ComfyUI-Crystal-Upscaler" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for image upscaling using crystal upscaling technology. (Description by CC)" + }, + { + "author": "nohikomiso", + "title": "ComfyUI-ImageFolderPicker [REMOVED/UNSAFE]", + "reference": "https://github.com/nohikomiso/ComfyUI-ImageFolderPicker", + "files": [ + "https://github.com/nohikomiso/ComfyUI-ImageFolderPicker" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for browsing local server folders and selecting images via thumbnail display in a grid interface. (Description by CC)[w/This nodepack has a vulnerability that allows it to retrieve a list of files from arbitrary paths.]" + }, + { + "author": "rzasharp79", + "title": "ComfyUI--SolarFlare [REMOVED]", + "reference": "https://github.com/rzasharp79/ComfyUI--SolarFlare", + "files": [ + "https://github.com/rzasharp79/ComfyUI--SolarFlare" + ], + "install_type": "git-clone", + "description": "NODES: Qwen Image, ..." + }, + { + "author": "shinich39", + "title": "comfyui-no-one-above-me [REMOVED]", + "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": "octapus8085", + "title": "OpenAI-comfyui-O [REMOVED]", + "reference": "https://github.com/Spicely/Comfyui-File-Utils", + "files": [ + "https://github.com/Spicely/Comfyui-File-Utils" + ], + "install_type": "git-clone", + "description": "This plugin provides multiple file-handling and utility nodes for ComfyUI, including: image saving, audio saving, video saving, video composition, audio-to-subtitle conversion, and random number generation nodes. These nodes not only process files but also return their absolute file paths.\nNOTE: The files in the repo are not organized.[w/This nodepack contains a node that has a vulnerability allowing write to arbitrary file paths.]" + }, + { + "author": "yemanou", + "title": "NABA Image (Gemini REST) Node [REMOVED]", + "reference": "https://github.com/yemanou/ComfyUI-NABA", + "files": [ + "https://github.com/yemanou/ComfyUI-NABA" + ], + "install_type": "git-clone", + "description": "Simplified Gemini 2.5 Flash Image Preview node for ComfyUI. REST-only for stability, two optional reference images, padded aspect ratio resizing (no stretching), and basic sampling controls. All extra debug layers, SDK path, multi-seed, and legacy compatibility code removed to avoid crashes." + }, + { + "author": "comrender", + "title": "ComfyUI-Nano-Banana-Resizer [REMOVED]", + "reference": "https://github.com/comrender/ComfyUI-Nano-Banana-Resizer", + "files": [ + "https://github.com/comrender/ComfyUI-Nano-Banana-Resizer" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that automatically calculates optimal output dimensions for Google's Nano Banana image editing model, supporting 22 aspect ratio buckets and ensuring pixel-perfect outputs without shifting or cropping." + }, + { + "author": "comrender", + "title": "ComfyUI-edge-match-checker [REMOVED]", + "reference": "https://github.com/comrender/ComfyUI-edge-match-checker", + "files": [ + "https://github.com/comrender/ComfyUI-edge-match-checker" + ], + "install_type": "git-clone", + "description": "Node comparing two image masks or images with adjustable overlap threshold (default 95%) for detecting minor shifts and mismatches in proportions, suitable for automated post-processing validation. (Description by CC)" + }, + { + "author": "comrender", + "title": "ComfyUI-gpt5_image_text [REMOVED]", + "reference": "https://github.com/comrender/ComfyUI-gpt5_image_text", + "files": [ + "https://github.com/comrender/ComfyUI-gpt5_image_text" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for vision + text analysis using GPT-5 and GPT-4o with direct API key input, system prompt, temperature, max tokens, and multi-image support." + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-CameraAnalysis [REMOVED]", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-CameraAnalysis", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-CameraAnalysis" + ], + "install_type": "git-clone", + "description": "Extracts camera intrinsic parameters from image EXIF data." + }, + { + "author": "fuzr0dah", + "title": "comfyui-sceneassembly [REMOVED]", + "reference": "https://github.com/fuzr0dah/comfyui-sceneassembly", + "files": [ + "https://github.com/fuzr0dah/comfyui-sceneassembly" + ], + "install_type": "git-clone", + "description": "A bunch of nodes I created that I also find useful." + }, + { + "author": "rslosch", + "title": "ComfyUI-EZ_Prompts [REMOVED]", + "reference": "https://github.com/rslosch/ComfyUI-EZ_Prompts", + "files": [ + "https://github.com/rslosch/ComfyUI-EZ_Prompts" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node extension that provides easy-to-use prompt templates and wildcards for AI image generation." + }, + { + "author": "hvppycoding", + "title": "hvppyflow [REMOVED]", + "reference": "https://github.com/hvppycoding/hvppyflow", + "files": [ + "https://github.com/hvppycoding/hvppyflow" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for Automated Workflow" + }, + { + "author": "cedarconnor", + "title": "ComfyUI-GEN3C-Gsplat [REMOVED]", + "reference": "https://github.com/cedarconnor/ComfyUI-GEN3C-Gsplat", + "files": [ + "https://github.com/cedarconnor/ComfyUI-GEN3C-Gsplat" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node pack that bridges Cosmos/GEN3C video generation with in-graph Gaussian Splat (3DGS) training. It adds camera/trajectory tooling, dataset exporters, and two training backends (Nerfstudio CLI wrapper and an in-process gsplat optimizer) so artists can go from prompt to splat entirely inside ComfyUI.\nNOTE: The files in the repo are not organized." + }, + { + "author": "dowa-git", + "title": "comfyui-dowa [REMOVED]", + "reference": "https://github.com/dowa-git/comfyui-dowa", + "files": [ + "https://github.com/dowa-git/comfyui-dowa" + ], + "install_type": "git-clone", + "description": "Professional navigation bar widget for ComfyUI with JWT-based user authentication, workflow templates, and team collaboration features in a purple gradient design." + }, + { + "author": "Fablestarexpanse", + "title": "Timer-Node-Comfyui [REMOVED]", + "reference": "https://github.com/Fablestarexpanse/Timer-Node-Comfyui", + "files": [ + "https://github.com/Fablestarexpanse/Timer-Node-Comfyui" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that displays live processing time in a red digital countdown clock format, perfect for monitoring image generation times and tracking performance between workflow nodes." + }, + { + "author": "cedarconnor", + "title": "ComfyUI-OmniX [REMOVED]", + "reference": "https://github.com/cedarconnor/ComfyUI-OmniX", + "files": [ + "https://github.com/cedarconnor/ComfyUI-OmniX" + ], + "install_type": "git-clone", + "description": "Extract comprehensive scene properties from 360-degree equirectangular panoramas, including depth, normals, and PBR materials, using OmniX adapters with Flux." + }, + { + "author": "cedarconnor", + "title": "ComfyUI-DiT360 [REMOVED]", + "reference": "https://github.com/cedarconnor/ComfyUI-DiT360", + "files": [ + "https://github.com/cedarconnor/ComfyUI-DiT360" + ], + "install_type": "git-clone", + "description": "Generate high-fidelity 360-degree panoramic images using the DiT360 diffusion transformer model in ComfyUI." + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-AnyTop [REMOVED]", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-AnyTop", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-AnyTop" + ], + "install_type": "git-clone", + "description": "Standalone ComfyUI custom nodes for AnyTop - Universal Motion Generation for Any Skeleton Topology." + }, + { + "author": "penposs", + "title": "ComfyUI-Banana-Node [REMOVED]", + "reference": "https://github.com/penposs/ComfyUI-Banana-Node", + "files": [ + "https://github.com/penposs/ComfyUI-Banana-Node" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that generates images using Google’s Gemini 2.5 Flash Image Preview API." + }, + { + "author": "spiralmountain", + "title": "ComfyUI_HDNodes [REMOVED]", + "reference": "https://github.com/spiralmountain/ComfyUI_HDNodes", + "files": [ + "https://github.com/spiralmountain/ComfyUI_HDNodes" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI that enable video generation using ByteDance's Seedance model via [a/Fal.ai](https://fal.ai/)." + }, + { + "author": "fredconex", + "title": "Sync Edit [REMOVED]", + "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": "ComfyUI-SoundFlow [REMOVED]", + "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": "SongBloom [REMOVED]", + "reference": "https://github.com/fredconex/ComfyUI-SongBloom", + "files": [ + "https://github.com/fredconex/ComfyUI-SongBloom" + ], + "install_type": "git-clone", + "description": "ComfyUI Nodes for SongBloom" + }, + { + "author": "EQXai", + "title": "ComfyUI_EQX [REMOVED]", + "reference": "https://github.com/EQXai/ComfyUI_EQX", + "files": [ + "https://github.com/EQXai/ComfyUI_EQX" + ], + "install_type": "git-clone", + "description": "NODES: SaveImage_EQX, File Image Selector, Load Prompt From File - EQX, LoraStackEQX_random, Extract Filename - EQX, Extract LORA name - EQX, NSFW Detector EQX, NSFW Detector Advanced EQX" + }, + { + "author": "wizdroid", + "title": "Wizdroid ComfyUI Outfit Selection [REMOVED]", + "reference": "https://github.com/wizdroid/wizdroid-fashionista", + "files": [ + "https://github.com/wizdroid/wizdroid-fashionista" + ], + "install_type": "git-clone", + "description": "A comprehensive outfit generation system for ComfyUI with AI-powered prompt enhancement and dynamic outfit composition." + }, + { + "author": "enternalsaga", + "title": "NBA-ComfyUINode [REMOVED]", + "reference": "https://github.com/enternalsaga/NBA-ComfyUINode-public", + "files": [ + "https://github.com/enternalsaga/NBA-ComfyUINode-public" + ], + "install_type": "git-clone", + "description": "Version 1.2.1 - Dependency cleanup and archived LineSelector node\nA comprehensive collection of custom nodes for ComfyUI, providing advanced image processing, workflow control, and utility functions to enhance your AI image generation workflows." + }, + { + "author": "sselpah", + "title": "ComfyUI-sselpah-nodes [REMOVED]", + "reference": "https://github.com/sselpah/ComfyUI-sselpah-nodes", + "files": [ + "https://github.com/sselpah/ComfyUI-sselpah-nodes" + ], + "install_type": "git-clone", + "description": "Extension of IPAdapter implementation by cubiq and whoever contributed to that repository" + }, + { + "author": "vsaan212", + "title": "ComfyUI Text Split Node [REMOVED]", + "reference": "https://github.com/vsaan212/Comfy-ui-textsplit", + "files": [ + "https://github.com/vsaan212/Comfy-ui-textsplit" + ], + "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." + }, + { + "author": "EnragedAntelope", + "title": "ComfyUI-Doubutsu-Describer [DEPRECATED]", + "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": "vsaan212", + "title": "ComfyUI Subject Selector [DEPRECATED]", + "reference": "https://github.com/vsaan212/ComfyUI_subjectselector", + "files": [ + "https://github.com/vsaan212/ComfyUI_subjectselector" + ], + "install_type": "git-clone", + "description": "ComfyUI_subjectselector is a custom ComfyUI node that allows you to manage and select text-based subject descriptions directly from the workflow UI. This node was designed to pair seamlessly with [a/ComfyUI-textsplit](https://github.com/vsaan212/Comfy-ui-textsplit), providing a clean, modular way to feed descriptive text prompts into your generation pipeline." + }, + { + "author": "agxagi", + "title": "Autoregressive Transformer and Rolling Diffusion Sampler for ComfyUI [REMOVED]", + "reference": "https://github.com/agxagi/ComfyUI-GPT4o-Image-Gen-FLUX-DEV", + "files": [ + "https://github.com/agxagi/ComfyUI-GPT4o-Image-Gen-FLUX-DEV" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that implements an Autoregressive Transformer and Rolling Diffusion-like Decoder using Black Forest Lab's Flux-Dev model for accurate text-to-image generation, similar to GPT-4o's image generation approach.\nNOTE: The files in the repo are not organized." + }, + { + "author": "walke2019", + "title": "ComfyUI-GGUF-VisionLM [REMOVED]", + "reference": "https://github.com/walke2019/ComfyUI-GGUF-VisionLM", + "files": [ + "https://github.com/walke2019/ComfyUI-GGUF-VisionLM" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for running GGUF quantized Qwen2.5-VL models using llama.cpp" + }, + { + "author": "neocrz", + "title": "comfyui-tinyae [REMOVED]", + "reference": "https://github.com/neocrz/comfyui-tinyae", + "files": [ + "https://github.com/neocrz/comfyui-tinyae" + ], + "install_type": "git-clone", + "description": "NODES: TinyAE Encode (Image/Video), TinyAE Decode (Image/Video), TinyAE Encode Tiled (Image), TinyAE Decode Tiled (Image)" + }, + { + "author": "Laser-one", + "title": "ComfyUI-align-pose [REMOVED]", + "reference": "https://github.com/Laser-one/ComfyUI-align-pose", + "files": [ + "https://github.com/Laser-one/ComfyUI-align-pose" + ], + "install_type": "git-clone", + "description": "NODES:align pose" + }, + { + "author": "nomadoor", + "title": "ComfyUI Video Stabilizer", + "reference": "https://github.com/nomadoor/ComfyUI-Video-Stabilizer", + "files": [ + "https://github.com/nomadoor/ComfyUI-Video-Stabilizer" + ], + "install_type": "git-clone", + "description": "Two complementary stabiliser nodes for ComfyUI: Video Stabilizer (Classic), Video Stabilizer (Flow)" + }, + { + "author": "0xhappydev", + "title": "comfyui-qwen-image-tools", + "reference": "https://github.com/0xhappydev/comfyui-qwen-image-tools", + "files": [ + "https://github.com/0xhappydev/comfyui-qwen-image-tools" + ], + "install_type": "git-clone", + "description": "Custom nodes for Qwen-Image-Edit with multi-image support, more flexibility around the vision transformer (qwen2.5-vl), custom system prompts, and some other experimental things to come." + }, + { + "author": "Rathius-Saranoth", + "title": "Rathius ComfyUI Nodes", + "reference": "https://github.com/Rathius-Saranoth/rathius-comfyui-nodes", + "files": [ + "https://github.com/Rathius-Saranoth/rathius-comfyui-nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI by Rathius" + }, + { + "author": "Hiero207", + "title": "Hiero-Nodes [REMOVED]", + "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": "NeoDroleDeGueule", + "title": "comfyui-image-mixer", + "reference": "https://github.com/NeoDroleDeGueule/comfyui-image-mixer [REMOVED]", + "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": "Glarus-akash", + "title": "ComfyUI_Image_Upscaler [REMOVED]", + "reference": "https://github.com/Glarus-akash/ComfyUI_Image_Upscaler", + "files": [ + "https://github.com/Glarus-akash/ComfyUI_Image_Upscaler" + ], + "install_type": "git-clone", + "description": "Welcome to the Image Upscaler & Restorer project! This tool utilizes the [a/GFPGAN](https://github.com/TencentARC/GFPGAN) algorithm to enhance and restore images, providing a seamless way to improve image quality." + }, + { + "author": "styletransfer", + "title": "Sequential Group Controller for ComfyUI [REMOVED]", + "reference": "https://github.com/styletransfer/ComfyUI_SequentialGroupController", + "files": [ + "https://github.com/styletransfer/ComfyUI_SequentialGroupController" + ], + "install_type": "git-clone", + "description": "Control which groups execute based on iteration ranges - a simplified alternative to complex conditional branching workflows." + }, + { + "author": "xl0", + "title": "q_tools [REMOVED]", + "reference": "https://github.com/xl0/q_tools", + "files": [ + "https://github.com/xl0/q_tools" + ], + "install_type": "git-clone", + "description": "NODES: QLoadLatent, QLinearScheduler, QPreviewLatent, QGaussianLatent, QUniformLatent, QKSampler" + }, + { + "author": "tmode-1960", + "title": "comfyui-ta-nodes-pack [REMOVED]", + "reference": "https://github.com/tmode-1960/comfyui-ta-nodes-pack", + "files": [ + "https://github.com/tmode-1960/comfyui-ta-nodes-pack" + ], + "install_type": "git-clone", + "description": "Model loaders with an additional model name output" + }, + { + "author": "Shadetail", + "title": "Eagleshadow Custom Nodes [REMOVED]", + "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": "manycore-maas", + "title": "ComfyUI-SpatialGen [REMOVED]", + "reference": "https://github.com/manycore-maas/ComfyUI-SpatialGen", + "files": [ + "https://github.com/manycore-maas/ComfyUI-SpatialGen" + ], + "install_type": "git-clone", + "description": "Scene Viewer of SpatialGen" + }, + { + "author": "YinBailiang", + "title": "MergeBlockWeighted_fo_ComfyUI [REMOVED]", + "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": "facok", + "title": "ComfyUI-FokToolset [REMOVED]", + "reference": "https://github.com/facok/ComfyUI-FokToolset", + "files": [ + "https://github.com/facok/ComfyUI-FokToolset" + ], + "install_type": "git-clone", + "description": "NODES: Fok Preprocess Ref Image (Phantom)" + }, + { + "author": "Elawphant", + "title": "ComfyUI-MusicGen [WIP]", + "id": "musicgen", + "reference": "https://github.com/Elawphant/ComfyUI-MusicGen", + "files": [ + "https://github.com/Elawphant/ComfyUI-MusicGen" + ], + "install_type": "git-clone", + "description": "ComfyUI for Meta MusicGen." + }, + { + "author": "isaac-mcfadyen", + "title": "ComfyUI-QwenClip [REMOVED]", + "reference": "https://github.com/isaac-mcfadyen/ComfyUI-QwenClip", + "files": [ + "https://github.com/isaac-mcfadyen/ComfyUI-QwenClip" + ], + "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." + }, + { + "author": "Gaotian", + "title": "KLComfyUI-Nodes [REMOVED]", + "reference": "https://github.com/Gaotian-cpu/KLComfyUI-Nodes", + "files": [ + "https://github.com/Gaotian-cpu/KLComfyUI-Nodes" + ], + "install_type": "git-clone", + "description": "NODES: Single Video_Img Callback" + }, + { + "author": "geltz", + "title": "Momentum Guidance for ComfyUI [REMOVED]", + "reference": "https://github.com/geltz/ComfyUI-MomentumGuidance", + "files": [ + "https://github.com/geltz/ComfyUI-MomentumGuidance" + ], + "install_type": "git-clone", + "description": "Momentum Guidance (MG) is a training-free guidance method that reduces computational cost by 40% compared to standard guidance techniques like CFG or PAG." + }, + { + "author": "GeekyGhost", + "title": "Studio42 Image, Audio, and Video Editing Suite for ComfyUI [REMOVED]", + "reference": "https://github.com/GeekyGhost/24oiduts-ComfyUI", + "files": [ + "https://github.com/GeekyGhost/24oiduts-ComfyUI" + ], + "install_type": "git-clone", + "description": "Studio42 is a comprehensive suite of advanced custom nodes that brings professional-grade image and video editing capabilities to ComfyUI. Designed for efficiency, quality, and creative flexibility, this suite provides cutting-edge background removal, layer composition, and patch manipulation tools used in modern VFX and content creation workflows." + }, + { + "author": "rvage", + "title": "ComfyUI-RvTools-X [REMOVED]", + "reference": "https://github.com/r-vage/ComfyUI-RvTools-X", + "files": [ + "https://github.com/r-vage/ComfyUI-RvTools-X" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes and utilities for workflow building, type conversions, checkpoint/pipe loaders and file utilities." + }, + { + "author": "heyburns", + "title": "LinxUtil [REMOVED]", + "reference": "https://github.com/heyburns/LinxUtil", + "files": [ + "https://github.com/heyburns/LinxUtil" + ], + "install_type": "git-clone", + "description": "Utility nodes for ComfyUI. Created solely for my own use case, shared as a courtesy only.\nNOTE: The files in the repo are not organized." + }, + { + "author": "fcanfora", + "title": "comfyui-camera-tools [REMOVED]", + "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": "ziwang-com", + "title": "comfyui-deepseek-r1 [REMOVED]", + "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": "leeguandong", + "title": "ComfyUI nodes to use Xverse [REMOVED]", + "reference": "https://github.com/leeguandong/ComfyUI_Xverse", + "files": [ + "https://github.com/leeguandong/ComfyUI_Xverse" + ], + "install_type": "git-clone", + "description": "The ComfyUI version of [a/XVerse](https://github.com/bytedance/XVerse)" + }, + { + "author": "Dehypnotic", + "title": "Dehypnotic Save nodes [REMOVED]", + "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": "znuost10", + "title": "comfyui-multi-float-output [REMOVED]", + "reference": "https://github.com/znuost10/comfyui-multi-float-output", + "files": [ + "https://github.com/znuost10/comfyui-multi-float-output" + ], + "install_type": "git-clone", + "description": "System monitoring API endpoints for ComfyUI by otoy SKW" + }, + { + "author": "rakki194", + "title": "ComfyUI_WolfSigmas [UNSAFE/REMOVED]", + "reference": "https://github.com/rakki194/ComfyUI_WolfSigmas", + "files": [ + "https://github.com/rakki194/ComfyUI_WolfSigmas" + ], + "install_type": "git-clone", + "description": "This custom nodepack for ComfyUI provides a suite of tools for generating and manipulating sigma schedules for diffusion models. These nodes are particularly useful for fine-tuning the sampling process, experimenting with different step counts, and adapting schedules for specific models.[w/Security Warning: Remote Code Execution]" + }, + { + "author": "Maff3u", + "title": "MattiaNodes - Points Editor On Cropped [REMOVED]", + "reference": "https://github.com/Maff3u/MattiaNodes", + "files": [ + "https://github.com/Maff3u/MattiaNodes" + ], + "install_type": "git-clone", + "description": "A standalone ComfyUI custom node for interactive coordinate editing with crop factor correction.\nNOTE: The files in the repo are not organized." + }, + { + "author": "rakki194", + "title": "ComfyUI-ImageCompare [REMOVED]", + "reference": "https://github.com/rakki194/ComfyUI-ImageCompare", + "files": [ + "https://github.com/rakki194/ComfyUI-ImageCompare" + ], + "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." + }, + { + "author": "APZmedia", + "title": "NormalMapLightEstimator [REMOVED]", + "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 APZmedia PSD Tools [REMOVED]", + "reference": "https://github.com/APZmedia/APZmedia-ComfyUI-PSDtools", + "files": [ + "https://github.com/APZmedia/APZmedia-ComfyUI-PSDtools" + ], + "install_type": "git-clone", + "description": "This extension provides PSD layer saving functionalities with mask support for ComfyUI." + }, + { + "author": "huixingyun", + "title": "ComfyUI-HX-Pimg [REMOVED]", + "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": "rvage", + "title": "ComfyUI-RvToolsX [REMOVED]", + "reference": "https://github.com/r-vage/ComfyUI-RvToolsX", + "files": [ + "https://github.com/r-vage/ComfyUI-RvToolsX" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes and utilities for workflow building, type conversions, checkpoint/pipe loaders and file utilities." + }, + { + "author": "usman2003", + "title": "ComfyUI-RaceDetect [REMOVED]", + "reference": "https://github.com/usman2003/ComfyUI-RaceDetect", + "files": [ + "https://github.com/usman2003/ComfyUI-RaceDetect" + ], + "install_type": "git-clone", + "description": "NODES: Race Detection V2" + }, + { + "author": "lihaoyun6", + "title": "ComfyUI-CSV-Random-Picker [REMOVED]", + "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": "r-vage", + "title": "ComfyUI-RvTools_v2 [REMOVED]", + "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": "Yuxi Liu", + "title": "comfyui-ddu [REMOVED]", + "reference": "https://github.com/YL-Lyx/Comfyui-ddu-toolchain", + "files": [ + "https://github.com/YL-Lyx/Comfyui-ddu-toolchain" + ], + "install_type": "git-clone", + "description": "ai-driven toolchain for digital design and fabrication " + }, + { + "author": "lu64k", + "title": "SK-Nodes [REMOVED]", + "reference": "https://github.com/lu64k/SK-Nodes", + "files": [ + "https://github.com/lu64k/SK-Nodes" + ], + "install_type": "git-clone", + "description": "NODES:image select, Load AnyLLM, Ask LLM, OpenAI DAlle Node, SK Text_String, SK Random File Name" + }, + { + "author": "SiggEye", + "title": "FaceCanon — Consistent Faces at Any Resolution [REMOVED]", + "reference": "https://github.com/SiggEye/FaceCanon", + "files": [ + "https://github.com/SiggEye/FaceCanon" + ], + "install_type": "git-clone", + "description": "FaceCanon scales a detected face to a canonical pixel size, lets you run your favorite face detailer at that sweet spot, then maps the result back into the original image with seamless blending. The payoff is consistent face style no matter the input resolution or framing." + }, + { + "author": "AlfredClark", + "title": "ComfyUI-ModelSpec [REMOVED]", + "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": "VraethrDalkr", + "title": "ComfyUI-ProgressiveBlend [REMOVED]", + "reference": "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend", + "files": [ + "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend" + ], + "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." + }, + { + "author": "xmarked-ai", + "title": "ComfyUI_misc [REMOVED]", + "reference": "https://github.com/xmarked-ai/ComfyUI_misc", + "files": [ + "https://github.com/xmarked-ai/ComfyUI_misc" + ], + "install_type": "git-clone", + "description": "NODES: Ace IntegerX, Ace FloatX, Ace Color FixX, White Balance X, Depth Displace X, Empty Latent X, KSampler Combo X, ..." + }, + { + "author": "sm079", + "title": "ComfyUI-Face-Detection [REMOVED]", + "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": "42lux", + "title": "ComfyUI-42lux [REMOVED]", + "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": "lucak5s", + "title": "ComfyUI GFPGAN [REMOVED]", + "reference": "https://github.com/lucak5s/comfyui_gfpgan", + "files": [ + "https://github.com/lucak5s/comfyui_gfpgan" + ], + "install_type": "git-clone", + "description": "Face restoration with GFPGAN." + }, + { + "author": "impactframes", + "title": "IF_AI_tools [DEPRECATED]", + "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": "netroxin", "title": "comfyui_netro [REMOVED]", @@ -682,16 +1577,6 @@ "install_type": "git-clone", "description": "This node provides advanced text-to-speech functionality powered by KokoroTTS. Follow the instructions below to install, configure, and use the node within your portable ComfyUI installation." }, - { - "author": "MushroomFleet", - "title": "DJZ-Pedalboard [REMOVED]", - "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": "SVG Suite for ComfyUI [REMOVED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index fcacebac7..718661e97 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,722 +1,702 @@ { "custom_nodes": [ { - "author": "dzy1128", - "title": "Seedream Image Generate ComfyUI Node", - "reference": "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI", + "author": "ubisoft", + "title": "ComfyUI-Chord", + "reference": "https://github.com/ubisoft/ComfyUI-Chord", "files": [ - "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI" + "https://github.com/ubisoft/ComfyUI-Chord" ], "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." + "description": "Custom nodes for the paper: Chord: Chain of Rendering Decomposition for PBR Material Estimation from Generated Texture Images" }, { - "author": "nakagawadev", - "title": "comfyui_nakagawa", - "reference": "https://github.com/nakagawadev/comfyui_nakagawa", + "author": "g7b2", + "title": "ComfyUI-Artist-Tester", + "reference": "https://github.com/g7b2/ComfyUI-Artist-Tester", "files": [ - "https://github.com/nakagawadev/comfyui_nakagawa" + "https://github.com/g7b2/ComfyUI-Artist-Tester" ], "install_type": "git-clone", - "description": "A collection of custom nodes for ComfyUI that send video data through websockets instead of saving to disk." + "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": "S4MUEL404", - "title": "ComfyUI Prepack", - "id": "comfyui-prepack", - "reference": "https://github.com/S4MUEL-404/ComfyUI-Prepack", + "author": "dseditor", + "title": "Comfy-MCP", + "reference": "https://github.com/dseditor/Comfy-MCP", "files": [ - "https://github.com/S4MUEL-404/ComfyUI-Prepack" + "https://github.com/dseditor/Comfy-MCP" ], "install_type": "git-clone", - "description": "A small, practical bundle of ComfyUI nodes that streamlines common workflows." + "description": "Simple MCP Server for ComfyUI text to image Workflow - ComfyUI Node Integration , Based on lalanikarim/comfy-mcp-server work" }, { - "author": "ru4ls", - "title": "ComfyUI_Imagen", - "reference": "https://github.com/ru4ls/ComfyUI_Imagen", + "author": "ashtar1984", + "title": "ComfyUI-SwitchPathLazy", + "reference": "https://github.com/ashtar1984/ComfyUI-SwitchPathLazy", "files": [ - "https://github.com/ru4ls/ComfyUI_Imagen" + "https://github.com/ashtar1984/ComfyUI-SwitchPathLazy" ], "install_type": "git-clone", - "description": "A custom node for ComfyUI that leverages the Google Cloud Vertex AI Imagen API to generate and edit images." + "description": "Efficient lazy path switch for ComfyUI. Skips execution of the inactive branch entirely using native lazy evaluation. Includes live status display." }, { - "author": "nakMe-guminagawadev", - "title": "MeComfyuiEncrypt", - "reference": "https://github.com/Me-gumin/MeComfyuiEncrypt", + "author": "Deathspike", + "title": "ComfyUI-MyOriginalWaifu", + "reference": "https://github.com/Deathspike/ComfyUI-MyOriginalWaifu", "files": [ - "https://github.com/Me-gumin/MeComfyuiEncrypt" + "https://github.com/Deathspike/ComfyUI-MyOriginalWaifu" ], "install_type": "git-clone", - "description": "Image obfuscation in ComfyUI" + "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": "blob8", - "title": "ComfyUI_video-image-motion-transfer", - "reference": "https://github.com/blob8/ComfyUI_video-image-motion-transfer", + "author": "LeonQ8", + "title": "ComfyUI-Dynamic-Lora-Scheduler", + "reference": "https://github.com/LeonQ8/ComfyUI-Dynamic-Lora-Scheduler", "files": [ - "https://github.com/blob8/ComfyUI_video-image-motion-transfer" + "https://github.com/LeonQ8/ComfyUI-Dynamic-Lora-Scheduler" ], "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." + "description": "Dynamically balance weights of multiple LoRAs over generation steps for ComfyUI." }, { - "author": "Tr1dae", - "title": "LoRA Matcher Nodes for ComfyUI", - "reference": "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher", + "author": "sebagallo", + "title": "comfyui-sg-llama-cpp", + "reference": "https://github.com/sebagallo/comfyui-sg-llama-cpp", "files": [ - "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher" + "https://github.com/sebagallo/comfyui-sg-llama-cpp" ], "install_type": "git-clone", - "description": "This custom node provides two different approaches to automatically match text prompts with LoRA models using their descriptions." + "description": "llama-cpp-python wrapper, with support for vision models. It allows the user to generate text responses from prompts using llama.cpp." }, { - "author": "fr0nky0ng", - "title": "ComfyUI-Face-Comparator", - "reference": "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator", + "author": "Limbicnation", + "title": "ComfyUI-PromptGenerator", + "id": "comfyui-prompt-generator", + "reference": "https://github.com/Limbicnation/ComfyUI-PromptGenerator", "files": [ - "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator" + "https://github.com/Limbicnation/ComfyUI-PromptGenerator" ], "install_type": "git-clone", - "description": "This is a node to detect the similarity between two faces" + "description": "Generate Stable Diffusion prompts using Qwen3-8B via Ollama with 7 style presets (cinematic, anime, photorealistic, fantasy, abstract, cyberpunk, sci-fi)" }, { - "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": "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": "Olaf Reitmaier Veracierta", - "title": "Olaf's Nodes", - "reference": "https://github.com/olafrv/comfyui_olafrv", + "author": "TuonoMindCode", + "title": "ComfyUI-Resolution-Suggest-Downscale", + "reference": "https://github.com/TuonoMindCode/ComfyUI-Resolution-Suggest-Downscale", "files": [ - "https://github.com/olafrv/comfyui_olafrv" + "https://github.com/TuonoMindCode/ComfyUI-Resolution-Suggest-Downscale" ], "install_type": "git-clone", - "description": "NODES: ORvTextEncoderGoogleEmbeddingGemma3, ORvEmbeddingsHeatmap, ORvEmbeddingsSpectrogram, ORvStringConsoleDebug" + "description": "Resolution suggestion and downscale helper node for ComfyUI." }, { - "author": "HM-RunningHub", - "title": "ComfyUI OneReward Node", - "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_OneReward", + "author": "dcyd-lun", + "title": "ComfyUI_text_diff", + "reference": "https://github.com/dcyd-lun/ComfyUI_text_diff", "files": [ - "https://github.com/HM-RunningHub/ComfyUI_RH_OneReward" + "https://github.com/dcyd-lun/ComfyUI_text_diff" ], "install_type": "git-clone", - "description": "A custom node for ComfyUI that integrates OneReward model for high-quality image inpainting, outpainting, and object removal." + "description": "Compare two texts with GitHub/GitLab-style diff highlighting in ComfyUI" }, { - "author": "blurgyy", - "title": "CoMPaSS-ComfyUI", - "reference": "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI", + "author": "SKFRMSEHF", + "title": "SK-ComfyUI-FolderingLoader", + "id": "skloader", + "reference": "https://github.com/SKFRMSEHF/comfyui_SK_Loader", "files": [ - "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI" + "https://github.com/SKFRMSEHF/comfyui_SK_Loader" ], "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." + "description": "Unified loader nodes with folder organization support for checkpoints, LoRA, VAE, and diffusion models" }, { - "author": "ru4ls", - "title": "ComfyUI_Wan", - "reference": "https://github.com/ru4ls/ComfyUI_Wan", + "author": "drawthingsai", + "title": "draw-things-comfyui", + "reference": "https://github.com/drawthingsai/draw-things-comfyui", "files": [ - "https://github.com/ru4ls/ComfyUI_Wan" + "https://github.com/drawthingsai/draw-things-comfyui" ], "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." + "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": "razvanmatei-sf", - "title": "ComfyUI Razv WaveSpeed Nodes", - "reference": "https://github.com/razvanmatei-sf/razv-wavespeed", + "author": "darrell-goh", + "title": "ComfyUI-NanoBanana_node", + "reference": "https://github.com/darrell-goh/ComfyUI-NanoBanana_node", "files": [ - "https://github.com/razvanmatei-sf/razv-wavespeed" + "https://github.com/darrell-goh/ComfyUI-NanoBanana_node" ], "install_type": "git-clone", - "description": "Custom ComfyUI nodes for integrating WaveSpeed AI API for image and video generation." + "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": "teepunkt-esspunkt", - "title": "ComfyUI-SuiteTea", - "reference": "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea", + "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/teepunkt-esspunkt/ComfyUI-SuiteTea" + "https://github.com/This-is-Uncut/Custom-Node-ComfyUI-NBP-Uncut" ], "install_type": "git-clone", - "description": "NODES: 'Tea: Save & Reload Image', 'Tea: Load Image Checkpoints from path', ..." + "description": "Node to use NBP with custom API key to improve data privacy control." }, { - "author": "Saganaki22", - "title": "Seedream4 Replicate", - "reference": "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate", + "author": "princepainter", + "title": "Comfyui-PainterAudioLength", + "reference": "https://github.com/princepainter/Comfyui-PainterAudioLength", "files": [ - "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate" + "https://github.com/princepainter/Comfyui-PainterAudioLength" ], "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" + "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": "silveroxides", - "title": "ComfyUI Gemini Expanded API", - "reference": "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API", + "author": "akaugun", + "title": "comfyui-lora-hook-trigger", + "reference": "https://github.com/akaugun/comfyui-lora-hook-trigger", "files": [ - "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API" + "https://github.com/akaugun/comfyui-lora-hook-trigger" ], "install_type": "git-clone", - "description": "Node for usage of Gemini API" + "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": "WASasquatch", - "title": "WAS Affine", - "reference": "https://github.com/WASasquatch/was_affine", + "author": "tumbowungus", + "title": "MultiMaskCouple", + "reference": "https://github.com/tumbowungus/MultiMaskCouple", "files": [ - "https://github.com/WASasquatch/was_affine" + "https://github.com/tumbowungus/MultiMaskCouple" ], "install_type": "git-clone", - "description": "Apply AFFINE noise transforms to latent space to improve image quality, especially with light loras." + "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": "Enashka", - "title": "ComfyUI-nhknodes", - "reference": "https://github.com/Enashka/ComfyUI-nhknodes", + "author": "fudosanit", + "title": "ComfyUI-Random-Resolution", + "reference": "https://github.com/fudosanit/ComfyUI-Random-Resolution", "files": [ - "https://github.com/Enashka/ComfyUI-nhknodes" + "https://github.com/fudosanit/ComfyUI-Random-Resolution" ], "install_type": "git-clone", - "description": "ComfyUI custom nodes collection with workflow utilities, image processing, and AI integration" + "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": "phyblas", - "title": "nsfw-shorier_comfyui", - "reference": "https://github.com/phyblas/nsfw-shorier_comfyui", + "author": "SuLU-K", + "title": "comfyui-easy-sam3-tools", + "reference": "https://github.com/SuLU-K/comfyui-easy-sam3-tools", "files": [ - "https://github.com/phyblas/nsfw-shorier_comfyui" + "https://github.com/SuLU-K/comfyui-easy-sam3-tools" ], "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." + "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": "garg-aayush", - "title": "ComfyUI-Svg2Raster", - "reference": "https://github.com/garg-aayush/ComfyUI-Svg2Raster", + "author": "EMkrtchyan", + "title": "ComfyUI-NormalsToDepth", + "reference": "https://github.com/EMkrtchyan/ComfyUI-NormalsToDepth", "files": [ - "https://github.com/garg-aayush/ComfyUI-Svg2Raster" + "https://github.com/EMkrtchyan/ComfyUI-NormalsToDepth" ], "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." + "description": "Converts normal maps to depth maps for use in ComfyUI. (Description by CC)" }, + { - "author": "AstrionX", - "title": "ComfyUI-Tensor-Prism-Node-Pack", - "reference": "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack", + "author": "jeankassio", + "title": "JK AceStep Nodes", + "id": "JK-AceStep-Nodes", + "reference": "https://github.com/jeankassio/JK-AceStep-Nodes", "files": [ - "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack" + "https://github.com/jeankassio/JK-AceStep-Nodes" ], "install_type": "git-clone", - "description": "Advanced model merging and enhancement nodes for ComfyUI" - }, + "description": "Advanced nodes optimized for ACE-Step audio generation in ComfyUI." + }, { - "author": "razvanmatei-sf", - "title": "ComfyUI Razv LLM Node", - "reference": "https://github.com/razvanmatei-sf/razv-llm", + "author": "a-und-b", + "title": "ComfyUI_AB_Wildcard", + "reference": "https://github.com/a-und-b/ComfyUI_AB_Wildcard", "files": [ - "https://github.com/razvanmatei-sf/razv-llm" + "https://github.com/a-und-b/ComfyUI_AB_Wildcard" ], "install_type": "git-clone", - "description": "Custom ComfyUI node for integrating Claude API with image and text capabilities." + "description": "Simple node for advanced wildcard text processing. Supports variables, conditionals, tag aggregation, weighted selection, and deep nesting. Lightweight, fast, zero external dependencies." }, { - "author": "ru4ls", - "title": "ComfyUI_Nano_Banana", - "reference": "https://github.com/ru4ls/ComfyUI_Nano_Banana", + "author": "RamonGuthrie", + "title": "ComfyUI-RBG-SmartSeedVariance", + "reference": "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance", "files": [ - "https://github.com/ru4ls/ComfyUI_Nano_Banana" + "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance" ], "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." + "description": "Advanced seed diversity enhancement for ComfyUI with intelligent noise injection and directional biasing." }, { - "author": "orion4d", - "title": "Orion4D Pixel-Shift Nodes for ComfyUI", - "reference": "https://github.com/orion4d/Orion4D_pixelshift", + "author": "theshubzworld", + "title": "ComfyUI-NvidiaCaptioner", + "reference": "https://github.com/theshubzworld/ComfyUI-NvidiaCaptioner", "files": [ - "https://github.com/orion4d/Orion4D_pixelshift" + "https://github.com/theshubzworld/ComfyUI-NvidiaCaptioner" ], "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)." + "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": "Firetheft", - "title": "ComfyUI-Animate-Progress", - "reference": "https://github.com/Firetheft/ComfyUI-Animate-Progress", + "author": "theshubzworld", + "title": "ComfyUI-Universal-Latent", + "reference": "https://github.com/theshubzworld/ComfyUI-Universal-Latent", "files": [ - "https://github.com/Firetheft/ComfyUI-Animate-Progress" + "https://github.com/theshubzworld/ComfyUI-Universal-Latent" ], "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." + "description": "Enhanced empty latent node with extended aspect ratio support for ComfyUI" }, { - "author": "sputnik57", - "title": "comfyui-prompt-logger", - "reference": "https://github.com/sputnik57/comfyui-prompt-logger", + "author": "lrzjason", + "title": "Comfyui-LatentUtils", + "reference": "https://github.com/lrzjason/Comfyui-LatentUtils", "files": [ - "https://github.com/sputnik57/comfyui-prompt-logger" + "https://github.com/lrzjason/Comfyui-LatentUtils" ], "install_type": "git-clone", - "description": "This custom node saves metadata when I explore images. It creates a sidecare json file beside the image file." + "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": "brenzel", - "title": "comfyui-prompt-beautify", - "reference": "https://github.com/brenzel/comfyui-prompt-beautify", + "author": "aTanguay", + "title": "ComfyUI_Detonate", + "reference": "https://github.com/aTanguay/ComfyUI_Detonate", "files": [ - "https://github.com/brenzel/comfyui-prompt-beautify" + "https://github.com/aTanguay/ComfyUI_Detonate" ], "install_type": "git-clone", - "description": "ComfyUI node to beautify your image generation prompt" + "description": "Professional compositing nodes for ComfyUI - bringing Nuke and Fusion workflows to AI-powered image generation" }, { - "author": "Draek2077", - "title": "comfyui-draekz-nodez", - "reference": "https://github.com/Draek2077/comfyui-draekz-nodez", + "author": "huihuihuiz", + "title": "LoRA Downloader for ComfyUI", + "id": "lora_downloader", + "reference": "https://github.com/huihuihuiz/lora_downloader", "files": [ - "https://github.com/Draek2077/comfyui-draekz-nodez" + "https://github.com/huihuihuiz/lora_downloader" ], "install_type": "git-clone", - "description": "Making ComfyUI more comfortable." + "description": "A ComfyUI custom node for downloading and managing LoRA models directly within the UI." }, { - "author": "easygoing0114", - "title": "ComfyUI-easygoing-nodes", - "reference": "https://github.com/easygoing0114/ComfyUI-easygoing-nodes", + "author": "lovelybbq", + "title": "ComfyUI Custom Node Color", + "reference": "https://github.com/lovelybbq/comfyui-custom-node-color", "files": [ - "https://github.com/easygoing0114/ComfyUI-easygoing-nodes" + "https://github.com/lovelybbq/comfyui-custom-node-color" ], "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." + "description": "A modern GUI-based color picker for ComfyUI nodes. Features visual spectrum, HEX/RGB inputs, eyedropper tool, and favorite colors support." }, { - "author": "writer-in-fancy-pants", - "title": "Octo Json Presets", - "reference": "https://github.com/writer-in-fancy-pants/octo_json_presets", + "author": "Moeblack", + "title": "ComfyUI-SimpleChat", + "reference": "https://github.com/Moeblack/ComfyUI-SimpleChat", "files": [ - "https://github.com/writer-in-fancy-pants/octo_json_presets" + "https://github.com/Moeblack/ComfyUI-SimpleChat" ], "install_type": "git-clone", - "description": "Load presets from json file to run a set of experiments in a workflow with different models and settings" - }, + "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": "apacheone", - "title": "ComfyUI_efficient_sam_node", - "reference": "https://github.com/Apache0ne/ComfyUI_efficient_sam_node", + "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/Apache0ne/ComfyUI_efficient_sam_node" + "https://github.com/lord-lethris/ComfyUI-lethris-dia2" ], - "install_type": "git-clone", - "description": "Unofficial EfficientViT_sam_nodes for the https://huggingface.co/mit-han-lab/efficientvit-sam models" + "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": "Malte0621", - "title": "HordeAI", - "reference": "https://github.com/Malte0621/hordeai-comfy", + "author": "Braeden90000", + "title": "ComfyUI Load Image URL", + "id": "load-image-url", + "reference": "https://github.com/Braeden90000/comfyui-load-image-url", "files": [ - "https://github.com/Malte0621/hordeai-comfy" + "https://github.com/Braeden90000/comfyui-load-image-url" ], + "pip": ["requests"], "install_type": "git-clone", - "description": "AI Horde integration as custom node(s) for ComfyUI" + "description": "Load images from files or URLs with live preview and source switching." }, { - "author": "darkamenosa", - "title": "Comfy Nano Banana", - "id": "comfy-nanobanana", - "reference": "https://github.com/darkamenosa/comfy_nanobanana", + "author": "purzbeats", + "title": "ComfyUI-Purz", + "reference": "https://github.com/purzbeats/ComfyUI-Purz", "files": [ - "https://github.com/darkamenosa/comfy_nanobanana" + "https://github.com/purzbeats/ComfyUI-Purz" ], "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." + "description": "A comprehensive node pack for ComfyUI that provides powerful image effects, pattern generation, and animated pattern creation capabilities." }, { - "author": "Regi E", - "title": "Comfyui-EasyIllustrious", - "reference": "https://github.com/regiellis/ComfyUI-EasyIllustrious", + "author": "TheArtOfficial", + "title": "ComfyUI-MaskMorph", + "reference": "https://github.com/TheArtOfficial/ComfyUI-MaskMorph", "files": [ - "https://github.com/regiellis/ComfyUI-EasyIllustrious" + "https://github.com/TheArtOfficial/ComfyUI-MaskMorph" ], "install_type": "git-clone", - "description": "ComfyUI-EasyIllustrious is a custom node suite to make working with Illustrious models easier and more intuitive" + "description": "Directional mask expansion node that extends masks along specified directions with pixel-precise control, plus separate pinch/widen morphology operations." }, { - "author": "firetheft", - "title": "ComfyUI_Local_Lora_Gallery", - "reference": "https://github.com/Firetheft/ComfyUI_Local_Lora_Gallery", + "author": "brahianrosswill", + "title": "ComfyUi-RandomNoiseCustom", + "reference": "https://github.com/brahianrosswill/ComfyUi-RandomNoiseCustom", "files": [ - "https://github.com/Firetheft/ComfyUI_Local_Lora_Gallery" + "https://github.com/brahianrosswill/ComfyUi-RandomNoiseCustom" ], "install_type": "git-clone", - "description": "A custom node for ComfyUI that provides a visual gallery for managing and applying multiple LoRA models." + "description": "Provides custom noise generation capabilities for ComfyUI workflows with configurable parameters. (Description by CC)" }, { - "author": "lucasgattas", - "title": "ComfyUI · Egregora Audio Super‑Resolution", - "reference": "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution", + "author": "amtarr", + "title": "ComfyUI-TextureAlchemy", + "reference": "https://github.com/amtarr/ComfyUI-TextureAlchemy", "files": [ - "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution" + "https://github.com/amtarr/ComfyUI-TextureAlchemy" ], "install_type": "git-clone", - "description": "High‑quality music audio enhancement for ComfyUI: FlashSR super‑resolution + Fat Llama spectral enhancement (GPU & CPU)." + "description": "Complete workflow suite for ComfyUI that transforms images into PBR material sets ready for game engines and 3D software." }, { - "author": "jfcantu", - "title": "ComfyUI Prompt Companion", - "reference": "https://github.com/jfcantu/ComfyUI-Prompt-Companion", + "author": "beyondprompting", + "title": "ComfyUI-Beyond_nodes", + "reference": "https://github.com/beyondprompting/ComfyUI-Beyond_nodes", "files": [ - "https://github.com/jfcantu/ComfyUI-Prompt-Companion" + "https://github.com/beyondprompting/ComfyUI-Beyond_nodes" ], "install_type": "git-clone", - "description": "A node that lets you save and reuse parts of prompts (embeddings, quality keywords, and so on.)" + "description": "Create complex compositions the FAST and EASY way." }, { - "author": "FloyoAI", - "title": "ComfyUI Seed API Integration", - "reference": "https://github.com/FloyoAI/ComfyUI-Seed-API", + "author": "Zone-Roam", + "title": "ComfyUI-Live-Search", + "reference": "https://github.com/Zone-Roam/ComfyUI-Live-Search", "files": [ - "https://github.com/FloyoAI/ComfyUI-Seed-API" + "https://github.com/Zone-Roam/ComfyUI-Live-Search" ], "install_type": "git-clone", - "description": "ComfyUI custom nodes for Seed AI APIs including video generation, image generation, and chat models" + "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": "duldduld", - "title": "ComfyUI_md5", - "reference": "https://github.com/duldduld/ComfyUI_md5", + "author": "DayMan84", + "title": "ComfyUI-Ugromana", + "id": "comfyui-usgromana", + "reference": "https://github.com/DayMan84/ComfyUI-Usgromana", "files": [ - "https://github.com/duldduld/ComfyUI_md5" + "https://github.com/DayMan84/ComfyUI-Usgromana" ], "install_type": "git-clone", - "description": "ComfyUI custom nodes to covert string/image/file to md5 hash" + "description": "The next-generation security, governance, permissions, and multi‑user control system for ComfyUI." }, { - "author": "jtydhr88", - "title": "ComfyUI-StableStudio", - "reference": "https://github.com/jtydhr88/ComfyUI-StableStudio", + "author": "UmeAiRT", + "title": "ComfyUI-UmeAiRT-Sync", + "reference": "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Sync", "files": [ - "https://github.com/jtydhr88/ComfyUI-StableStudio" + "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Sync" ], "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." + "description": "Automatic workflow synchronizer/loader for UmeAiRT Workflows (Flux, SDXL, WAN, etc.)." }, { - "author": "ApexArtist", - "title": "Apex Artist - Image Resize", - "reference": "https://github.com/ApexArtist/comfyui-apex-artist", + "author": "dzy1128", + "title": "ComfyUI-Vector-Engine", + "reference": "https://github.com/dzy1128/ComfyUI-Vector-Engine", "files": [ - "https://github.com/ApexArtist/comfyui-apex-artist" + "https://github.com/dzy1128/ComfyUI-Vector-Engine" ], "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" + "description": "ComfyUI custom nodes for high-level image generation and editing with Vector Engine Gemini API integration. (Description by CC)" }, { - "author": "Seth A. Robinson", - "title": "Workflow to API Converter Endpoint", - "reference": "https://github.com/SethRobinson/comfyui-workflow-to-api-converter-endpoint", + "author": "xiangyuT", + "title": "ComfyUI-PromptEnhance", + "reference": "https://github.com/xiangyuT/ComfyUI-PromptEnhance", "files": [ - "https://github.com/SethRobinson/comfyui-workflow-to-api-converter-endpoint" + "https://github.com/xiangyuT/ComfyUI-PromptEnhance" ], "install_type": "git-clone", - "description": "Adds a global /workflow/convert API endpoint to convert non-API workflow formats to API format for ComfyUI execution" + "description": "A ComfyUI custom node for enhancing prompts using OpenAI-compatible APIs (like DeepSeek, OpenAI, etc.)." }, { - "author": "orion4d", - "title": "Gemini Nano Banana for ComfyUI", - "reference": "https://github.com/orion4d/Gemini_Banana_by_orion4d", + "author": "anilstream", + "title": "ComfyUI-Ideogram-Character", + "reference": "https://github.com/anilstream/ComfyUI-Ideogram-Character", "files": [ - "https://github.com/orion4d/Gemini_Banana_by_orion4d" + "https://github.com/anilstream/ComfyUI-Ideogram-Character" ], "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." + "description": "Custom ComfyUI node for generating consistent character images using Ideogram API v3's character reference feature. (Description by CC)" }, { - "author": "orion4d", - "title": "ComfyUI EncryptMaster", - "reference": "https://github.com/orion4d/Comfyui_EncryptMaster", + "author": "EricRollei", + "title": "Emu35-Comfyui-Nodes", + "reference": "https://github.com/EricRollei/Emu35-Comfyui-Nodes", "files": [ - "https://github.com/orion4d/Comfyui_EncryptMaster" + "https://github.com/EricRollei/Emu35-Comfyui-Nodes" ], "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)." + "description": "ComfyUI integration for BAAI's Emu3.5 multimodal models for text-to-image generation and multimodal understanding. (Description by CC)" }, { - "author": "leylahkrell", - "title": "ComfyUI Violet Tools", - "reference": "https://github.com/leylahkrell/ComfyUI-Violet-Tools", + "author": "dandancow874", + "title": "ComfyUI-LMStudio-Controller", + "reference": "https://github.com/dandancow874/ComfyUI-LMStudio-Controller", "files": [ - "https://github.com/leylahkrell/ComfyUI-Violet-Tools" + "https://github.com/dandancow874/ComfyUI-LMStudio-Controller" ], "install_type": "git-clone", - "description": "A collection of aesthetic-focused custom nodes for ComfyUI that enhance AI image generation with sophisticated style and prompt management capabilities. Includes 7 nodes: Aesthetic Alchemist (style blending with 20+ curated aesthetics), Quality Queen (quality prompts), Glamour Goddess (hair/makeup), Body Bard (body features), Pose Priestess (positioning), Encoding Enchantress (text processing), and Negativity Nullifier (negative prompts). Features weighted blending, randomization, and modular YAML-based configuration." + "description": "Integrates LM Studio's CLI to perform Vision Language Model inference locally in ComfyUI with advanced memory management and anti-OOM protection." }, { - "author": "SnJake", - "title": "JPG & Noise Remover for ComfyUI", - "reference": "https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner", + "author": "eddyhhlure1Eddy", + "title": "ComfyUI-LLM-GGUF", + "reference": "https://github.com/eddyhhlure1Eddy/ComfyUI-LLM-GGUF", "files": [ - "https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner" + "https://github.com/eddyhhlure1Eddy/ComfyUI-LLM-GGUF" ], "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." + "description": "ComfyUI custom nodes for GGUF LLM model inference with chat support, conversation history, session management, and GPU layer offloading." }, { - "author": "SatadalAI", - "title": "SATA UtilityNode Node for ComfyUI", - "id": "SATA UtilityNode", - "reference": "https://github.com/SatadalAI/SATA_UtilityNode", + "author": "johninthewinter", + "title": "comfyui-fal-flux-2-John", + "reference": "https://github.com/johninthewinter/comfyui-fal-flux-2-John", "files": [ - "https://github.com/SatadalAI/SATA_UtilityNode" + "https://github.com/johninthewinter/comfyui-fal-flux-2-John" ], "install_type": "git-clone", - "description": "A collection of utility nodes including image upscale,touchpad support and CSV-driven prompt machine for ComfyUI." + "description": "Custom nodes for ComfyUI that integrate with fal.ai's FLUX 2 and FLUX 1 LoRA APIs for text-to-image generation." }, { - "author": "ShmuelRonen", - "title": "ComfyUI Flux Pro Integrative - Enhanced Flux API Node", - "reference": "https://github.com/ShmuelRonen/flux_pro_integrative", + "author": "Merserk", + "title": "ComfyUI-Flow-Assistor", + "reference": "https://github.com/Merserk/ComfyUI-Flow-Assistor", "files": [ - "https://github.com/ShmuelRonen/flux_pro_integrative" + "https://github.com/Merserk/ComfyUI-Flow-Assistor" ], "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." + "description": "Essential utility nodes for ComfyUI including prompt queue, batch processing, camera angle control, and resolution selector. (Description by CC)" }, { - "author": "CoreyCorza", - "title": "ComfyUI-CRZnodes", - "reference": "https://github.com/CoreyCorza/ComfyUI-CRZnodes", + "author": "Zeknes", + "title": "Comfyui-LLM-Chat", + "reference": "https://github.com/Zeknes/Comfyui-LLM-Chat", "files": [ - "https://github.com/CoreyCorza/ComfyUI-CRZnodes" + "https://github.com/Zeknes/Comfyui-LLM-Chat" ], "install_type": "git-clone", - "description": "Dashboard Nodes for Comfy" + "description": "Custom ComfyUI node providing unified access to multiple Large Language Models including OpenAI-compatible APIs and local Ollama instances with image support." }, { - "author": "wizdroid", - "title": "Wizdroid ComfyUI Outfit Selection", - "reference": "https://github.com/wizdroid/wizdroid-fashionista", + "author": "comrender", + "title": "ComfyUI-NanoB-Edit-Gemini", + "reference": "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini", "files": [ - "https://github.com/wizdroid/wizdroid-fashionista" + "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini" ], "install_type": "git-clone", - "description": "A comprehensive outfit generation system for ComfyUI with AI-powered prompt enhancement and dynamic outfit composition." + "description": "This custom node facilitates direct interaction with the Google Gemini API for advanced image editing tasks within ComfyUI with parallel request handling." }, { - "author": "Vantage with AI", - "title": "Vantage-HunyuanFoley", - "reference": "https://github.com/vantagewithai/Vantage-HunyuanFoley", + "author": "systemaiofinterest-wq", + "title": "ComfyUI-MetaAI", + "reference": "https://github.com/systemaiofinterest-wq/ComfyUI-MetaAI", "files": [ - "https://github.com/vantagewithai/Vantage-HunyuanFoley" + "https://github.com/systemaiofinterest-wq/ComfyUI-MetaAI" ], "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." + "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": "MilleN2ium", - "title": "ComfyUI-CutomizableSave", - "reference": "https://github.com/MilleN2ium/ComfyUI-CutomizableSave", + "author": "phaserblast", + "title": "ComfyUI-DGXSparkSafetensorsLoader", + "reference": "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader", "files": [ - "https://github.com/MilleN2ium/ComfyUI-CutomizableSave" + "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader" ], "install_type": "git-clone", - "description": "save your image with customized naming rule" + "description": "A ComfyUI model loader that uses the fastsafetensors library to perform very fast, zero-copy loading from storage to VRAM." }, { - "author": "Justify87", - "title": "ComfyUI Multi-Analysis Heatmaps", - "reference": "https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps", + "author": "maxczc", + "title": "comfyui-sora-node", + "reference": "https://github.com/maxczc/comfyui-sora-node", "files": [ - "https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps" + "https://github.com/maxczc/comfyui-sora-node" ], "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." + "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": "iguanesolutions", - "title": "Flux Resolution", - "reference": "https://github.com/iguanesolutions/comfyui-flux-resolution", + "author": "bombdefuser-124", + "title": "Newbie-Teacache-ComfyUI", + "reference": "https://github.com/bombdefuser-124/Newbie-Teacache-ComfyUI", "files": [ - "https://github.com/iguanesolutions/comfyui-flux-resolution" + "https://github.com/bombdefuser-124/Newbie-Teacache-ComfyUI" ], "install_type": "git-clone", - "description": "Get the closest compatible flux resolution from a given resolution." + "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": "matthewfriedrichs", - "title": "Thought Bubble", - "id": "thoughtbubble_interactivecanvas", - "reference": "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble", + "author": "SiegeKeebsOffical", + "title": "comfyui-lmstudio", + "reference": "https://github.com/SiegeKeebsOffical/comfyui-lmstudio", "files": [ - "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble" + "https://github.com/SiegeKeebsOffical/comfyui-lmstudio" ], "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." + "description": "Custom ComfyUI nodes designed to interface with a separate LM Studio instance for language model operations." }, { - "author": "opparco", - "title": "Wan2.2 Lightx2v Scheduler for ComfyUI", - "reference": "https://github.com/opparco/ComfyUI-WanLightx2vScheduler", + "author": "XYMikky12138", + "title": "ComfyUI-MIKKY-Mask-Editor", + "reference": "https://github.com/XYMikky12138/ComfyUI-MIKKY-Mask-Editor", "files": [ - "https://github.com/opparco/ComfyUI-WanLightx2vScheduler" + "https://github.com/XYMikky12138/ComfyUI-MIKKY-Mask-Editor" ], "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." + "description": "A powerful frame-by-frame video mask editor for ComfyUI with painting, auto BBox, hole filling, blur/feathering, and video slicing features." }, { - "author": "FredBisAI", - "title": "ComfyUI FRED Nodes v2", - "reference": "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2", + "author": "thnikk", + "title": "comfyui-thnikk-utils", + "reference": "https://github.com/thnikk/comfyui-thnikk-utils", "files": [ - "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2" + "https://github.com/thnikk/comfyui-thnikk-utils" ], "install_type": "git-clone", - "description": "FRED's enhanced custom nodes for ComfyUI" + "description": "Nodes to clean up your workflow." }, - { - "author": "HM-RunningHub", - "title": "ComfyUI IC-Custom Node", - "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom", + "author": "bedovyy", + "title": "ComfyUI-LLM-Helper", + "reference": "https://github.com/bedovyy/ComfyUI-LLM-Helper", "files": [ - "https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom" + "https://github.com/bedovyy/ComfyUI-LLM-Helper" ], "install_type": "git-clone", - "description": "A custom node for ComfyUI that integrates IC-Custom model for high-quality image customization and generation." + "description": "A collection of helper nodes for working with LLM APIs in ComfyUI, intended to complement other LLM custom nodes." }, { - "author": "polygoningenieur", - "title": "ComfyUI-IC-Light-Video", - "reference": "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video", + "author": "febogallo", + "title": "ComfyUI-Freepik", + "reference": "https://github.com/febogallo/ComfyUI-Freepik", "files": [ - "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video" + "https://github.com/febogallo/ComfyUI-Freepik" ], "install_type": "git-clone", - "description": "ComfyUI native nodes for IC-Light with a Video node" + "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": "sumitchatterjee13", - "title": "Nuke Nodes for ComfyUI", - "reference": "https://github.com/sumitchatterjee13/nuke-nodes-comfyui", + "author": "karas17", + "title": "comfyui_GLM_TTS", + "reference": "https://github.com/karas17/comfyui_GLM_TTS", "files": [ - "https://github.com/sumitchatterjee13/nuke-nodes-comfyui" + "https://github.com/karas17/comfyui_GLM_TTS" ], "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." + "description": "ComfyUI nodes for GLM-TTS, a high-quality text-to-speech system supporting zero-shot voice cloning." }, { - "author": "Yeq6X", - "title": "ComfyUI Image to Video Inserter", - "reference": "https://github.com/Yeq6X/ComfyUI-image-to-video-inserter", + "author": "pantaleone-ai", + "title": "Comfy-Firefly", + "reference": "https://github.com/pantaleone-ai/Comfy-Firefly", "files": [ - "https://github.com/Yeq6X/ComfyUI-image-to-video-inserter" + "https://github.com/pantaleone-ai/Comfy-Firefly" ], "install_type": "git-clone", - "description": "A ComfyUI custom node that inserts images into videos." + "description": "Custom ComfyUI node for generating images using Adobe Firefly Services API v3 with automatic authentication and standard tensor output." }, { - "author": "yichengup", - "title": "ComfyUI_SwiftCut", - "reference": "https://github.com/yichengup/ComfyUI_SwiftCut", + "author": "NOLABEL-VFX", + "title": "ComfyUI-NL_Nodes", + "reference": "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes", "files": [ - "https://github.com/yichengup/ComfyUI_SwiftCut" + "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes" ], "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." + "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": "Shellishack", - "title": "ComfyUI Remote Media Loaders", - "reference": "https://github.com/Shellishack/comfyui-remote-media-loaders", + "author": "ARM64-EC", + "title": "ComfyUI-LongCatPlugin", + "reference": "https://github.com/ARM64-EC/ComfyUI-LongCatPlugin", "files": [ - "https://github.com/Shellishack/comfyui-remote-media-loaders" + "https://github.com/ARM64-EC/ComfyUI-LongCatPlugin" ], "install_type": "git-clone", - "description": "Load media (image/video/audio) from remote URL" + "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": "S4MUEL404", - "title": "ComfyUI Prepack", - "id": "comfyui-prepack", - "reference": "https://github.com/S4MUEL-404/ComfyUI-Prepack", + "author": "fabbarix", + "title": "comfyui-promptstore", + "reference": "https://github.com/fabbarix/comfyui-promptstore", "files": [ - "https://github.com/S4MUEL-404/ComfyUI-Prepack" + "https://github.com/fabbarix/comfyui-promptstore" ], "install_type": "git-clone", - "description": "A small, practical bundle of ComfyUI nodes that streamlines common workflows." + "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": "Frief84", - "title": "ComfyUI-LoRAWeightAxisXY", - "reference": "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY", + "author": "hubo502", + "title": "ComfyUI-Env-Loader", + "reference": "https://github.com/hubo502/ComfyUI-Env-Loader", "files": [ - "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY" + "https://github.com/hubo502/ComfyUI-Env-Loader" ], "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"] + "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": "penposs", - "title": "ComfyUI-Banana-Node", - "reference": "https://github.com/penposs/ComfyUI-Banana-Node", + "author": "BobRandomNumber", + "title": "ComfyUI-BasicOllama", + "reference": "https://github.com/BobRandomNumber/ComfyUI-BasicOllama", "files": [ - "https://github.com/penposs/ComfyUI-Banana-Node" + "https://github.com/BobRandomNumber/ComfyUI-BasicOllama" ], "install_type": "git-clone", - "description": "A custom node for ComfyUI that generates images using Google’s Gemini 2.5 Flash Image Preview API." + "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": "PenguinTeo", - "title": "GeminiBanana for ComfyUI", - "reference": "https://github.com/PenguinTeo/Comfyui-GeminiBanana", + "author": "jonstreeter", + "title": "comfyui-Lora-Tag-Power-Loader", + "reference": "https://github.com/jonstreeter/comfyui-Lora-Tag-Power-Loader", "files": [ - "https://github.com/PenguinTeo/Comfyui-GeminiBanana" + "https://github.com/jonstreeter/comfyui-Lora-Tag-Power-Loader" ], "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." + "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": "grovergol", - "title": "ComfyUI Grover Nodes", - "reference": "https://github.com/grovergol/comfyui-grover-nodes", + "author": "KAVVATARE", + "title": "ComfyUI_SimpleGoogleTranslate", + "reference": "https://github.com/KAVVATARE/ComfyUI_SimpleGoogleTranslate", "files": [ - "https://github.com/grovergol/comfyui-grover-nodes" + "https://github.com/KAVVATARE/ComfyUI_SimpleGoogleTranslate" ], "install_type": "git-clone", - "description": "A custom node that allows opening file paths in the default system file explorer." + "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)" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 34db4356f..0a7c8acbe 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -75,6 +75,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", @@ -148,6 +166,15 @@ "title_aux": "ComfyUI-OmniGen" } ], + "https://github.com/1038lab/ComfyUI-QwenVL": [ + [ + "AILab_QwenVL", + "AILab_QwenVL_Advanced" + ], + { + "title_aux": "ComfyUI-QwenVL" + } + ], "https://github.com/1038lab/ComfyUI-RMBG": [ [ "AILab_ColorInput", @@ -180,6 +207,7 @@ "FashionSegmentClothing", "RMBG", "SAM2Segment", + "SAM3Segment", "Segment", "SegmentV2" ], @@ -208,16 +236,29 @@ "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" @@ -347,57 +388,87 @@ ], "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", - "ImageResizeQwenImage", - "ImageResizeUniversal", - "ImageRotateWithMask", - "ImageSolid", - "ImageSolidFluxKontext", - "ImageSolidQwenImage", - "ImageStrokeByMask", - "ImageTileMerge", - "ImageTileSplit", - "ImageTileSplitPreset", - "ListCustomFloat", - "ListCustomInt", - "ListCustomSeed", - "ListCustomString", - "MaskBatchMathOps", - "MaskBatchToList", - "MaskCropByBBoxMask", - "MaskFillHole", - "MaskListToBatch", - "MaskMathOps", - "MaskPasteByBBoxMask", - "PathBuild", - "RangeMapping", - "StepSplit", - "StringCoordinateToBBoxMask", - "StringCoordinateToBBoxes", - "TextCustomExtract", - "TextFilterComment", - "TextJoinByTextList", - "TextJoinMulti", - "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_LoadImageFromFolder", + "1hew_LoadVideoFromFolder", + "1hew_MaskBatchMathOps", + "1hew_MaskBatchRange", + "1hew_MaskBatchSplit", + "1hew_MaskBatchToList", + "1hew_MaskCropByBBoxMask", + "1hew_MaskFillHole", + "1hew_MaskListToBatch", + "1hew_MaskMathOps", + "1hew_MaskPasteByBBoxMask", + "1hew_MaskRepeat", + "1hew_MultiImageBatch", + "1hew_MultiImageStitch", + "1hew_MultiMaskBatch", + "1hew_MultiStringJoin", + "1hew_RangeMapping", + "1hew_SaveVideo", + "1hew_SaveVideoRGBA", + "1hew_StringCoordinateToBBoxMask", + "1hew_StringCoordinateToBBoxes", + "1hew_StringFilter", + "1hew_StringJoinMulti", + "1hew_TextCustomExtract", + "1hew_TextEncodeQwenImageEditKeepSize", + "1hew_TextListToString", + "1hew_TextPrefixSuffix", + "1hew_URLToVideo", + "1hew_VideoCutGroup", + "1hew_WorkflowName" ], { "title_aux": "ComfyUI 1hewNodes" @@ -407,6 +478,8 @@ [ "Gelbooru (ID)", "Gelbooru (Random)", + "GelbooruID", + "GelbooruRandom", "UrlsToImage" ], { @@ -444,6 +517,8 @@ "AQ_Random", "AQ_SaveImageWebpReturnBase64", "AQ_SendImageToAPI", + "AQ_TextEncodeQwenImageEdit", + "AQ_TextEncodeQwenImageEditPlus", "AQ_multiface_ApplyPulidFlux" ], { @@ -482,29 +557,20 @@ "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/3dgopnik/comfyui-arena-suite": [ [ - "FluxEmptyLatentSizePicker", - "HighResFixApply", - "HighResFixConditioningDuplicator", - "HighResFixModelInjection", - "ModelSamplingFluxNormalized", - "STORKSamplerSelect", - "SoulSampler", - "SoulSamplerAdvanced", - "SoulSamplerDPM", - "SoulSamplerDPMAdvanced", - "SoulSamplerHybrid", - "SoulSamplerHybridAdvanced" + "Arena_MakeTilesSegs", + "\ud83c\udd70\ufe0f Arena AutoCache v6.1.2" ], { - "title_aux": "ComfyUI-42lux" + "title_aux": "ComfyUI Arena Suite" } ], "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": [ @@ -519,6 +585,7 @@ [ "ColorPalette", "ColorTransferReinhard", + "ExtractPalette", "PaletteOptimalTransportTransfer", "PaletteRbfTransfer", "PaletteTransfer", @@ -564,6 +631,7 @@ ], "https://github.com/5agado/ComfyUI-Sagado-Nodes": [ [ + "Film Grain", "Get Num Frames", "Get Resolution", "Image Loader", @@ -617,6 +685,16 @@ "title_aux": "Comflowy's Custom Nodes" } ], + "https://github.com/7BEII/comfyui-PD_comfy-api-node": [ + [ + "PDFluxKontextProOfficial", + "PDGeminiImageGenComfyKey", + "PDOpenAIGPTImageKey" + ], + { + "title_aux": "comfyui-PD_comfy-api-node" + } + ], "https://github.com/807502278/ComfyUI-3D-MeshTool": [ [ "Auto_Normal", @@ -632,7 +710,6 @@ "RT-to-camposes", "Tensor_to_List", "UV_options", - "UnwrapUV_Auto_xatlas", "UnwrapUV_xatlas", "array-append", "array-attribute", @@ -646,22 +723,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", @@ -682,7 +754,6 @@ "Audio_MergeBatch_To_Channel", "Batch_Average", "Bilateral_Filter", - "ColorData_HSV_Capture", "Color_Data_Break", "Color_check_Name", "ComfyUI_Path_Out", @@ -706,11 +777,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", @@ -735,10 +804,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", @@ -748,11 +817,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", @@ -763,8 +830,7 @@ "mask_select_mask", "ratio_selector", "run_yolo_bboxs", - "run_yolo_bboxs_v2", - "sort_images_batch" + "run_yolo_bboxs_v2" ], { "title_aux": "ComfyUI-WJNodes" @@ -828,6 +894,25 @@ "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-SecNodes": [ + [ + "CoordinatePlotter", + "SeCModelLoader", + "SeCVideoSegmentation" + ], + { + "title_aux": "Comfyui-SecNodes" + } + ], "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": [ [ "PixelSortAdvancedNode", @@ -949,6 +1034,56 @@ "title_aux": "ComfyUI-ShaderNoiseKSampler" } ], + "https://github.com/AHEKOT/ComfyUI_VNCCS": [ + [ + "CharacterAssetSelector", + "CharacterAssetSelectorQWEN", + "CharacterCreator", + "CharacterPreview", + "CharacterSheetCropper", + "DatasetGenerator", + "EmotionGenerator", + "SpriteGenerator", + "VNCCSChromaKey", + "VNCCSSamplerSchedulerPicker", + "VNCCSSheetExtractor", + "VNCCSSheetManager", + "VNCCS_ColorFix", + "VNCCS_Float", + "VNCCS_Integer", + "VNCCS_MaskExtractor", + "VNCCS_MultilineText", + "VNCCS_Pipe", + "VNCCS_PromptConcat", + "VNCCS_RMBG2", + "VNCCS_Resize", + "VNCCS_String" + ], + { + "title_aux": "VNCCS - Visual Novel Character Creation Suite" + } + ], + "https://github.com/AI-TEC/ComfyUI-AITECCAFE-Toolkit": [ + [ + "ChatGPTNode", + "CustomStringMerge", + "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", @@ -1055,6 +1190,7 @@ "https://github.com/AIFSH/ComfyUI-Hallo": [ [ "HalloNode", + "LoadAudio", "LoadAudioPath", "LoadImagePath", "PreViewVideo" @@ -1448,6 +1584,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", @@ -1465,7 +1611,6 @@ "SaveAudioBL", "SaveModel", "\u5b58\u50a8", - "\u5bfc\u5165", "\u622a\u56fe", "\u6750\u8d28\u56fe", "\u8f93\u5165\u56fe\u50cf", @@ -1521,15 +1666,17 @@ ], "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", @@ -1572,14 +1719,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", @@ -1687,15 +1841,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" @@ -1719,6 +1943,24 @@ "title_aux": "ComfyUI-Qwen2" } ], + "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery": [ + [ + "CharacterFeatureSwapNode", + "GlobalTextCacheGet", + "GroupExecutorManager", + "GroupExecutorTrigger", + "GroupMuteManager", + "ImageCacheGet", + "MultiCharacterEditorNode", + "PromptCleaningMaid", + "PromptSelector", + "ResolutionMasterSimplify", + "SimpleImageCompare" + ], + { + "title_aux": "ComfyUI-Danbooru-Gallery" + } + ], "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": [ [ "DanTagGen" @@ -1812,6 +2054,9 @@ ], "https://github.com/AcademiaSD/comfyui_AcademiaSD": [ [ + "AcademiaSD_BatchLoader", + "AcademiaSD_Gemini_Node", + "AcademiaSD_SaveCaption", "IntegerBypasser", "LoopCounterToFile", "PaddedFileName", @@ -1844,7 +2089,6 @@ "ETN_ApplyReferenceImages", "ETN_AttentionMask", "ETN_BackgroundRegion", - "ETN_CropImage", "ETN_DefineRegion", "ETN_ExtractImageTile", "ETN_ExtractMaskTile", @@ -1858,11 +2102,13 @@ "ETN_KritaStyle", "ETN_ListRegionMasks", "ETN_LoadImageBase64", + "ETN_LoadImageCache", "ETN_LoadMaskBase64", "ETN_MergeImageTile", "ETN_NSFWFilter", "ETN_Parameter", "ETN_ReferenceImage", + "ETN_SaveImageCache", "ETN_SendImageWebSocket", "ETN_TileLayout", "ETN_Translate" @@ -1898,6 +2144,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" @@ -1923,6 +2193,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", @@ -1934,33 +2216,49 @@ ], "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", + "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", + "NearestImageScaleDown", + "PixelUpscale2Target", + "RemoveBackgroundPixel", + "Unfake_PixelateTools" + ], + { + "title_aux": "ComfyUI_UnfakePy_Warpper" + } + ], "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": [ [ "Add Tag", @@ -1975,6 +2273,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", @@ -2007,6 +2313,14 @@ "title_aux": "seamless-clone-comfyui" } ], + "https://github.com/AlcAI-AnimeHaven/AlcAI-nodes": [ + [ + "RandomResSDXL" + ], + { + "title_aux": "AlcAI Nodes for ComfyUI" + } + ], "https://github.com/Alectriciti/comfyui-adaptiveprompts": [ [ "NormalizeLoraTags", @@ -2014,9 +2328,11 @@ "PromptCleanup", "PromptContextMerge", "PromptGenerator", + "PromptGeneratorAdvanced", "PromptMixer", "PromptRepack", "PromptReplace", + "PromptSequencer", "PromptShuffle", "PromptShuffleAdvanced", "PromptSplitter", @@ -2034,6 +2350,15 @@ "title_aux": "comfyui-adaptiveprompts" } ], + "https://github.com/AlexXia007/AIYang_TripleAPI": [ + [ + "NanoBananaGenerate", + "TripleAPIGenerate" + ], + { + "title_aux": "AIYang_TripleAPI" + } + ], "https://github.com/Alexankharin/camera-comfyUI": [ [ "CameraInterpolationNode", @@ -2069,23 +2394,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", @@ -2094,26 +2414,55 @@ "Get Substring JNK", "Get Text From List by Index JNK", "Get Timestamp JNK", + "GetAllAlphaLayers_JNK", + "GetAlphaLayers_JNK", + "GetGeminiKeys_JNK", + "GetGeminiModels_JNK", + "GetModels_JNK", + "GetSubstring_JNK", + "GetTextFromList_JNK", + "GetTimestamp_JNK", "Image Filter Loader JNK", + "ImageFilterLoader_JNK", "Join Strings JNK", + "JoinStrings_JNK", "Load Checkpoint Model with Name JNK", "Load Image if Exist JNK", "Load LoRA with Name JNK", "Load UNet Model with Name JNK", + "LoadImageWithCheck_JNK", + "LoadLoRAName_JNK", + "LoadModelName_Chpt_JNK", + "LoadModelName_Diff_JNK", + "LoadModelName_Unet_JNK", + "Model2Key_JNK", "Prepare Image for AI JNK", + "PrepareImageForAI_JNK", "Queue Stop JNK", + "QueueStop_JNK", "Save Frame JNK", "Save Static Image JNK", "Save Video Images JNK", + "SaveFrame_JNK", + "SaveStaticImage_JNK", + "SaveVideoImages_JNK", "Split String JNK", + "SplitString_JNK", "Stroke RGBA Image JNK", + "StrokeImage_JNK", "Switch Index JNK", "Switch Integer JNK", + "SwitchIdx_JNK", + "SwitchInt_JNK", "Text Saver JNK", "Text to Key JNK", "Text to MD5 JNK", + "Text2MD5_JNK", + "TextSaver_JNK", "ToonOut Remove BG JNK", - "Topaz Photo Upscaler (Autopilot) JNK" + "ToonOutRemoveBG_JNK", + "Topaz Photo Upscaler (Autopilot) JNK", + "TopazPhotoAI_JNK" ], { "title_aux": "ComfyUI-JNK-Tiny-Nodes" @@ -2270,6 +2619,14 @@ "title_aux": "Jovimetrix" } ], + "https://github.com/Analaser/ComfyUI-RandomTagWeights": [ + [ + "RandomTagWeights" + ], + { + "title_aux": "ComfyUI-RandomTagWeights" + } + ], "https://github.com/Andro-Meta/ComfyUI-Ovis2": [ [ "Ovis2ImageCaption", @@ -2338,8 +2695,19 @@ ], "https://github.com/ApexArtist/comfyui-apex-artist": [ [ - "ApexArtist", - "ApexArtist - Depth to Normal" + "ApexBatchInfo", + "ApexBlur", + "ApexDepthToNormal", + "ApexGetFrame", + "ApexLastFrame", + "ApexLatentNoise", + "ApexLayerBlend", + "ApexLoadImage", + "ApexPromptPreset", + "ApexRGBCurve", + "ApexSharpen", + "ApexSmartResize", + "ApexUpscaleBy" ], { "title_aux": "Apex Artist - Image Resize" @@ -2399,6 +2767,56 @@ "title_aux": "ReadCSV_ComfyUI" } ], + "https://github.com/Art-xmaster/comfyui-AGSoft": [ + [ + "AGSoft Loop Lora Strengths", + "AGSoft Show Text", + "AGSoft Text Input Switch X2", + "AGSoft Text Input Switch X4", + "AGSoft Text Input Switch X8", + "AGSoft Text Multiline", + "AGSoft Text Operation", + "AGSoft Text Overlay", + "AGSoft Text Replace", + "AGSoftLoadVideo", + "AGSoftTextConcatenateX2", + "AGSoftTextConcatenateX4", + "AGSoftTextConcatenateX8", + "AGSoftTextSplit", + "AGSoftVideoFrameExtractor", + "AGSoft_Draw_Mask_On_Image", + "AGSoft_Empty_Latent", + "AGSoft_Empty_Latent_QwenImage", + "AGSoft_Image_Concatenate", + "AGSoft_Image_Concatenate_From_Batch", + "AGSoft_Image_Crop", + "AGSoft_Image_Mask_Resize", + "AGSoft_Image_Mask_Resize_Adv", + "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" + ], + { + "title_aux": "comfyui-AGSoft" + } + ], "https://github.com/ArtBot2023/CharacterFaceSwap": [ [ "Color Blend", @@ -2445,6 +2863,7 @@ "HTNodeStateController", "HTNodeUnmuteAll", "HTNullNode", + "HTOIDNNode", "HTParameterExtractorNode", "HTPhotoshopBlurNode", "HTRegexNode", @@ -2494,19 +2913,38 @@ ], "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": [ [ + "ClearDirectoryNode", + "ElevenLabsTTSNode", "FluxKontextMaxNode", "FluxKontextProNode", "GPTImageEditNode", "GeminiChatNode", "GeminiSegmentationNode", + "GeminiTTSNode", "GoogleImagenEditNode", "GoogleImagenNode", - "Veo3VideoGenerator" + "NanoBananaNode", + "VeoGeminiVideoGenerator", + "VeoVertexVideoGenerator" ], { "title_aux": "ComfyUI-ExternalAPI-Helpers" } ], + "https://github.com/Aryan185/ComfyUI-VertexAPI": [ + [ + "GeminiChatVertexNode", + "GeminiSegmentationVertexNode", + "GeminiTTSVertexNode", + "GoogleImagenEditNode", + "GoogleImagenNode", + "GoogleVeoVertexVideoGenerator", + "NanoBananaVertexNode" + ], + { + "title_aux": "ComfyUI-VertexAPI" + } + ], "https://github.com/AshMartian/ComfyUI-DirGir": [ [ "Dir_Gir_Looper", @@ -2519,16 +2957,21 @@ ], "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack": [ [ + "AdvancedCLIPMerge", "ModelEnhancerTensorPrism", "SDXL Block Merge (Tensor Prism)", "SDXLAdvancedBlockMergeTensorPrism", + "TensorPrism_CheckpointReroute_Notes", + "TensorPrism_EpsilonVPredConverter", "TensorPrism_LayeredBlend", "TensorPrism_MainMerge", "TensorPrism_ModelKeyFilter", "TensorPrism_ModelMaskBlender", "TensorPrism_ModelMaskGenerator", + "TensorPrism_ModelWeightModifier", "TensorPrism_Prism", - "TensorPrism_WeightedMaskMerge" + "TensorPrism_WeightedMaskMerge", + "TensorPrism_WeightedTensorMerge" ], { "title_aux": "ComfyUI-Tensor-Prism-Node-Pack" @@ -2582,6 +3025,107 @@ "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", + "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", + "Rot13", + "Rot18", + "Rot47", + "Rot5", + "SHA1", + "SHA2", + "SHA3", + "SHAKE", + "SM3", + "Scrypt_Derive", + "Scrypt_Verify", + "Scytale", + "SimpleSubstitution", + "SteganoAnalysis", + "SteganoLSBDecode", + "SteganoLSBEncode", + "String2Base64", + "String2Binary", + "String2Hex", + "StringLooper", + "SymmetricEncryptDecrypt", + "SystemRandom", + "ThreeSquare", + "Trifid", + "TwoSquare", + "Vic", + "Vigenere", + "X963KDF_Derive", + "X963KDF_Verify", + "Zigzag" + ], + { + "title_aux": "ComfyUI ARG Toolkit" + } + ], "https://github.com/Azornes/Comfyui-LayerForge": [ [ "LayerForgeNode" @@ -2600,20 +3144,32 @@ ], "https://github.com/BAIKEMARK/ComfyUI-Civitai-Recipe": [ [ - "CivitaiDataFetcherCKPT", - "CivitaiDataFetcherLORA", + "CivitaiModelAnalyzerCKPT", + "CivitaiModelAnalyzerLORA", + "CivitaiParameterUnpacker", "CivitaiRecipeGallery", "LoraTriggerWords", "MarkdownPresenter", - "ParameterAnalyzer", - "PromptAnalyzer", - "RecipeParamsParser", - "ResourceAnalyzer" + "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", @@ -3004,6 +3560,22 @@ "title_aux": "LLM Node for ComfyUI" } ], + "https://github.com/BigStationW/ComfyUi-ConditioningNoiseInjection": [ + [ + "ConditioningNoiseInjection" + ], + { + "title_aux": "ComfyUi-ConditioningNoiseInjection" + } + ], + "https://github.com/BigStationW/ComfyUi-ConditioningTimestepSwitch": [ + [ + "ConditioningTimestepSwitch" + ], + { + "title_aux": "ComfyUi-ConditioningTimestepSwitch" + } + ], "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": [ [ "LoadImageX", @@ -3067,13 +3639,23 @@ "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/BlackSnowSkill/wd14_batch_tagger": [ + [ + "BSS_LoadImagesFolder", + "BSS_WD14BatchTagger" + ], + { + "title_aux": "BSS WD14 Batch Tagger" } ], "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": [ @@ -3087,6 +3669,14 @@ "BV ImagePipe Merger", "BV Show LoRA Blocks", "BV String to Combo", + "BV Subgraph Divider", + "BV Subgraph Float1 Slider", + "BV Subgraph Float2 Slider", + "BV Subgraph Float3 Slider", + "BV Subgraph Heading", + "BV Subgraph Int Slider", + "BV Subgraph Spacer", + "BV Subgraph Title", "BV Upscale Config", "BV Vector Edit", "BV Vector Edit Dropdown FLUX", @@ -3142,7 +3732,6 @@ ], "https://github.com/BlenderNeko/ComfyUI_Noise": [ [ - "BNK_DuplicateBatchIndex", "BNK_GetSigma", "BNK_InjectNoise", "BNK_NoisyLatentImage", @@ -3197,6 +3786,14 @@ "title_aux": "The AI Doctors Clinical Tools" } ], + "https://github.com/BobRandomNumber/ComfyUI-BasicOllama": [ + [ + "BasicOllama" + ], + { + "title_aux": "ComfyUI-BasicOllama" + } + ], "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": [ [ "DiaGenerate", @@ -3222,6 +3819,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", @@ -3233,6 +3838,8 @@ ], "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": [ [ + "Bobs-Advanced-Latent-Optimizer", + "Bobs-Latent-Optimizer", "BobsLatentNode", "BobsLatentNodeAdvanced" ], @@ -3250,10 +3857,19 @@ "title_aux": "FitDiT[official] - High-fidelity Virtual Try-on" } ], + "https://github.com/Braeden90000/comfyui-load-image-url": [ + [ + "LoadImageFileOrURL" + ], + { + "title_aux": "ComfyUI Load Image URL" + } + ], "https://github.com/Brekel/ComfyUI-Brekel": [ [ "BrekelAutoPromptGenerator", "BrekelEnhancePrompt", + "BrekelLoadImage", "BrekelPromptChooser", "BrekelResolutionSelector" ], @@ -3263,16 +3879,29 @@ ], "https://github.com/Bria-AI/ComfyUI-BRIA-API": [ [ + "AttributionByImageNode", "BriaEraser", "BriaGenFill", "BriaTailoredGen", + "GenerateImageNodeV2", "ImageExpansionNode", + "RefineImageNodeV2", "ReimagineNode", "RemoveForegroundNode", "ReplaceBgNode", "RmbgNode", - "ShotByImageNode", - "ShotByTextNode", + "ShotByImageAutomatic", + "ShotByImageAutomaticAspectRatio", + "ShotByImageCustomCoordinates", + "ShotByImageManualPadding", + "ShotByImageManualPlacement", + "ShotByImageOriginal", + "ShotByTextAutomatic", + "ShotByTextAutomaticAspectRatio", + "ShotByTextCustomCoordinates", + "ShotByTextManualPadding", + "ShotByTextManualPlacement", + "ShotByTextOriginal", "TailoredModelInfoNode", "TailoredPortraitNode", "Text2ImageBaseNode", @@ -3306,6 +3935,7 @@ "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": [ [ "BETACrop", + "BETASceneDetect", "BETAStitch", "IndexedLoRALoader_BETA", "LoadTextFromIndex", @@ -3322,6 +3952,7 @@ "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": [ [ "BETACrop", + "BETASceneDetect", "BETAStitch", "IndexedLoRALoader_BETA", "LoadTextFromIndex", @@ -3376,7 +4007,12 @@ [ "FaceAlignDouble", "FaceAlignSingle", - "FaceAutoFitSingle" + "FaceAutoFitDouble", + "FaceAutoFitSingle", + "GenderRecognitionNode", + "ImageRotateCHAOS", + "PromptSelectorDoubleCHAOS", + "PromptSelectorSingleCHAOS" ], { "title_aux": "ComfyUI_FaceAlignPaste" @@ -3533,6 +4169,15 @@ "title_aux": "ComfyUI_OmniAvatar" } ], + "https://github.com/Carasibana/ComfyUI-PolyMask": [ + [ + "PolyMaskNode", + "PolyMaskNodeMulti" + ], + { + "title_aux": "ComfyUI-PolyMask" + } + ], "https://github.com/Chan-0312/ComfyUI-EasyDeforum": [ [ "Easy2DDeforum" @@ -3558,10 +4203,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" ], @@ -3684,6 +4348,7 @@ "NumbersOverlayAdvancedNode", "NumbersOverlayNode", "PaintByNumbersNode", + "PaintByNumbersPaletteNode", "PaintByNumbersTemplateNode" ], { @@ -3694,16 +4359,73 @@ [ "AdvancedNoise", "Base64ToConditioning", + "BongSampler", "CLIPTextEncodeFluxUnguided", + "ClownGuide_AdaIN_MMDiT_Beta", + "ClownGuide_AttnInj_MMDiT_Beta", + "ClownGuide_Beta", + "ClownGuide_FrequencySeparation", + "ClownGuide_Mean_Beta", + "ClownGuide_StyleNorm_Advanced_HiDream", + "ClownGuide_Style_Beta", + "ClownGuide_Style_EdgeWidth", + "ClownGuide_Style_TileSize", + "ClownGuidesAB_Beta", + "ClownGuides_Beta", + "ClownGuides_Sync", + "ClownGuides_Sync_Advanced", + "ClownInpaint", + "ClownInpaintSimple", "ClownModelLoader", + "ClownOptions_Automation_Beta", + "ClownOptions_Combine", + "ClownOptions_Cycles_Beta", + "ClownOptions_DetailBoost_Beta", + "ClownOptions_ExtraOptions_Beta", + "ClownOptions_FlowGuide", + "ClownOptions_FrameWeights", + "ClownOptions_Frameweights", + "ClownOptions_ImplicitSteps_Beta", + "ClownOptions_Momentum_Beta", + "ClownOptions_SDE_Beta", + "ClownOptions_SDE_Mask_Beta", + "ClownOptions_SDE_Noise", + "ClownOptions_SigmaScaling_Beta", + "ClownOptions_StepSize_Beta", + "ClownOptions_SwapSampler_Beta", + "ClownOptions_Tile_Advanced_Beta", + "ClownOptions_Tile_Beta", "ClownRegionalConditioning", "ClownRegionalConditioning2", "ClownRegionalConditioning3", "ClownRegionalConditioning_AB", "ClownRegionalConditioning_ABC", "ClownRegionalConditionings", + "ClownSampler", + "ClownSamplerAdvanced", + "ClownSamplerAdvanced_Beta", + "ClownSamplerSelector_Beta", + "ClownSampler_Beta", "ClownScheduler", + "ClownStyle_Attn_MMDiT", + "ClownStyle_Attn_UNet", + "ClownStyle_Block_MMDiT", + "ClownStyle_Block_UNet", + "ClownStyle_Boost", + "ClownStyle_MMDiT", + "ClownStyle_ResBlock_UNet", + "ClownStyle_SpatialBlock_UNet", + "ClownStyle_TransformerBlock_UNet", + "ClownStyle_UNet", "ClownpileModelWanVideo", + "ClownsharKSampler", + "ClownsharKSamplerAutomation", + "ClownsharKSamplerAutomation_Advanced", + "ClownsharKSamplerGuide", + "ClownsharKSamplerGuides", + "ClownsharKSamplerOptions", + "ClownsharKSampler_Beta", + "ClownsharkChainsampler_Beta", "Conditioning Recast FP64", "ConditioningAdd", "ConditioningAverageScheduler", @@ -3774,11 +4496,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", @@ -3807,12 +4532,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", @@ -3912,6 +4649,8 @@ "TorchCompileModelSD35", "TorchCompileModels", "UNetSave", + "UltraSharkSampler", + "UltraSharkSampler Tiled", "VAEEncodeAdvanced", "VAEStyleTransferLatent" ], @@ -4004,6 +4743,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", @@ -4040,6 +4788,7 @@ "ImageToMultipleOf", "KikoFilmGrain", "KikoLocalImageLoader", + "KikoModelDownloader", "KikoPurgeVRAM", "KikoSaveImage", "LoRAFolderBatch", @@ -4052,6 +4801,7 @@ "SchedulerSelectHelper", "SeedHistory", "TextEncodeSamplerParams", + "TextInput", "WidthHeightSelector" ], { @@ -4061,7 +4811,8 @@ "https://github.com/ComfyAssets/ComfyUI_PromptManager": [ [ "PromptManager", - "PromptManagerText" + "PromptManagerText", + "PromptSearchList" ], { "title_aux": "ComfyUI_PromptManager" @@ -4091,6 +4842,89 @@ "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/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" @@ -4180,6 +5014,7 @@ "PrimereMidjourneyStyles", "PrimereModelConceptSelector", "PrimereModelKeyword", + "PrimereMultiImage", "PrimereNetworkDataCollector", "PrimereNetworkTagLoader", "PrimerePreviewImage", @@ -4222,12 +5057,46 @@ "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/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", @@ -4243,12 +5112,16 @@ ], "https://github.com/Creepybits/ComfyUI-Creepy_nodes": [ [ + "ArtAnalyst", "AudioKeywordExtractor", "CLIPSwitch", "Categorizer", + "CharacterSelect (Creepybits)", + "CharacterVault", "CollectAndDistributeText", "Coloring", - "ConditionalLoRAApplier", + "ConditionalLoRAApplierCreepybits", + "CreepyDirector'sSlate", "CustomNodeManager", "DelayNode", "DelayTextNode", @@ -4258,26 +5131,42 @@ "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", "SanitizeFilename", + "SaveRawLatent", + "SaveRawLatentCreepy", + "SceneDirector", "SummaryWriter", "SystemPromp", "Textswitch", - "VAESwitch" + "TriggerNextWorkflow", + "VAESwitch", + "WanPrompter", + "WorldWeaverPrompt" ], { "title_aux": "ComfyUI-Creepy_nodes" @@ -4299,6 +5188,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", @@ -4342,7 +5247,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", @@ -4354,8 +5258,7 @@ "Number", "PhotoShop Transfer", "SomethingShow", - "TensorShow", - "a fake Nod" + "TensorShow" ], { "title_aux": "ComfyUI-Yuan" @@ -4425,6 +5328,53 @@ "title_aux": "Artha-Projekt" } ], + "https://github.com/Cyrostar/ComfyUI-Artha-Nodes": [ + [ + "Artha Color Match", + "Artha Gemini Backdrop", + "Artha Gemini Body", + "Artha Gemini Camera", + "Artha Gemini Cloth", + "Artha Gemini Compose", + "Artha Gemini Condense", + "Artha Gemini Face", + "Artha Gemini Form", + "Artha Gemini Imagen", + "Artha Gemini Instruct", + "Artha Gemini Light", + "Artha Gemini Makeup", + "Artha Gemini Markdown", + "Artha Gemini Motion", + "Artha Gemini Operation", + "Artha Gemini Portrait", + "Artha Gemini Prompter", + "Artha Gemini Question", + "Artha Gemini Response", + "Artha Gemini Scenery", + "Artha Gemini Speech", + "Artha Gemini Style", + "Artha Gemini Subject", + "Artha Gemini Translate", + "Artha Gemini Vision", + "Artha Image Display", + "Artha Image Loader", + "Artha Input Selector", + "Artha Math Flo2Int", + "Artha Math Float", + "Artha Math Int2Flo", + "Artha Math Integer", + "Artha Math Number", + "Artha Math Operation", + "Artha Math Random", + "Artha Project Pause", + "Artha Project Prefix", + "Artha Project Seed", + "Artha Project Setup" + ], + { + "title_aux": "ComfyUI-Artha-Nodes" + } + ], "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": [ [ "Control Pipe (Focus Nodes)", @@ -4445,6 +5395,14 @@ "title_aux": "Comfyui FOCUS nodes" } ], + "https://github.com/DaLongZhuaZi/ComfyUI-Gemini-Prompt-Studio": [ + [ + "GeminiPromptStudio_T2I_I2V" + ], + { + "title_aux": "ComfyUI-Gemini-Prompt-Studio" + } + ], "https://github.com/Danand/ComfyUI-ComfyCouple": [ [ "Attention couple", @@ -4477,6 +5435,37 @@ "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/Daohoi123/ComfyUI-Gemini3": [ + [ + "Gemini3ProImageNode" + ], + { + "title_aux": "ComfyUI-Gemini3" + } + ], "https://github.com/DareFail/ComfyUI-Roboflow": [ [ "CustomWorkflow_1image", @@ -4510,15 +5499,7 @@ ], "https://github.com/DavidPiazza/network_bending": [ [ - "AudioFeatureExtractor", - "AudioLatentBlend", - "AudioLatentGuidance", - "AudioLatentInterpolate", - "AudioLatentManipulator", - "AudioReferenceEncoder", - "AudioStyleTransfer", - "AudioVAEDecode", - "AudioVAEEncode", + "InvertedPruning", "LatentFormatConverter", "ModelMixer", "NetworkBending", @@ -4571,6 +5552,52 @@ "title_aux": "Discord Webhook" } ], + "https://github.com/DazzleNodes/ComfyUI-Smart-Resolution-Calc": [ + [ + "SmartResolutionCalc" + ], + { + "title_aux": "Smart Resolution Calculator" + } + ], + "https://github.com/DazzleNodes/DazzleNodes": [ + [ + "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", + "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", @@ -4588,6 +5615,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", @@ -4602,14 +5638,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" @@ -4632,6 +5678,16 @@ "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" @@ -4648,6 +5704,16 @@ "title_aux": "RangeToString" } ], + "https://github.com/DemonNCoding/PromptGenerator12Columns": [ + [ + "PromptGenerator12Columns_Empty", + "PromptGenerator12Columns_Prefilled", + "PromptGenerator12Columns_PrefilledNSFW" + ], + { + "title_aux": "PromptGenerator 12-Columns" + } + ], "https://github.com/DenRakEiw/Latent_Nodes": [ [ "LatentColorMatch", @@ -4854,6 +5920,10 @@ "https://github.com/Dobidop/ComfyStereo": [ [ "DeoVRViewNode", + "NativeStereoImageViewer", + "NativeStereoVideoViewer", + "NativeVRStatus", + "StereoDiffusion", "StereoImageNode" ], { @@ -4924,6 +5994,7 @@ "DD-ModelSwitcher", "DD-QwenMTTranslator", "DD-SimpleLatent", + "DD-TxtFileMerger", "DD-VideoFrameExtractor" ], { @@ -4933,7 +6004,10 @@ "https://github.com/DrMWeigand/ComfyUI-StereoVision": [ [ "AutostereogramGenerator", - "StereoscopicGenerator" + "StereoCrafterInpainter", + "StereoscopicGenerator", + "StereoscopicGeneratorMax", + "StereoscopicGeneratorPro" ], { "title_aux": "StereoVision Plugin for ComfyUI" @@ -4941,6 +6015,7 @@ ], "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": [ [ + "ColorDetection", "LABColorDetection", "RGBColorDetection" ], @@ -4950,6 +6025,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", @@ -5007,7 +6090,15 @@ "Draekz Flux Resolutions", "Draekz JoyCaption", "Draekz Resolution Multiply", - "Draekz Resolutions By Ratio" + "Draekz Resolutions By Ratio", + "DraekzJsonGetValue", + "DraekzLLMOptions", + "DraekzLLMPrompt", + "DraekzLoraLoader", + "DraekzResolutionMultiply", + "DraekzResolutions", + "DraekzResolutionsByRatio", + "DraekzSeed" ], { "title_aux": "comfyui-draekz-nodez" @@ -5023,23 +6114,45 @@ ], "https://github.com/DragonDiffusionbyBoyo/Boyonodes": [ [ + "BoyoAssetGrabberAdvanced", + "BoyoAssetGrabberSimple", "BoyoAudioEval", "BoyoChainBastardLoops", + "BoyoCompare", + "BoyoForLoopEnd", + "BoyoForLoopStart", "BoyoFramePackLoRA", + "BoyoImageCrop", "BoyoImageGrab", "BoyoIncontextSaver", + "BoyoLoRAConfigInspector", + "BoyoLoRAConfigProcessor", + "BoyoLoRAJSONBuilder", + "BoyoLoRAPairedLoader", + "BoyoLoRAPathForwarder", "BoyoLoadImageList", "BoyoLoopCollector", + "BoyoLoopCounter", "BoyoLoopImageSaver", + "BoyoLoopReset", + "BoyoMathInt", "BoyoPairedImageSaver", "BoyoPairedSaver", "BoyoPromptInjector", "BoyoPromptLoop", + "BoyoQwenVLGrounding", "BoyoSaver", + "BoyoStoryboardOutput", + "BoyoStoryboardPrompt", "BoyoTiledVAEDecode", "BoyoVACEInjector", "BoyoVACEViewer", "BoyoVAEDecode", + "BoyoVideoPairedSaver", + "BoyoVideoSaver", + "BoyoVision", + "BoyoWhileLoopEnd", + "BoyoWhileLoopStart", "Boyolatent", "MandelbrotVideo" ], @@ -5059,20 +6172,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", @@ -5089,31 +6237,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", @@ -5251,23 +6417,38 @@ "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": [ [ "EmAySee_AnyPassthrough", + "EmAySee_CalculateAspectRatio", "EmAySee_CheckboxFloatNode", "EmAySee_DateTimeStringNode", "EmAySee_DynamicStringSelectorNode", + "EmAySee_GetModelPath", "EmAySee_GreaterThanNode", "EmAySee_HostPinger", + "EmAySee_ImageGetSize", "EmAySee_ImagePassthrough", "EmAySee_IntegerStringSelectorNode", "EmAySee_IntegerStringSelectorNodeDynamic", + "EmAySee_LatentSwitch", + "EmAySee_LoRA Metadata Extractor TagDrop", + "EmAySee_LoRAMetadataExtractor", + "EmAySee_LoRAMetadataExtractorTagDrop", + "EmAySee_LoraFilePicker", + "EmAySee_MathExpression", + "EmAySee_MetadataFormatter", "EmAySee_MultiplierNode", + "EmAySee_PadImageForOutpainting", "EmAySee_ProbabilityStringSelectorNode", "EmAySee_RandomIntFromList", "EmAySee_RandomIntegerFromListNode", "EmAySee_RandomIntegerFromTogglesNode_PremadeLabels", + "EmAySee_RandomLoraLoader", "EmAySee_RandomStringSelectorNode", "EmAySee_RandomStringSelectorNodeFourChoice", "EmAySee_RandomStringSelectorNodeThreeChoice", "EmAySee_RemoveDuplicateCSV", + "EmAySee_RemoveDuplicatesFromString", + "EmAySee_RemoveDuplicatesFromStringV2", + "EmAySee_RemoveWordsFromText", "EmAySee_RepaintKSampler", "EmAySee_SaveImage", "EmAySee_SaveTextToFile", @@ -5276,8 +6457,10 @@ "EmAySee_SubmitToOobaboogaAPI", "EmAySee_SubmitToOobaboogaAPIWithKey", "EmAySee_ToggleIntNode", + "EmAySee_VAECompatibleAspectRatioCalculator", "EmAySee_VarTextReplacer", - "EmAySee_VeryUniqueStringSelectorNode" + "EmAySee_VeryUniqueStringSelectorNode", + "EmAySee_WD14TagFilter" ], { "title_aux": "ComfyUI_EmAySee_CustomNodes" @@ -5285,21 +6468,26 @@ ], "https://github.com/Enashka/ComfyUI-nhknodes": [ [ + "AddHeadroom", "CyclingSwitch", "DoubleSwitch", "DoubleSwitchOut", + "EditWithKrita", "ExecutionCounter", "ImageGridBatch", "ImageGridComposite", "ImageLoaderWithPreviews", "IntervalGate", "LLMChat", - "QwenVision", + "LoadImageSeries", + "OllamaChat", + "PlaySound", "SimpleTextInput", "SizePicker", "TextCombiner", "TextDisplay", - "TextTemplate" + "TextTemplate", + "VisualResizer" ], { "title_aux": "ComfyUI-nhknodes" @@ -5307,10 +6495,16 @@ ], "https://github.com/Enemyx-net/VibeVoice-ComfyUI": [ [ + "LoadTextFromFileNode", "VibeVoice Free Memory", + "VibeVoice LoRA", "VibeVoice Load Text From File", "VibeVoice Multiple Speakers", - "VibeVoice Single Speaker" + "VibeVoice Single Speaker", + "VibeVoiceFreeMemoryNode", + "VibeVoiceLoRANode", + "VibeVoiceMultipleSpeakersNode", + "VibeVoiceSingleSpeakerNode" ], { "title_aux": "VibeVoice ComfyUI" @@ -5324,14 +6518,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", @@ -5342,6 +6528,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" @@ -5350,6 +6556,15 @@ "title_aux": "ComfyUI-ReLight" } ], + "https://github.com/EnragedAntelope/comfyui-sdnq": [ + [ + "SDNQModelQuantizer", + "SDNQSampler" + ], + { + "title_aux": "comfyui-sdnq" + } + ], "https://github.com/Erehr/ComfyUI-EreNodes": [ [ "ErePromptCloud", @@ -5365,6 +6580,239 @@ "title_aux": "ComfyUI-EreNodes" } ], + "https://github.com/EricRollei/AAA_Metadata_System": [ + [ + "AspectRatio2StepLatent", + "CheckpointBatchInfoSetter_v074", + "CheckpointInfoSetter_v074", + "CheckpointInfoViewer_v074", + "CheckpointParamsLoader_v074", + "CheckpointTester_v074", + "ColorNameToRGB_v01", + "ColorSelector", + "CulturalColorPaletteGenerator_v01", + "EnhancedMetadataFilterNode_V2", + "EricCivitaiPromptExtractor", + "EricCivitaiPromptExtractorAutoLoader", + "EricLoadImageExtended", + "EricLoadImageWithLayers", + "EricSaveTrueSVGImage", + "Eric_Color_Palette_Analyzer_v3", + "Eric_Duplicate_Image_Finder_v04", + "Eric_Metadata_Debugger_V2", + "Eric_Metadata_Entry_V2", + "Eric_Metadata_Filter_V2", + "Eric_Metadata_Query_V3", + "Eric_Workflow_Toolkit_v2", + "EricsWordCloudNode", + "FileOrganizer", + "FlattenNestedFiles_v2", + "LoRABatchInfoSetter_v03", + "LoRABulkOperations_v03", + "LoRADatabaseMaintenance_v03", + "LoRADatabaseStats_v03", + "LoRAGalleryDisplay_v03", + "LoRAGalleryWithEdit_v03", + "LoRAInfoSetter_v03", + "LoRAInfoViewer_v03", + "LoRAParamsLoader_v03", + "LoRAQuickFeedback_v03", + "LoRATester_v03", + "MetadataAwareSaveImage_Simple", + "MetadataAwareSaveImage_v099d", + "MetadataConsolidatorNode_V2", + "Multi-LoRA Loader Flux", + "Multi-LoRA Loader Model-Only", + "Multi-LoRA Loader Qwen", + "Multi-LoRA Loader Wan-i2v", + "Multi-LoRA Loader Wan-t2v", + "Multi-LoRA Loader Z-Image", + "Multi-LoRA Loader [PLATFORM_NAME]", + "Multi-LoRA Loader v02", + "MyCustomNode", + "PngInfoDiagnosticV3", + "PngMetadataExtractorV3", + "SmartImageCropper", + "SplitWorkflowExtractorNode_V2", + "TextOverlayNode_v04", + "TriggerWordManager_v03", + "Wan22AspectRatioHelper", + "Wan22_Size_Preset" + ], + { + "nodename_pattern": "^(MetadataAwareSaveImage|Multi_LoRA_Loader|LoadImageLayers)", + "title_aux": "AAA Metadata System" + } + ], + "https://github.com/EricRollei/Comfy_HunyuanImage3": [ + [ + "HunyuanImage3ClearDownstream", + "HunyuanImage3ForceUnload", + "HunyuanImage3FullGPULoader", + "HunyuanImage3FullLoader", + "HunyuanImage3Generate", + "HunyuanImage3GenerateLarge", + "HunyuanImage3GenerateLargeBudget", + "HunyuanImage3GenerateLowVRAM", + "HunyuanImage3GenerateLowVRAMBudget", + "HunyuanImage3GenerateTelemetry", + "HunyuanImage3Int8Loader", + "HunyuanImage3Int8LoaderBudget", + "HunyuanImage3NF4LoaderLowVRAMBudget", + "HunyuanImage3QuantizedLoader", + "HunyuanImage3SoftUnload", + "HunyuanImage3Unload", + "HunyuanPromptRewriter" + ], + { + "title_aux": "Comfy_HunyuanImage3" + } + ], + "https://github.com/EricRollei/Download_Tools": [ + [ + "EricWebFileScraper_v082", + "GalleryDLDownloader", + "YtDlpDownloader" + ], + { + "nodename_pattern": "(Gallery-dl|Yt-dlp|Web.*Scraper)", + "title_aux": "Download Tools for ComfyUI" + } + ], + "https://github.com/EricRollei/Emu35-Comfyui-Nodes": [ + [ + "Emu35ClearCache", + "Emu35Loader", + "Emu35OfficialT2I", + "Emu35Sampler", + "Emu35VQA" + ], + { + "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": [ + [ + "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/EuphoricPenguin/resemble-enhance-comfyui": [ + [ + "ResembleEnhance" + ], + { + "title_aux": "ComfyUI Resemble Enhance" + } + ], "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": [ [ "Batch_joy_caption_two", @@ -5401,6 +6849,9 @@ ], "https://github.com/ExoticArts/comfyui-ea-nodes": [ [ + "EAImageCompare", + "EAImageCompare3Way", + "EAImageCompare4Way", "EA_AutoTrimPingPong", "EA_FilenameCombine", "EA_LightningMotionBias", @@ -5411,7 +6862,9 @@ "EA_PowerLora_CLIP", "EA_PowerLora_WanVideo", "EA_TrimFrames", - "EA_VideoLoad" + "EA_TrimWindow", + "EA_VideoLoad", + "EA_VideoSaveIdempotent" ], { "title_aux": "comfyui-ea-nodes" @@ -5464,13 +6917,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" @@ -5794,7 +7241,6 @@ "MeshGraphormer-DepthMapPreprocessor", "Metric3D-DepthMapPreprocessor", "Metric3D-NormalMapPreprocessor", - "Metric_DepthAnythingV2Preprocessor", "MiDaS-DepthMapPreprocessor", "MiDaS-NormalMapPreprocessor", "OneFormer-ADE20K-SemSegPreprocessor", @@ -5813,6 +7259,7 @@ "SemSegPreprocessor", "ShufflePreprocessor", "TEEDPreprocessor", + "TEED_Preprocessor", "TTPlanet_TileGF_Preprocessor", "TTPlanet_TileSimple_Preprocessor", "TilePreprocessor", @@ -5907,6 +7354,21 @@ "title_aux": "ComfyUI MaskAIFingerprint" } ], + "https://github.com/FeiMao-326/Comfyui-General-API-Node": [ + [ + "FeiMao_326_GeneralAPINode", + "FeiMao_326_GetListElement", + "FeiMao_326_JsonParser", + "FeiMao_326_TextBatchReplace", + "FeiMao_326_TextIterator", + "FeiMao_326_TextSplitByDelimiter", + "ShowTextNode", + "SimpleTextNode" + ], + { + "title_aux": "Comfyui-General-API-Node" + } + ], "https://github.com/Feidorian/feidorian-ComfyNodes": [ [], { @@ -5940,10 +7402,13 @@ "Add Margin With Color", "Any to Int/Float/String", "Audio Duration", + "Clamp Images To Megapixels", "Essential Params", + "Essential Params Expand", "Get Last Output Video Path", "If Image Valid", "Image Params", + "Image Params Expand", "Is Image Valid ?", "Math Operation", "None if same Image", @@ -5951,6 +7416,7 @@ "Resize Images To Megapixels", "Resize To Megapixels", "Video Params", + "Video Params Expand", "WaveformDevice" ], { @@ -5997,10 +7463,26 @@ "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" @@ -6010,11 +7492,9 @@ [ "AbsCosWave", "AbsSinWave", - "BatchGLIGENSchedule", "BatchPromptSchedule", "BatchPromptScheduleEncodeSDXL", "BatchPromptScheduleLatentInput", - "BatchPromptScheduleNodeFlowEnd", "BatchPromptScheduleSDXLLatentInput", "BatchStringSchedule", "BatchValueSchedule", @@ -6024,6 +7504,7 @@ "CosWave", "FizzFrame", "FizzFrameConcatenate", + "ImageBatchFromValueSchedule", "ImagesFromBatchSchedule", "Init FizzFrame", "InvCosWave", @@ -6034,6 +7515,7 @@ "PromptScheduleNodeFlow", "PromptScheduleNodeFlowEnd", "SawtoothWave", + "SelectFrameNumber", "SinWave", "SquareWave", "StringConcatenate", @@ -6058,6 +7540,7 @@ ], "https://github.com/FloyoAI/ComfyUI-Seed-API": [ [ + "ResolutionHelper", "SeedChat", "SeedEditImageToImage", "SeedanceLiteFirstLastFrame", @@ -6065,6 +7548,11 @@ "SeedanceLiteReferenceImages", "SeedanceLiteTextToVideo", "SeedanceProTextImageToVideo", + "Seedream4BatchGeneration", + "Seedream4ImageToImage", + "Seedream4MultiImageBlending", + "Seedream4TextToImage", + "Seedream4Unified", "SeedreamTextToImage", "VideoToFrames" ], @@ -6101,19 +7589,68 @@ ], "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", + "FossielSequenceWrangler", + "FossielWebPWrangler", + "Fossiel_Qwen_Size_Stabilizer", + "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" @@ -6138,6 +7675,16 @@ "title_aux": "NX_Translator" } ], + "https://github.com/FranckyB/ComfyUI-Prompt-Manager": [ + [ + "PromptGenOptions", + "PromptGenerator", + "PromptManager" + ], + { + "title_aux": "ComfyUI-Prompt-Manager" + } + ], "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": [ [ "LoraAdaLNPatcher" @@ -6245,6 +7792,7 @@ "StabStitch", "StabStitch_Crop_Resize", "StabStitch_Stabilize", + "VFI_MAMBA", "WFEN" ], { @@ -6255,6 +7803,26 @@ "title_aux": "FM_nodes" } ], + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": [ + [ + "ACN_AdvancedControlNetApply_v2", + "ACN_ControlNetLoaderAdvanced", + "ECHOCheckpointLoaderSimple", + "KSampler_A1111" + ], + { + "title_aux": "ComfyUI-Dummy_Node_Pack" + } + ], + "https://github.com/FuryNocturn/ComfyUI-Studio-Fury": [ + [ + "StudioFury_AdvancedPrompt", + "StudioFury_EmbeddingsSelector" + ], + { + "title_aux": "ComfyUI-Studio-Fury" + } + ], "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": [ [ "VisualAreaPrompt", @@ -6280,27 +7848,22 @@ "title_aux": "ComfyUI-SD3-Powerlab" } ], - "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": [ + "https://github.com/GACLove/ComfyUI-VFI": [ [ - "LightX2VConfigCombiner", - "LightX2VInferenceConfig", - "LightX2VLoRALoader", - "LightX2VMemoryOptimization", - "LightX2VModularInference", - "LightX2VQuantization", - "LightX2VTeaCache" + "CalculateLoadedFPS", + "RIFEInterpolation" ], { - "title_aux": "ComfyUI-Lightx2vWrapper" + "title_aux": "ComfyUI-VFI" } ], - "https://github.com/GACLove/ComfyUI-VFI": [ + "https://github.com/GENKAIx/PixelArt-Processing-Nodes-for-ComfyUI": [ [ - "CalculateLoadedFPS", - "RIFEInterpolation" + "PixelArtDownscaleNode", + "PixelArtNode" ], { - "title_aux": "ComfyUI-VFI" + "title_aux": "PixelArt Processing Nodes" } ], "https://github.com/GHOSTLXH/ComfyUI-Counternodes": [ @@ -6320,16 +7883,31 @@ [ "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" @@ -6387,19 +7965,28 @@ "title_aux": "ComfyUI-SD3LatentSelectRes" } ], - "https://github.com/GeekyGhost/24oiduts-ComfyUI": [ + "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": [ [ - "Studio42AudioLoader", - "Studio42AudioMixer", - "Studio42BackgroundRemoverEnhanced", - "Studio42LayerComposer", - "Studio42PatchDrop", - "Studio42PatchLiftLoader", - "Studio42VideoPatchDrop", - "Studio42VideoPatchLiftLoader" + "HttpTTSToAudio", + "TTSServerStatus" ], { - "title_aux": "ComfyUI-Image-Segmenting-Loader" + "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": [ @@ -6446,6 +8033,14 @@ "title_aux": "ComfyUI Geeky AudioMixer" } ], + "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node": [ + [ + "MultiAreaConditioning" + ], + { + "title_aux": "Multi Area Conditioning" + } + ], "https://github.com/GentlemanHu/ComfyUI-SunoAI": [ [ "GentlemanHu_SunoAI", @@ -6455,6 +8050,15 @@ "title_aux": "ComfyUI Suno API" } ], + "https://github.com/Geo1230/ComfyUI-DeepseekOCR": [ + [ + "DeepSeekOCR_Load", + "DeepSeekOCR_Run" + ], + { + "title_aux": "ComfyUI-DeepseekOCR" + } + ], "https://github.com/GeraldWie/ComfyUI-I2I-slim": [ [ "Color Transfer Slim", @@ -6488,6 +8092,65 @@ "title_aux": "ComfyUI-DiffusersImageOutpaint" } ], + "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" @@ -6521,6 +8184,7 @@ "ReActorMaskHelper", "ReActorOptions", "ReActorRestoreFace", + "ReActorRestoreFaceAdvanced", "ReActorSaveFaceModel", "ReActorSetWeight", "ReActorUnload" @@ -6529,6 +8193,22 @@ "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-PuLID-Flux-GR": [ [ "GRApplyPulidFlux", @@ -6580,7 +8260,9 @@ "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", + "GRLoraLoader", + "GRPromptViewer" ], { "title_aux": "GraftingRayman" @@ -6594,6 +8276,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", @@ -6603,6 +8293,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" @@ -6611,13 +8310,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": [ @@ -6637,6 +8344,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", @@ -6754,6 +8470,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", @@ -6792,14 +8519,14 @@ "title_aux": "ComfyUI OneReward Node" } ], - "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": [ + "https://github.com/HM-RunningHub/ComfyUI_RH_Ovi": [ [ - "QwenImageModelLoader", - "RH_QwenImageGenerator", - "RH_QwenImagePromptEnhancer" + "RunningHub Ovi Image to Video", + "RunningHub Ovi Model Loader", + "RunningHub Ovi Text to Video" ], { - "title_aux": "ComfyUI Qwen-Image Node" + "title_aux": "ComfyUI Ovi Node" } ], "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": [ @@ -6836,6 +8563,24 @@ "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" @@ -6874,13 +8619,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", @@ -6900,9 +8656,8 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Normalization", - "Recenter", - "Recenter XL" + "Diffusion CG", + "Disable CG" ], { "title_aux": "Diffusion CG" @@ -6918,7 +8673,7 @@ ], "https://github.com/Haoming02/comfyui-resharpen": [ [ - "Resharpen" + "ReSharpen" ], { "title_aux": "ComfyUI ReSharpen" @@ -6940,6 +8695,23 @@ "title_aux": "ComfyUI-AmazonBedrock" } ], + "https://github.com/Hasasasa/ComfyUI_DashuaiTools": [ + [ + "API_PromptHelper", + "API_caption", + "Batch_API_caption", + "ImageComparisonGIF", + "LoadImageList", + "LoadTextList", + "MinimumFilter", + "SaveImageWithName", + "XY_Image", + "ZImageLoraModelOnly" + ], + { + "title_aux": "ComfyUI DashuaiTools" + } + ], "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": [ [ "Clip Switch", @@ -7005,6 +8777,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" @@ -7021,6 +8810,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", @@ -7065,18 +8862,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": [ @@ -7123,8 +8914,11 @@ "AgentMemoryProvider", "AgentNode", "BasicRecursionFilterNode", + "Completion Enhancement Filter", + "Document Chunk Processor", "DocumentChunkRecursionFilterNode", "DocumentProcessor", + "Iterative Completion Agent", "LinuxMemoryDirectory", "QueryNode" ], @@ -7135,19 +8929,440 @@ "title_aux": "ComfyUI_LiteLLM" } ], + "https://github.com/HowToSD/ComfyUI-Data-Analysis": [ + [ + "CDAFloatCreate", + "CDAIntCreate", + "CDAJSONCreate", + "CDAShowFloat", + "CDAShowInt", + "CDAStringCreate", + "CDATextCreate", + "MPLBar", + "MPLLine", + "MPLPieChart", + "MPLScatter", + "NumpyFloatCreate", + "NumpyIntCreate", + "NumpyShow", + "NumpySqueeze", + "PandasAdd", + "PandasAddScalarFloat", + "PandasAddScalarInt", + "PandasAddSeries", + "PandasAsFloat", + "PandasAsInt", + "PandasAsString", + "PandasAtDatetime", + "PandasAtFloat", + "PandasAtInt", + "PandasAtSetDatetime", + "PandasAtSetFloat", + "PandasAtSetInt", + "PandasAtSetString", + "PandasAtString", + "PandasBooleanIndex", + "PandasColumns", + "PandasCorr", + "PandasCos", + "PandasCount", + "PandasCov", + "PandasCreate", + "PandasCreateFromDict", + "PandasCreateFromDictIndexList", + "PandasCreateFromMultipleDict", + "PandasCreateFromNumpy", + "PandasCreateFromTensor", + "PandasCreateSeriesFromDict", + "PandasCreateSeriesFromList", + "PandasCreateSeriesFromListIndexList", + "PandasCreateWithIndex", + "PandasCrosstab", + "PandasCummax", + "PandasCummin", + "PandasCumprod", + "PandasCumsum", + "PandasDiv", + "PandasDivScalarFloat", + "PandasDivScalarInt", + "PandasDivSeries", + "PandasDropDuplicates", + "PandasDropNA", + "PandasEq", + "PandasEqScalarFloat", + "PandasEqScalarInt", + "PandasExcelFileSheetNames", + "PandasExp", + "PandasFeatureSplitToNumpy", + "PandasFeatureSplitToPt", + "PandasFillNAScalarFloat", + "PandasFillNAScalarInt", + "PandasGe", + "PandasGeScalarFloat", + "PandasGeScalarInt", + "PandasGroupBy", + "PandasGt", + "PandasGtScalarFloat", + "PandasGtScalarInt", + "PandasHead", + "PandasHorizontalConcat", + "PandasHorizontalSplit", + "PandasIatDatetime", + "PandasIatFloat", + "PandasIatInt", + "PandasIatSetDatetime", + "PandasIatSetFloat", + "PandasIatSetInt", + "PandasIatSetString", + "PandasIatString", + "PandasIlocRowSeries", + "PandasIlocRowsDataFrame", + "PandasIlocRowsSliceDataFrame", + "PandasIndex", + "PandasIndexToString", + "PandasIsNA", + "PandasJoin", + "PandasKurtosis", + "PandasLe", + "PandasLeScalarFloat", + "PandasLeScalarInt", + "PandasLoadCSV", + "PandasLoadCSVWithEncoding", + "PandasLoadCSVWithIndex", + "PandasLoadExcel", + "PandasLoadHTML", + "PandasLoadJSON", + "PandasLocCellString", + "PandasLocRowMultiIndexDataFrame", + "PandasLocRowSeries", + "PandasLog", + "PandasLt", + "PandasLtScalarFloat", + "PandasLtScalarInt", + "PandasMax", + "PandasMean", + "PandasMedian", + "PandasMelt", + "PandasMin", + "PandasMode", + "PandasMul", + "PandasMulScalarFloat", + "PandasMulScalarInt", + "PandasMulSeries", + "PandasNe", + "PandasNeScalarFloat", + "PandasNeScalarInt", + "PandasPivot", + "PandasPow", + "PandasPowScalarFloat", + "PandasPowScalarInt", + "PandasPowSeries", + "PandasRename", + "PandasRenameAdvanced", + "PandasReplace", + "PandasReplaceAdvanced", + "PandasSaveCSV", + "PandasSaveJSON", + "PandasSelectColumnAsSeries", + "PandasSelectColumns", + "PandasSelectRows", + "PandasSeriesToDataFrame", + "PandasSeriesToString", + "PandasSetIndex", + "PandasShowDataFrame", + "PandasShowIndex", + "PandasShowSeries", + "PandasShowText", + "PandasSin", + "PandasSkew", + "PandasSort", + "PandasStd", + "PandasStrftime", + "PandasSub", + "PandasSubScalarFloat", + "PandasSubScalarInt", + "PandasSubSeries", + "PandasSum", + "PandasSummary", + "PandasTan", + "PandasToDatetime", + "PandasToNumpy", + "PandasToString", + "PandasTranspose", + "PandasValueCounts", + "PandasVar", + "PandasVerticalConcat", + "PandasVerticalSplit", + "PandasXs", + "PyDatetimeToString", + "PyFloatToString", + "PyIntToString", + "PyKvFloatCreate", + "PyKvIntCreate", + "PyKvStringCreate", + "PyListToString", + "PyStringToDatetime", + "PyStringToDict", + "PyStringToFloat", + "PyStringToInt", + "PyStringToList", + "SNSBar", + "SNSBarPt", + "SNSBoxplot", + "SNSHeatmap", + "SNSHistogram", + "SNSHistogramPt", + "SNSLine", + "SNSLinePt", + "SNSPairplot", + "SNSScatter", + "SNSScatterPt" + ], + { + "title_aux": "ComfyUI-Data-Analysis" + } + ], + "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": [ + [ + "HfTokenizerEncode", + "PtAbs", + "PtAcos", + "PtAdd", + "PtApplyFunction", + "PtArange", + "PtArgmax", + "PtArgmin", + "PtAsin", + "PtAtan", + "PtBitwiseAnd", + "PtBitwiseLeftShift", + "PtBitwiseNot", + "PtBitwiseOr", + "PtBitwiseRightShift", + "PtBitwiseXor", + "PtBmm", + "PtBoolCreate", + "PtComputeLoss", + "PtConcat", + "PtCos", + "PtCosh", + "PtCrop", + "PtDataLoader", + "PtDataLoaderFromTensors", + "PtDiv", + "PtEinsum", + "PtEq", + "PtEvaluateClassificationModel", + "PtExp", + "PtFlatten", + "PtFloatCreate", + "PtFloorDiv", + "PtFromImage", + "PtFromImageTranspose", + "PtFromLatent", + "PtFromNumpy", + "PtFull", + "PtGather", + "PtGe", + "PtGt", + "PtIndexSelect", + "PtIntCreate", + "PtInterpolateByScaleFactor", + "PtInterpolateToSize", + "PtLe", + "PtLinspace", + "PtLoadModel", + "PtLog", + "PtLogicalAnd", + "PtLogicalNot", + "PtLogicalOr", + "PtLogicalXor", + "PtLt", + "PtMaskedSelect", + "PtMatMul", + "PtMax", + "PtMean", + "PtMedian", + "PtMin", + "PtMm", + "PtMul", + "PtNe", + "PtNeg", + "PtOnes", + "PtPad", + "PtPermute", + "PtPow", + "PtPredictClassificationModel", + "PtPredictRegressionModel", + "PtProd", + "PtRand", + "PtRandInt", + "PtRandn", + "PtRemainder", + "PtReshape", + "PtSaveModel", + "PtScatter", + "PtShowSize", + "PtShowText", + "PtSin", + "PtSinh", + "PtSize", + "PtSizeCreate", + "PtSizeToNumpy", + "PtSizeToString", + "PtSqrt", + "PtSqueeze", + "PtStack", + "PtStd", + "PtSub", + "PtSum", + "PtTan", + "PtTanh", + "PtToBfloat16", + "PtToFloat16", + "PtToFloat32", + "PtToFloat64", + "PtToImage", + "PtToImageTranspose", + "PtToInt16", + "PtToInt32", + "PtToInt64", + "PtToInt8", + "PtToLatent", + "PtToNumpy", + "PtToRgbTensors", + "PtToUint8", + "PtTokenizer", + "PtTrainClassificationModel", + "PtTrainClassificationModelLr", + "PtTrainClassificationTransformerModel", + "PtTrainFineTuneClassificationTransformerModel", + "PtTrainModel", + "PtTrainRNNModel", + "PtTrainRegressionModel", + "PtUnsqueeze", + "PtVar", + "PtView", + "PtWhere", + "PtZeros", + "PtdBernoulli", + "PtdBeta", + "PtdBinomial", + "PtdCategorical", + "PtdChi2", + "PtdExponential", + "PtdGamma", + "PtdNormal", + "PtdPoisson", + "PtdStudentT", + "PtdUniform", + "PtdmCdf", + "PtdmCdfTensor", + "PtdmIcdf", + "PtdmIcdfTensor", + "PtdmLogProb", + "PtdmLogProbTensor", + "PtdmPdf", + "PtdmPdfTensor", + "PtdmPmf", + "PtdmPmfTensor", + "PtdmSample", + "PtfGELU", + "PtfLeakyReLU", + "PtfLogSoftmax", + "PtfReLU", + "PtfSiLU", + "PtfSigmoid", + "PtfSoftmax", + "PtfSoftplus", + "PtfTanh", + "PtnAvgPool2d", + "PtnBCELoss", + "PtnBCEWithLogitsLoss", + "PtnBatchNorm2d", + "PtnChainedModel", + "PtnChainedModelWithAttentionMask", + "PtnConv2d", + "PtnConvModel", + "PtnCrossEntropyLoss", + "PtnEmbedding", + "PtnEmbeddingRNNLinear", + "PtnEmbeddingTransformerLinear", + "PtnGRU", + "PtnGRULinear", + "PtnHfFineTunedClassificationModel", + "PtnHfLoraClassificationModel", + "PtnHuberLoss", + "PtnInstanceNorm2d", + "PtnKLDivLoss", + "PtnL1Loss", + "PtnLSTM", + "PtnLSTMLinear", + "PtnLayerNorm", + "PtnLinear", + "PtnLinearModel", + "PtnMSELoss", + "PtnMaskedMeanPooling", + "PtnMaxPool2d", + "PtnModelWithClosure", + "PtnMultiheadAttention", + "PtnMultiheadAttentionCustom", + "PtnNLLLoss", + "PtnPreAddChannelAxis", + "PtnPreFlatten", + "PtnRNN", + "PtnRNNLinear", + "PtnResidualConnectionModel", + "PtnResidualConnectionModelWithAttentionMask", + "PtnResnetModel", + "PtnSmoothL1Loss", + "PtoAdam", + "PtoAdamW", + "PtoLrSchedulerCosineAnnealing", + "PtoLrSchedulerReduceOnPlateau", + "PtoLrSchedulerStep", + "PtoSGD", + "PtoSimple", + "PtvDataset", + "PtvDatasetLen", + "PtvDatasetLoader", + "PtvHfDatasetWithTokenEncode", + "PtvHfGloveDataset", + "PtvHfLocalDataset", + "PtvImageFolderDataset", + "PtvSequentialTensorDataset", + "PtvTransformsDataAugment", + "PtvTransformsResize", + "PtvTransformsToTensor", + "SpEncode", + "SpLoadModel" + ], + { + "title_aux": "ComfyUI-Pt-Wrapper" + } + ], "https://github.com/Hullabalo/ComfyUI-Loop": [ [ "ImageCropLoop", - "ImageCutLoop", "ImagePasteLoop", - "LoadImageSimple", - "LoopImageSimple", - "SaveImageSimple" + "LoopAny", + "SaveAny" ], { "title_aux": "ComfyUI-Loop" } ], + "https://github.com/IAMCCS/IAMCCS-nodes": [ + [ + "IAMCCS_ModelWithLoRA", + "IAMCCS_WanLoRAStack", + "IAMCCS_WanLoRAStackModelIO", + "IAMCCS_qwenloraloader" + ], + { + "title_aux": "IAMCCS-nodes" + } + ], "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": [ [ "MI2V Flow Animator", @@ -7257,6 +9472,31 @@ "title_aux": "ComfyUI-SizeFromArray" } ], + "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": [ + [ + "VideoDescriptionDAM", + "VideoDescriptionQwen3VL" + ], + { + "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", @@ -7269,6 +9509,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" @@ -7445,6 +9698,7 @@ "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": [ [ "CLIPTextEncodeStyles", + "ComputePadding", "JoinVideos", "MakeDrivingVideoForLivePortrait", "MakePortraitWalk", @@ -7496,8 +9750,10 @@ ], "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough": [ [ + "ControlledCLIPTextEncode", "ControlledControlNetLoader", "ControlledModelPatchLoader", + "ControlledUNETLoader", "ControlledUnetLoaderGGUF", "ControlledVAELoader", "DeleteModelPassthrough", @@ -7512,6 +9768,7 @@ [ "CustomTextNode", "CustomTextNode \u2328\ufe0f", + "CustomTextNode.py", "DisplayImageFromURL", "IsuCollage_Node", "Isulion Civitai Image Display", @@ -7540,6 +9797,7 @@ "IsulionNegativePromptGenerator", "IsulionProfessionGenerator", "IsulionPromptEnhancer", + "IsulionPromptGenerator", "IsulionSceneComposition", "IsulionSpacecraftGenerator", "IsulionStyleMixer", @@ -7547,6 +9805,7 @@ "IsulionTimeOfDayGenerator", "IsulionVideoPromptGenerator", "IsulionWeatherGenerator", + "MegaPromptV3", "\u29c9 IsulionOverlay", "\ud83d\udca4 IsulionShutdown", "\ud83e\udde9 IsulionQRCode" @@ -7555,7 +9814,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", @@ -7563,7 +9822,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": [ @@ -7576,15 +9835,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": [ @@ -7693,6 +9974,9 @@ [ "PAGE", "PST", + "PhyCV_PST", + "PhyCV_Page", + "PhyCV_Vevid", "VEVID" ], { @@ -7701,7 +9985,6 @@ ], "https://github.com/JTriggerFish/ComfyLatentTools": [ [ - "DownsampledAttentionGuidance", "DownsampledLatentGuidance", "GenericAttentionGuidance", "LatentNormalizedLanczosResize" @@ -7739,6 +10022,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", @@ -7790,6 +10082,7 @@ "https://github.com/JaredTherriault/ComfyUI-JNodes": [ [ "JNodes_AddOrSetMetaDataKey", + "JNodes_AddOrSetPngInfoKey", "JNodes_AnyToString", "JNodes_AppendReversedFrames", "JNodes_AudioInputOptions", @@ -7861,6 +10154,20 @@ "title_aux": "FitDiT" } ], + "https://github.com/JayLyu/blender-in-comfyui": [ + [ + "BL_Camera_Creator", + "BL_Export_Model", + "BL_Model_Merger", + "BL_Model_Param", + "BL_Render", + "BL_Save_Mesh", + "BL_Scene_Composer" + ], + { + "title_aux": "blender-in-comfyui" + } + ], "https://github.com/JcandZero/ComfyUI_GLM4Node": [ [ "GLM3_turbo_CHAT", @@ -7919,6 +10226,7 @@ ], "https://github.com/JiSenHua/ComfyUI-TD": [ [ + "AudiotoTD", "Comfy3DPacktoTD", "Hy3DtoTD", "ImagetoTD", @@ -8063,6 +10371,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" @@ -8110,7 +10429,8 @@ "JMBinaryNot", "JMIntegerToBooleans", "JMNumberList", - "JMSWitchablePrompt" + "JMSWitchablePrompt", + "JMSwitchablePrompt" ], { "title_aux": "ComfyUI JMNodes" @@ -8138,6 +10458,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" @@ -8171,6 +10499,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", @@ -8180,6 +10509,17 @@ "title_aux": "ComfyUI_SimpleButcher" } ], + "https://github.com/KLL535/ComfyUI_Simple_Qwen3-VL-gguf": [ + [ + "SimpleMasterPromptLoader", + "SimpleMasterPromptLoaderAdvanced", + "SimpleModelPresetLoaderAdvanced", + "SimpleQwenVLgguf" + ], + { + "title_aux": "ComfyUI_Simple_Qwen3-VL-gguf" + } + ], "https://github.com/KY-2000/ComfyUI_PuLID_Flux_ll_FaceNet": [ [ "ApplyPulidFlux", @@ -8233,6 +10573,20 @@ "title_aux": "comfyui-save-image-enhanced" } ], + "https://github.com/Kaleidia/KaleidiaNodes": [ + [ + "DynamicPromptNode", + "DynamicPromptNodeEXT", + "FormatIntToString", + "GetFileCountInOutputFolder", + "LoadCSV", + "RandomFloatToString", + "RandomIntToString" + ], + { + "title_aux": "KaleidiaNodes" + } + ], "https://github.com/Kangkang625/ComfyUI-paint-by-example": [ [ "PaintbyExamplePipeLoader", @@ -8265,14 +10619,50 @@ "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_KritaCanvas", + "JAX_KritaImageLayer", + "JAX_KritaMaskLayer", + "JAX_KritaOutput", + "JAX_KritaPipeIn", + "JAX_KritaSelection", + "JAX_KritaSendText", + "JAX_KritaStrength", + "JAX_KritaStyle", + "JAX_Parameter", + "JAX_SamplerPipeOut", + "JAX_SendImageWebSocket" + ], + { + "title_aux": "ComfyUI-Jax-Nodes" + } + ], "https://github.com/Kesin11/ComfyUI-list-filter": [ [ "list_filter_FilterImageListByIndexList", @@ -8302,6 +10692,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", @@ -8311,6 +10710,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", @@ -8331,6 +10743,31 @@ "title_aux": "TIPO-extension" } ], + "https://github.com/Koko-boya/Comfyui-Z-Image-Utilities": [ + [ + "Z_ImageAPIConfig", + "Z_ImageClearSessions", + "Z_ImageOptions", + "Z_ImagePromptEnhancer", + "Z_ImagePromptEnhancerWithCLIP", + "Z_ImageUnloadModels" + ], + { + "title_aux": "Comfyui-Z-Image-Utilities" + } + ], + "https://github.com/Koratahiu/ComfyUI-Diff2Flow": [ + [ + "Diff2FlowODESampler" + ], + { + "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", @@ -8354,6 +10791,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" @@ -8362,14 +10802,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", @@ -8380,7 +10812,6 @@ "ACN_ControlNet++LoaderAdvanced", "ACN_ControlNet++LoaderSingle", "ACN_ControlNetLoaderAdvanced", - "ACN_ControlNetLoaderWithLoraAdvanced", "ACN_CtrLoRALoader", "ACN_CustomControlNetWeightsFlux", "ACN_CustomControlNetWeightsSD15", @@ -8423,6 +10854,8 @@ ], "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": [ [ + "ADBlockComboNode", + "ADBlockIndivNode", "ADE_AdjustPEFullStretch", "ADE_AdjustPEManual", "ADE_AdjustPESweetspotStretch", @@ -8551,8 +10984,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" @@ -8615,6 +11062,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" @@ -8632,18 +11081,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" ], { @@ -8677,6 +11141,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" @@ -8744,26 +11243,32 @@ "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_LoadImage_V2", + "LG_MaskBatchMerge", + "LG_MaskHoleFiller", "LG_Noise", "LG_PipManager", "LG_SaveImage", "LazySwitch1way", "LazySwitch2way", - "MuterSwitcher" + "MuterSwitcher", + "TransformDataFromString" ], { "title_aux": "Comfyui_LG_Tools" @@ -8813,6 +11318,16 @@ "title_aux": "ComfyUI-TuZi-Flux-Kontext" } ], + "https://github.com/Lakonik/ComfyUI-piFlow": [ + [ + "Load pi-Flow Model", + "ModelSamplingPiFlow", + "pi-Flow Sampler" + ], + { + "title_aux": "ComfyUI-piFlow" + } + ], "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": [ [ "ASCIIAnimationGenerator", @@ -8831,21 +11346,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", @@ -8881,6 +11388,7 @@ "Texturaizer_GetIPAdapterData", "Texturaizer_GetImageData", "Texturaizer_GetJsonData", + "Texturaizer_GetKontextData", "Texturaizer_GetLoraData", "Texturaizer_GetMaterialTileData", "Texturaizer_GetModelName", @@ -8905,6 +11413,63 @@ "title_aux": "ComfyUI-Texturaizer" } ], + "https://github.com/Laurent2916/comfyui-piq": [ + [ + "ContentScore", + "DISTS", + "DSS", + "FSIM", + "GMSD", + "HaarPSI", + "IW-SSIM", + "LPIPS", + "MDSI", + "MS-SSIM", + "MSGMSD", + "PSNR", + "PieAPP", + "SRSIM", + "SSIM", + "StyleScore", + "VIFp" + ], + { + "title_aux": "comfyui-piq" + } + ], + "https://github.com/Lavah000/ComfyUI-AdvGenPack": [ + [ + "AGP_Bloom_Glow_FX", + "AGP_Checkpoint_Mask_Generator", + "AGP_Checkpoint_Merger_Advanced", + "AGP_Checkpoint_Merger_Blockwise", + "AGP_Checkpoint_Merger_DARE", + "AGP_Chromatic_Aberration", + "AGP_Color_Grading_Preset", + "AGP_Curves_And_Levels", + "AGP_Denoise_Suite", + "AGP_Film_Grain_Noise", + "AGP_HSV_Shifter", + "AGP_Histogram_Equalizer", + "AGP_Keyframe_Extractor", + "AGP_LUT_3D_Loader", + "AGP_LoRA_DARE_Merger", + "AGP_LoRA_Multi_Merger", + "AGP_LoRA_Strength_Scheduler", + "AGP_Motion_Prediction_Sampler", + "AGP_Optical_Flow_Interpolator", + "AGP_Sharpening_Filter", + "AGP_Temporal_Consistency_Enforcer", + "AGP_WAN_Boundary_Optimizer", + "AGP_WAN_Lightning_Hybrid", + "AGP_WAN_Multi_Expert_Sampler", + "AGP_WAN_Noise_Mixer_Expert", + "AGP_White_Balance_Corrector" + ], + { + "title_aux": "ComfyUI Advanced Generation Pack (AGP)" + } + ], "https://github.com/Layer-norm/comfyui-lama-remover": [ [ "LamaRemover", @@ -8932,6 +11497,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", @@ -9153,6 +11741,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" @@ -9169,6 +11787,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", @@ -9178,21 +11805,28 @@ "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", + "PipeHub", + "PreviewMask", + "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": [ @@ -9208,6 +11842,7 @@ [ "AddLatentGuide", "ImageToCPU", + "LTXAddImageGuide", "LTXAttentioOverride", "LTXAttentionBank", "LTXAttnOverride", @@ -9251,6 +11886,14 @@ "title_aux": "ComfyUI-LTXVideo" } ], + "https://github.com/Limbicnation/ComfyUI-PromptGenerator": [ + [ + "PromptGenerator" + ], + { + "title_aux": "ComfyUI-PromptGenerator" + } + ], "https://github.com/Limbicnation/ComfyUI-RandomSeedGenerator": [ [ "AdvancedSeedGenerator" @@ -9384,23 +12027,83 @@ "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": [ [ + "ApplyRegionalConds", + "ConfigureModifiedFlux", + "CreateRegionalCond", "EdgePadNode", + "FlowEditForwardSampler", + "FlowEditGuider", + "FlowEditReverseSampler", + "FlowEditSampler", + "FluxAttnOverride", + "FluxDeGuidance", + "FluxForwardODESampler", + "FluxInverseSampler", + "FluxKontextResolution", + "FluxNoiseMixer", + "FluxReverseODESampler", + "ImageComplexityMap", + "InFluxFlipSigmas", + "InFluxModelSamplingPred", + "IncrementBatch", + "MaskConditionalPaint", + "MaskGrayValueScaler", + "MaskMultiplyAdvanced", + "MaskMultiplyZeroWins", + "MaskToDenoiseInterpolator", + "MaskUpdateInpaintFromConditioning", + "OutFluxModelSamplingPred", + "PAGAttention", + "PrepareAttnBank", + "QwenEditResolution", + "RFDoubleBlocksOverride", + "RFSingleBlocksOverride", + "RegionalStyleModelApply", + "SEGAttention", "TBG_masked_attention" ], { "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", + "TBGDualModelSampler", + "TBGKSamplerAdvancedSplitAware", + "TBG_FluxKontextStabilizer", + "TBG_Preview_Sender_WebSocked", + "VAEDecodeColorFix" ], { "title_aux": "TBG\u2019s ComfyUI Development Takeaways" @@ -9443,6 +12146,15 @@ "title_aux": "ComfyUI-ScenarioPrompt" } ], + "https://github.com/LukeCoulson1/Comfyui_LoraCombine": [ + [ + "CombineLoras", + "LoraInfo" + ], + { + "title_aux": "ComfyUI LoRA Combine Node" + } + ], "https://github.com/LyazS/comfyui-anime-seg": [ [ "Anime Character Seg" @@ -9552,16 +12264,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_FBG", + "PingPongSamplerNodeFBG", "PingPongSampler_Custom_Lite", "SceneGeniusAutocreator", - "SeedSaver", - "UniversalGuardian" + "SigmaConcatenate", + "SigmaSmooth", + "SmartColorPaletteManager", + "SmartFilenameBuilder", + "TextFileLoader", + "UniversalGuardian", + "UniversalRoutingHubAdvanced", + "VLM_Confirmation_Gate_Node_MD", + "WildcardPromptBuilder", + "WorkflowSectionOrganizer" ], { "title_aux": "MD Nodes" @@ -9571,19 +12322,21 @@ [ "AudioVisualizer", "ColorfulStartingImage", + "LoadImageAdvanced", "LoadImagesFromPath", "LoadRandomCheckpoint", "LoraTagLoader", + "PromptPropertyExtractor", "ResolutionSelector", "StringCleaning", "StringTextExtractor", "StringTextSplitter", "TiktokenTokenizer", "WildcardProcessor", + "\u2699\ufe0f Prompt Property Extractor", "\u26d4 Generate Negative Prompt", "\u2702\ufe0f String Text Extractor", "\u2702\ufe0f String Text Splitter", - "\u2728\ud83c\udf10 Groq ALM API - Translate [EN only]", "\u2728\ud83d\udcac Groq LLM API", "\u2728\ud83d\udcdd Groq ALM API - Transcribe", "\u2728\ud83d\udcf7 Groq VLM API", @@ -9602,7 +12355,8 @@ "\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" ], { @@ -9623,6 +12377,7 @@ "AnyImagetoConditioning_flux_kontext_makki", "AutoLoop_create_pseudo_loop_video_makki", "BatchLoraLoader_makki", + "BooleanSplitter_makki", "Environment_INFO_makki", "GetImageNthCount_makki", "ImageChannelSeparate_makki", @@ -9633,6 +12388,7 @@ "MergeImageChannels_makki", "Prism_Mirage_makki", "UniversalInstaller_makki", + "get_folder_info_makki", "int_calculate_statistics_makki", "random_any_makki", "show_type_makki", @@ -9725,15 +12481,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" @@ -9769,6 +12530,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", @@ -9780,6 +12549,14 @@ "title_aux": "ComfyUI-DeanLogic" } ], + "https://github.com/MartinDeanMoriarty/ComfyUI-NumberToText": [ + [ + "NumberToTextNode" + ], + { + "title_aux": "ComfyUI-NumberToText" + } + ], "https://github.com/MaruPelkar/comfyui-conditioning-resizer": [ [ "ConditioningResizer" @@ -9822,23 +12599,38 @@ ], "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": [ [ + "CombineVideos_MXD", "Crop Image By Mask", "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", + "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", "Place Image By Mask", + "PreviewVideoMXD", "Prompt With Guidance (Flux)", "SaveLatentMXD", + "SaveLatent_I2V_MXD", + "SaveVideoMXD", "Sdxl Empty Latent Image", "Sdxl Resolution Selector", - "Wan2_2EmptyLatentImageMXD" + "WAN22_I2V_Image_Scaler_MXD", + "Wan22FirstLastImageToVideoMXD", + "Wan22ImageToVideoMXD", + "Wan2_2EmptyLatentImageMXD", + "ZImageTurboEmptyLatentImage", + "wan22EmptyHunyuanLatentVideoMXD" ], { "title_aux": "ComfyUI-MaxedOut" @@ -9963,6 +12755,32 @@ "title_aux": "ComfyUI-OneForOne" } ], + "https://github.com/MergeBlockWeighted/fo_ComfyUI": [ + [ + "MergeBlockWeighted" + ], + {} + ], + "https://github.com/Merserk/ComfyUI-Flow-Assistor": [ + [ + "AddDelay", + "AnyPassthrough1to6", + "AnyPassthrough6to1", + "BypassControl", + "CLIPTextEncodePromptEnrichment", + "CameraAngleControl", + "DisplayText", + "ImageResolutionFitNode", + "MultiplicationNode", + "PromptQueue", + "PromptQueueFromFolder", + "ResolutionSelectNode", + "VRAMRAMCleanerNode" + ], + { + "title_aux": "ComfyUI-Flow-Assistor" + } + ], "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": [ [ "VideoReportData", @@ -9973,6 +12791,20 @@ "title_aux": "ComfyUI ZhipuAI Platform" } ], + "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", @@ -10037,12 +12869,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" ], { @@ -10069,6 +12905,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" @@ -10077,6 +13026,19 @@ "title_aux": "ComfyUI-FBCNN" } ], + "https://github.com/Mister-Link/link-comfy-nodes": [ + [ + "Farthest Color", + "Hex or 24 Bit Color", + "Image Rotator", + "Pose Image Setup", + "VideoMaskEditor", + "WAN Frame Calculator" + ], + { + "title_aux": "Link Comfy Nodes" + } + ], "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": [ [ "PreviewSdlImage", @@ -10109,17 +13071,65 @@ "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", + "SimpleChatConfig", + "SimpleChatImage", + "SimpleChatNoASS", + "SimpleChatText" + ], + { + "title_aux": "ComfyUI-SimpleChat" + } + ], "https://github.com/MohammadAboulEla/ComfyUI-iTools": [ [ "iToolsAddOverlay", "iToolsCheckerBoard", "iToolsCompareImage", + "iToolsCropImage", + "iToolsDomNode", + "iToolsFreeChat", + "iToolsFreeSchnell", "iToolsGridFiller", "iToolsKSampler", "iToolsLineLoader", "iToolsLoadImagePlus", "iToolsLoadImages", "iToolsLoadRandomImage", + "iToolsPaintNode", "iToolsPreviewImage", "iToolsPreviewText", "iToolsPromptLoader", @@ -10128,6 +13138,7 @@ "iToolsPromptStyler", "iToolsPromptStylerExtra", "iToolsRegexNode", + "iToolsTestNode", "iToolsTextReplacer", "iToolsVaePreview" ], @@ -10223,13 +13234,13 @@ "MontagenEdgeTTSNode", "MontagenFishAudioCloneNode", "MontagenFishAudioTTSNode", + "MontagenHumandigitalNode", "MontagenImageAdapter", "MontagenImageListAdapter", "MontagenRenderTimeline", "MontagenResourceConvertAudioAdapter", "MontagenSRTListParser", "MontagenStickerAdapter", - "MontagenStickerListAdapter", "MontagenTextAdapter", "MontagenTextListAdapter", "MontagenVideoAdapter", @@ -10289,6 +13300,29 @@ "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/MovieLabs/comfyui-movielabs-util": [ [ "PublishAsset", @@ -10350,6 +13384,56 @@ "title_aux": "Zenkai-POML for ComfyUI" } ], + "https://github.com/MushroomFleet/ComfyUI-FLUX2-JSON": [ + [ + "FLUX2_CameraRig", + "FLUX2_ColorPalette", + "FLUX2_ColorPalettePreset", + "FLUX2_PromptAssembler", + "FLUX2_SceneBuilder", + "FLUX2_StyleSelector", + "FLUX2_SubjectArray", + "FLUX2_SubjectCreator" + ], + { + "title_aux": "ComfyUI-FLUX2-JSON" + } + ], + "https://github.com/MushroomFleet/ComfyUI-Variationator": [ + [ + "PromptActionModifier", + "PromptBatchVariation", + "PromptCameraModifier", + "PromptColorGrading", + "PromptCombiner", + "PromptComposition", + "PromptDetailModifier", + "PromptDistanceModifier", + "PromptEraModifier", + "PromptLightingModifier", + "PromptLocationModifier", + "PromptModifierInfo", + "PromptMoodModifier", + "PromptMultiStyle", + "PromptPresetCollection", + "PromptRandomModifier", + "PromptSeasonalModifier", + "PromptSmartVariation", + "PromptStyleTransform", + "PromptWeatherModifier" + ], + { + "title_aux": "ComfyUI-Variationator" + } + ], + "https://github.com/MushroomFleet/DJZ-Pedalboard": [ + [ + "DJZ_Pedalboard" + ], + { + "title_aux": "DJZ-Pedalboard" + } + ], "https://github.com/MuziekMagie/ComfyUI-Matchering": [ [ "Matchering", @@ -10401,6 +13485,7 @@ "https://github.com/NMWave/ComfyUI-Nader-Tagging": [ [ "Load Text List", + "Shorten Sentences", "Split Sentences", "Split Tags", "Tag Alternating Combiner", @@ -10411,6 +13496,14 @@ "title_aux": "Image Captioning and Tagging Assistor Nodes" } ], + "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": [ + [ + "ShotPathBuilder" + ], + { + "title_aux": "ComfyUI-NL_Nodes" + } + ], "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": [ [ "RTXRemixCloseProject", @@ -10432,6 +13525,7 @@ "RTXRemixRemoveLayer", "RTXRemixRestAPIDetails", "RTXRemixSaveLayer", + "RTXRemixSaveTexture", "RTXRemixSetEditTarget", "RTXRemixSetTexture", "RTXRemixStartContext", @@ -10495,12 +13589,16 @@ "title_aux": "ComfyUI-NS-Util" } ], - "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": [ + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes": [ [ - "ImageLatentMixer" + "GreatConditioningModifier", + "GreatMultiplySigmas", + "GreatRandomOrganicGradientNode", + "ImageBlendNode", + "InteractiveOrganicGradientNode" ], { - "title_aux": "comfyui-image-mixer" + "title_aux": "NDDG_Great_Nodes" } ], "https://github.com/NeoGriever/ComfyUI-NeoGriever": [ @@ -10579,26 +13677,58 @@ "LLMModelLoader", "LLMTextEncoder", "T5GEMMALoader", - "T5GEMMATextEncoder" + "T5GEMMATextEncoder", + "t5gemmaApplyLLMToSDXLAdapter" ], { "title_aux": "ComfyUI LLM SDXL Adapter" } ], + "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" ], { @@ -10646,6 +13776,11 @@ ], "https://github.com/NimaNzrii/comfyui-photoshop": [ [ + "ClipPass", + "PhotoshopConnection", + "PhotoshopToComfyUI", + "SendToPhotoshop", + "modelPass", "\ud83d\udd39 Photoshop RemoteConnection", "\ud83d\udd39ClipPass", "\ud83d\udd39Photoshop ComfyUI Plugin", @@ -10685,6 +13820,7 @@ "AnimeSegmentation", "KenBurnsConfigLoader", "KenBurns_Processor", + "LoadImageFileName", "LoadImageFilename" ], { @@ -10695,16 +13831,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" @@ -10823,6 +13982,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]", @@ -10889,6 +14057,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", @@ -10924,7 +14112,13 @@ ], "https://github.com/OneThingAI/ComfyUI_Onething_Image": [ [ - "OneThingAILoader" + "OneThingAILoader", + "OnethingAIFlux", + "OnethingAIImageGemini", + "OnethingAIImageHunyuan", + "OnethingAIImageOpenAI", + "OnethingAIImageSeedream", + "OnethingAIImageWanxiang" ], { "title_aux": "ComfyUI OneThing AI Node" @@ -10932,7 +14126,7 @@ ], "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext": [ [ - "ModelScopeKontextAPI" + "ModelScopeUniversalAPI" ], { "title_aux": "ComfyUI ModelScope Kontext API Node" @@ -10948,10 +14142,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" @@ -10960,8 +14161,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", @@ -10971,7 +14207,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" @@ -11050,6 +14290,7 @@ "https://github.com/ParisNeo/lollms_nodes_suite": [ [ "Artbot", + "Lollms", "Lollms_Text_Gen", "Lollms_Text_Saver", "RandomizeVideo" @@ -11069,6 +14310,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" @@ -11079,7 +14336,7 @@ ], "https://github.com/PenguinTeo/Comfyui-GeminiBanana": [ [ - "GeminiFlash25Node" + "Gemini3ImageNode" ], { "title_aux": "GeminiBanana for ComfyUI" @@ -11133,6 +14390,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", @@ -11163,22 +14432,27 @@ [ "BatchCropFromMaskSimple", "BatchUncropSimple", + "BlendImages", "BlurByMask", "BlurMask", + "CLIPTextEncodeFluxMultiple", + "CLIPTextEncodeMultiple", "CropImage", "CropMaskByBBox", "DSLRNoise", + "GetImageSize", "GradientMaskGenerator", "ImageBlendByMask", "ImageScalePro", "InvertMask", "KSamplerMultiSeed", "KSamplerMultiSeedPlus", + "LMStudioQuery", + "LMStudioUnloadModel", "LensSimulatedBloom", "PreviewImageQueue", "PromptRandomizer", "StringCombine", - "TestCollapsibleNode", "TestResetButton", "Watermark" ], @@ -11211,6 +14485,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", @@ -11236,6 +14521,14 @@ "title_aux": "ComfyUI-IC-Light-Video" } ], + "https://github.com/Pondowner857/comfy_Pond_Nodes_V2": [ + [ + "RemoteWorkflowExecutor" + ], + { + "title_aux": "ComfyUI Remote Workflow Executor" + } + ], "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": [ [ "Publish Image To RabbitMQ" @@ -11258,12 +14551,24 @@ [ "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_Save_Text_File", "FRED_Simplified_Parameters_Panel", "FRED_Text_to_XMP", + "FRED_UNETLoaderWithName", "FRED_WildcardConcat_Dynamic" ], { @@ -11283,6 +14588,208 @@ "title_aux": "ComfyUI-AdvancedLivePortrait" } ], + "https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3": [ + [ + "DA3_CreateCameraParams", + "DA3_EnableTiledProcessing", + "DA3_MultiViewPointCloud", + "DA3_ParseCameraPose", + "DA3_PreviewPointCloud", + "DA3_Save3DGaussians", + "DA3_SavePointCloud", + "DA3_To3DGaussians", + "DA3_ToMesh", + "DA3_ToPointCloud", + "DepthAnythingV3_3D", + "DepthAnythingV3_Advanced", + "DepthAnythingV3_MultiView", + "DepthAnything_V3", + "DownloadAndLoadDepthAnythingV3Model" + ], + { + "title_aux": "ComfyUI-DepthAnythingV3" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack": [ + [ + "GeomPackBackdraftView", + "GeomPackBooleanOp", + "GeomPackCheckNormals", + "GeomPackCombineMeshes", + "GeomPackComputeNormals", + "GeomPackConnectedComponents", + "GeomPackCreatePrimitive", + "GeomPackDepthNormalsToMesh", + "GeomPackDetectSelfIntersections", + "GeomPackExtractSkeleton", + "GeomPackFillHoles", + "GeomPackFixNormals", + "GeomPackFixSelfIntersectionsByPerturbation", + "GeomPackFixSelfIntersectionsByRemoval", + "GeomPackGetMeshFilename", + "GeomPackLoadMesh", + "GeomPackLoadMeshBatch", + "GeomPackLoadMeshBlend", + "GeomPackLoadMeshFBX", + "GeomPackMergeVertices", + "GeomPackMeshFromSkeleton", + "GeomPackMeshInfo", + "GeomPackMeshQuality", + "GeomPackMeshToMeshDistance", + "GeomPackMeshToPointCloud", + "GeomPackPointToMeshDistance", + "GeomPackPreviewMesh", + "GeomPackPreviewMeshDual", + "GeomPackPreviewMeshUV", + "GeomPackPreviewMeshVTK", + "GeomPackPreviewMeshVTKBatch", + "GeomPackReconstructSurface", + "GeomPackRefineMesh", + "GeomPackRemesh", + "GeomPackRemeshSelfIntersections", + "GeomPackRemeshWithTexture", + "GeomPackRemoveDegenerateFaces", + "GeomPackSaveMesh", + "GeomPackSaveMeshBatch", + "GeomPackSplitByField", + "GeomPackTextureToGeometry", + "GeomPackTransformMesh", + "GeomPackUVUnwrap", + "GeomPackVisualizeNormalField" + ], + { + "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-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-SAM3": [ + [ + "LoadSAM3Model", + "SAM3BBoxCollector", + "SAM3CombineBoxes", + "SAM3CombinePoints", + "SAM3CreateBox", + "SAM3CreatePoint", + "SAM3Grounding", + "SAM3PointCollector", + "SAM3Propagate", + "SAM3Segmentation", + "SAM3VideoOutput", + "SAM3VideoSegmentation" + ], + { + "title_aux": "ComfyUI-SAM3" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody": [ + [ + "LoadSAM3DBodyModel", + "SAM3DBodyAddMeshToSkeleton", + "SAM3DBodyExportFBX", + "SAM3DBodyExportMesh", + "SAM3DBodyExportMultipleFBX", + "SAM3DBodyGetVertices", + "SAM3DBodyLoadMesh", + "SAM3DBodyLoadSkeleton", + "SAM3DBodyPreviewRiggedMesh", + "SAM3DBodyPreviewSkeleton", + "SAM3DBodyProcess", + "SAM3DBodyProcessAdvanced", + "SAM3DBodyProcessMultiple", + "SAM3DBodySaveSkeleton", + "SAM3DBodySelectMesh", + "SAM3DBodyVisualize" + ], + { + "title_aux": "ComfyUI-SAM3DBody" + } + ], "https://github.com/PressWagon/ComfyUI-StringsAndThings": [ [ "DebugString", @@ -11340,6 +14847,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", @@ -11443,6 +14961,14 @@ "title_aux": "ComfyUI-RED-UNO" } ], + "https://github.com/QuietNoise/comfyui_queue_manager": [ + [ + "Workflow Name" + ], + { + "title_aux": "ComfyUI Queue Manager" + } + ], "https://github.com/R5-Revo/llm-node-comfyui": [ [ "UniversalLLMNode" @@ -11461,7 +14987,8 @@ "SaveAudioOpusExtended", "SaveImageExtended", "SaveVideoExtended", - "SaveWEBMExtended" + "SaveWEBMExtended", + "SaveWorkflowExtended" ], { "title_aux": "comfyui-save-file-extended" @@ -11492,6 +15019,31 @@ "title_aux": "ComfyUI-RBG-ImageStitchPlus" } ], + "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance": [ + [ + "RBG_Smart_Seed_Variance" + ], + { + "title_aux": "ComfyUI-RBG-SmartSeedVariance" + } + ], + "https://github.com/Randy420Marsh/civitai-api-url-resolver": [ + [ + "CivitaiShareToDirectURL" + ], + { + "title_aux": "Civitai URL Resolver for ComfyUI" + } + ], + "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes": [ + [ + "LoadTextFile_Rathius", + "SimpleTextMixer" + ], + { + "title_aux": "Rathius_ComfyNodes" + } + ], "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": [ [ "RS_SaturationSwitch" @@ -11525,6 +15077,7 @@ ], "https://github.com/ReBeating/ComfyUI-Artist-Selector": [ [ + "ArtistLoader", "LoadArtistTag" ], { @@ -11576,6 +15129,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" @@ -11659,9 +15221,14 @@ ], "https://github.com/Rizzlord/ComfyUI-RizzNodes": [ [ + "BatchImagesToGrid", + "CreateImage", + "LoadMultiviewImages", + "RizzAlphaMargin", "RizzBatchImageLoader", "RizzBlur", "RizzChannelPack", + "RizzChannelSplit", "RizzClean", "RizzCropAndScaleFromMask", "RizzDynamicPromptGenerator", @@ -11670,7 +15237,11 @@ "RizzLoadLatestMesh", "RizzModelBatchLoader", "RizzPasteAndUnscale", - "RizzUpscaleImageBatch" + "RizzUpscaleImageBatch", + "SaveMultiviewImages", + "SimplifyMesh", + "SplitImageBatch", + "VideoSecondsToLength" ], { "title_aux": "ComfyUI-RizzNodes" @@ -11736,14 +15307,32 @@ "title_aux": "ComfyUI-SceneGenerator" } ], + "https://github.com/RunningOverGlowies/ComfyUI-PromptUtils": [ + [ + "FilenameGenerator", + "PromptWildcards" + ], + { + "title_aux": "ComfyUI-PromptUtils" + } + ], "https://github.com/Runware/ComfyUI-Runware": [ [ "Runware API Manager", + "Runware Accelerator Options", + "Runware Alibaba Provider Settings", + "Runware Audio Inference", + "Runware Audio Inference Inputs", + "Runware Audio Model Search", + "Runware Audio Sections", "Runware Background Removal", + "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", @@ -11751,29 +15340,63 @@ "Runware IPAdapters Combine", "Runware Image Caption", "Runware Image Inference", + "Runware Image Inference Inputs", "Runware Image Masking", "Runware Image Upscaler", "Runware Imagen Inference", + "Runware Input Audios", + "Runware KlingAI Provider Settings", "Runware Kontext Inference", + "Runware Lightricks Provider Settings", "Runware Lora Combine", "Runware Lora Search", + "Runware Luma Provider Settings", + "Runware Media Upload", + "Runware Midjourney Provider Settings", + "Runware MiniMax Provider Settings", "Runware Model Search", "Runware Multi Inference", "Runware OpenAI Provider Settings", "Runware Outpaint", "Runware PhotoMaker V2", "Runware Pixverse Provider Settings", - "Runware Provider Settings", "Runware Reference Images", + "Runware Reference Videos", "Runware Refiner", - "Runware TeaCache", + "Runware Runway Provider Settings", + "Runware Safety Inputs", "Runware VAE Search", + "Runware Vectorize", + "Runware Video Advanced Feature Inputs", + "Runware Video Background Removal", "Runware Video Inference", + "Runware Video Inference Inputs", + "Runware Video Inputs Frame Images", + "Runware Video Inputs References", "Runware Video Model Search", + "Runware Video Transcription", + "Runware Video Upscaler", + "Runware Vidu Provider Settings", + "RunwareAlibabaProviderSettings", + "RunwareAudioInferenceInputs", + "RunwareBriaProviderSettings", + "RunwareBytedanceProviderSettings", "RunwareFrameImages", + "RunwareKlingProviderSettings", + "RunwareLightricksProviderSettings", + "RunwareLumaProviderSettings", + "RunwareMidjourneyProviderSettings", + "RunwareMiniMaxProviderSettings", "RunwareOpenAIProviderSettings", "RunwarePixverseProviderSettings", - "RunwareProviderSettings", + "RunwareRunwayProviderSettings", + "RunwareSafetyInputs", + "RunwareVectorize", + "RunwareVideoAdvancedFeatureInputs", + "RunwareVideoBgRemoval", + "RunwareVideoInputsFrameImages", + "RunwareVideoInputsReferences", + "RunwareVideoUpscaler", "txt2vid" ], { @@ -11801,9 +15424,6 @@ "ImageResizeCalculator(FaceParsing)", "ImageResizeWithBBox(FaceParsing)", "ImageSize(FaceParsing)", - "LatentCropWithBBox(FaceParsing)", - "LatentInsertWithBBox(FaceParsing)", - "LatentSize(FaceParsing)", "MaskBatchComposite(FaceParsing)", "MaskBlackOut(FaceParsing)", "MaskBorderDissolve(FaceParsing)", @@ -11812,8 +15432,7 @@ "MaskCropWithBBox(FaceParsing)", "MaskInsertWithBBox(FaceParsing)", "MaskListSelect(FaceParsing)", - "MaskToBBoxList(FaceParsing)", - "SkinDetectTraditional(FaceParsing)" + "MaskToBBoxList(FaceParsing)" ], { "title_aux": "comfyui_face_parsing" @@ -11835,18 +15454,50 @@ ], "https://github.com/S4MUEL-404/ComfyUI-Prepack": [ [ + "PrepackCalculator", + "PrepackCondArea", "PrepackGetPipe", "PrepackKsampler", + "PrepackKsamplerAdvanced", "PrepackLoras", + "PrepackLorasAndMSSD3", "PrepackModelDualCLIP", "PrepackModelSingleCLIP", + "PrepackNumberTypeConverter", "PrepackSeed", - "PrepackSetPipe" + "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", @@ -11857,7 +15508,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" @@ -11865,25 +15521,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" @@ -11927,6 +15590,20 @@ "title_aux": "ComfyUI SKBundle" } ], + "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", @@ -12042,6 +15719,23 @@ "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" @@ -12050,6 +15744,15 @@ "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" @@ -12091,6 +15794,17 @@ "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", @@ -12135,11 +15849,30 @@ "title_aux": "ComfyUI-SaveAudioMP3" } ], + "https://github.com/Santat2023/ComfyUiRagNodes": [ + [ + "MyNodesForDB", + "MyNodesForLLM", + "MyNodesForRAG" + ], + { + "title_aux": "ComfyUiRagCustomNodes" + } + ], "https://github.com/Santodan/santodan-custom-nodes-comfyui": [ [ + "ExcludedLoras", + "ExtractAndApplyLoRAs", + "ListSelector", "LoRACachePreloader", + "ModelAssembler", + "PromptListWithTemplates", "RandomLoRACustom", - "RandomLoRAFolder" + "RandomLoRAFolder", + "Save Workflow & Shutdown", + "SaveWorkflowAndShutdown", + "SplitBatchWithPrefix", + "WildcardManager" ], { "title_aux": "Santodan Random LoRA Node" @@ -12159,7 +15892,17 @@ ], "https://github.com/SatadalAI/SATA_UtilityNode": [ [ + "ImageSaveWithMetadata", + "Latent Machine", + "Latent_Machine", + "Prompt Autocomplete", + "Prompt Machine", + "PromptAutocomplete", "Prompt_Machine", + "Resolution Machine", + "Resolution_Machine", + "Save Image w/Metadata", + "Upscale Machine", "Upscale_Machine" ], { @@ -12249,6 +15992,37 @@ "title_aux": "ComfyUI-DiffusersLoader" } ], + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": [ + [ + "Brightness", + "Contrast", + "DepthDOF", + "DualEaseCosineScheduler", + "EmptyLatent", + "Exposure", + "HighlightShadow", + "Hue", + "ImageResize", + "ImageRotation", + "ImageTransform", + "ImageTranslation", + "ImageZoom", + "MaskFilter", + "MaskProcessor", + "MaskResize", + "MaskRotation", + "MaskTransform", + "MaskTranslation", + "MaskZoom", + "RAMPreviewImage", + "Saturation", + "SigmaVisualizer", + "Temperature" + ], + { + "title_aux": "WtlNodes" + } + ], "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": [ [ "OllamaCLIPTextEncode", @@ -12272,6 +16046,48 @@ "title_aux": "ComfyUI-Long-CLIP" } ], + "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-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/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": [ [ "AutoVisionModelLoader", @@ -12283,9 +16099,7 @@ "ParseBoundingBoxes", "ParsePoints", "PixtralGenerateText", - "PixtralImageEncode", "PixtralModelLoader", - "PixtralTextEncode", "PlotPoints", "RegexFindAll", "RegexSearch", @@ -12383,7 +16197,6 @@ "SeargeSDXLSampler", "SeargeSDXLSampler2", "SeargeSDXLSamplerV3", - "SeargeSamplerAdvanced", "SeargeSamplerInputs", "SeargeSaveFolderInputs", "SeargeSeparator", @@ -12397,6 +16210,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" @@ -12405,6 +16245,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" @@ -12429,25 +16278,6 @@ "title_aux": "Workflow to API Converter Endpoint" } ], - "https://github.com/Shadetail/ComfyUI_Eagleshadow": [ - [ - "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" - ], - { - "title_aux": "Eagleshadow Custom Nodes" - } - ], "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": [ [ "ApplyIPAdapterFlux", @@ -12459,6 +16289,46 @@ "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-Simple_Readable_Metadata-SG": [ + [ + "Simple Readable Metadata Text Viewer-SG", + "SimpleReadableMetadataMAXSG", + "SimpleReadableMetadataSG", + "SimpleReadableMetadataSaveTextSG", + "SimpleReadableMetadataVideoSG" + ], + { + "title_aux": "ComfyUI-Simple_Readable_Metadata-SG" + } + ], + "https://github.com/ShammiG/ComfyUI-VAE-Timestamp-Clock-SG": [ + [ + "VAEClockStartSG", + "VAEClockStopSG" + ], + { + "title_aux": "ComfyUI VAE Timestamp Clock SG" + } + ], "https://github.com/Shannooty/ComfyUI-Timer-Nodes": [ [ "TimerStart", @@ -12516,8 +16386,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" ], { @@ -12538,10 +16420,12 @@ "BboxSplit", "Cascade", "ImageFilters", + "LMS_VisionController", "Luts", "LutsAdvanced", "RemoveAreaByMask", "RemoveBackground", + "RemoveNoise", "SeedGenerator", "Waifu2x" ], @@ -12762,6 +16646,7 @@ ], "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ [ + "SVDResizer", "SVDRsizer" ], { @@ -12910,6 +16795,21 @@ "title_aux": "multi-lora-stack" } ], + "https://github.com/ShootTheSound/comfyUI-Realtime-Lora": [ + [ + "ApplyTrainedLora", + "MusubiQwenImageEditLoraTrainer", + "MusubiQwenImageLoraTrainer", + "MusubiWanLoraTrainer", + "MusubiZImageLoraTrainer", + "RealtimeLoraTrainer", + "SD15LoraTrainer", + "SDXLLoraTrainer" + ], + { + "title_aux": "Realtime LoRA Trainer" + } + ], "https://github.com/Shraknard/ComfyUI-Remover": [ [ "Remover" @@ -12933,6 +16833,21 @@ "title_aux": "Lazy Pony Prompter" } ], + "https://github.com/SiegeKeebsOffical/comfyui-lmstudio": [ + [ + "LMStudioConnectivityV2", + "LMStudioGenerate", + "LMStudioGenerateAdvance", + "LMStudioGenerateV2", + "LMStudioOptionsV2", + "LMStudioSequentialPrompt", + "LMStudioSequentialPromptAdvanced", + "LMStudioVision" + ], + { + "title_aux": "comfyui-lmstudio" + } + ], "https://github.com/Siempreflaco/ComfyUI-NCNodes": [ [ "Load3DMesh", @@ -12975,6 +16890,15 @@ "title_aux": "ComfyUI-Prompt-History" } ], + "https://github.com/SilentZhang/comfyui-encrypt": [ + [ + "RSAEncryptNode", + "RSAKeyGeneratorNode" + ], + { + "title_aux": "comfyui-encrypt" + } + ], "https://github.com/SilverAndJade/comfyui-silver-nodes": [ [ "SilverFileTextLoader", @@ -13098,7 +17022,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" @@ -13139,7 +17067,6 @@ ], "https://github.com/Sorcerio/MBM-Music-Visualizer": [ [ - "id", "mbmAudioFeatureCalculator", "mbmAudioLoader", "mbmImageConcat", @@ -13155,10 +17082,12 @@ ], "https://github.com/SozeInc/ComfyUI-Mobile": [ [ - "Mobile_Settings_Launcher_Data", "Send Notification (Mobile)", + "Send_Notification", "Settings Launcher (Mobile)", - "Ultimate Concat (Mobile)" + "Settings_Launcher", + "Ultimate Concat (Mobile)", + "Ultimate_Concat" ], { "title_aux": "ComfyUI-Mobile" @@ -13185,7 +17114,6 @@ "Image Batch Process Switch", "Image List Loader", "Image Overlay", - "Is Input In List", "Is String Empty", "Load Image", "Load Image From URL", @@ -13195,6 +17123,7 @@ "Output Filename", "Pad Mask", "Prompt Cache", + "Prompt X Lora", "Range(Num Steps) - Float", "Range(Num Steps) - Int", "Range(Step) - Float", @@ -13213,7 +17142,8 @@ ], "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": [ [ - "Conditional Interrupt" + "Conditional Interrupt", + "ConditionalInterrupt" ], { "title_aux": "ComfyUI-ConditionalInterrupt" @@ -13252,6 +17182,14 @@ "title_aux": "ComfyUI-LatentClamp" } ], + "https://github.com/SparknightLLC/ComfyUI-LatentOrientation": [ + [ + "LatentOrient" + ], + { + "title_aux": "ComfyUI-LatentOrientation" + } + ], "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": [ [ "GroundingDinoSAM2SegmentList", @@ -13284,6 +17222,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", @@ -13354,6 +17332,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", @@ -13413,6 +17392,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", @@ -13497,6 +17478,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", @@ -13508,6 +17490,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", @@ -13624,12 +17607,21 @@ "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" ], { @@ -13639,14 +17631,20 @@ "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": [ [ "StarApplyOverlayDepth", + "StarDuplicateModelFinder", "StarImageEditQwenKontext", "StarNanoBanana", "StarOllamaSysprompterJC", "StarQwenEditEncoder", + "StarQwenEditPlusConditioner", "StarQwenImageEditInputs", "StarQwenImageRatio", + "StarQwenRebalancePrompter", + "StarQwenRegionalPrompter", "StarQwenWanRatio", - "StarSaveFolderString" + "StarSampler", + "StarSaveFolderString", + "StarSimpleFilters" ], { "title_aux": "ComfyUI_StarBetaNodes" @@ -13660,44 +17658,85 @@ "FluxStartSettings", "Fluxstarsampler", "OllamaModelChooser", + "QwenImageStartSettings", "SD35StartSettings", "SDXLStartSettings", "SDstarsampler", "Star Face Loader", "Star3LoRAs", + "StarAdvanvesRatioLatent", + "StarApplyInfiniteYou", + "StarApplyOverlayDepth", + "StarBlackWhite", "StarConditioningLoader", "StarConditioningSaver", "StarDeleteSamplerSettings", "StarDenoiseSlider", "StarDivisibleDimension", + "StarDuplicateModelFinder", + "StarDynamicLora", + "StarDynamicLoraModelOnly", "StarEasyTextStorage", + "StarFP8Converter", "StarFiveWildcards", + "StarFlowMatchOption", "StarFrameFromVideo", + "StarGeminiRefiner", "StarGridCaptionsBatcher", "StarGridComposer", "StarGridImageBatcher", + "StarHDREffects", "StarIconExporter", + "StarImageEditQwenKontext", "StarImageLoader1by1", "StarImageSwitch", "StarImageSwitch2", "StarInfiniteYouAdvancedPatchMaker", "StarInfiniteYouApply", + "StarInfiniteYouFaceCombine", + "StarInfiniteYouFaceSwap", "StarInfiniteYouFaceSwapMod", "StarInfiniteYouPatch", "StarInfiniteYouPatchCombine", "StarInfiniteYouSaver", + "StarLatentResize", "StarLatentSwitch", + "StarLatentSwitch2", "StarLoadSamplerSettings", + "StarLoraWeightNormalizer", + "StarMetaInjector", + "StarModelPacker", + "StarNanoBanana", "StarNewsScraper", + "StarOllamaSysprompterJC", "StarPSDSaver", "StarPSDSaver2", + "StarPSDSaverAdvLayers", "StarPaletteExtractor", + "StarQwenEditEncoder", + "StarQwenEditPlusConditioner", + "StarQwenImageEditInputs", + "StarQwenImageRatio", + "StarQwenRebalancePrompter", + "StarQwenRegionalPrompter", + "StarQwenWanRatio", + "StarRadialBlur", "StarRandomImageLoader", + "StarSDUpscaleRefiner", + "StarSDUpscaleRefinerAdvanced", + "StarSampler", + "StarSaveFolderString", "StarSavePanoramaJPEG", "StarSaveSamplerSettings", + "StarSimpleFilters", + "StarSpecialFilters", + "StarStopAndGo", "StarTextFilter", "StarTextInput", + "StarTextStorage", + "StarWatermark", "StarWildcardsAdvanced", + "StarWildsAdv", "Star_Image2Latent", "Star_Show_Last_Frame", "Starnodes_Aspect_Ratio", @@ -13709,6 +17748,14 @@ "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" @@ -13816,18 +17863,39 @@ "title_aux": "ComfyUI DINO-X Detector Node" } ], + "https://github.com/SuLU-K/comfyui-easy-sam3-tools": [ + [ + "Sam3DrawBBox", + "Sam3InteractiveBBoxEditor", + "Sam3MaskRangeSelector", + "SimpleMultiple" + ], + { + "title_aux": "comfyui-easy-sam3-tools" + } + ], "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [ [ + "Deflicker", "Deflicker - Experimental (SuperBeasts.AI)", "HDR Effects (SuperBeasts.AI)", + "HDREffects", "Image Batch Manager (SuperBeasts.AI)", + "ImageBatchManagement", "Make Resized Mask Batch (SuperBeasts.AI)", + "MakeResizedMaskBatch", "Mask Batch Manager (SuperBeasts.AI)", + "MaskBatchManagement", "Pixel Deflicker - Experimental (SuperBeasts.AI)", + "PixelDeflicker", "SB Load Model (SuperBeasts.AI)", + "SBLoadModel", "String List Manager (SuperBeasts.AI)", + "StringListManager", "Super Pop Color Adjustment (SuperBeasts.AI)", - "Super Pop Residual Blend (SuperBeasts.AI)" + "Super Pop Residual Blend (SuperBeasts.AI)", + "SuperPopColorAdjustment", + "SuperPopResidualBlend" ], { "title_aux": "ComfyUI-SuperBeasts" @@ -13946,6 +18014,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", @@ -14012,7 +18081,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", @@ -14050,7 +18118,6 @@ "CR XY List", "CR XY Product", "CR XY Save Grid Image", - "CR XYZ Index", "CR_Aspect Ratio For Print" ], { @@ -14116,7 +18183,6 @@ ], "https://github.com/TFL-TFL/ComfyUI_Text_Translation": [ [ - "Get_Translator", "Text", "Text_Concatenate", "Text_Switch", @@ -14173,6 +18239,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" @@ -14217,6 +18325,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", @@ -14226,6 +18335,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", @@ -14420,7 +18530,8 @@ "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": [ [ "FensTokenCounter", - "OptiEmptyLatent" + "OptiEmptyLatent", + "OptiEmptyLatentAdvanced" ], { "title_aux": "Fens-Simple-Nodes" @@ -14428,6 +18539,7 @@ ], "https://github.com/Taremin/comfyui-prompt-config": [ [ + "Prompt", "PromptEdit", "PromptGenerationConfig" ], @@ -14450,6 +18562,7 @@ "StringToolsBalancedChoice", "StringToolsConcat", "StringToolsRandomChoice", + "StringToolsSeed", "StringToolsString", "StringToolsText" ], @@ -14553,6 +18666,15 @@ "title_aux": "ComfyUI-TkNodes" } ], + "https://github.com/TheArtOfficial/ComfyUI-MaskMorph": [ + [ + "DirectionalMaskExpand", + "MaskPinchWiden" + ], + { + "title_aux": "ComfyUI-MaskMorph" + } + ], "https://github.com/TheBarret/ZSuite": [ [ "ZSuite: Prompter", @@ -14621,6 +18743,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", @@ -14632,21 +18778,65 @@ "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": [ + [ + "UmiAIWildcardNode" + ], + { + "title_aux": "Comfy-UmiAI" + } + ], "https://github.com/TinyBeeman/ComfyUI-TinyBee": [ [ + "Combine Lists", + "Combine Properties", + "Decorate List", + "Encode Any Property", + "Face Body Aspect Bounds", "Filter Existing Files", "Filter List", "Filter Words", + "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" @@ -14744,6 +18934,29 @@ "title_aux": "ComfyUI-Dequality" } ], + "https://github.com/Tr1dae/ComfyUI-EasyFilePaths": [ + [ + "CharacterLoraSelect", + "ChromaActionSelect", + "EasyCLIPLoader", + "EasyCheckpointLoader", + "EasyFileName", + "EasyLoraLoader", + "EasyUNETLoader", + "EasyVAELoader", + "ImageSaveToPath", + "LineCounter", + "LoadImageFromPath", + "LoadImagesFromDirectoryPath", + "LoadRandomImageFromFolderPath", + "QwenActionSelect", + "UserSelect", + "WanActionSelect" + ], + { + "title_aux": "ComfyUI-EasyFilePaths" + } + ], "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher": [ [ "AIPoweredLoraMatcher", @@ -14753,6 +18966,22 @@ "title_aux": "LoRA Matcher Nodes for ComfyUI" } ], + "https://github.com/Transhumai/ComfyUI-LegionPower": [ + [ + "LegionConfig", + "LegionExporter", + "LegionImporter", + "LegionJoin", + "LegionJoinAll", + "LegionMaster", + "LegionMaster3", + "LegionMaster6", + "LegionWarmup" + ], + { + "title_aux": "ComfyUI-LegionPower" + } + ], "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": [ [ "Object Mask" @@ -14761,6 +18990,14 @@ "title_aux": "ComfyUI_YoloSegment_Mask" } ], + "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": [ + [ + "PerfectionBetaStyler" + ], + { + "title_aux": "ComfyUI_MileHighStyler" + } + ], "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": [ [ "EmbeddingPicker" @@ -14848,7 +19085,8 @@ ], "https://github.com/Ttl/ComfyUi_NNLatentUpscale": [ [ - "NNLatentUpscale" + "NNLatentUpscale", + "NNlLatentUpscale" ], { "preemptions": [ @@ -14857,6 +19095,31 @@ "title_aux": "ComfyUI Neural Network Latent Upscale" } ], + "https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script": [ + [ + "MultiClipTextScriptClipSelector", + "MultiClipTextScriptMain" + ], + { + "title_aux": "ComfyUI-MultiClip-Text-Script" + } + ], + "https://github.com/TuonoMindCode/ComfyUI-Resolution-Suggest-Downscale": [ + [ + "TuonoResolutionSuggestDownscale" + ], + { + "title_aux": "ComfyUI-Resolution-Suggest-Downscale" + } + ], + "https://github.com/TuriSc/comfyui-text-line-selector": [ + [ + "TextLineSelectorNode" + ], + { + "title_aux": "Text Line Selector" + } + ], "https://github.com/TylerZoro/SD3-Scaling": [ [ "SD3ImageScaleToTotalPixels" @@ -14865,6 +19128,14 @@ "title_aux": "SD3-Scaling" } ], + "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Sync": [ + [ + "UmeAiRT_Sync_Node" + ], + { + "title_aux": "ComfyUI-UmeAiRT-Sync" + } + ], "https://github.com/Umikaze-job/select_folder_path_easy": [ [ "SelectFolderPathEasy" @@ -14873,6 +19144,15 @@ "title_aux": "select_folder_path_easy" } ], + "https://github.com/UndefinedUo/DuoUmiWildcards": [ + [ + "DuoUmiRatioSelector", + "DuoUmiWildcard" + ], + { + "title_aux": "DuoUmiWildcards" + } + ], "https://github.com/Urabewe/ComfyUI-CountS2VExtend": [ [ "CountVideoExtendS2VNode" @@ -14881,6 +19161,14 @@ "title_aux": "ComfyUI Video Extend Counter" } ], + "https://github.com/Usonaki/ComfyUI-DyPE-Nunchaku": [ + [ + "DyPE_Nunchaku" + ], + { + "title_aux": "ComfyUI-DyPE-Nunchaku" + } + ], "https://github.com/VAST-AI-Research/ComfyUI-Tripo": [ [ "TripoAPIDraft", @@ -14957,6 +19245,14 @@ "title_aux": "ComfyUI-Qwen-Aspect-Ratio" } ], + "https://github.com/Verolelb/ComfyUI-VideoCompressor": [ + [ + "VideoCompressor" + ], + { + "title_aux": "Video Compressor (Unified)" + } + ], "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": [ [ "ImageSentinel" @@ -15048,13 +19344,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": [ @@ -15069,6 +19371,7 @@ "VrchAudioRecorderNode", "VrchAudioSaverNode", "VrchAudioVisualizerNode", + "VrchAudioWebSocketChannelLoaderNode", "VrchAudioWebViewerNode", "VrchBPMDetectorNode", "VrchBooleanKeyControlNode", @@ -15081,6 +19384,7 @@ "VrchFloatRemapNode", "VrchGamepadLoaderNode", "VrchImageChannelLoaderNode", + "VrchImageFallbackNode", "VrchImageFlipBookWebViewerNode", "VrchImagePreviewBackgroundNewNode", "VrchImagePreviewBackgroundNode", @@ -15159,6 +19463,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" @@ -15169,8 +19488,9 @@ ], "https://github.com/WASasquatch/FreeU_Advanced": [ [ - "FreeU (Advanced)", - "FreeU_V2 (Advanced)" + "WAS_FreeU", + "WAS_FreeU_V2", + "WAS_PostCFGShift" ], { "title_aux": "FreeU_Advanced" @@ -15216,7 +19536,15 @@ "KSamplerSeq2", "VAEEncodeForInpaint (WAS)", "VividSharpen", - "VividSharpenV2" + "VividSharpenV2", + "WASApplyLUT", + "WASChannelWaveform", + "WASCombineLUT", + "WASLoadLUT", + "WASMoEConditioningListAppend", + "WASSaveLUT", + "WASTiledImageUpscaleWithModel", + "WASWan22MoESamplerCtx" ], { "title_aux": "WAS_Extras" @@ -15227,6 +19555,7 @@ "FUSEGenericKSampler", "FUSEKSampler", "FUSESamplerMaskOptions", + "FUSEVideoKSampler", "FUSEYOLOSettings" ], { @@ -15252,15 +19581,18 @@ "WASLatentAffineCommonOptions", "WASLatentAffineOptions", "WASLatentAffineSimple", + "WASLatentUpscale", + "WASMultiBandNoiseApply", "WASPerlinOptions", "WASPoissonBlueOptions", "WASRingNoiseOptions", "WASSmoothRegionOptions", "WASTileLinesOptions", - "WASUltimateCustomAdvancedAffine", - "WASUltimateCustomAdvancedAffineCustom", "WASUltimateCustomAdvancedAffineNoUpscale", + "WASUltimateCustomAdvancedAffineNoUpscaleLatent", "WASVelvetOptions", + "WASWANVAEDecode", + "WASWANVAEEncode", "WASWorleyEdgesOptions" ], { @@ -15275,6 +19607,17 @@ "title_aux": "Save Image With Callback" } ], + "https://github.com/WWWEN8/ComfyUI-CCXManager": [ + [ + "CCXManager", + "CCXManagerCopy", + "CCXRepoUpdaterNode", + "CreateSDPPPInstallationDirectory" + ], + { + "title_aux": "ComfyUI-CCXManager" + } + ], "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": [ [ "AutoCropByNPS" @@ -15295,6 +19638,7 @@ "InstaCSeed", "InstaCText", "InstaCTextML", + "InstaFileExist", "InstaLoadImageLocal", "InstaLoadImageWithMask", "InstaPromptMultipleStyleSelector", @@ -15328,6 +19672,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", @@ -15375,7 +19729,6 @@ "WarpedFramepackMultiLoraSelect", "WarpedFramepackMultiLoraSelectExt", "WarpedFramepackSampler", - "WarpedFramepackSamplerScripted", "WarpedGetImageFromVideo", "WarpedGetTwoImagesFromVideo", "WarpedHunyuanImageToVideo", @@ -15383,13 +19736,13 @@ "WarpedHunyuanLoraBatchMerge", "WarpedHunyuanLoraConvert", "WarpedHunyuanLoraConvertKeys", - "WarpedHunyuanLoraConvertKeys2", "WarpedHunyuanLoraMerge", "WarpedHunyuanMultiLoraAvgMerge", "WarpedHunyuanMultiLoraLoader", "WarpedHunyuanMultiLoraMerge", "WarpedHunyuanMultiLoraMixer", "WarpedHunyuanMultiLoraMixerExt", + "WarpedHunyuanMultiLoraMixerUlt", "WarpedHunyuanVideoLoraLoader", "WarpedImageNoiseAugmentation", "WarpedImageScaleToSide", @@ -15417,8 +19770,10 @@ "WarpedSamplerScripts8", "WarpedSaveAnimatedPng", "WarpedSaveImageCaption", + "WarpedSingleEncoder", "WarpedUpscaleWithModel", "WarpedVAELoader", + "WarpedWan22MergeLoaderGGUF", "WarpedWanImageToVideo", "WarpedWanLoadAndEditLoraBlocks", "WarpedWanLoraMerge" @@ -15470,10 +19825,14 @@ "WaveSpeedAI KwaivgiKlingV21I2vProNode", "WaveSpeedAI KwaivgiKlingV21I2vStandardNode", "WaveSpeedAI KwaivgiKlingV21T2vMasterNode", + "WaveSpeedAI Loras Config", "WaveSpeedAI LtxVideoV097I2V480pNode", "WaveSpeedAI LtxVideoV097I2V720pNode", "WaveSpeedAI MMAudioV2Node", "WaveSpeedAI Magi124bNode", + "WaveSpeedAI Media Audios To List", + "WaveSpeedAI Media Images To List", + "WaveSpeedAI Media Videos To List", "WaveSpeedAI Minimax Image2Video", "WaveSpeedAI MinimaxVideo01Node", "WaveSpeedAI NightmareAIRealESRGANNode", @@ -15485,6 +19844,9 @@ "WaveSpeedAI SeedreamV3Node", "WaveSpeedAI SkyReelsV1Node", "WaveSpeedAI Step1xEditNode", + "WaveSpeedAI Task Create", + "WaveSpeedAI Task Status", + "WaveSpeedAI Task Submit", "WaveSpeedAI UnoNode", "WaveSpeedAI Upload Audio", "WaveSpeedAI Upload Image", @@ -15523,7 +19885,9 @@ "ApplyFaceProcessor", "FaceOnlyModeSwitch", "FaceProcessorLoader", - "VideoFramePreprocessor" + "VideoBackgroundRestorer", + "VideoFramePreprocessor", + "VideoInputPreprocessor" ], { "title_aux": "Stand-In Official Preprocessor ComfyUI Nodes" @@ -15560,6 +19924,7 @@ "WF_FixupPixelArt", "WF_MultilineText", "WF_RandomStyle", + "WF_RefineToggle", "WF_ResolutionSDXL", "WF_TextFlow" ], @@ -15583,6 +19948,36 @@ "title_aux": "ComfyUI-SDupcaleTiledSize" } ], + "https://github.com/Windecay/ComfyUI_CheckVprediction": [ + [ + "CheckVpredictionNode" + ], + { + "title_aux": "ComfyUI_CheckVprediction" + } + ], + "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache": [ + [ + "DynamicRAMCacheControl" + ], + { + "title_aux": "ComfyUI_Dynamic-RAMCache" + } + ], + "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption": [ + [ + "Ovis25Run", + "Qwen25Caption", + "Qwen25CaptionBatch", + "Qwen3Caption", + "Qwen3CaptionBatch", + "StringToBbox", + "StringToSam3Box" + ], + { + "title_aux": "ComfyUI_QwenVL_PromptCaption" + } + ], "https://github.com/X-School-Academy/X-FluxAgent": [ [ "X-FluxAgent.AICodeGenNode", @@ -15647,6 +20042,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", @@ -15756,7 +20159,8 @@ ], "https://github.com/Xyem/Xycuno-Oobabooga": [ [ - "Oobabooga" + "Oobabooga", + "Xycuno Oobabooga" ], { "title_aux": "Xycuno Oobabooga" @@ -15824,12 +20228,14 @@ "ApplyStyleModelEnhanced", "ApplyStyleModelSimple", "BatchImagesNode", - "FrameCalculator", "FrameCalculatorAudio", + "FrameCalculatorVideo", + "GetResolutionImage", "InpaintConditioningNode", "InpaintFluxKontextConditioning", "Prepimg2Vid", "RemoveBackgroundNode", + "ShowAnyDataType", "StitchImages", "StitchImagesAndMask", "TextFieldNode", @@ -15848,7 +20254,15 @@ "ImageColorMatch", "ImageSizeBySide", "IterativeUpscaleWithModelsNode", - "LoraLoaderStack" + "LoraLoaderStack", + "SpotDiffusionParams", + "TiledDiffusion", + "TiledVAEDecode", + "TiledVAEEncode", + "UtilRepeatImages", + "WanVideoControlnet", + "WanVideoControlnetLoader", + "WanVideoNAG" ], { "title_aux": "Yaser-nodes for ComfyUI" @@ -15861,6 +20275,7 @@ "CreateBlankFrames", "ImageBatchAssembler", "ImageFrameSelector", + "ImagesToBase64List", "ImagesToBase64Video", "MultiImageInserter", "WanVideoLatentInsertFrames", @@ -15870,20 +20285,20 @@ "title_aux": "ComfyUI Image to Video Inserter" } ], - "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": [ + "https://github.com/Yo1up/Diffusion-Model-Detailer": [ [ - "MergeBlockWeighted" + "Detailer" ], { - "title_aux": "MergeBlockWeighted_fo_ComfyUI" + "title_aux": "Diffusion-Model-Detailer" } ], - "https://github.com/Yo1up/Diffusion-Model-Detailer": [ + "https://github.com/Ysthara/ComfyUI-Resolution-AR-Node": [ [ - "Detailer" + "ResolutionNode" ], { - "title_aux": "Diffusion-Model-Detailer" + "title_aux": "ComfyUI-Resolution-AR-Node" } ], "https://github.com/Yuan-ManX/ComfyUI-AniSora": [ @@ -16036,8 +20451,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" @@ -16124,7 +20542,9 @@ "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": [ [ "Long Text Generation", - "Single Text Generation" + "LongTextGeneration", + "Single Text Generation", + "SingleTextGeneration" ], { "title_aux": "ComfyUI-OrpheusTTS" @@ -16132,6 +20552,7 @@ ], "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": [ [ + "PhotoDoodle", "PhotoDoodle Gen" ], { @@ -16184,8 +20605,11 @@ "https://github.com/Yuan-ManX/ComfyUI-SoundHub": [ [ "Load Audio", + "LoadAudio", "Preview Audio", - "Save Audio" + "PreviewAudio", + "Save Audio", + "SaveAudio" ], { "title_aux": "ComfyUI-SoundHub" @@ -16210,6 +20634,7 @@ ], "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": [ [ + "StyleStudio", "StyleStudio Image Stylization" ], { @@ -16351,7 +20776,6 @@ "NEW_PhotoMaker_Generation", "PhotoMakerAdapter_Loader_fromhub", "PhotoMakerAdapter_Loader_local", - "PhotoMaker_Generation", "Prompt_Styler", "Ref_Image_Preprocessing" ], @@ -16500,9 +20924,9 @@ "ImageBatchLoader", "ImageBatchSaver", "LoraBatchLoader", - "SimpleImageTagger", "TXTBatchLoader", - "TextModifyTool" + "TextModifyTool", + "VideoBatchSaver" ], { "title_aux": "ComfyUI-Batch-Process" @@ -16510,16 +20934,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" @@ -16554,6 +20976,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", @@ -16570,14 +21008,14 @@ "KSamplerProgress //Inspire", "MultiModelAdvancedKsampler", "MultiModelCheckpointIterator", + "MultiModelCheckpointIteratorFirst", "MultiModelPromptSaver", - "MultiModelPromptSaverIterative", - "MultiModelPromptSaverIterativeFirst", "Ranbooru", "RandomCharacterSelector", "RandomNoise //Inspire", "RapidSchedulerCombo", "RapidSchedulerSelector", + "RapidStringIterator", "ScheduledCFGGuider //Inspire", "ScheduledPerpNegCFGGuider //Inspire", "StringHasher" @@ -16595,14 +21033,33 @@ "title_aux": "ComfyUI-ZSNodes" } ], + "https://github.com/Zone-Roam/ComfyUI-Live-Search": [ + [ + "LiveSearch_API_Loader", + "LiveSearch_Agent", + "LiveSearch_Settings" + ], + { + "title_aux": "ComfyUI-Live-Search" + } + ], "https://github.com/a-l-e-x-d-s-9/ComfyUI-SaveCheckpointWithMetadata": [ [ + "Save Checkpoint with Metadata", "SaveCheckpointWithMetadata" ], { "title_aux": "Save Checkpoint with Metadata" } ], + "https://github.com/a-und-b/ComfyUI_AB_Wildcard": [ + [ + "ABWildcardNode" + ], + { + "title_aux": "ComfyUI_AB_Wildcard" + } + ], "https://github.com/a-und-b/ComfyUI_Delay": [ [ "Add Delay" @@ -16665,6 +21122,60 @@ "title_aux": "ComfyUI-AudioScheduler" } ], + "https://github.com/aTanguay/ComfyUI_Detonate": [ + [ + "DetonateBlur", + "DetonateChannelCopy", + "DetonateChromaKeyer", + "DetonateClamp", + "DetonateColorCorrect", + "DetonateColorCurves", + "DetonateConstant", + "DetonateCornerPin", + "DetonateCrop", + "DetonateCryptomatteExtract", + "DetonateDefocus", + "DetonateDenoise", + "DetonateDilate", + "DetonateDisplacementMap", + "DetonateEdgeDefringe", + "DetonateEdgeDetect", + "DetonateErode", + "DetonateExposure", + "DetonateGlow", + "DetonateGrade", + "DetonateGrain", + "DetonateGridWarp", + "DetonateHueSatVal", + "DetonateInvert", + "DetonateLUT", + "DetonateLoadEXR", + "DetonateLumaKeyer", + "DetonateLumaKeyerSimple", + "DetonateMaskFromColor", + "DetonateMaskSmoother", + "DetonateMatteControl", + "DetonateMerge", + "DetonateNoise", + "DetonatePremultiply", + "DetonateRamp", + "DetonateRotoBezier", + "DetonateRotoBezierFromImage", + "DetonateSaturation", + "DetonateSeamBlender", + "DetonateSharpen", + "DetonateShuffle", + "DetonateTransform", + "DetonateTriMapGenerator", + "DetonateUnpremultiply", + "DetonateVignette", + "DetonateZDefocus", + "DetonateZMerge" + ], + { + "title_aux": "ComfyUI_Detonate" + } + ], "https://github.com/abdozmantar/ComfyUI-DeepExtract": [ [ "VocalAndSoundRemoverNode" @@ -16673,6 +21184,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" @@ -16699,18 +21243,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", @@ -16741,6 +21282,14 @@ "title_aux": "Prompt PostProcessor" } ], + "https://github.com/adambarbato/ComfyUI-Sa2VA": [ + [ + "Sa2VANodeTpl" + ], + { + "title_aux": "Sa2VA Segmentation" + } + ], "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": [ [ "DownloadLinkChecker", @@ -16765,6 +21314,8 @@ ], "https://github.com/adigayung/ComfyUI-Translator": [ [ + "AT_CLIPTextAutoTranslate", + "AT_PromptText", "CLIP Text Encode (Auto Translate)", "Prompt Text (Auto Translate)" ], @@ -16878,11 +21429,28 @@ "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" ], @@ -16890,6 +21458,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", @@ -16899,6 +21476,28 @@ "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-liam/comfyui-liam": [ [ "AiStoreAzureGPTLiam", @@ -17014,8 +21613,6 @@ ], "https://github.com/aicuai/aicu-comfyui-stability-ai-api": [ [ - "Preview3DModel", - "Save3DModel", "StabilityControlSketch", "StabilityControlStructure", "StabilityControlStyle", @@ -17026,9 +21623,7 @@ "StabilityImageUltra", "StabilityUpscaleConservative", "StabilityUpscaleCreative", - "StabilityUpscaleFast", - "StableFast3D", - "StablePointAware3D" + "StabilityUpscaleFast" ], { "title_aux": "aicu-comfyui-stability-ai-api" @@ -17036,14 +21631,28 @@ ], "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" @@ -17060,7 +21669,6 @@ "ConvertAnyToString", "ConvertStringToNumber", "CustomLatentImage-NYJY", - "CustomLatentImageSimple", "FloatSlider-NYJY", "FluxProOnline", "GetItemFromList", @@ -17073,8 +21681,17 @@ "JsonLoads", "QwenLatentImage", "ReadFileToString", + "Seededit3", + "Seedream3Txt2Img", + "Seedream4Img2Img", + "Seedream4Txt2Img", "SplitString", - "Translate" + "Translate", + "VolcengineChat", + "VolcengineChatOption", + "VolcengineImageOption", + "VolcengineImg2Img", + "VolcengineTxt2Img" ], { "title_aux": "ComfyUI_NYJY" @@ -17112,10 +21729,12 @@ "CogVideoXFunInpaintSampler", "CogVideoXFunT2VSampler", "CogVideoXFunV2VSampler", + "CombineQwenImagePipeline", "CombineWan2_2Pipeline", "CombineWan2_2VaceFunPipeline", "CombineWanPipeline", "CreateTrajectoryBasedOnKJNodes", + "FunAttention", "FunCompile", "FunRiflex", "FunTextBox", @@ -17123,6 +21742,12 @@ "ImageMaximumNode", "LoadCogVideoXFunLora", "LoadCogVideoXFunModel", + "LoadQwenImageLora", + "LoadQwenImageModel", + "LoadQwenImageProcessor", + "LoadQwenImageTextEncoderModel", + "LoadQwenImageTransformerModel", + "LoadQwenImageVAEModel", "LoadVaceWanTransformer3DModel", "LoadWan2_2FunLora", "LoadWan2_2FunModel", @@ -17138,6 +21763,8 @@ "LoadWanTextEncoderModel", "LoadWanTransformerModel", "LoadWanVAEModel", + "QwenImageEditSampler", + "QwenImageT2VSampler", "VideoToCanny", "VideoToDepth", "VideoToOpenpose", @@ -17186,22 +21813,26 @@ "https://github.com/ainewsto/Comfyui_Comfly_v2": [ [ "ComflyChatGPTApi", - "ComflyGeminiAPI", + "ComflyGoogelVeo3", "ComflyJimengApi", "ComflyJimengVideoApi", + "ComflyNanoBanana", + "ComflyNanoBanana2Edit", + "ComflyNanoBananaEdit", "ComflySeededit", "Comfly_Doubao_Seededit", "Comfly_Doubao_Seedream", "Comfly_Doubao_Seedream_4", - "Comfly_Flux_Kontext", + "Comfly_Flux_2_Flex", + "Comfly_Flux_2_Pro", "Comfly_Flux_Kontext_Edit", "Comfly_Flux_Kontext_bfl", - "Comfly_Googel_Veo3", "Comfly_MiniMax_video", "Comfly_Mj", "Comfly_Mj_swap_face", "Comfly_Mju", "Comfly_Mjv", + "Comfly_api_set", "Comfly_gpt_image_1", "Comfly_gpt_image_1_edit", "Comfly_kling_image2video", @@ -17210,14 +21841,22 @@ "Comfly_lip_sync", "Comfly_mj_video", "Comfly_mj_video_extend", - "Comfly_mjstyle", - "Comfly_nano_banana", - "Comfly_nano_banana_edit", - "Comfly_nano_banana_fal", "Comfly_qwen_image", "Comfly_qwen_image_edit", + "Comfly_sora2", + "Comfly_sora2_character", + "Comfly_suno_cover", + "Comfly_suno_custom", + "Comfly_suno_description", + "Comfly_suno_lyrics", + "Comfly_suno_upload", + "Comfly_suno_upload_extend", "Comfly_upload", - "Comfly_video_extend" + "Comfly_video_extend", + "Comfly_vidu_img2video", + "Comfly_vidu_ref2video", + "Comfly_vidu_start-end2video", + "Comfly_vidu_text2video" ], { "title_aux": "Comfyui_Comfly_v2" @@ -17233,6 +21872,21 @@ "title_aux": "comfyui-labs-google" } ], + "https://github.com/aining2022/ComfyUI_Swwan": [ + [ + "Fast Groups Muter (rgthree)", + "Fast Muter (rgthree)", + "Image Comparer (rgthree)", + "LayerUtility: CropByMask V2", + "LayerUtility: CropByMask V3", + "LayerUtility: ImageScaleByAspectRatio V2", + "LayerUtility: RestoreCropBox", + "Seed (rgthree)" + ], + { + "title_aux": "ComfyUI_Swwan" + } + ], "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": [ [ "ASVL" @@ -17385,6 +22039,52 @@ "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-Folded-Prompts": [ + [ + "FPFoldedPrompts", + "FPTextAreaPlus", + "FPTextCleanAndSplitt" + ], + { + "title_aux": "Folded prompts" + } + ], + "https://github.com/akawana/ComfyUI-RGBYP-Mask-Editor": [ + [ + "RGBYPLoadImage", + "RGBYPMaskBridge", + "RGBYPMaskCompositeWithStrength", + "RGBYPMaskStrength", + "RGBYPMaskStrengthOut", + "RGBYPMaskToRegularMasks", + "RGBYPSaveMask" + ], + { + "title_aux": "RGBYP Mask Editor (RGB + YP)" + } + ], + "https://github.com/akawana/ComfyUI-Utils-extra": [ + [ + "AKSamplerSettings", + "AKSettingsOut", + "CLIPEncodeMultiple", + "IndexMultiple", + "IsOneOfGroupsActive", + "PreviewRawText", + "RepeatGroupState" + ], + { + "title_aux": "Utils Extra" + } + ], "https://github.com/akierson/ComfyUI-textnodes": [ [ "Prompt Truncate", @@ -17442,20 +22142,42 @@ "GeminiTextSplitter", "ListAvailableModels", "OllamaAPI", - "OpenAIAPI", "QwenAPI", + "VeoLoadVideo", + "VeoVideoExtend", + "VeoVideoGenerator", + "VeoVideoGeneratorAdvanced", "style_menus" ], { "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_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": [ @@ -17468,6 +22190,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", @@ -17487,13 +22217,16 @@ "DanbooruPopularPostsTagsRetriever", "DanbooruPostTagsRetriever", "DanbooruRelatedTagsRetriever", + "DownloadImage", "FilterSubtags", "FilterTags", "FixBreakAfterTIPO", "GeminiInference", "OllamaInference", "ProcessTags", + "RemoveWeights", "ReplaceUnderscores", + "SaveImageWithText", "SignalSwitch", "TextEditingInference", "TokenAnalyzer", @@ -17514,11 +22247,14 @@ "https://github.com/alessandroperilli/OCS_Nodes": [ [ "OCS_CloudImageSize", + "OCS_FirstNotEmpty", + "OCS_ImageGrid4x4", "OCS_ImageListFilter", "OCS_ImageSaver", "OCS_LocalImageSize", "OCS_LocalVideoSize", - "OCS_ModelDownloader" + "OCS_ModelDownloader", + "OCS_Watermarker" ], { "title_aux": "Open Creative Studio Nodes" @@ -17534,8 +22270,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" @@ -17543,7 +22281,8 @@ ], "https://github.com/alessandrozonta/ComfyUI-OpenPose": [ [ - "OpenPose - Get poses" + "OpenPose - Get poses", + "OpenPoseNode" ], { "author": "joe", @@ -17552,6 +22291,7 @@ ], "https://github.com/alessandrozonta/ComfyUI-PoseDirection": [ [ + "DirectionNode", "OpenPose - Get direction" ], { @@ -17568,8 +22308,10 @@ ], "https://github.com/alexcong/ComfyUI_QwenVL": [ [ + "Qwen", "Qwen2.5", - "Qwen2.5VL" + "Qwen2.5VL", + "QwenVL" ], { "title_aux": "Qwen2-VL wrapper for ComfyUI" @@ -17611,12 +22353,15 @@ "BlenderInputLoadDiffusionModel", "BlenderInputLoadImage", "BlenderInputLoadLora", + "BlenderInputLoadMask", + "BlenderInputSampler", "BlenderInputSeed", "BlenderInputString", "BlenderInputStringMultiline", "BlenderOutputDownload3D", "BlenderOutputSaveGlb", - "BlenderOutputSaveImage" + "BlenderOutputSaveImage", + "BlenderOutputString" ], { "title_aux": "ComfyUI-Blender" @@ -17635,6 +22380,89 @@ "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": [ + [ + "XJContextEnter", + "XJContextExit", + "XJFloatRangeList", + "XJImageGrid", + "XJImageListFilter", + "XJImageRandomTransform", + "XJImageScaleCalc", + "XJImageScaleMegapixel", + "XJImageTransform", + "XJIntOffset", + "XJIntegerDecrement", + "XJIntegerIncrement", + "XJJSONExtractor", + "XJLoadImageByPath", + "XJLoadImageWithMetadata", + "XJLoadImagesFromDirBatch", + "XJLoadImagesFromDirList", + "XJOneImageFromBatch", + "XJRandomImagesFromBatch", + "XJRandomText", + "XJRandomTextFromFile", + "XJRandomTextFromList", + "XJSamplerAdapter", + "XJSaveImageWithMetadata", + "XJSchedulerAdapter", + "XJStringPass", + "XJSupirParameters", + "XJTextFileInfo", + "XJTextListFromFile" + ], + { + "title_aux": "ComfyUI-XJNodes" + } + ], + "https://github.com/alexopus/ComfyUI-Image-Saver": [ + [ + "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)", + "Sampler Selector (Image Saver)", + "SamplerToString (Image Saver)", + "Scheduler Selector (Eff.) (Image Saver)", + "Scheduler Selector (Image Saver)", + "Scheduler Selector (inspire) (Image Saver)", + "SchedulerEfficiencyToString (Image Saver)", + "SchedulerInspireToString (Image Saver)", + "SchedulerToString (Image Saver)", + "Seed Generator (Image Saver)", + "String Literal (Image Saver)", + "UNet loader with Name (Image Saver)", + "Width/Height Literal (Image Saver)" + ], + { + "title_aux": "ComfyUI Image Saver" + } + ], + "https://github.com/alibof96/ComfyUI-DownscaleIRN": [ + [ + "IRNDownscale" + ], + { + "title_aux": "ComfyUI-DownscaleIRN" + } + ], "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": [ [ "InputText", @@ -17643,13 +22471,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", @@ -17780,6 +22617,216 @@ "title_aux": "Dream Video Batches" } ], + "https://github.com/ameyukisora/ComfyUI-Empty-Latent-Advanced": [ + [ + "EmptyLatentAdvancedSelector" + ], + { + "title_aux": "ComfyUI Empty Latent Advanced" + } + ], + "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": [ + [ + "ArchAi3D_Average_Color", + "ArchAi3D_Batch_Text_Encode", + "ArchAi3D_Batch_Text_Encode_SDXL", + "ArchAi3D_Boolean_Input", + "ArchAi3D_Cinematography_Prompt_Builder", + "ArchAi3D_CivitAI_Download", + "ArchAi3D_Clean_Room_Prompt", + "ArchAi3D_Color_Correction_Advanced", + "ArchAi3D_Color_Correction_BT709", + "ArchAi3D_Conditioning_Balance", + "ArchAi3D_Dependency_Installer", + "ArchAi3D_Empty_Latent_Batch", + "ArchAi3D_Float_Input", + "ArchAi3D_GDrive_Download", + "ArchAi3D_Gemini", + "ArchAi3D_Gemini_Model", + "ArchAi3D_HF_Download", + "ArchAi3D_Info", + "ArchAi3D_Int_Input", + "ArchAi3D_LlamaCpp_Installer", + "ArchAi3D_Load_Image_URL", + "ArchAi3D_Mask_Crop_Rotate", + "ArchAi3D_Mask_To_Position_Guide", + "ArchAi3D_Metric3D_Depth", + "ArchAi3D_Metric3D_Normal", + "ArchAi3D_Nunchaku_Installer", + "ArchAi3D_Object_Focus_Camera", + "ArchAi3D_Object_Focus_Camera_V2", + "ArchAi3D_Object_Focus_Camera_V3", + "ArchAi3D_Object_Focus_Camera_V4", + "ArchAi3D_Object_Focus_Camera_V5", + "ArchAi3D_Object_Focus_Camera_V6", + "ArchAi3D_Object_Focus_Camera_V7", + "ArchAi3D_Panorama_Offset", + "ArchAi3D_Position_Guide_Prompt_Builder", + "ArchAi3D_QwenVL_GGUF", + "ArchAi3D_QwenVL_Server_Control", + "ArchAi3D_Qwen_Camera_View_Selector", + "ArchAi3D_Qwen_Colorization", + "ArchAi3D_Qwen_DX8152_Camera_LoRA", + "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_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_Save_Image", + "ArchAi3D_Simple_Position_Prompt", + "ArchAi3D_Smart_Tile_Calculator", + "ArchAi3D_Smart_Tile_Conditioning", + "ArchAi3D_Smart_Tile_Detailer", + "ArchAi3D_Smart_Tile_Merger", + "ArchAi3D_Smart_Tile_Prompter", + "ArchAi3D_Smart_Tile_Prompter_Turbo", + "ArchAi3D_Smart_Tile_SEGS", + "ArchAi3D_Smart_Tile_SEGS_Blur", + "ArchAi3D_Smart_Tile_Sampler", + "ArchAi3D_Smart_Ultimate_SD_Upscale", + "ArchAi3D_Smart_Ultimate_SD_Upscale_CustomSample", + "ArchAi3D_Smart_Ultimate_SD_Upscale_NoUpscale", + "ArchAi3D_Solid_Color_Image", + "ArchAi3D_String_Input", + "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", + "AutoContrastLevels", + "BlendModeUtility", + "ChannelPacker", + "ChannelPackerORMA", + "ChannelPackerRMA", + "ChannelPackerRMAA", + "ChannelUnpacker", + "ChannelUnpackerRMA", + "ClarityEnhancer", + "ColorMatchTransfer", + "ColorRamp", + "ColorSelectionMask", + "ColorToGrayscale", + "CurvatureGenerator", + "DenoiseFilter", + "DetailMapBlender", + "DirtGrimeMaskGenerator", + "DisplacementToVector", + "EdgeDetection", + "EdgeWearMaskGenerator", + "EmbedAlpha", + "EmissionMaskGenerator", + "FrankenMapExtractor", + "FrequencyRecombine", + "FrequencySeparation", + "GammaAdjust", + "GradientMap", + "GradientMaskGenerator", + "GrayscaleToColor", + "HSVAdjuster", + "HeightAmplifier", + "HeightCombiner", + "HeightToNormal", + "ImageBitDepthChecker", + "ImageEnhancement", + "LevelsAdjustment", + "LotusHeightProcessor", + "LotusNormalProcessor", + "MicroDetailOverlay", + "MultiTextureBlender", + "NormalConverter", + "NormalFormatAuto", + "NormalFormatBruteForce", + "NormalFormatValidator", + "NormalIntensity", + "NormalMapCombiner", + "NormalToDepth", + "PBRAdjuster", + "PBRBatchToPipe", + "PBRCombiner", + "PBRExtractor", + "PBRHeightProcessor", + "PBRMaterialMixer", + "PBRMaterialProcessor", + "PBRNormalProcessor", + "PBRPipePreview", + "PBRPipeToBatch", + "PBRPipelineAdjuster", + "PBRSaver", + "PBRSaverWithMetadata", + "PBRSplitter", + "PatternGenerator", + "ProceduralNoiseGenerator", + "SSSMapGenerator", + "ScratchesGenerator", + "SeamlessTiling", + "SharpenDepth", + "SharpenNormal", + "SimpleRecolor", + "SmartBlur", + "SmartTextureResizer", + "SquareMaker", + "TemperatureTint", + "TextureAnalyzer", + "TextureAtlasBuilder", + "TextureEqualizer", + "TextureOffset", + "TextureScaler", + "TextureTiler", + "TranslucencyMapGenerator", + "TriplanarProjection", + "UVCheckerGenerator", + "UpscaleCalculator", + "UpscaleToResolution", + "WearGenerator" + ], + { + "title_aux": "ComfyUI-TextureAlchemy" + } + ], "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": [ [ "CLIPTextEncode (RE)", @@ -17817,7 +22864,8 @@ ], "https://github.com/angeloshredder/StableCascadeResizer": [ [ - "CascadeResize" + "CascadeResize", + "Cascade_Resizer" ], { "title_aux": "StableCascadeResizer" @@ -17852,6 +22900,22 @@ "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/anilstream/ComfyUI-Ideogram-Character": [ + [ + "SD_IdeogramCharacter" + ], + { + "title_aux": "ComfyUI-Ideogram-Character" + } + ], "https://github.com/annewj023/Comfyui_google_nano": [ [ "GoogleNanoNode" @@ -17860,6 +22924,14 @@ "title_aux": "Google Nano" } ], + "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": [ + [ + "MergeDicts" + ], + { + "title_aux": "antrobots ComfyUI Nodepack" + } + ], "https://github.com/apeirography/DaimalyadNodes": [ [ "DaimalyadModelDownloader", @@ -17869,6 +22941,15 @@ "title_aux": "DaimalyadNodes" } ], + "https://github.com/apenguin24/ComfyUI-WanKeyframing": [ + [ + "LoadImagesFromDirectory", + "WanKeyframeToVideo" + ], + { + "title_aux": "ComfyUI-WanKeyframing" + } + ], "https://github.com/arcum42/ComfyUI_SageUtils": [ [ "SageSetWildcardText", @@ -17911,7 +22992,6 @@ "Sage_LMStudioLLMPromptVisionRefine", "Sage_LastLoraInfo", "Sage_LoadImage", - "Sage_LoadImageTextSetFromFolderNode", "Sage_LoadModelFromInfo", "Sage_Load_Dataset_From_Folder", "Sage_LogicalSwitch", @@ -17925,11 +23005,22 @@ "Sage_ModelShiftOnly", "Sage_ModelShifts", "Sage_MultiModelPicker", + "Sage_MultiSelectorDoubleClip", + "Sage_MultiSelectorQuadClip", + "Sage_MultiSelectorSingleClip", + "Sage_MultiSelectorTripleClip", + "Sage_OllamaAdvancedOptions", "Sage_OllamaLLMPromptText", "Sage_OllamaLLMPromptVision", "Sage_OllamaLLMPromptVisionRefine", "Sage_PonyPrefix", + "Sage_PonyRatingv6", + "Sage_PonyRatingv7", + "Sage_PonyScore", + "Sage_PonySource", "Sage_PonyStyle", + "Sage_PonyStyleCluster", + "Sage_PromptText", "Sage_QuadCLIPSelector", "Sage_QuickLoraStack", "Sage_QuickNineLoraStack", @@ -17943,7 +23034,9 @@ "Sage_SchedulerSelector", "Sage_SetText", "Sage_SetTextWithInt", + "Sage_SingleCLIPTextEncode", "Sage_SixLoraStack", + "Sage_SystemPrompt", "Sage_TextRandomLine", "Sage_TextSelectLine", "Sage_TextSubstitution", @@ -17959,15 +23052,33 @@ "Sage_UNETLoaderFromInfo", "Sage_UNETSelector", "Sage_UnetClipVaeToModelInfo", + "Sage_UpscaleImageWithModel", "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/arthurtravers/ComfyUI-VideoOutputBridge": [ + [ + "VideoOutputBridge" + ], + { + "title_aux": "Video Output Bridge" + } + ], "https://github.com/asaddi/ComfyUI-YALLM-node": [ [ "LLMChat", @@ -18068,6 +23179,23 @@ "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/asutermo/ComfyUI-Flux-TryOff": [ [ "TryOffFluxFillModelNode", @@ -18107,13 +23235,10 @@ ], "https://github.com/attashe/ComfyUI-FluxRegionAttention": [ [ - "BBoxToMaskNode", - "BoundingBoxNode", "CLIPDebug", "FluxRegionBBOX", "FluxRegionMask", - "RegionAttention", - "VisualizeBBoxesNode" + "RegionAttention" ], { "title_aux": "ComfyUI-FluxRegionAttention" @@ -18256,6 +23381,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", @@ -18330,8 +23466,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" @@ -18367,6 +23509,17 @@ "title_aux": "ComfyUI-FrameSkipping" } ], + "https://github.com/balu112121/comfyui-LoadImageFromURL": [ + [ + "BatchURLImageLoader", + "LoadImageFromURL", + "URLImageLoader", + "URLToImagePreview" + ], + { + "title_aux": "ComfyUI URL Image Loader" + } + ], "https://github.com/bananasss00/ComfyUI-SP-Nodes": [ [ "BoolSwitchOutStr", @@ -18570,6 +23723,7 @@ "Save Image With Prompt Data", "Save Images Mikey", "Save Images No Display", + "Save Images With Prompt Data", "SaveMetaData", "SearchAndReplace", "Seed String", @@ -18601,6 +23755,7 @@ "VACEControlImageCombine", "VACEPromptCheckTotalFrame", "VACEPromptCombine", + "VaceFunLongVideo", "VaceLongVideo" ], { @@ -18625,8 +23780,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", @@ -18764,6 +23930,46 @@ "title_aux": "Comfy-Pack" } ], + "https://github.com/beyondprompting/ComfyUI-Beyond_nodes": [ + [ + "Bool-beyond_nodes", + "BooleanControlOutput-beyond_nodes", + "BooleanSwitch-beyond_nodes", + "Compare-beyond_nodes", + "Compositor4-beyond_nodes", + "Compositor4MasksOutput-beyond_nodes", + "Compositor4TransformsOut-beyond_nodes", + "CompositorConfig4-beyond_nodes", + "DebugPrint-beyond_nodes", + "EditMask-beyond_nodes", + "Float-beyond_nodes", + "If ANY return A else B-beyond_nodes", + "ImageMaskScaleAs-beyond_nodes", + "ImageMaskSwitch-beyond_nodes", + "Int-beyond_nodes", + "MaskBoundingBox", + "MaskBoundingBox-beyond_nodes", + "MaskRectArea-beyond_nodes", + "MaskToImage-beyond_nodes", + "String-beyond_nodes", + "TwoWaySwitch-beyond_nodes" + ], + { + "author": "Beyond Prompting", + "description": "Beyond Node Packages", + "nickname": "Beyond Nodes", + "title": "Beyond Nodes", + "title_aux": "ComfyUI-Beyond_nodes" + } + ], + "https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3": [ + [ + "HunyuanImage3" + ], + { + "title_aux": "ComfyUI-Hunyuan-Image-3" + } + ], "https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight": [ [ "HierarchicalLoRAWeightEditor", @@ -18820,7 +24026,6 @@ "AdjustAudio", "AudioAddWatermark", "AudioConcatenate", - "AudioDenoising", "AudioRecorderAT", "ClearVoiceRun", "LoadAudioMW", @@ -18928,6 +24133,7 @@ "AlignFace", "BeautifyPhoto", "DetectCropFace", + "DetectCropFaces", "IDPhotos", "ImageWatermark", "LoadImageMW" @@ -19240,7 +24446,8 @@ ], "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI": [ [ - "CoMPaSS for FLUX.1-dev" + "CoMPaSS for FLUX.1-dev", + "Example" ], { "title_aux": "CoMPaSS-ComfyUI" @@ -19262,6 +24469,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", @@ -19308,9 +24567,19 @@ "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": [ [ "LoadLoraFromUrlOrPath", + "LoadNunchakuLoraFromUrlOrPath", + "LoadUpscaleModelFromUrlOrPath", "LoadVideoFromUrlOrPath", "LoadVideoLoraFromUrlOrPath", "LoadVideoLoraFromUrlOrPathSelect" @@ -19385,6 +24654,15 @@ "title_aux": "ComfyUI-OpenSoraPlan" } ], + "https://github.com/bombdefuser-124/Newbie-Teacache-ComfyUI": [ + [ + "TeaCacheCoefficientCalculator", + "TeaCache_Newbie" + ], + { + "title_aux": "Newbie-Teacache-ComfyUI" + } + ], "https://github.com/bombless/comfyUI-RememberingUtils": [ [ "RememberLastSeed", @@ -19395,6 +24673,15 @@ "title_aux": "Remembering utils" } ], + "https://github.com/bomborant/ComfyUI-ShakaNodes": [ + [ + "ShakaTensorDebug", + "ShakaWanKeyframes" + ], + { + "title_aux": "ShakaNodes" + } + ], "https://github.com/bongsang/ComfyUI-Bongsang": [ [ "AnyInfo", @@ -19423,13 +24710,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" ], @@ -19439,6 +24755,7 @@ ], "https://github.com/bradsec/ComfyUI_StringEssentials": [ [ + "StringConditionalAppend", "StringMultiReplace", "StringPreview", "StringStrip", @@ -19448,6 +24765,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", @@ -19480,6 +24805,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" @@ -19541,6 +24878,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", @@ -19550,6 +24895,24 @@ "title_aux": "ComfyUI Sequential Image Loader" } ], + "https://github.com/btitkin/ComfyUI-RandomPromptBuilder": [ + [ + "PromptDisplayNode", + "RandomPromptBuilder" + ], + { + "title_aux": "Random Prompt Builder" + } + ], + "https://github.com/buddy-bytes/ComfyUI-SmartResolutionToolkit": [ + [ + "SmartLatentGenerator", + "SmartResolutionPicker" + ], + { + "title_aux": "Smart Resolution Toolkit" + } + ], "https://github.com/budihartono/comfyui-aspect-ratio-presets": [ [ "CAS Empty Latent Aspect Ratio Axis", @@ -19616,6 +24979,25 @@ "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": [ + [ + "FMJSpeedPrompt" + ], + { + "title_aux": "FMJ-speed-Prompt" + } + ], "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": [ [ "EbuLMStudioBrainstormer", @@ -19756,7 +25138,6 @@ [ "SignalProcessingBaxandall3BandEQ", "SignalProcessingBaxandallEQ", - "SignalProcessingCompressor", "SignalProcessingConvolutionReverb", "SignalProcessingFilter", "SignalProcessingHarmonicsEnhancer", @@ -19838,39 +25219,43 @@ "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_adv_CN", "AD_sch_image_merge", "AD_sch_latent", - "AD_sch_mask", + "AD_sch_mask_weigh", "AD_sch_prompt_adv", "AD_sch_prompt_basic", "AD_sch_prompt_stack", "AD_sch_value", "AD_slice_Condi", "AI_GLM4", - "AI_Ollama", + "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", "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", @@ -19879,75 +25264,117 @@ "Data_preset_save", "Data_sampleData", "Data_select", - "IO_adjust_image", - "IO_clear_cache", + "Easy_QwenEdit2509", + "IO_getFilePath", + "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_stitch", + "Image_target_adjust", "Image_transform_layer", - "Image_transform_solo", + "Image_transform_layer_adv", + "Mask_BodySegment", + "Mask_ClothesSegment", "Mask_Detect_label", + "Mask_FaceSegment", "Mask_Remove_bg", - "Mask_face_detect", "Mask_image2mask", "Mask_math", + "Mask_simple_adjust", "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_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", + "Test_CN_ImgPreview", + "basicIn_Remap_slide", "basicIn_Sampler", "basicIn_Scheduler", "basicIn_Seed", "basicIn_color", "basicIn_float", + "basicIn_input", "basicIn_int", "basicIn_string", "basic_KSampler_variant_seed", "basic_Ksampler_adv", "basic_Ksampler_custom", "basic_Ksampler_full", + "basic_Ksampler_low_gpu", "basic_Ksampler_mid", "basic_Ksampler_simple", - "batch_BatchGetByIndex", "batch_BatchSlice", "batch_MergeBatch", "chx_IPA_XL", @@ -19963,44 +25390,41 @@ "chx_Ksampler_VisualStyle", "chx_Ksampler_dual_area", "chx_Ksampler_dual_paint", + "chx_Ksampler_highAndLow", "chx_Ksampler_inpaint", "chx_Ksampler_mix", "chx_Ksampler_refine", - "chx_Ksampler_texture", - "chx_StyleModelApply", - "chx_Style_Redux", "chx_YC_LG_Redux", + "chx_input_data", "chx_ksampler_Deforum_sch", "chx_ksampler_tile", "chx_latent_adjust", - "color_Local_Gray", "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", "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", @@ -20012,53 +25436,56 @@ "excel_search_data", "excel_write_data", "excel_write_data_easy", + "flow_QueueTrigger", + "flow_Translate_Node_DD", + "flow_Translate_Node_office", + "flow_ValueReceiver", + "flow_ValueSender", "flow_auto_pixel", + "flow_case_tentor", + "flow_clear_cache", "flow_judge", + "flow_low_gpu", + "flow_sch_control", + "flow_switch", + "flow_tensor_Unify", "img_effect_CircleWarp", "img_effect_Liquify", - "img_effect_Load", "img_effect_Stretch", "img_effect_WaveWarp", "latent_Image2Noise", "latent_chx_noise", - "latent_ratio", "lay_ImageGrid", "lay_MaskGrid", "lay_edge_cut", - "lay_iamge_conbine", "lay_image_grid_note", - "lay_image_mul", + "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_Nanchaku", - "load_SD35", - "load_basic", "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_advanced_condi_merge", "pre_controlnet", "pre_controlnet_union", "pre_guide", @@ -20067,6 +25494,7 @@ "pre_latent_light", "pre_mul_Mulcondi", "pre_qwen_controlnet", + "pre_ref_condition", "pre_sample_data", "sampler_DynamicTileMerge", "sampler_DynamicTileSplit", @@ -20077,27 +25505,39 @@ "sch_mask", "sch_split_text", "sch_text", + "scheduler_ModelAligned", + "scheduler_manual_sigmas", + "scheduler_sigmas2Graph", "stack_Mask2color", - "stack_sum_pack", + "sum_Ksampler", "sum_create_chx", "sum_editor", "sum_latent", "sum_load_adv", "sum_lora", "sum_stack_AD", + "sum_stack_Kontext", + "sum_stack_QwenEdit", + "sum_stack_QwenEditPlus", "sum_stack_Wan", - "sum_stack_all", "sum_stack_image", - "text_SuperPrompter", - "text_free_wildcards", + "text_Splitter", + "text_StrMatrix", + "text_batch_combine", + "text_filter", + "text_loadText", + "text_modifier", "text_mul_Join", "text_mul_Split", - "text_mul_remove", - "text_mul_replace", - "text_stack_wildcards", + "text_saveText", "text_sum", + "text_wildcards", + "texture_Ksampler", + "texture_Offset", + "texture_apply", + "texture_create", "type_AnyCast", - "type_Anyswitch", + "type_AnyIndex", "type_BasiPIPE", "type_BatchToList", "type_Image_Batch2List", @@ -20105,7 +25545,6 @@ "type_ListToBatch", "type_Mask_Batch2List", "type_Mask_List2Batch", - "type_text_list2batch", "unpack_box2", "view_Data", "view_GetLength", @@ -20115,14 +25554,20 @@ "view_bridge_Text", "view_bridge_image", "view_combo", - "view_latent", - "view_mask", - "view_node_Script" + "view_mask" ], { "title_aux": "ComfyUI-Apt_Preset" } ], + "https://github.com/casc1701/ComfyUI_OverlayFrameNumber": [ + [ + "OverlayFrameNumber" + ], + { + "title_aux": "ComfyUI_OverlayFrameNumber" + } + ], "https://github.com/casterpollux/MiniMax-bmo": [ [ "MinimaxRemoverBMO" @@ -20140,6 +25585,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", @@ -20177,32 +25631,26 @@ "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-BatchNameLoop": [ @@ -20218,12 +25666,20 @@ ], "https://github.com/cedarconnor/comfyui-LatLong": [ [ + "Cubemap Faces Extract", + "Cubemap To Equirectangular", "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", + "PanoramaVideoViewerNode", + "PanoramaViewerNode" ], { "title_aux": "ComfyUI LatLong - Equirectangular Image Processing Nodes" @@ -20249,8 +25705,11 @@ ], "https://github.com/celsojr2013/comfyui_jamworks_client": [ [ + "Jamworks Download", + "Jamworks Login", "Jamworks_Download", "Jamworks_Login", + "Shell Command", "Shell_Command" ], { @@ -20278,13 +25737,16 @@ ], "https://github.com/cerspense/ComfyUI_cspnodes": [ [ + "CountTextLines", "DepthToNormalMap", + "GetLastFrameFromBatch", "GetMP4Prompt", "ImageDirIterator", "IncrementEveryN", "Modelscopet2v", "Modelscopev2v", "RemapRange", + "RemoveBlankLines", "ResizeByImage", "SplitImageChannels", "VidDirIterator" @@ -20742,13 +26204,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", @@ -20764,7 +26222,6 @@ "chaosaiart_SaveImage", "chaosaiart_Show_Info", "chaosaiart_Simple_Prompt", - "chaosaiart_Style_Node", "chaosaiart_TextCLIPEncode", "chaosaiart_TextCLIPEncode_lora", "chaosaiart_adjust_color", @@ -20778,7 +26235,6 @@ "chaosaiart_convert_Prompt", "chaosaiart_deepseek_fix", "chaosaiart_forPreview", - "chaosaiart_image_loop", "chaosaiart_img2gif", "chaosaiart_img2video", "chaosaiart_lora", @@ -20810,8 +26266,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", @@ -20822,6 +26278,17 @@ "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", @@ -20834,6 +26301,7 @@ "SetData", "TemplateFileLoader", "UploadImagesToWebDAV", + "UploadMP4ToWebDAV", "UploadWebMToWebDAV", "YAMLData", "YAMLFileLoader" @@ -20842,6 +26310,17 @@ "title_aux": "Chaser's Custom Nodes" } ], + "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes": [ + [ + "ChomfyDetailedLogger", + "ChomfyMegaPrompt", + "ChomfyUniversalCounter", + "ChomfyUniversalNoise" + ], + { + "title_aux": "ComfyUI-ChomfyNodes" + } + ], "https://github.com/checkbins/checkbin-comfy": [ [ "Checkbin Get Image Bin", @@ -20884,6 +26363,7 @@ [ "AudioCleanupNode", "IndexTTS2BaseNode", + "IndexTTS2CacheControlNode", "IndexTTS2EmotionAudioNode", "IndexTTS2EmotionTextNode", "IndexTTS2EmotionVectorNode", @@ -21023,6 +26503,7 @@ "LayerFilter: WaterColor", "LayerMask: BlendIf Mask", "LayerMask: CreateGradientMask", + "LayerMask: DrawRoundedRectangle", "LayerMask: ImageToMask", "LayerMask: LoadSegformerModel", "LayerMask: MaskBoxDetect", @@ -21105,6 +26586,7 @@ "LayerUtility: ImageChannelMerge", "LayerUtility: ImageChannelSplit", "LayerUtility: ImageCombineAlpha", + "LayerUtility: ImageCompositeHandleMask", "LayerUtility: ImageHub", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageMaskScaleAsV2", @@ -21334,8 +26816,6 @@ "CloudPointsInfo", "CubeLimit", "Export to PLY", - "ImageToPoints", - "ImageToPoints (Legacy)", "ImageToPoints (Torch)", "Import PLY", "InterpolatePoints (KDTree)", @@ -21439,12 +26919,40 @@ } ], "https://github.com/chrisgoringe/cg-use-everywhere": [ - [], + [ + "Anything Everywhere", + "Anything Everywhere3", + "Anything Everywhere?", + "Combo Clone", + "Prompts Everywhere", + "Seed Everywhere", + "Simple String" + ], { "nodename_pattern": "(^(Prompts|Anything) Everywhere|Simple String)", "title_aux": "Use Everywhere (UE Nodes)" } ], + "https://github.com/chrish-slingshot/CrasHUtils": [ + [ + "CheckPointNames", + "CheckpointNames", + "ColorStylizer", + "DinoGame", + "DoomGame", + "ExtractCharacterInfo", + "ImageGlitcher", + "QueryLocalLLM", + "SdxlResolution", + "SdxlResolutionToDimensions", + "SnakeGame", + "SpaceInvadersGame", + "TetrisGame" + ], + { + "title_aux": "CrasH Utils" + } + ], "https://github.com/chrissy0/chris-comfyui-nodes": [ [ "PadImageSquare" @@ -21557,7 +27065,8 @@ "CYHTextFileLoaderNode", "PromptEnhancer", "PromptEnhancerEditable", - "PromptToolsSetup" + "PromptToolsSetup", + "PromptWildcardGenerator" ], { "title_aux": "Chye ComfyUI Toolset" @@ -21783,6 +27292,15 @@ "title_aux": "OpenAI/Azure OpenAI Image API" } ], + "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": [ + [ + "WanKeyframeBuilder", + "WanKeyframeBuilderContinuation" + ], + { + "title_aux": "ComfyUI-WanKeyframeBuilder" + } + ], "https://github.com/claptrap0/ComfyUI_LLM_Hub": [ [ "Generated_Output", @@ -21795,7 +27313,8 @@ ], "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": [ [ - "CS Transform" + "CS Transform", + "CSTransform" ], { "title_aux": "CS Transform Node for ComfyUI" @@ -21825,7 +27344,8 @@ "SomethingToString_clh", "String2FatLabels_clh", "String2Image_clh", - "StringConstant_clh" + "StringConstant_clh", + "duplicate_checker_clh" ], { "author": "Dr.Lt.Data", @@ -21891,6 +27411,22 @@ "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", @@ -21939,6 +27475,14 @@ "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", @@ -21955,6 +27499,7 @@ "ConfigGenerateImageOpenRouter", "ConfigGenerateImagePortrait", "ConfigGenerateImageSeedream", + "ConfigGenerateImageUnified", "ConfigGenerateMusic", "ConfigGenerateSpeech", "ConfigGenerateVideo", @@ -22013,13 +27558,30 @@ ], "https://github.com/comfyanonymous/ComfyUI": [ [ + "APG", "AddNoise", + "AlignYourStepsScheduler", + "AudioAdjustVolume", + "AudioConcat", "AudioEncoderEncode", "AudioEncoderLoader", + "AudioMerge", + "AutogrowNamesTestNode", + "AutogrowPrefixTestNode", "BasicGuider", "BasicScheduler", "BetaSamplingScheduler", + "ByteDanceFirstLastFrameNode", + "ByteDanceImageEditNode", + "ByteDanceImageNode", + "ByteDanceImageReferenceNode", + "ByteDanceImageToVideoNode", + "ByteDanceSeedreamNode", + "ByteDanceTextToVideoNode", "CFGGuider", + "CFGNorm", + "CFGZeroStar", + "CLIPAttentionMultiply", "CLIPLoader", "CLIPMergeAdd", "CLIPMergeSimple", @@ -22027,9 +27589,11 @@ "CLIPSave", "CLIPSetLastLayer", "CLIPTextEncode", + "CLIPTextEncodeControlnet", "CLIPTextEncodeFlux", "CLIPTextEncodeHiDream", "CLIPTextEncodeHunyuanDiT", + "CLIPTextEncodeKandinsky5", "CLIPTextEncodeLumina2", "CLIPTextEncodePixArtAlpha", "CLIPTextEncodeSD3", @@ -22037,9 +27601,13 @@ "CLIPTextEncodeSDXLRefiner", "CLIPVisionEncode", "CLIPVisionLoader", + "Canny", + "CaseConverter", "CheckpointLoader", "CheckpointLoaderSimple", "CheckpointSave", + "ChromaRadianceOptions", + "ComfySwitchNode", "ConditioningAverage", "ConditioningCombine", "ConditioningConcat", @@ -22051,18 +27619,29 @@ "ConditioningSetTimestepRange", "ConditioningStableAudio", "ConditioningZeroOut", + "ContextWindowsManual", "ControlNetApply", "ControlNetApplyAdvanced", "ControlNetApplySD3", "ControlNetInpaintingAliMamaApply", "ControlNetLoader", + "CosmosImageToVideoLatent", + "CosmosPredict2ImageToVideoLatent", + "CreateVideo", "CropMask", + "DCTestNode", "DiffControlNetLoader", "DifferentialDiffusion", "DiffusersLoader", "DisableNoise", "DualCFGGuider", "DualCLIPLoader", + "EasyCache", + "EmptyAceStepLatentAudio", + "EmptyAudio", + "EmptyChromaRadianceLatentImage", + "EmptyCosmosLatentVideo", + "EmptyFlux2LatentImage", "EmptyHunyuanImageLatent", "EmptyHunyuanLatentVideo", "EmptyImage", @@ -22072,21 +27651,19 @@ "EmptyLatentImage", "EmptyMochiLatentVideo", "EmptySD3LatentImage", + "Epsilon Scaling", "ExponentialScheduler", "ExtendIntermediateSigmas", "FeatherMask", "FlipSigmas", + "Flux2ProImageNode", + "Flux2Scheduler", "FluxDisableGuidance", "FluxGuidance", "FluxKontextImageScale", - "FluxKontextMaxImageNode", "FluxKontextMultiReferenceLatentMethod", - "FluxKontextProImageNode", - "FluxProCannyNode", - "FluxProDepthNode", "FluxProExpandNode", "FluxProFillNode", - "FluxProImageNode", "FluxProUltraImageNode", "FreSca", "FreeU", @@ -22094,17 +27671,26 @@ "GITSScheduler", "GLIGENLoader", "GLIGENTextBoxApply", + "GeminiImage2Node", "GeminiImageNode", "GeminiInputFiles", "GeminiNode", + "GenerateTracks", "GetImageSize", + "GetVideoComponents", "GrowMask", "Hunyuan3Dv2Conditioning", "Hunyuan3Dv2ConditioningMultiView", "HunyuanImageToVideo", "HunyuanRefinerLatent", + "HunyuanVideo15ImageToVideo", + "HunyuanVideo15LatentUpscaleWithModel", + "HunyuanVideo15SuperResolution", "HyperTile", "HypernetworkLoader", + "IdeogramV1", + "IdeogramV2", + "IdeogramV3", "ImageAddNoise", "ImageBatch", "ImageBlend", @@ -22137,6 +27723,7 @@ "KSampler", "KSamplerAdvanced", "KSamplerSelect", + "Kandinsky5ImageToVideo", "KarrasScheduler", "KlingCameraControlI2VNode", "KlingCameraControlT2VNode", @@ -22144,11 +27731,19 @@ "KlingDualCharacterVideoEffectNode", "KlingImage2VideoNode", "KlingImageGenerationNode", + "KlingImageToVideoWithAudio", "KlingLipSyncAudioToVideoNode", "KlingLipSyncTextToVideoNode", + "KlingOmniProEditVideoNode", + "KlingOmniProFirstLastFrameNode", + "KlingOmniProImageNode", + "KlingOmniProImageToVideoNode", + "KlingOmniProTextToVideoNode", + "KlingOmniProVideoToVideoNode", "KlingSingleImageVideoEffectNode", "KlingStartEndFrameNode", "KlingTextToVideoNode", + "KlingTextToVideoWithAudio", "KlingVideoExtendNode", "KlingVirtualTryOnNode", "LTXVAddGuide", @@ -22179,21 +27774,26 @@ "LatentSubtract", "LatentUpscale", "LatentUpscaleBy", + "LatentUpscaleModelLoader", + "LazyCache", "Load3D", - "Load3DAnimation", "LoadAudio", "LoadImage", + "LoadImageDataSetFromFolder", "LoadImageMask", "LoadImageOutput", - "LoadImageSetFromFolderNode", - "LoadImageTextSetFromFolderNode", + "LoadImageTextDataSetFromFolder", "LoadLatent", + "LoadTrainingDataset", + "LoadVideo", "LoraLoader", "LoraLoaderModelOnly", "LoraModelLoader", "LoraSave", "LossGraphNode", "LotusConditioning", + "LtxvApiImageToVideo", + "LtxvApiTextToVideo", "LumaConceptsNode", "LumaImageModifyNode", "LumaImageNode", @@ -22201,9 +27801,14 @@ "LumaReferenceNode", "LumaVideoNode", "Mahiro", + "MakeTrainingDataset", "MaskComposite", "MaskPreview", "MaskToImage", + "MinimaxHailuoVideoNode", + "MinimaxImageToVideoNode", + "MinimaxSubjectToVideoNode", + "MinimaxTextToVideoNode", "ModelComputeDtype", "ModelMergeAdd", "ModelMergeAuraflow", @@ -22234,13 +27839,18 @@ "ModelSamplingSD3", "ModelSamplingStableCascade", "ModelSave", + "MoonvalleyImg2VideoNode", + "MoonvalleyTxt2VideoNode", + "MoonvalleyVideo2VideoNode", "Morphology", + "NormalizeVideoLatentStart", "OpenAIChatConfig", "OpenAIChatNode", "OpenAIDalle2", "OpenAIDalle3", "OpenAIGPTImage1", "OpenAIInputFiles", + "OpenAIVideoSora2", "OptimalStepsScheduler", "PatchModelAddDownscale", "PerpNeg", @@ -22262,10 +27872,14 @@ "PolyexponentialScheduler", "PorterDuffImageComposite", "Preview3D", - "Preview3DAnimation", "PreviewAny", "PreviewAudio", "PreviewImage", + "PrimitiveBoolean", + "PrimitiveFloat", + "PrimitiveInt", + "PrimitiveString", + "PrimitiveStringMultiline", "QuadrupleCLIPLoader", "QwenImageDiffsynthControlnet", "RandomNoise", @@ -22274,29 +27888,35 @@ "RecordAudio", "RecraftColorRGB", "RecraftControls", - "RecraftCreativeUpscaleNode", "RecraftCrispUpscaleNode", "RecraftImageInpaintingNode", "RecraftImageToImageNode", "RecraftRemoveBackgroundNode", "RecraftReplaceBackgroundNode", - "RecraftStyleV3DigitalIllustration", "RecraftStyleV3InfiniteStyleLibrary", - "RecraftStyleV3LogoRaster", "RecraftStyleV3RealisticImage", "RecraftTextToImageNode", "RecraftTextToVectorNode", "RecraftVectorizeImageNode", "ReferenceLatent", + "RegexExtract", + "RegexMatch", + "RegexReplace", "RenormCFG", "RepeatImageBatch", "RepeatLatentBatch", + "ReplaceVideoLatentFrames", "RescaleCFG", "ResizeAndPadImage", "Rodin3D_Detail", + "Rodin3D_Gen2", "Rodin3D_Regular", "Rodin3D_Sketch", "Rodin3D_Smooth", + "RunwayFirstLastFrameNode", + "RunwayImageToVideoNodeGen3a", + "RunwayImageToVideoNodeGen4", + "RunwayTextToImageNode", "SDTurboScheduler", "SD_4XUpscale_Conditioning", "SV3D_Conditioning", @@ -22311,8 +27931,11 @@ "SamplerER_SDE", "SamplerEulerAncestral", "SamplerEulerAncestralCFGPP", + "SamplerEulerCFGpp", + "SamplerLCMUpscale", "SamplerLMS", "SamplerSASolver", + "SamplerSEEDS2", "SamplingPercentToSigma", "SaveAnimatedPNG", "SaveAnimatedWEBP", @@ -22321,23 +27944,50 @@ "SaveAudioOpus", "SaveGLB", "SaveImage", + "SaveImageDataSetToFolder", + "SaveImageTextDataSetToFolder", "SaveImageWebsocket", "SaveLatent", - "SaveLoRANode", + "SaveLoRA", "SaveSVGNode", + "SaveTrainingDataset", + "SaveVideo", + "SaveWEBM", + "ScaleROPE", "SelfAttentionGuidance", "SetFirstSigma", "SetLatentNoiseMask", "SetUnionControlNetType", + "ShuffleImageTextDataset", "SkipLayerGuidanceDiT", "SkipLayerGuidanceDiTSimple", "SkipLayerGuidanceSD3", "SolidMask", + "SplitAudioChannels", "SplitImageWithAlpha", "SplitSigmas", "SplitSigmasDenoise", + "StabilityAudioInpaint", + "StabilityAudioToAudio", + "StabilityStableImageSD_3_5Node", + "StabilityStableImageUltraNode", + "StabilityTextToAudio", + "StabilityUpscaleConservativeNode", + "StabilityUpscaleCreativeNode", + "StabilityUpscaleFastNode", + "StableCascade_EmptyLatentImage", + "StableCascade_StageB_Conditioning", + "StableCascade_StageC_VAEEncode", + "StableCascade_SuperResolutionControlnet", "StableZero123_Conditioning", "StableZero123_Conditioning_Batched", + "StringCompare", + "StringConcatenate", + "StringContains", + "StringLength", + "StringReplace", + "StringSubstring", + "StringTrim", "StubConstantImage", "StubFloat", "StubImage", @@ -22345,7 +27995,9 @@ "StubMask", "StyleModelApply", "StyleModelLoader", + "T5TokenizerOptions", "TCFG", + "TemporalScoreRescaling", "TestAccumulateNode", "TestAccumulationGetItemNode", "TestAccumulationGetLengthNode", @@ -22393,12 +28045,18 @@ "TestVariadicAverage", "TestWhileLoopClose", "TestWhileLoopOpen", + "TextEncodeAceStepAudio", "TextEncodeHunyuanVideo_ImageToVideo", "TextEncodeQwenImageEdit", + "TextEncodeQwenImageEditPlus", "ThresholdMask", "TomePatchModel", + "TopazImageEnhance", + "TopazVideoEnhance", "TorchCompileModel", "TrainLoraNode", + "TrimAudioDuration", + "TrimVideoLatent", "TripleCLIPLoader", "TripoConversionNode", "TripoImageToModelNode", @@ -22409,6 +28067,9 @@ "TripoTextToModelNode", "TripoTextureNode", "UNETLoader", + "UNetCrossAttentionMultiply", + "UNetSelfAttentionMultiply", + "UNetTemporalAttentionMultiply", "USOStyleReference", "UpscaleModelLoader", "VAEDecode", @@ -22422,13 +28083,43 @@ "VAELoader", "VAESave", "VPScheduler", + "Veo3FirstLastFrameNode", + "VeoVideoGenerationNode", "VideoLinearCFGGuidance", "VideoTriangleCFGGuidance", + "ViduImageToVideoNode", + "ViduReferenceVideoNode", + "ViduStartEndToVideoNode", + "ViduTextToVideoNode", "VoxelToMesh", "VoxelToMeshBasic", + "Wan22FunControlToVideo", + "Wan22ImageToVideoLatent", + "WanAnimateToVideo", + "WanCameraEmbedding", + "WanCameraImageToVideo", + "WanFirstLastFrameToVideo", + "WanFunControlToVideo", + "WanFunInpaintToVideo", + "WanHuMoImageToVideo", + "WanImageToImageApi", + "WanImageToVideo", + "WanImageToVideoApi", + "WanMoveConcatTrack", + "WanMoveTrackToVideo", + "WanMoveTracksFromCoords", + "WanMoveVisualizeTracks", + "WanPhantomSubjectToVideo", + "WanSoundImageToVideo", + "WanSoundImageToVideoExtend", + "WanTextToImageApi", + "WanTextToVideoApi", + "WanTrackToVideo", + "WanVaceToVideo", "WebcamCapture", "unCLIPCheckpointLoader", - "unCLIPConditioning" + "unCLIPConditioning", + "wanBlockSwap" ], { "title_aux": "ComfyUI" @@ -22437,6 +28128,7 @@ "https://github.com/comfyanonymous/ComfyUI_TensorRT": [ [ "DYNAMIC_TRT_MODEL_CONVERSION", + "STATIC TRT_MODEL CONVERSION", "STATIC_TRT_MODEL_CONVERSION", "TensorRTLoader" ], @@ -22463,7 +28155,10 @@ [ "AspectRatioImageSize", "AspectRatioResizeImage", - "MarkdownModelNote" + "GitCloneManager", + "HuggingFaceDownloader", + "MarkdownModelNote", + "TransparentVideoSave" ], { "title_aux": "ComfyUI-Studio-nodes" @@ -22487,6 +28182,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", @@ -22592,6 +28311,7 @@ ], "https://github.com/cr7Por/ComfyUI_DepthFlow": [ [ + "DepthFlow Simple", "DepthFlowSimple" ], { @@ -22765,7 +28485,6 @@ "DebugTensorShape+", "DisplayAny", "DrawText+", - "ExtractKeyframes+", "FluxAttentionSeeker+", "FluxBlocksBuster+", "FluxSamplerParams+", @@ -22879,6 +28598,18 @@ "title_aux": "ComfyUI-MaskBatchPermutations" } ], + "https://github.com/cyan9977/ComfyUI_PromptQueue": [ + [ + "NegativePromptQueue", + "SimpleStylePromptQueue", + "SimpleStylePromptQueueBatch", + "StylePromptQueue", + "StylePromptQueueBatch" + ], + { + "title_aux": "ComfyUI_PromptQueue" + } + ], "https://github.com/cyberhirsch/seb_nodes": [ [ "AspectRatioSeb", @@ -22892,6 +28623,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" @@ -22941,7 +28684,6 @@ ], "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": [ [ - "D2 Checkpoint List", "D2 Checkpoint Loader", "D2 Multi Output", "D2 Prompt SR", @@ -23031,18 +28773,36 @@ "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", @@ -23063,6 +28823,7 @@ [ "LoadImageListPlus", "LoadImagesFromPath_lp", + "SaveImagePlus", "SaveImage_lp", "SelectImageName", "VideoKeyFramesExtractor", @@ -23078,27 +28839,25 @@ ], "https://github.com/dagthomas/comfyui_dagthomas": [ [ - "APNLatent", - "CustomPromptLoader", - "DynamicStringCombinerNode", - "FileReaderNode", - "FlexibleStringMergerNode", - "GeminiCustomVision", - "GeminiTextOnly", - "GptCustomVision", - "GptMiniNode", - "GptVisionCloner", - "GptVisionNode", - "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" @@ -23113,6 +28872,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", @@ -23174,6 +28941,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", @@ -23201,6 +28975,14 @@ "title_aux": "ComfyUI-TTS" } ], + "https://github.com/darkamenosa/comfy_inpaint_blend": [ + [ + "EnhancedImageCompositeMasked" + ], + { + "title_aux": "Enhanced Image Composite Masked" + } + ], "https://github.com/darkamenosa/comfy_nanobanana": [ [ "BatchImages", @@ -23228,11 +29010,18 @@ "title_aux": "DarkPrompts" } ], + "https://github.com/darrell-goh/ComfyUI-NanoBanana_node": [ + [ + "NanoBananaNode" + ], + { + "title_aux": "ComfyUI-NanoBanana_node" + } + ], "https://github.com/darth-veitcher/comfydv": [ [ "CircuitBreaker", "FormatString", - "ModelUnloader", "RandomChoice" ], { @@ -23243,6 +29032,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", @@ -23418,6 +29232,11 @@ "DavchaModelMergeSDXL", "DavchaModelMergeSimple", "DavchaPop", + "DavchaQwenImageEditLoraTagLoader", + "DavchaScheduledTextEncoderQwenImageEditPlus", + "DavchaTextEncodeQwenImageEditPlus", + "DavchaWan22LoraTagLoader", + "DavchaWan22LoraTagParser", "PadAndResize", "PercentPadding", "ResizeCropFit", @@ -23444,9 +29263,16 @@ "title_aux": "comfyui_facetools" } ], + "https://github.com/dcyd-lun/ComfyUI_text_diff": [ + [ + "TextDiff" + ], + { + "title_aux": "ComfyUI_text_diff" + } + ], "https://github.com/denfrost/Den_ComfyUI_Workflow": [ [ - "Den_BatchIndex_AS", "Den_CropImage_AS", "Den_Eval_AS", "Den_FaceRestoreCFWithModel", @@ -23471,18 +29297,27 @@ "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/deroberon/StableZero123-comfyui": [ [ "SDZero ImageSplit", - "Stablezero123", - "Stablezero123WithDepth" + "Stablezero123" ], { "title_aux": "StableZero123-comfyui" @@ -23562,7 +29397,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", @@ -23571,6 +29408,33 @@ "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/digitaljohn/comfyui-propost": [ [ "ProPostApplyLUT", @@ -23632,17 +29496,36 @@ "AudioAnalyzerNode", "AudioAnalyzerOptionsNode", "CharacterVoicesNode", + "ChatterBoxAudioAnalyzer", + "ChatterBoxAudioAnalyzerOptions", "ChatterBoxEngineNode", "ChatterBoxF5TTSEditOptions", + "ChatterBoxF5TTSEditVoice", "ChatterBoxOfficial23LangEngineNode", + "ChatterBoxVoiceCapture", "F5TTSEngineNode", "HiggsAudioEngineNode", + "IndexTTS Engine", + "IndexTTSEmotionOptionsNode", + "IndexTTSEngineNode", + "LoadRVCModelNode", + "MergeAudioNode", "MouthMovementAnalyzer", + "PhonemeTextNormalizer", + "QwenEmotionNode", + "RVCEngineNode", + "RVCPitchOptionsNode", + "Step Audio EditX Engine", + "StepAudioEditXAudioEditorNode", + "StepAudioEditXEngineNode", + "StringMultilineTagEditor", "UnifiedTTSSRTNode", "UnifiedTTSTextNode", "UnifiedVoiceChangerNode", "VibeVoiceEngineNode", - "VisemeDetectionOptionsNode" + "VisemeDetectionOptionsNode", + "VocalRemovalNode", + "VoiceFixerNode" ], { "title_aux": "TTS Audio Suite" @@ -23715,6 +29598,8 @@ ], "https://github.com/dmarx/ComfyUI-AudioReactive": [ [ + "ARDrawSignal", + "ARReadAudio", "OpAbs", "OpBandpass", "OpClamp", @@ -23733,7 +29618,8 @@ "OpSqrt", "OpStretch", "OpSustain", - "OpThreshold" + "OpThreshold", + "SignalToCurve" ], { "title_aux": "ComfyUI-AudioReactive" @@ -23751,8 +29637,6 @@ "KfCurveDraw", "KfCurveFromString", "KfCurveFromYAML", - "KfCurveInverse", - "KfCurveToAcnLatentKeyframe", "KfCurvesAdd", "KfCurvesAddx10", "KfCurvesDivide", @@ -23767,7 +29651,6 @@ "KfDebug_Int", "KfDebug_Latent", "KfDebug_Model", - "KfDebug_Passthrough", "KfDebug_Segs", "KfDebug_String", "KfDebug_Vae", @@ -23781,7 +29664,6 @@ "KfPGroupCurveAdd", "KfPGroupCurveMultiply", "KfPGroupDraw", - "KfPGroupProd", "KfPGroupSum", "KfSetCurveLabel", "KfSetKeyframe", @@ -23838,6 +29720,14 @@ "title_aux": "ComfyUI-LTXVideoLoRA" } ], + "https://github.com/dothings/comfyui_placeholder_prompting": [ + [ + "PlaceholderPrompting" + ], + { + "title_aux": "comfyui_placeholder_prompting" + } + ], "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": [ [ "DeadlineSeed", @@ -23848,6 +29738,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", @@ -23859,6 +29761,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" @@ -23910,11 +29828,15 @@ ], "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": [ [ + "HuMoI2VPatch", + "StringToFloatListRanged", "VACEAdvDetailerHookProvider", "VaceAdvancedModelPatch", "VaceStrengthTester", "WVAOptionsNode", "WVAPipeSimple", + "WanMaskToLatentSpace", + "WanNoiseMaskToLatentSpace", "WanVacePhantomDual", "WanVacePhantomDualV2", "WanVacePhantomExperimental", @@ -23946,6 +29868,14 @@ "title_aux": "primitive-types" } ], + "https://github.com/dseditor/Comfy-MCP": [ + [ + "MCPConfigGenerator" + ], + { + "title_aux": "Comfy-MCP" + } + ], "https://github.com/dseditor/ComfyUI-ListHelper": [ [ "AudioListCombine", @@ -23953,11 +29883,13 @@ "AudioToFrameCount", "CeilDivide", "FrameMatch", + "GGUFInference", "LoadVideoPath", "NumberListGenerator", - "OpenRouterLLM", "PromptListGenerator", - "SaveVideoPath" + "QwenGPUInference", + "SaveVideoPath", + "SimpleWildCardPlayer" ], { "title_aux": "ComfyUI-ListHelper" @@ -23984,6 +29916,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" @@ -24049,6 +29998,22 @@ "title_aux": "ComfyUI-crop-alpha" } ], + "https://github.com/dzy1128/ComfyUI-Vector-Engine": [ + [ + "VectorEngineImageGenerator" + ], + { + "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" @@ -24075,6 +30040,46 @@ "title_aux": "ComfyUI-ShadertoyGL" } ], + "https://github.com/eRepublik-Labs/comfyui-nodes-erpk": [ + [ + "ClaudeAPIClient", + "ClaudeConversation", + "ClaudeConversationInfo", + "ClaudePromptEnhancer", + "ClaudeTextGeneration", + "ClaudeTokenCounter", + "ClaudeUsageStats", + "ClaudeVisionAnalysis", + "GeminiAPIConfig", + "GeminiChat", + "GeminiImageEdit", + "GeminiImageGeneration", + "GeminiSafetySettings", + "GeminiSystemInstruction", + "GeminiTextGeneration", + "GeminiVision", + "VeoImageToVideo", + "VeoTextToVideo", + "WaveSpeed Custom Client", + "WaveSpeed Custom Preview Video", + "WaveSpeed Custom QwenImageEdit", + "WaveSpeed Custom QwenImageEditPlus", + "WaveSpeed Custom QwenImageT2I", + "WaveSpeed Custom Save Audio", + "WaveSpeed Custom SeedreamV4", + "WaveSpeed Custom SeedreamV4Edit", + "WaveSpeed Custom SeedreamV4EditSequential", + "WaveSpeed Custom SeedreamV4Sequential", + "WaveSpeed Custom SeedreamV4_5", + "WaveSpeed Custom SeedreamV4_5Edit", + "WaveSpeed Custom SeedreamV4_5EditSequential", + "WaveSpeed Custom SeedreamV4_5Sequential", + "WaveSpeed Custom Upload Image" + ], + { + "title_aux": "ERPK Collection" + } + ], "https://github.com/ealkanat/comfyui-easy-padding": [ [ "comfyui-easy-padding" @@ -24095,11 +30100,24 @@ ], "https://github.com/easygoing0114/ComfyUI-easygoing-nodes": [ [ + "CLIPSaveQwen", + "CLIPScaleDualSDXLBlock", + "CLIPScaleQwenBlock", "CLIPVisionLoaderSetDevice", + "CheckpointLoaderSetClipDevice", "HDR Effects with LAB Adjust", + "HDREffectsLabAdjust", + "ModelMergeHiDream", "QuadrupleCLIPLoaderSetDevice", "SaveImageWithPrompt", - "TripleCLIPLoaderSetDevice" + "TripleCLIPLoaderSetDevice", + "VAEMergeAdd", + "VAEMergeSDXLBlock", + "VAEMergeSimple", + "VAEMergeSubtract", + "VAEScaleFluxBlock", + "VAEScaleQwenBlock", + "VAEScaleSDXLBlock" ], { "title_aux": "ComfyUI-easygoing-nodes" @@ -24123,6 +30141,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" @@ -24196,11 +30280,13 @@ "MaskedRegionVideoExport", "OrganicFillNode", "ParallaxZoom", + "ProjectionPreview", "Random_Style_Mixture", "SDAnyConverter", "SDTypeConverter", "SaveImageAdvanced", "SavePosEmbeds", + "SurfaceRadiometricCompensation", "VAEDecode_to_folder", "VideoFrameSelector", "WidthHeightPicker" @@ -24217,6 +30303,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", @@ -24236,7 +30330,7 @@ ], "https://github.com/efortin/ComfyUI-Ollama-Enhancer": [ [ - "OllamaPosNegNode" + "OllamaEnhancerNode" ], { "title_aux": "ComfyUI-Manufnode" @@ -24282,6 +30376,15 @@ "title_aux": "ComfyUI-ImageProcessUtilities" } ], + "https://github.com/elyetis/Comfyui-ColorMatchNodes": [ + [ + "ColorMatch2Refs", + "ColorMatchBlendAutoWeights" + ], + { + "title_aux": "Comfyui-ColorMatchNodes" + } + ], "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": [ [ "BatchImageProcessor", @@ -24333,11 +30436,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", @@ -24417,6 +30544,7 @@ ], "https://github.com/exdysa/comfyui-selector": [ [ + "Recourse", "RecourseAny", "RecourseCkpt", "RecourseImage", @@ -24485,6 +30613,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", @@ -24494,7 +30636,6 @@ "EZ_Prompt_Loader", "EZ_Switch", "EZ_Tag_Loader", - "EZ_Test", "EZ_Text_Concat", "EZ_Text_to_Size" ], @@ -24502,6 +30643,24 @@ "title_aux": "ComfyUI-EZ-AF-Nodes" } ], + "https://github.com/fabbarix/comfyui-promptstore": [ + [ + "Prompt Selector", + "Prompt Template" + ], + { + "title_aux": "comfyui-promptstore" + } + ], + "https://github.com/facefusion/facefusion-comfyui": [ + [ + "SwapFaceImage", + "SwapFaceVideo" + ], + { + "title_aux": "FaceFusion ComfyUI" + } + ], "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": [ [ "HunyuanVideoLoraLoader" @@ -24598,7 +30757,8 @@ "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": [ [ "EmbeddingAnalyzer", - "EmbeddingPipelineCapture" + "EmbeddingPipelineCapture", + "Hunyuan" ], { "title_aux": "ComfyUI-EmbeddingPipelineAnalytics" @@ -24606,29 +30766,43 @@ ], "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": [ [ - "DenoiseCurveVisualizer", - "LatentStatisticsMonitor", - "MinimalKeyframeV2V", - "QwenContextProcessor", + "HunyuanVideoCLIPLoader", + "HunyuanVideoEmptyLatent", + "HunyuanVideoPromptExpander", + "HunyuanVideoTextEncoder", + "HunyuanVideoVisionLoader", + "LLMOutputParser", + "PromptKeyFilter", + "QwenDebugController", + "QwenEliGenEntityControl", + "QwenEliGenMaskPainter", + "QwenImageBatch", "QwenInpaintSampler", "QwenLowresFixNode", "QwenMaskProcessor", - "QwenNativeEncoder", - "QwenNativeLoader", - "QwenOptimalResolution", - "QwenResolutionSelector", + "QwenSmartCrop", "QwenSpatialTokenGenerator", + "QwenTemplateBuilder", "QwenTemplateBuilderV2", "QwenTemplateConnector", + "QwenToChronoEditBridge", + "QwenToWanFirstFrameLatent", + "QwenToWanImageSaver", + "QwenToWanLatentSaver", + "QwenTokenAnalyzer", "QwenTokenAnalyzerStandalone", "QwenTokenDebugger", "QwenVLCLIPLoader", "QwenVLEmptyLatent", "QwenVLImageToLatent", "QwenVLTextEncoder", - "QwenValidationTools", - "QwenWANKeyframeEditor", - "QwenWANKeyframeExtractor" + "QwenVLTextEncoderAdvanced", + "TemplateInfluenceAnalyzer", + "ZImageEmptyLatent", + "ZImageTextEncoder", + "ZImageTextEncoderSimple", + "ZImageTurnBuilder", + "ZImageWanVAEDecode" ], { "title_aux": "ComfyUI-QwenImageWanBridge" @@ -24665,6 +30839,7 @@ [ "WanAdaptiveFlow", "WanBlendVisualize", + "WanEmbeddingPreviz", "WanEmbeddingPrevizCanvas", "WanMinimalCanvasTest", "WanSmartBlend" @@ -24682,6 +30857,7 @@ "DualProviderConfig", "GlobalMemoryCleanup", "ImageToAny", + "LoadAudio", "LoopAwareResponseIterator", "LoopAwareVLMAccumulator", "LoopSafeAccumulator", @@ -24689,6 +30865,8 @@ "RemoteTextEncoder", "RobustImageRangeExtractor", "SeedPromptGenerator", + "ShrugASRNode", + "ShrugPromptBatchFromFile", "ShrugPrompter", "SmartImageRangeExtractor", "TextCleanup", @@ -24713,22 +30891,23 @@ "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" + "MeuxAdvancedImageCrop", + "MeuxImageLoader", + "MeuxMultiSaveImage", + "MeuxSimpleLLMNode" ], { - "title_aux": "comfyui-camera-tools" + "title_aux": "BaiduMeux_Comfy Tools" } ], "https://github.com/fchangjun/Comfyui_MultiSaveImage": [ [ - "MultiSaveImage", - "SimpleLLMNode" + "MeuxAdvancedImageCrop", + "MeuxImageLoader", + "MeuxMultiSaveImage", + "MeuxSimpleLLMNode" ], { "title_aux": "MultiSaveImage Node" @@ -24749,6 +30928,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" @@ -24820,7 +31010,6 @@ "FEInterruptCondition", "FELoadImageQQUrl", "FEOperatorIf", - "FEPythonStrOp", "FERandomBool", "FERandomLoraSelect", "FERandomPrompt", @@ -24876,6 +31065,14 @@ "title_aux": "Pixelization" } ], + "https://github.com/filliptm/ComfyUI_FL-Path-Animator": [ + [ + "FL_PathAnimator" + ], + { + "title_aux": "ComfyUI_FL-Path-Animator" + } + ], "https://github.com/filliptm/ComfyUI_FL-Trainer": [ [ "FL_ImageCaptionSaver", @@ -24884,11 +31081,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" @@ -24908,13 +31101,30 @@ [ "FL_API_Base64_ImageLoader", "FL_API_ImageSaver", + "FL_AnimatedShapePatterns", "FL_AnimeLineExtractor", "FL_ApplyMask", "FL_Ascii", + "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", @@ -24923,13 +31133,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", @@ -24951,7 +31167,6 @@ "FL_HalftonePattern", "FL_Hedra_API", "FL_HexagonalPattern", - "FL_HunyuanDelight", "FL_ImageAddNoise", "FL_ImageAddToBatch", "FL_ImageAdjuster", @@ -24968,6 +31183,8 @@ "FL_ImageDimensionDisplay", "FL_ImageListToImageBatch", "FL_ImageNotes", + "FL_ImageOverlay", + "FL_ImagePicker", "FL_ImagePixelator", "FL_ImageRandomizer", "FL_ImageSelector", @@ -24976,12 +31193,14 @@ "FL_InfiniteZoom", "FL_InpaintCrop", "FL_Inpaint_Stitch", + "FL_IntToFloat", "FL_JS", "FL_KSamplerXYZPlot", "FL_KsamplerBasic", "FL_KsamplerPlus", "FL_KsamplerPlusV2", "FL_KsamplerSettings", + "FL_LoadCSV", "FL_LoadImage", "FL_MadLibGenerator", "FL_Math", @@ -25003,6 +31222,7 @@ "FL_PaperDrawn", "FL_PasteByMask", "FL_PasteOnCanvas", + "FL_PathAnimator", "FL_PathTypeChecker", "FL_PixVerseAPI", "FL_PixelArtShader", @@ -25011,7 +31231,11 @@ "FL_PromptBasic", "FL_PromptMulti", "FL_PromptSelector", + "FL_PromptSelectorBasic", + "FL_QwenImageEditStrength", + "FL_RIFE", "FL_RandomNumber", + "FL_RandomShapeGenerator", "FL_ReplaceColor", "FL_RetroEffect", "FL_Ripple", @@ -25022,6 +31246,7 @@ "FL_SaveAndDisplayImage", "FL_SaveCSV", "FL_SaveImages", + "FL_SaveRGBAAnimatedWebP", "FL_SaveWebM", "FL_SaveWebPImage(SaveImage)", "FL_SchedulerStrings", @@ -25039,6 +31264,8 @@ "FL_UnloadAllModels", "FL_UnloadModel", "FL_UpscaleModel", + "FL_Veo3VideoGen", + "FL_VertexGemini25FlashImage", "FL_VideoBatchSplitter", "FL_VideoCadence", "FL_VideoCadenceCompile", @@ -25050,6 +31277,11 @@ "FL_VideoTrim", "FL_WF_Agent", "FL_WanFirstLastFrameToVideo", + "FL_WanVaceToVideoMultiRef", + "FL_WanVideoBlender", + "FL_WanVideoBlender3Way", + "FL_WanVideoContinuationBlender", + "FL_WanVideoContinue", "FL_WordFrequencyGraph", "FL_ZipDirectory", "FL_ZipSave", @@ -25060,6 +31292,19 @@ "title_aux": "ComfyUI_Fill-Nodes" } ], + "https://github.com/fkxianzhou/ComfyUI-Jimeng-API": [ + [ + "JimengAPIClient", + "JimengQueryTasks", + "JimengReferenceImage2Video", + "JimengSeedream3", + "JimengSeedream4", + "JimengVideoGeneration" + ], + { + "title_aux": "ComfyUI-Jimeng-API" + } + ], "https://github.com/flamacore/ComfyUI-YouTubeUploader": [ [ "YouTubeAuthNode", @@ -25183,6 +31428,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" @@ -25191,6 +31445,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" @@ -25201,12 +31465,10 @@ ], "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [ [ - "BatchIndex_AS", "CropImage_AS", "Eval_AS", "ImageMixMasked_As", "ImageToMask_AS", - "Increment_AS", "Int2Any_AS", "LatentAdd_AS", "LatentMixMasked_As", @@ -25353,6 +31615,46 @@ "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/frankchieng/ComfyUI_Aniportrait": [ [ "AniPortrait_Audio2Video", @@ -25383,42 +31685,6 @@ "title_aux": "ComfyUI_llm_easyanimiate" } ], - "https://github.com/fredconex/ComfyUI-SongBloom": [ - [ - "SongBloomGenerate", - "SongBloomModelLoader" - ], - { - "title_aux": "SongBloom" - } - ], - "https://github.com/fredconex/ComfyUI-SoundFlow": [ - [ - "SoundFlow_Concatenator", - "SoundFlow_DuckCompressor", - "SoundFlow_Equalizer", - "SoundFlow_Fade", - "SoundFlow_GainPitchControl", - "SoundFlow_GetLength", - "SoundFlow_Mixer", - "SoundFlow_PreviewAudio", - "SoundFlow_SetLength", - "SoundFlow_SilenceTrimmer", - "SoundFlow_SimpleCompressor", - "SoundFlow_TrimAudio" - ], - { - "title_aux": "ComfyUI-SoundFlow" - } - ], - "https://github.com/fredconex/ComfyUI-SyncEdit": [ - [ - "SyncTextEditor" - ], - { - "title_aux": "Sync Edit" - } - ], "https://github.com/fredhopp/comfyui-flipflopnodes": [ [ "FF Group Positioner", @@ -25429,6 +31695,31 @@ "title_aux": "comfyui-flipflopnodes" } ], + "https://github.com/fredlef/Comfyui_FSL_Nodes": [ + [ + "FSL Composite With Mask", + "FSL Image Passthrough", + "FSL Image Switch 8Way", + "FSL Manual Alpha Mask Painter", + "FSL Save And Strip Alpha", + "FSLEnsureNHWCBatch", + "FSLGeminiChat", + "FSLGeminiGenerateImage", + "FSLGeminiGenerateImageV8", + "FSLGeminiImageGenerator", + "FSLImageMemoryClear", + "FSLImageMemoryClearAll", + "FSLImageMemoryRecallSafe", + "FSLImageMemoryStore", + "FSLImageSaverWithMetadata", + "FSLImageSaverWithMetadataV5", + "FSLPromptCompose", + "FSLVeoGenerator" + ], + { + "title_aux": "ComfyUI FSL Nodes" + } + ], "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": [ [ "ImageMask2PNG" @@ -25473,7 +31764,8 @@ "FaceShaperLoadMediaPipeCropper", "FaceShaperMatchV2", "FaceShaperModels", - "FaceShaperShowLandMarks" + "FaceShaperShowLandMarks", + "FaceShaperV2" ], { "title_aux": "ComfyUI_FaceShaper" @@ -25481,15 +31773,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" @@ -25506,6 +31796,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" @@ -25514,6 +31822,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", @@ -25524,6 +31843,16 @@ "title_aux": "ComfyUI Load From URL" } ], + "https://github.com/g7b2/ComfyUI-Artist-Tester": [ + [ + "ArtistListIterator", + "ArtistPromptComposer", + "SaveImageWithArtistTag" + ], + { + "title_aux": "ComfyUI-Artist-Tester" + } + ], "https://github.com/gabe-init/ComfyUI-11labs": [ [ "ElevenLabsNode" @@ -25574,6 +31903,15 @@ "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" @@ -25643,6 +31981,21 @@ "title_aux": "ComfyUI S3 Save Node" } ], + "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner": [ + [ + "CombineOutputLists", + "ConvertNumberToIntFloatStr", + "FormattedString", + "JSONOutputList", + "KSamplerImmediateSave", + "NumberOutputList", + "PickOutputLists", + "StringOutputList" + ], + { + "title_aux": "ComfyUI-outputlists-combiner" + } + ], "https://github.com/ggarra13/ComfyUI-mrv2": [ [ "mrv2AnnotationsImageNode", @@ -25708,15 +32061,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" @@ -25780,7 +32142,6 @@ "Random Mixer", "Random Output", "Remove Text", - "SaveText|plush", "Tagger", "Text (Any)", "Type Converter", @@ -25942,12 +32303,17 @@ ], "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", @@ -25958,10 +32324,18 @@ "HunyuanVideoLoraTrainer_fal", "Ideogramv3_fal", "Imagen4Preview_fal", + "InfinityStarTextToVideo_fal", + "Kling21Pro_fal", + "Kling25TurboPro_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", @@ -25970,20 +32344,40 @@ "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", "WanLoraTrainer_fal", - "WanPro_fal" + "WanPro_fal", + "WanVACEVideoEdit_fal" ], { "title_aux": "ComfyUI-fal-API" @@ -26048,7 +32442,10 @@ "Image5Switcher_node", "MonoClip_node", "PixelArt_node", + "RandomImageFromDirectory_node", "RandomOrgTrueRandomNumber_node", + "RandomOrgV2TrueRandomNumber", + "RandomOrgV2TrueRandomNumber_node", "VAEDecodePreview_node", "image2contrastMask_node", "image2imbgg_node", @@ -26087,6 +32484,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", @@ -26097,6 +32513,19 @@ "title_aux": "Janus-Pro ComfyUI Plugin" } ], + "https://github.com/gregory-richard/ComfyUI-WarpPipe": [ + [ + "Dead End", + "FD Scheduler Adapter", + "Unwarp", + "Warp", + "Warp Provider", + "custom_nodes" + ], + { + "title_aux": "WarpPipe Nodes" + } + ], "https://github.com/gremlation/ComfyUI-ImageLabel": [ [ "gremlation:ComfyUI-ImageLabel:ImageLabel" @@ -26167,7 +32596,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", @@ -26180,7 +32608,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", @@ -26242,13 +32669,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", @@ -26299,8 +32723,10 @@ ], "https://github.com/grmchn/ComfyUI-ProportionChanger": [ [ + "PoseDataToPoseKeypoint", "PoseJSONToPoseKeypoint", "PoseKeypointPreview", + "PoseKeypointResize", "ProportionChangerDWPoseDetector", "ProportionChangerDWPoseRender", "ProportionChangerInterpolator", @@ -26353,9 +32779,14 @@ ], "https://github.com/gsusgg/ComfyUI_CozyGen": [ [ + "CozyGenChoiceInput", "CozyGenDynamicInput", + "CozyGenFloatInput", "CozyGenImageInput", - "CozyGenOutput" + "CozyGenIntInput", + "CozyGenOutput", + "CozyGenStringInput", + "CozyGenVideoOutput" ], { "title_aux": "ComfyUI-CozyGen" @@ -26387,6 +32818,14 @@ "title_aux": "abracadabra-comfyui" } ], + "https://github.com/guill/comfyui-stegaflow": [ + [ + "SaveImageStegaflow" + ], + { + "title_aux": "Stegaflow" + } + ], "https://github.com/guyaton/guy-nodes-comfyui": [ [ "GuyRecommendedLatentResCalc" @@ -26395,6 +32834,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", @@ -26402,12 +32850,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", @@ -26418,6 +32879,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", @@ -26448,7 +32917,7 @@ "VideoGenerator" ], { - "title_aux": "ComfyUI-FastVideo" + "title_aux": "FastVideo" } ], "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": [ @@ -26459,6 +32928,15 @@ "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/hassan-sd/comfyui-image-prompt-loader": [ [ "ImagePromptLoader", @@ -26558,6 +33036,8 @@ "https://github.com/hayde0096/Comfyui-EasySettingpipes": [ [ "ConvertAny", + "PowerLoraLoader", + "PowerLoraStacker", "SamplerSetup", "SamplerSetupUnpack" ], @@ -26615,17 +33095,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" @@ -26724,7 +33203,6 @@ "fish_tts", "fish_whisper", "flux_persona", - "genai_api_loader", "get_string", "github_tool", "google_loader", @@ -26866,6 +33344,7 @@ "https://github.com/hexxacubic/ComfyUI-Prompt_Library": [ [ "Double_Prompt_Encode", + "FiveRandomLines", "Multi_Wildcard_Loader", "Prompt_Extender", "Prompt_Library", @@ -26875,22 +33354,81 @@ "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_GridLayoutNode", "WWAA_ImageLoader", + "WWAA_ImageSwitcher", "WWAA_ImageToTextFile", "WWAA_IndexGridLayoutNode", + "WWAA_JPEGPreview", + "WWAA_JSONPromptBuilder", + "WWAA_LineCount", + "WWAA_MetadataSaver", "WWAA_NestedLoopCounter", + "WWAA_NumberRangeAsString", "WWAA_PromptWriter", + "WWAA_SearchReplaceMulti", "WWAA_SearchReplaceText", - "WWAA_Switch_Int" + "WWAA_SlicedArt", + "WWAA_Switch_Int", + "WWAA_VideoResolution" ], { "title_aux": "WWAA-CustomNodes" @@ -26956,6 +33494,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", @@ -26975,6 +33521,21 @@ "title_aux": "ComfyUI-SaveMem" } ], + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe": [ + [ + "CustomOptions", + "DWposeDeluxeNode", + "FrameNumberNode", + "KeypointConverter", + "KeypointPrinter", + "LoadPoseKeypoints", + "PoseInterpolation", + "PoseResize" + ], + { + "title_aux": "ComfyUI_DWposeDeluxe" + } + ], "https://github.com/hodanajan/optimal-crop-resolution": [ [ "AspectRatioCalculator", @@ -26993,6 +33554,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", @@ -27048,8 +33617,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" @@ -27124,7 +33703,10 @@ ], "https://github.com/hugobb/FastGAN-ComfyUI-Node": [ [ + "BlendLatents", + "GANImg2Img", "GenerateImages", + "InvertToLatent", "LoadFastGAN", "LoadLatent", "SampleLatent", @@ -27134,26 +33716,30 @@ "title_aux": "fastgan-comfyui" } ], - "https://github.com/huixingyun/ComfyUI-HX-Captioner": [ + "https://github.com/huihuihuiz/lora_downloader": [ [ - "HXOllamaCaptioner" + "LoraDownloader" ], { - "title_aux": "ComfyUI-HX-Captioner" + "title_aux": "LoRA Downloader for ComfyUI" } ], - "https://github.com/huixingyun/ComfyUI-HX-Pimg": [ + "https://github.com/huixingyun/ComfyUI-HX-Captioner": [ [ - "SaveImageWithPromptsWebsocket" + "HXOllamaCaptioner" ], { - "title_aux": "ComfyUI-HX-Pimg" + "title_aux": "ComfyUI-HX-Captioner" } ], "https://github.com/hujuying/ComfyUI-ModelScope-API": [ [ + "ModelScopeImageCaptionNode", "ModelScopeImageEditNode", "ModelScopeImageNode", + "ModelScopeLoraPresetNode", + "ModelScopeMultiLoraLoaderNode", + "ModelScopeSingleLoraLoaderNode", "ModelScopeTextNode", "ModelScopeVisionNode" ], @@ -27161,6 +33747,14 @@ "title_aux": "ComfyUI ModelScope API Node" } ], + "https://github.com/hum-ma/ComfyUI-TiledVaeLite": [ + [ + "LTTiledVAEDecode" + ], + { + "title_aux": "ComfyUI-TiledVaeLite" + } + ], "https://github.com/hunzmusic/ComfyUI-IG2MV": [ [ "DiffusersIGMVModelMakeup", @@ -27172,7 +33766,8 @@ ], "https://github.com/hustille/ComfyUI_Fooocus_KSampler": [ [ - "KSampler With Refiner (Fooocus)" + "KSampler With Refiner (Fooocus)", + "KSamplerWithRefiner" ], { "title_aux": "ComfyUI_Fooocus_KSampler" @@ -27182,10 +33777,16 @@ [ "3way Prompt Styler", "Batch State", + "BatchState", "Date Time Format", + "DateTimeFormat", "Debug Extra", + "DebugExtra", "Fetch widget value", - "Text Hash" + "FetchNodeValue", + "PromptStylerCSV3Way", + "Text Hash", + "TextHash" ], { "title_aux": "hus' utils for ComfyUI" @@ -27199,6 +33800,43 @@ "title_aux": "ComfyUI Text Remove Node" } ], + "https://github.com/huygiatrng/Facefusion_comfyui": [ + [ + "AdvancedSwapFaceImage", + "AdvancedSwapFaceVideo", + "FaceDataVisualizer", + "FaceDetectorNode", + "FaceMaskVisualizer", + "FaceSwapApplier", + "PixelBoostNode", + "SwapFaceImage", + "SwapFaceVideo" + ], + { + "title_aux": "Facefusion_comfyui" + } + ], + "https://github.com/huyl3-cpu/comfyui-sortlist": [ + [ + "SetValuesFromPanel", + "image_to_sha256", + "move_file", + "rename_file", + "sort_list_string", + "steg_alpha_embed", + "steg_alpha_extract", + "steg_rgb_embed", + "steg_rgb_extract", + "string_clear_if_contains", + "video_audio_concat", + "video_dir_combiner_ultra", + "video_mute_from_url", + "video_scene_splitter" + ], + { + "title_aux": "comfyui-huyl2-nodes" + } + ], "https://github.com/hvppycoding/comfyui-json-prompt-renderer": [ [ "ExtractJSON", @@ -27216,6 +33854,15 @@ "title_aux": "RandomSamplerSchedulerSteps for ComfyUI" } ], + "https://github.com/hw5511/comfyui_hf_upscaler_loader": [ + [ + "GGUFModelLoaderFromHF", + "UpscaleModelLoaderFromHF" + ], + { + "title_aux": "Woohee HF Upscaler Loader" + } + ], "https://github.com/hwhaocool/ComfyUI-Select-Any": [ [ "SelectAnyValues" @@ -27226,9 +33873,10 @@ ], "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": [ [ - "Random Resolution Selector", - "Resolution Selector", - "Seed List Generator" + "HYBS_ConditionalLoRALoader", + "HYBS_RandomResolutionSelector", + "HYBS_ResolutionSelector", + "HYBS_SeedListGenerator" ], { "title_aux": "ComfyUI-hybs-nodes" @@ -27262,6 +33910,43 @@ "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" + ], + { + "title_aux": "RocM Ninodes" + } + ], + "https://github.com/iSuneast/ComfyUI-WebhookNotifier": [ + [ + "WebhookNotifierNode", + "WebhookNotifierVHSNode" + ], + { + "title_aux": "ComfyUI-WebhookNotifier" + } + ], "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": [ [ "AlignYourStepsScheduler", @@ -27298,6 +33983,7 @@ "EmptyLatentImage", "ExponentialScheduler", "FeatherMask", + "FirstNode", "FlipSigmas", "FooocusInpaintWrapper", "FreeU", @@ -27420,6 +34106,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", @@ -27456,6 +34150,10 @@ [ "ICHIS_Aspect_Ratio_Plus", "ICHIS_Extract_Tags", + "ICHIS_Save_Tags", + "ICHIS_Tag_Category_Select", + "ICHIS_Tag_File_Loader", + "ICHIS_Tag_Sampler", "ICHIS_Text_Selector" ], { @@ -27480,6 +34178,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", @@ -27497,7 +34205,8 @@ ], "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": [ [ - "IF_DreamTalk" + "IF_DreamTalk", + "IF_Dreamtalk" ], { "title_aux": "IF_Dreamtalk" @@ -27528,26 +34237,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", @@ -27653,12 +34342,14 @@ ], "https://github.com/ifmylove2011/comfyui-missed-tool": [ [ + "ColorImageFillRm", "ImageQueueLoader", "LoadImageA", "LoraLoad", "LoraMerge", "LoraSaver", "ScaleMultilplePixels", + "TextSplitToList", "TrimBG", "TrimBGAdvanced", "TxtSave" @@ -27667,9 +34358,16 @@ "title_aux": "comfyui-missed-tool" } ], - "https://github.com/iguanesolutions/comfyui-flux-resolution": [ + "https://github.com/iguanesolutions/comfyui-ig1-tools": [ [ - "FluxResolution" + "IG1AspectRatioProperties", + "IG1FluxReport", + "IG1ImageSelector", + "IG1LoadImage", + "IG1QwenImageNativesResolutions", + "IG1Resolution", + "IG1ResolutionAdvisor", + "IG1ResolutionProperties" ], { "title_aux": "Flux Resolution" @@ -27686,6 +34384,7 @@ "Light-Tool: DeserializeJsonString", "Light-Tool: GetImageSize", "Light-Tool: GetImagesCount", + "Light-Tool: GetSideLength", "Light-Tool: Hex2RGB", "Light-Tool: ImageConcat", "Light-Tool: ImageMaskApply", @@ -27713,6 +34412,7 @@ "Light-Tool: RGBA2RGB", "Light-Tool: ResizeImage", "Light-Tool: ResizeImageByMaxSize", + "Light-Tool: ResizeImageByMinSize", "Light-Tool: ResizeImageByRatio", "Light-Tool: ResizeImageV2", "Light-Tool: SaveMetadata", @@ -27720,11 +34420,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" ], { @@ -27735,6 +34437,22 @@ "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/illuminatianon/comfyui-csvwildcards": [ [ "CSVWildcardNode", @@ -27744,6 +34462,17 @@ "title_aux": "CSV Wildcard Node for ComfyUI" } ], + "https://github.com/illuminatianon/comfyui-lumi-tools": [ + [ + "LumiSeed", + "LumiShowText", + "LumiShufflePrompt", + "LumiWildcardProcessor" + ], + { + "title_aux": "comfyui-lumi-tools" + } + ], "https://github.com/imb101/ComfyUI-FaceSwap": [ [ "FaceSwapNode" @@ -27785,6 +34514,7 @@ "NntAnalyzeInferenceMetrics", "NntAnalyzeModel", "NntCompileModel", + "NntDataLoader", "NntDatasetToImageTensor", "NntDatasetToTargetTensor", "NntDatasetToTensor", @@ -27859,15 +34589,6 @@ "title_aux": "ComfyUI-DSD" } ], - "https://github.com/isaac-mcfadyen/ComfyUI-QwenClip": [ - [ - "CLIPSetQwenImageEditPrompt", - "CLIPSetQwenImagePrompt" - ], - { - "title_aux": "ComfyUI-QwenClip" - } - ], "https://github.com/iwanders/ComfyUI_nodes": [ [ "IW_JsonPickItem", @@ -27963,7 +34684,6 @@ "JagsCLIPSeg", "JagsClipseg", "JagsCombineMasks", - "SVG", "YoloSEGdetectionNode", "YoloSegNode", "color_drop", @@ -27995,6 +34715,7 @@ "LoRA Stacker", "Manual XY Entry Info", "NNLatentUpscale", + "NNlLatentUpscale", "Noise Control Script", "Pack SDXL Tuple", "Tiled Upscaler Script", @@ -28037,267 +34758,6 @@ "title_aux": "ComfyUI_Wan2_1_lora_trainer" } ], - "https://github.com/jakechai/ComfyUI-JakeUpgrade": [ - [ - "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" - ], - { - "title_aux": "ComfyUI-JakeUpgrade" - } - ], "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": [ [ "RotateImage" @@ -28397,6 +34857,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", @@ -28424,6 +34907,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", @@ -28436,6 +34927,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", @@ -28511,6 +35019,54 @@ "title_aux": "fast_video_comfyui" } ], + "https://github.com/jeankassio/ComfyUI_MusicTools": [ + [ + "Music_AudioMixer", + "Music_AudioTrimmer", + "Music_AudioUpscale", + "Music_Compressor", + "Music_Equalize", + "Music_Gain", + "Music_LufsNormalizer", + "Music_MasterAudioEnhancement", + "Music_NoiseRemove", + "Music_Reverb", + "Music_StemRecombination", + "Music_StemSeparation", + "Music_StereoEnhance" + ], + { + "title_aux": "ComfyUI_MusicTools" + } + ], + "https://github.com/jeankassio/JK-AceStep-Nodes": [ + [ + "AceStepClaude_Lyrics", + "AceStepCohere_Lyrics", + "AceStepCompileSettings", + "AceStepFireworks_Lyrics", + "AceStepGeminiLyrics", + "AceStepGemini_Lyrics", + "AceStepGroqLyrics", + "AceStepGroq_Lyrics", + "AceStepHuggingFace_Lyrics", + "AceStepKSampler", + "AceStepKSamplerAdvanced", + "AceStepOpenAI_Lyrics", + "AceStepPerplexity_Lyrics", + "AceStepPostProcess", + "AceStepPromptGen", + "AceStepReplicate_Lyrics", + "AceStepSaveText", + "AceStepTogetherAI_Lyrics", + "AceStepTorchCompile", + "AceStepVocoderAdapter", + "AudioQualityEvaluator" + ], + { + "title_aux": "JK AceStep Nodes" + } + ], "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": [ [ "Pony Character Prompt Picker" @@ -28573,15 +35129,31 @@ "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": [ [ - "PromptAdditionInput", - "PromptCompanion", - "PromptCompanionAdditionToStrings", - "PromptCompanionAutoselectGroups", - "PromptCompanionPromptGroup", - "PromptCompanionSingleAddition", - "PromptCompanionStringsToAddition" + "PromptCompanion_AddSubprompt", + "PromptCompanion_LoadCheckpointWithSubprompt", + "PromptCompanion_StringsToSubprompt", + "PromptCompanion_SubpromptToStrings" ], { "title_aux": "ComfyUI Prompt Companion" @@ -28656,8 +35228,10 @@ ], "https://github.com/jinchanz/ComfyUI-ADIC": [ [ + "ADICOpenAIGPTImage1", "ADIC_COMMON_API", "AliCloudOSSUpload", + "IdeaLabImageGenerate", "ImageTranslateAPI", "ImageTranslateParamsBuilder", "ImageTranslateResultExtractor", @@ -28667,6 +35241,7 @@ "MaletteImageStitch", "MaletteReferenceLatent", "MarketImageGenerateWithPolling", + "OpenAIGPTImage1", "PythonCodeExecutor", "StringToJsonArray" ], @@ -28911,6 +35486,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", @@ -28949,6 +35563,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" @@ -28977,6 +35607,17 @@ "title_aux": "ComfyUI Gemini Nodes" } ], + "https://github.com/jrabek/BokehDiffusionComfyUI": [ + [ + "ApplyBokehAdapter", + "BokehAdapterLoader", + "BokehKSampler", + "BokehLevel" + ], + { + "title_aux": "BokehDiffusionComfyUI" + } + ], "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": [ [ "BuildPromptFromCSV" @@ -29086,6 +35727,9 @@ ], "https://github.com/juddisjudd/ComfyUI-BawkNodes": [ [ + "BawkBatchProcessor", + "BawkControlNet", + "BawkImageLoader", "BawkSampler", "DiffusionModelLoader", "FluxImageSaver", @@ -29112,6 +35756,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", @@ -29133,6 +35792,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", @@ -29148,6 +35818,7 @@ "FK_3dpose", "FK_Node", "FK_ShowBaseNode", + "FK_gjttNode2", "FK_imgedit" ], { @@ -29193,13 +35864,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", @@ -29216,31 +35885,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", @@ -29249,16 +35910,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", @@ -29279,14 +35939,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", @@ -29294,13 +35951,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", @@ -29310,9 +35964,6 @@ "Bjornulf_RandomModelSelector", "Bjornulf_RandomTexts", "Bjornulf_ReassembleImageGrid", - "Bjornulf_RemoteTextEncodingWithCLIPs", - "Bjornulf_RemoteVAEDecoderNode", - "Bjornulf_RemoteVAEDecoderNodeTiled", "Bjornulf_RemoveTransparency", "Bjornulf_ResizeImage", "Bjornulf_ResizeImagePercentage", @@ -29320,7 +35971,6 @@ "Bjornulf_SaveGlobalVariables", "Bjornulf_SaveImagePath", "Bjornulf_SaveImageToFolder", - "Bjornulf_SaveTensors", "Bjornulf_SaveText", "Bjornulf_SaveTmpAudio", "Bjornulf_SaveTmpImage", @@ -29348,7 +35998,6 @@ "Bjornulf_TextGeneratorOutfitMale", "Bjornulf_TextGeneratorScene", "Bjornulf_TextGeneratorStyle", - "Bjornulf_TextGeneratorText2Video", "Bjornulf_TextReplace", "Bjornulf_TextSplitin10", "Bjornulf_TextSplitin5", @@ -29356,16 +36005,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", @@ -29389,6 +36034,7 @@ ], "https://github.com/k-komarov/comfyui-bunny-cdn-storage": [ [ + "Save Image To BunnyStorage", "Save Image to BunnyStorage" ], { @@ -29455,6 +36101,7 @@ "GetImageSize", "ImageResizeAdvanced", "UltralyticsInference", + "UltralyticsMaskFlatten", "UltralyticsModelLoader", "UltralyticsVisualization", "ViewText" @@ -29694,6 +36341,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", @@ -29703,6 +36360,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" @@ -29757,6 +36422,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", @@ -29834,7 +36508,9 @@ "Image(s) To Websocket (Base64)", "ImageOutput", "Load Image (Base64)", - "Load Images (Base64)" + "Load Images (Base64)", + "LoadImageBase64", + "LoadImagesBase64" ], { "title_aux": "Knodes" @@ -30164,6 +36840,7 @@ "BatchUncropAdvanced", "BboxToInt", "BboxVisualize", + "BlockifyMask", "CFGZeroStarAndInit", "CameraPoseVisualizer", "CheckpointLoaderKJ", @@ -30176,6 +36853,7 @@ "ConditioningSetMaskAndCombine3", "ConditioningSetMaskAndCombine4", "ConditioningSetMaskAndCombine5", + "ConsolidateMasksKJ", "CreateAudioMask", "CreateFadeMask", "CreateFadeMaskAdvanced", @@ -30201,9 +36879,11 @@ "DiffusionModelSelector", "DownloadAndLoadCLIPSeg", "DrawInstanceDiffusionTracking", + "DrawMaskOnImage", "DummyOut", "EmptyLatentImageCustomPresets", "EmptyLatentImagePresets", + "EndRecordCUDAMemoryHistory", "FastPreview", "FilterZeroMasksAndCorrespondingImages", "FlipSigmasAdjusted", @@ -30211,6 +36891,7 @@ "FloatToMask", "FloatToSigmas", "FluxBlockLoraSelect", + "GGUFLoaderKJ", "GLIGENTextBoxApplyBatchCoords", "GenerateNoise", "GetImageRangeFromBatch", @@ -30220,6 +36901,7 @@ "GetLatentSizeAndCount", "GetLatentsFromBatchIndexed", "GetMaskSizeAndCount", + "GetTrackRange", "GradientToFloat", "GrowMaskWithBlur", "HunyuanVideoBlockLoraSelect", @@ -30227,6 +36909,7 @@ "INTConstant", "ImageAddMulti", "ImageAndMaskPreview", + "ImageBatchExtendWithOverlap", "ImageBatchFilter", "ImageBatchJoinWithTransition", "ImageBatchMulti", @@ -30263,6 +36946,7 @@ "Intrinsic_lora_sampling", "JoinStringMulti", "JoinStrings", + "LatentInpaintTTM", "LazySwitchKJ", "LeapfusionHunyuanI2VPatcher", "LoadAndResizeImage", @@ -30277,6 +36961,7 @@ "ModelPassThrough", "ModelPatchTorchSettings", "ModelSaveKJ", + "NABLA_AttentionKJ", "NormalizedAmplitudeToFloatList", "NormalizedAmplitudeToMask", "OffsetMask", @@ -30304,6 +36989,7 @@ "SetShakkerLabsUnionControlNetType", "ShuffleImageBatch", "SigmasToFloat", + "SimpleCalculatorKJ", "SkipLayerGuidanceWanVideo", "Sleep", "SomethingToString", @@ -30312,6 +36998,7 @@ "SplitBboxes", "SplitImageChannels", "StableZero123_BatchSchedule", + "StartRecordCUDAMemoryHistory", "StringConstant", "StringConstantMultiline", "StringToFloatList", @@ -30321,6 +37008,7 @@ "TorchCompileControlNet", "TorchCompileCosmosModel", "TorchCompileLTXModel", + "TorchCompileModelAdvanced", "TorchCompileModelFluxAdvanced", "TorchCompileModelFluxAdvancedV2", "TorchCompileModelHyVideo", @@ -30332,6 +37020,7 @@ "TransitionImagesMulti", "VAELoaderKJ", "VRAM_Debug", + "VisualizeCUDAMemoryHistory", "Wan21BlockLoraSelect", "WanVideoEnhanceAVideoKJ", "WanVideoNAG", @@ -30401,7 +37090,6 @@ "https://github.com/kijai/ComfyUI-LivePortraitKJ": [ [ "DownloadAndLoadLivePortraitModels", - "KeypointScaler", "KeypointsToImage", "LivePortraitComposite", "LivePortraitCropper", @@ -30499,6 +37187,7 @@ ], "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": [ [ + "DownloadAndLoadPyramidFlowModel", "PyramidFlowLatentPreview", "PyramidFlowSampler", "PyramidFlowTextEncode", @@ -30545,53 +37234,80 @@ "CreateScheduleFloatList", "DownloadAndLoadNLFModel", "DownloadAndLoadWav2VecModel", + "DrawArcFaceLandmarks", + "DrawGaussianNoiseOnImage", "DrawNLFPoses", "DummyComfyWanModelObject", "ExtractStartFramesForContinuations", + "FaceMaskFromPoseKeypoints", "FantasyPortraitFaceDetector", "FantasyPortraitModelLoader", "FantasyTalkingModelLoader", "FantasyTalkingWav2VecEmbeds", "HuMoEmbeds", "LandmarksToImage", + "LoadLynxResampler", "LoadVQVAE", "LoadWanVideoClipTextEncoder", "LoadWanVideoT5TextEncoder", + "LynxEncodeFaceIP", + "LynxInsightFaceCrop", "MTVCrafterEncodePoses", + "MochaEmbeds", "MultiTalkModelLoader", "MultiTalkSilentEmbeds", "MultiTalkWav2VecEmbeds", "NLFPredict", "NormalizeAudioLoudness", + "OviMMAudioVAELoader", "QwenLoader", "ReCamMasterPoseVisualizer", + "TextImageEncodeQwenVL", + "WanMove_native", "WanVideoATITracks", "WanVideoATITracksVisualize", "WanVideoATI_comfy", + "WanVideoAddBindweaveEmbeds", "WanVideoAddControlEmbeds", "WanVideoAddExtraLatent", "WanVideoAddFantasyPortrait", + "WanVideoAddFlashVSRInput", + "WanVideoAddLucyEditLatents", + "WanVideoAddLynxEmbeds", "WanVideoAddMTVMotion", + "WanVideoAddOneToAllExtendEmbeds", + "WanVideoAddOneToAllPoseEmbeds", + "WanVideoAddOneToAllReferenceEmbeds", + "WanVideoAddOviAudioToLatents", "WanVideoAddPusaNoise", "WanVideoAddS2VEmbeds", "WanVideoAddStandInLatent", + "WanVideoAddSteadyDancerEmbeds", + "WanVideoAddTTMLatents", + "WanVideoAddWanMoveTracks", + "WanVideoAnimateEmbeds", "WanVideoApplyNAG", "WanVideoBlockList", "WanVideoBlockSwap", "WanVideoClipVisionEncode", + "WanVideoCombineEmbeds", "WanVideoContextOptions", "WanVideoControlEmbeds", "WanVideoControlnet", "WanVideoControlnetLoader", "WanVideoDecode", + "WanVideoDecodeOviAudio", "WanVideoDiffusionForcingSampler", "WanVideoEasyCache", "WanVideoEmptyEmbeds", + "WanVideoEmptyMMAudioLatents", "WanVideoEncode", "WanVideoEncodeLatentBatch", + "WanVideoEncodeOviAudio", "WanVideoEnhanceAVideo", "WanVideoExperimentalArgs", "WanVideoExtraModelSelect", + "WanVideoFlashVSRDecoderLoader", "WanVideoFlowEdit", "WanVideoFreeInitArgs", "WanVideoFunCameraEmbeds", @@ -30608,8 +37324,10 @@ "WanVideoMagCache", "WanVideoMiniMaxRemoverEmbeds", "WanVideoModelLoader", + "WanVideoOviCFG", "WanVideoPassImagesFromSamples", "WanVideoPhantomEmbeds", + "WanVideoPreviewEmbeds", "WanVideoPromptExtender", "WanVideoPromptExtenderSelect", "WanVideoReCamMasterCameraEmbed", @@ -30619,7 +37337,12 @@ "WanVideoRoPEFunction", "WanVideoSLG", "WanVideoSampler", + "WanVideoSamplerExtraArgs", + "WanVideoSamplerFromSettings", + "WanVideoSamplerSettings", + "WanVideoSamplerv2", "WanVideoScheduler", + "WanVideoSchedulerv2", "WanVideoSetBlockSwap", "WanVideoSetLoRAs", "WanVideoSetRadialAttention", @@ -30629,17 +37352,20 @@ "WanVideoTextEncode", "WanVideoTextEncodeCached", "WanVideoTextEncodeSingle", + "WanVideoTextImageEncode", "WanVideoTinyVAELoader", "WanVideoTorchCompileSettings", "WanVideoUni3C_ControlnetLoader", "WanVideoUni3C_embeds", "WanVideoUniAnimateDWPoseDetector", "WanVideoUniAnimatePoseInput", + "WanVideoUniLumosEmbeds", "WanVideoVACEEncode", "WanVideoVACEModelSelect", "WanVideoVACEStartToEndFrame", "WanVideoVAELoader", "WanVideoVRAMManagement", + "WanVideoWanDrawWanMoveTracks", "Wav2VecModelLoader", "WhisperModelLoader" ], @@ -30731,6 +37457,61 @@ "title_aux": "SimpleTiles" } ], + "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", @@ -30769,15 +37550,20 @@ [ "AspectSelector", "BBoxCropper", + "FlexibleBatchImage", "FolderLoader", "Json Extractor - klinter", "LoadImagePlus", "LoadVideoForExtendingKlinter", + "NanoBananaMultiInput", "OutpaintPadding", + "OutputTester", + "PixelSnapper", "PrepVideoForExtendKlinter", "SaveAudioPlus", "SizeSelector", "SpeedRamp", + "VideoFromFolder", "YellowBus", "ZoomOutComposer", "concat", @@ -30828,7 +37614,8 @@ ], "https://github.com/kohs100/comfyui-ppwc": [ [ - "PPWCReplace" + "PPWCReplace", + "PPWCTerminate" ], { "author": "Phospholipids", @@ -30846,6 +37633,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", @@ -30929,6 +37728,15 @@ "title_aux": "ComfyUI-KrakenTools" } ], + "https://github.com/krakenunbound/kraken-discord-bot": [ + [ + "KrakenDiscordBot", + "KrakenDiscordBotStatus" + ], + { + "title_aux": "Kraken Discord Bot" + } + ], "https://github.com/krigeta/qwen-image-controlnets-comfyui": [ [ "QwenImageBlockwiseControlNetApply", @@ -31060,15 +37868,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", @@ -31082,6 +37891,8 @@ "Leon_Qwen_Image_API_Node", "Leon_Qwen_Image_Edit_API_Node", "Leon_Recraft_Image_API_Node", + "Leon_Seedream3_API_Node", + "Leon_Seedream4_API_Node", "Leon_StableDiffusion_35_API_Node", "Leon_StableDiffusion_3_Ultra_API_Node", "Leon_StableDiffusion_XL_API_Node", @@ -31092,6 +37903,16 @@ "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" + ], + { + "title_aux": "ComfyUI-RWImageS3" + } + ], "https://github.com/laksjdjf/Batch-Condition-ComfyUI": [ [ "Batch String", @@ -31233,6 +38054,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", @@ -31359,7 +38189,6 @@ [ "DynamicPreprocess", "InternVLHFInference", - "InternVLLMDEPLOYInference", "InternVLModelLoader" ], { @@ -31393,6 +38222,7 @@ "MasaCtrlLoadImage", "MasaCtrlModelLoader", "MutualSelfAttentionControlMaskAutoSampler", + "MutualSelfAttentionControlMaskSampler", "MutualSelfAttentionControlSampler" ], { @@ -31402,12 +38232,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", @@ -31449,6 +38291,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", @@ -31466,6 +38316,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", @@ -31521,6 +38406,7 @@ ], "https://github.com/lerignoux/ComfyUI-PechaKucha": [ [ + "DownloadPechaKucha", "GeneratePowerpoint", "SplitPrompt" ], @@ -31538,21 +38424,22 @@ "title_aux": "ComfyUI Stable3DGen" } ], - "https://github.com/leylahkrell/ComfyUI-Violet-Tools": [ + "https://github.com/leylahviolet/ComfyUI-Violet-Tools": [ [ "AestheticAlchemist", "BodyBard", - "CharacterCache", - "CharacterCreator", + "CharacterCurator", "EncodingEnchantress", "GlamourGoddess", "NegativityNullifier", + "OracleOverride", "PosePriestess", "QualityQueen", + "SaveSiren", "SceneSeductress" ], { - "title_aux": "ComfyUI Violet Tools" + "title_aux": "iolet Tools \ud83d\udc85" } ], "https://github.com/lgldlk/ComfyUI-PC-ding-dong": [ @@ -31618,28 +38505,54 @@ "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-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" @@ -31796,7 +38709,6 @@ ], "https://github.com/liusida/ComfyUI-Debug": [ [ - "DebugInspectorNode", "DebugModelInspectorNode", "DebugModelPrintOutNode" ], @@ -31804,14 +38716,6 @@ "title_aux": "ComfyUI-Debug" } ], - "https://github.com/liusida/ComfyUI-Login": [ - [ - "LoadImageIncognito" - ], - { - "title_aux": "ComfyUI-Login" - } - ], "https://github.com/liusida/ComfyUI-SD3-nodes": [ [ "SD3EmptyLatent", @@ -31882,8 +38786,6 @@ [ "AnyNode", "AnyNodeAnthropic", - "AnyNodeCodeViewer", - "AnyNodeExport", "AnyNodeGemini", "AnyNodeLocal" ], @@ -31940,6 +38842,7 @@ "FixPulidFluxPatch", "PulidFluxEvaClipLoader", "PulidFluxFaceDetector", + "PulidFluxFaceNetLoader", "PulidFluxInsightFaceLoader", "PulidFluxModelLoader", "PulidFluxOptions" @@ -32016,7 +38919,6 @@ "LoadMaskFromURL", "MaskByBboxes", "MaskImageToBase64", - "MaskToBase64", "MaskToBase64Image", "MaskToRle", "NodeListMerge", @@ -32050,6 +38952,38 @@ "title_aux": "comfyui-easyapi-nodes" } ], + "https://github.com/llikethat/ComfyUI-faceExtractor": [ + [ + "FaceExtractor", + "FaceMatcher", + "FaceReferenceEmbedding" + ], + { + "title_aux": "faceExtractor for ComfyUI" + } + ], + "https://github.com/llikethat/ComfyUI-iseebetter": [ + [ + "BasicVSRModelLoader", + "BasicVSRUpscale", + "GolfBallArtifactRemover", + "ISeeBetterCleanUpscale", + "ISeeBetterDebugTest", + "ISeeBetterFrameBuffer", + "ISeeBetterModelLoader", + "ISeeBetterSimpleUpscale", + "ISeeBetterUpscale", + "ImageSharpener", + "PerceptualQualityScore", + "SRGANDiscriminatorLoader", + "WaterDetailEnhance", + "WaterEnhancerModelLoader", + "WaterPostProcess" + ], + { + "title_aux": "iSeeBetter Node for ComfyUI" + } + ], "https://github.com/lo-th/Comfyui_three_js": [ [ "ThreeView" @@ -32062,8 +38996,7 @@ [ "LoadDetectron", "LoadHMR", - "ProcessHumans", - "SelectHuman" + "ProcessHumans" ], { "title_aux": "ComfyUI-4DHumans" @@ -32101,9 +39034,6 @@ ], "https://github.com/logtd/ComfyUI-Fluxtapoz": [ [ - "AddFluxFlow", - "ApplyFluxRaveAttention", - "ApplyRefFlux", "ApplyRegionalConds", "ConfigureModifiedFlux", "CreateRegionalCond", @@ -32138,6 +39068,7 @@ "InstanceDiffusionTrackingPrompt", "LoadInstanceFusersNode", "LoadInstancePositionNetModel", + "LoadInstanceScaleUModel", "LoadInstanceScaleUNode" ], { @@ -32159,9 +39090,7 @@ "MochiPrepareSigmas", "MochiResampler", "MochiUnsampler", - "MochiWrapperResampler", - "MochiWrapperSamplerCustom", - "MochiWrapperUnsampler" + "MochiWrapperSamplerCustom" ], { "title_aux": "ComfyUI-MochiEdit" @@ -32263,13 +39192,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", @@ -32293,10 +39236,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", @@ -32333,6 +39274,7 @@ "Load Magic Clothing Model", "Load Magic Clothing Pipeline", "Load Magic Clothing Pipeline With Path", + "RUN Magic Clothing Adapter", "RUN Magic Clothing Diffusers Model" ], { @@ -32360,6 +39302,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", @@ -32367,7 +39317,8 @@ "PromptConditioningConverter", "PromptSelectorNode", "RPGArtStyleSelector", - "RPGCharacterSelector" + "RPGCharacterSelector", + "prompt_selector_node" ], { "title_aux": "ComfyUI-RPG-Characters" @@ -32389,6 +39340,23 @@ "title_aux": "comfyui_wildcards" } ], + "https://github.com/lovelybbq/comfyui-custom-node-color": [ + [ + "ConvertHEXToRGB", + "HexColorInput" + ], + { + "title_aux": "ComfyUI Custom Node Color" + } + ], + "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": [ + [ + "ReplaceFirstLastFrames" + ], + { + "title_aux": "ComfyUI-Replace-First-Frame-Last-Frame" + } + ], "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": [ [ "InpaintCrop", @@ -32461,6 +39429,51 @@ "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", + "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" @@ -32484,7 +39497,6 @@ "CfgScheduleHookProvider", "CombineRegionalPrompts", "CoreMLDetailerHookProvider", - "CustomNoiseDetailerHookProvider", "CustomSamplerDetailerHookProvider", "DenoiseScheduleHookProvider", "DenoiseSchedulerDetailerHookProvider", @@ -32706,7 +39718,6 @@ "CacheBackendDataList //Inspire", "CacheBackendDataNumberKey //Inspire", "CacheBackendDataNumberKeyList //Inspire", - "CacheBridge //Inspire", "Canny_Preprocessor_Provider_for_SEGS //Inspire", "ChangeImageBatchSize //Inspire", "ChangeLatentBatchSize //Inspire", @@ -32798,8 +39809,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", @@ -33077,22 +40087,42 @@ "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-Audio-Super-Resolution": [ + "https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes": [ [ - "EgregoraAudioUpscaler", - "EgregoraFatLlamaCPU", - "EgregoraFatLlamaGPU" + "AdvancedBatchLoader", + "BatchAnimationProcessor", + "BatchMultiFolderProcessor", + "MultiFormatAnimationEncoder", + "VideoFrameExtractor" ], { - "title_aux": "ComfyUI \u00b7 Egregora Audio Super\u2011Resolution" + "title_aux": "Egregora Frames Animation Nodes for ComfyUI" } ], "https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance": [ @@ -33129,8 +40159,10 @@ ], "https://github.com/lum3on/ComfyUI-FrameUtilitys": [ [ + "FrameClipper", "FrameExtender", "FrameExtenderAdvanced", + "FrameRepeater", "FrameReplacer", "GitInstaller" ], @@ -33142,6 +40174,7 @@ [ "ControlNetFP8QuantizeNode", "ControlNetMetadataViewerNode", + "GGUFQuantizerNode", "ModelToStateDict", "QuantizeFP8Format", "QuantizeModel", @@ -33181,6 +40214,14 @@ "title_aux": "ComfyUI Midjourney Scraper Node" } ], + "https://github.com/lum3on/ComfyUI_Reve-API": [ + [ + "ReveAPI" + ], + { + "title_aux": "ComfyUI Reve API Integration Node" + } + ], "https://github.com/lum3on/comfyui_EdgeTAM": [ [ "EdgeTAMVideoTracker", @@ -33224,12 +40265,15 @@ "ImgBBUpload", "LumaAIClient", "LumaAddAudio2Video", + "LumaCharacterReference", + "LumaConcatReferences", "LumaExtendGeneration", "LumaImage2Video", "LumaImageGeneration", "LumaInterpolateGenerations", "LumaModifyImage", "LumaPreviewVideo", + "LumaReference", "LumaText2Video", "LumaUpscaleGeneration", "Reference" @@ -33238,6 +40282,31 @@ "title_aux": "ComfyUI-LumaAI-API" } ], + "https://github.com/lunarring/bitalino_comfy": [ + [ + "LR BitalinoReceiver" + ], + { + "title_aux": "bitalino_comfy" + } + ], + "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision": [ + [ + "ForbiddenVisionFaceEditMerge", + "ForbiddenVisionFaceEditPrep", + "ForbiddenVisionFaceFixerMaskOnly", + "ForbiddenVisionFaceProcessorIntegrated", + "ForbiddenVisionInpaintLite", + "ForbiddenVisionRebuilder", + "LatentBuilder", + "LatentRefiner", + "SamplerSchedulerSettings" + ], + { + "nodename_pattern": "ForbiddenVision", + "title_aux": "Forbidden Vision" + } + ], "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": [ [ "OpenAILLMNode" @@ -33249,8 +40318,9 @@ "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", "Hex Color Swatch | sokes \ud83e\uddac", "Hex to Color Name | sokes \ud83e\uddac", "Image Picker | sokes \ud83e\uddac", @@ -33266,6 +40336,21 @@ "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/maepopi/Diffusers-in-ComfyUI": [ [ "BLoRALoader", @@ -33298,6 +40383,37 @@ "title_aux": "ComfyUI-Unwatermark" } ], + "https://github.com/maikgreubel/comfyui-loaddds": [ + [ + "Load DDS File" + ], + { + "title_aux": "Load DDS File Node" + } + ], + "https://github.com/malkuthro/ComfyUI-Koolook": [ + [ + "EasyAIPipeline", + "EasyResize", + "EasyWan22Prompt", + "Easy_Version", + "KoolookLoadCameraPosesAbsolute", + "WanVideoFunCameraEmbeds", + "easy_ImageBatch" + ], + { + "title_aux": "ComfyUI-Koolook" + } + ], + "https://github.com/mamorett/ComfyUI-Flux2proReplicate": [ + [ + "Flux2ProGenerator", + "ReplicateAuthNode" + ], + { + "title_aux": "ComfyUI-Flux2proReplicate" + } + ], "https://github.com/mamorett/ComfyUI_minicpmv4": [ [ "GenCheckerImage", @@ -33486,6 +40602,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" @@ -33549,6 +40677,7 @@ ], "https://github.com/martijnat/comfyui-previewlatent": [ [ + "LatentToRGB", "PreviewLatent", "PreviewLatentAdvanced", "PreviewLatentFlux", @@ -33571,6 +40700,7 @@ "AlwaysExecute", "CommandPickerServing", "DiscordServing", + "HTTPServing", "ServingInputImage", "ServingInputImageAsLatent", "ServingInputNumber", @@ -33640,6 +40770,38 @@ "title_aux": "OllamaTools for ComfyUI" } ], + "https://github.com/maxczc/comfyui-sora-node": [ + [ + "SoraImageToVideo", + "SoraTextToVideo", + "SoraVideoToVideo" + ], + { + "title_aux": "comfyui-sora-node" + } + ], + "https://github.com/maxmad62/ComfyUI-DiscordWebhookWithInput": [ + [ + "DiscordPostViaWebhook", + "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" @@ -33650,13 +40812,28 @@ ], "https://github.com/mbrostami/ComfyUI-TITrain": [ [ - "TextualInversionTraining", - "TextualInversionTrainingSDXL" + "TextualInversionTraining" ], { "title_aux": "ComfyUI-TITrain" } ], + "https://github.com/mcDandy/more_math": [ + [ + "mrmth_AudioMathNode", + "mrmth_ConditioningMathNode", + "mrmth_FloatMathNode", + "mrmth_FloatToInt", + "mrmth_ImageMathNode", + "mrmth_IntToFloat", + "mrmth_LatentMathNode", + "mrmth_NoiseMathNode", + "mrmth_VideoMathNode" + ], + { + "title_aux": "More Math" + } + ], "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": [ [ "DynamicThresholdingFull", @@ -33873,6 +41050,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", @@ -33925,8 +41122,7 @@ "BBOXPadding", "BBOXResize", "ImageResizeKeepRatio", - "PrimitiveBBOX", - "RaiseError" + "PrimitiveBBOX" ], { "title_aux": "comfyui_met_suite" @@ -34030,6 +41226,15 @@ "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/mikeshuangyan/ComfyUI_MqUtils": [ [ "MqCheckFP4Support", @@ -34168,6 +41373,8 @@ "TwoBooleanTrigger", "TwoFloats", "UpscaleImageByModelThenResize", + "camie_tagger_mira", + "cl_tagger_mira", "illustrious_character_select", "illustrious_character_select_en", "llm_prompt_gen_node", @@ -34237,6 +41444,8 @@ ], "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": [ [ + "GoStopAnythingMittimi01", + "OutputLongLengthMittimi01", "WidthHeightMittimi01" ], { @@ -34260,6 +41469,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" @@ -34280,6 +41499,8 @@ [ "DimensionProviderFree modusCell", "DimensionProviderRatio modusCell", + "Free", + "Ratio", "String Concat modusCell" ], { @@ -34321,6 +41542,20 @@ "title_aux": "ComfyUI_BiRefNet_Universal" } ], + "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" @@ -34338,10 +41573,13 @@ "JsonExtractString", "KSamplerFromJsonInfo", "LatentSelector", + "LoadLoraFromLoraList", "MultipartCLIPTextEncode", "MultipleLoraTagLoader", + "PromptDecode", "PromptLoader", "SeedGenerator", + "SplitLoraList", "StringConcat", "StringConcatInt", "StringPicker", @@ -34396,6 +41634,17 @@ "title_aux": "ComfyUI-SaveImageS3" } ], + "https://github.com/mrf/ComfyPoe": [ + [ + "PoeImageEdit", + "PoeImageGenerate", + "PoeImageVariation", + "PoeMultiImageEdit" + ], + { + "title_aux": "ComfyPoe" + } + ], "https://github.com/mrhan1993/ComfyUI-Fooocus": [ [ "AlignYourStepsScheduler", @@ -34614,6 +41863,19 @@ "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": [ [ "ShellAgentPluginInputAudio", @@ -34642,8 +41904,7 @@ ], "https://github.com/n0neye/A3D-comfyui-integration": [ [ - "A3DListener", - "UniqueNodeName" + "A3DListener" ], { "title_aux": "A3D ComfyUI Integration" @@ -34763,6 +42024,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", @@ -34774,6 +42047,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" @@ -34829,6 +42110,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", @@ -34842,10 +42133,14 @@ ], "https://github.com/neverbiasu/ComfyUI-SAM2": [ [ + "GroundingDinoModelLoader", "GroundingDinoModelLoader (segment anything2)", + "GroundingDinoSAM2Segment", "GroundingDinoSAM2Segment (segment anything2)", + "InvertMask", "InvertMask (segment anything)", "IsMaskEmpty", + "SAM2ModelLoader", "SAM2ModelLoader (segment anything2)" ], { @@ -34913,6 +42208,7 @@ ], "https://github.com/niknah/ComfyUI-InfiniteYou": [ [ + "InfiniteYouSample", "InfiniteYouSampler" ], { @@ -34935,6 +42231,25 @@ "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": [ [ "Nilor Blur Analysis", @@ -34997,6 +42312,7 @@ [ "CLIPTextEncodeWithTokens", "DAAMAnalyzer", + "DAAMPreviewImage", "KSamplerDAAM" ], { @@ -35011,6 +42327,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" @@ -35143,24 +42475,39 @@ "https://github.com/nofunstudio/Node_Fun_ComfyUI": [ [ "DynamicQueueCounter", + "FalAPI_Flux2LoraEdit", + "FalAPI_NanoBananaPro", + "FalAPI_QwenEditPlus", "FalAPI_kling_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_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", @@ -35187,6 +42534,8 @@ "InstantIdAdapterApply", "InstantIdAndControlnetApply", "Kps2dRandomizer", + "Kps2dScale", + "Kps2dScaleBy", "Kps3dFromImage", "Kps3dRandomizer", "KpsCrop", @@ -35198,6 +42547,7 @@ "LoadInsightface", "LoadInstantIdAdapter", "MaskFromKps", + "PreprocessImagAdvancese", "PreprocessImage", "PreprocessImageAdvanced", "RotateImage" @@ -35281,8 +42631,7 @@ "CutForInpaint", "PowerPaint", "PowerPaintCLIPLoader", - "RAUNet", - "Terminal" + "RAUNet" ], { "author": "nullquant", @@ -35302,8 +42651,10 @@ ], "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": [ [ - "SeedVR2", - "SeedVR2BlockSwap" + "SeedVR2LoadDiTModel", + "SeedVR2LoadVAEModel", + "SeedVR2TorchCompileSettings", + "SeedVR2VideoUpscaler" ], { "title_aux": "ComfyUI-SeedVR2_VideoUpscaler" @@ -35320,6 +42671,20 @@ ], "https://github.com/nunchaku-tech/ComfyUI-nunchaku": [ [ + "NunchakuDepthPreprocessor", + "NunchakuFluxDiTLoader", + "NunchakuFluxIPAdapterApply", + "NunchakuFluxLoraLoader", + "NunchakuFluxLoraStack", + "NunchakuFluxPuLIDApplyV2", + "NunchakuIPAdapterLoader", + "NunchakuModelMerger", + "NunchakuPuLIDLoaderV2", + "NunchakuPulidApply", + "NunchakuPulidLoader", + "NunchakuQwenImageDiTLoader", + "NunchakuTextEncoderLoader", + "NunchakuTextEncoderLoaderV2", "NunchakuWheelInstaller" ], { @@ -35451,6 +42816,27 @@ "title_aux": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)" } ], + "https://github.com/obvirm/ComfyUI-WhisperXX": [ + [ + "WhisperXNode" + ], + { + "title_aux": "ComfyUI-WhisperXX" + } + ], + "https://github.com/okdalto/ComfyUI-WithAnyone": [ + [ + "WithAnyoneArcFaceExtractorNode", + "WithAnyoneBBoxNode", + "WithAnyoneModelLoaderNode", + "WithAnyoneSamplerNode", + "WithAnyoneSigLIPExtractorNode", + "WithAnyoneSinglePersonConditioningNode" + ], + { + "title_aux": "ComfyUI-WithAnyone" + } + ], "https://github.com/okgo4/ComfyUI-Mosaic-Mask": [ [ "MosaicMask" @@ -35463,6 +42849,7 @@ [ "ORvEmbeddingsHeatmap", "ORvEmbeddingsSpectrogram", + "ORvShowText", "ORvStringConsoleDebug", "ORvTextEncoderGoogleEmbeddingGemma3" ], @@ -35491,7 +42878,8 @@ [ "LoRAVisualizer", "PromptComposer", - "PromptSplitter" + "PromptSplitter", + "WANLoRAHighLowSplitter" ], { "title_aux": "LoRA Visualizer" @@ -35524,7 +42912,6 @@ "Debug String _O", "Debug Text _O", "Debug Text route _O", - "Edit_image _O", "Equation1param _O", "Equation2params _O", "GetImage_(Width&Height) _O", @@ -35542,7 +42929,6 @@ "Text _O", "Text2Image _O", "Trim Text _O", - "VAEDecodeParallel _O", "combine_chat_messages _O", "compine_chat_messages _O", "concat Strings _O", @@ -35569,9 +42955,20 @@ "title_aux": "Quality of life Suit:V2" } ], + "https://github.com/omixmaxdimo/OmiXDev": [ + [ + "OmixChatPro", + "OmixGeminiPro", + "ResolutionPresets" + ], + { + "title_aux": "OmiXdev Custom Nodes" + } + ], "https://github.com/openvino-dev-samples/comfyui_openvino": [ [ - "OpenVINO_TorchCompileModel" + "TorchCompileDiffusionOpenVINO", + "TorchCompileVAEOpenVINO" ], { "title_aux": "ComfyUI-OpenVINO" @@ -35612,6 +43009,7 @@ [ "IoNetVision", "KontextPresetsOrex", + "OreX Image Load Batch", "OreX Image Save", "PollinationsTextGenOrex", "flux-kontext-orexnodes", @@ -35773,6 +43171,8 @@ "PDFGetPageCount", "PDFLoad", "PDFMerge", + "PDFPagesToImages", + "PDFPreviewPage", "PDFRotatePages", "PDFSave", "PDFSelectPageAndExtractText" @@ -35818,9 +43218,10 @@ "https://github.com/orion4d/illusion_node": [ [ "AdvancedAutostereogramNode", - "AutostereogramNode", "CheckerboardNode", "ColorImageNode", + "OpticalGeometricNode", + "OpticalIllusionNode", "PatternGeneratorNode", "TessellationNode", "TileImageRepeaterNode" @@ -35829,6 +43230,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" @@ -35842,9 +43251,6 @@ "EasyAspectRatioNode", "GPTImage1", "LLMAIONode", - "LoRASwitcherNode", - "LoRASwitcherNode20", - "LoRASwitcherNode40", "LoraSwitcherDynamic", "StringSplitterNode" ], @@ -35891,27 +43297,68 @@ ], "https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer": [ [ + "AIHubActionNewAudio", + "AIHubActionNewAudioSegment", + "AIHubActionNewFrames", "AIHubActionNewImage", - "AIHubDevWebsocketDebug", + "AIHubActionNewImageBatch", + "AIHubActionNewLatent", + "AIHubActionNewLayer", + "AIHubActionNewText", + "AIHubActionNewVideo", + "AIHubActionNewVideoSegment", + "AIHubActionSetProjectConfigBoolean", + "AIHubActionSetProjectConfigFloat", + "AIHubActionSetProjectConfigInteger", + "AIHubActionSetProjectConfigString", + "AIHubAddRunCondition", + "AIHubExposeAudio", "AIHubExposeBoolean", - "AIHubExposeConfigBoolean", - "AIHubExposeConfigFloat", - "AIHubExposeConfigInteger", - "AIHubExposeConfigString", + "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", - "AIHubPatchActionSetConfigBoolean", - "AIHubPatchActionSetConfigFloat", - "AIHubPatchActionSetConfigInteger", - "AIHubPatchActionSetConfigString", + "AIHubExposeVideo", + "AIHubMetaExportLora", + "AIHubMetaExportModel", + "AIHubMetaSetExportedLoraImage", + "AIHubMetaSetExportedModelImage", + "AIHubMetaSetExportedWorkflowImage", + "AIHubUtilsCropMergedImageToLayerSize", + "AIHubUtilsFitLayerToMergedImage", + "AIHubUtilsFloatToInt", + "AIHubUtilsLoadCLIP", + "AIHubUtilsLoadLora", + "AIHubUtilsLoadModel", + "AIHubUtilsLoadVAE", + "AIHubUtilsMetadataMap", + "AIHubUtilsNewNormalizer", + "AIHubUtilsScaleImageAndMasks", + "AIHubUtilsStrToFloat", + "AIHubUtilsStrToVector", "AIHubWorkflowController" ], { @@ -35980,6 +43427,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" @@ -35993,6 +43448,7 @@ "AttentionCouplePPM", "CFGLimiterGuider", "CFGPPSamplerSelect", + "CLIPAttentionSelector", "CLIPMicroConditioning", "CLIPNegPip", "CLIPTextEncodeBREAK", @@ -36010,10 +43466,14 @@ "LatentToMaskBB", "LatentToWidthHeight", "MaskCompositePPM", + "ModelAttentionSelector", "PPMSamplerSelect", "RenormCFGPost", "RescaleCFGPost", - "SamplerGradientEstimation" + "SamplerGradientEstimation", + "SkipFirstStepCFG", + "TCFGAdvanced", + "VAEPadding" ], { "title_aux": "ComfyUI-ppm" @@ -36032,8 +43492,8 @@ "https://github.com/pamparamm/sd-perturbed-attention": [ [ "NormalizedAttentionGuidance", + "PLADIS", "PerturbedAttention", - "Pladis", "SlidingWindowGuidanceAdvanced", "SmoothedEnergyGuidanceAdvanced", "TRTAttachPag", @@ -36044,10 +43504,20 @@ "title_aux": "sd-perturbed-attention" } ], + "https://github.com/pantaleone-ai/Comfy-Firefly": [ + [ + "AdobeFireflyTextToImage" + ], + { + "title_aux": "Comfy-Firefly" + } + ], "https://github.com/pants007/comfy-pants": [ [ "CLIPTextEncodeAIO", - "Image Make Square" + "CLIPTextEncodeStylePile Node", + "Image Make Square", + "Image Make Square Node" ], { "title_aux": "pants" @@ -36155,13 +43625,13 @@ "title_aux": "ComfyUI-LyraVSIH" } ], - "https://github.com/penposs/ComfyUI-Banana-Node": [ + "https://github.com/pdale-boop/Comfyui-Network-Guardian": [ [ - "BananaNode", - "TransparentImageNode" + "Example", + "NetworkGuardianStatus" ], { - "title_aux": "ComfyUI-Banana-Node" + "title_aux": "Network Guardian" } ], "https://github.com/penposs/ComfyUI_Gemini_Pro": [ @@ -36174,6 +43644,15 @@ "title_aux": "ComfyUI Gemini Pro Node" } ], + "https://github.com/penposs/Comfyui-banana2": [ + [ + "BananaNode", + "TransparentImageNode" + ], + { + "title_aux": "Comfyui-banana2" + } + ], "https://github.com/penposs/Comfyui_wan_api": [ [ "WanAPIImageToVideo", @@ -36185,6 +43664,32 @@ "title_aux": "Comfyui_wan_api" } ], + "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/petr-pr/ComfyUI-TranslationNode": [ + [ + "TranslationNode" + ], + { + "title_aux": "ComfyUI-TranslationNode" + } + ], "https://github.com/pharmapsychotic/comfy-cliption": [ [ "CLIPtionBeamSearch", @@ -36195,6 +43700,14 @@ "title_aux": "comfy-cliption" } ], + "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader": [ + [ + "DGXSparkSafetensorsLoader" + ], + { + "title_aux": "ComfyUI-DGXSparkSafetensorsLoader" + } + ], "https://github.com/phazei/ComfyUI-OrpheusTTS-LMStudio": [ [ "OrpheusTTSLMStudio" @@ -36237,7 +43750,10 @@ [ "FluxBlockSwap", "HidreamBlockSwap", - "TaylorSeer" + "QwenimageBlockSwap", + "TaylorSeer", + "TaylorSeerLite", + "WanvideoBlockSwap" ], { "title_aux": "ComfyUI-TaylorSeer" @@ -36299,6 +43815,8 @@ ], "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": [ [ + "Comfyui_Qwen_CUDA/Qwen25_VL", + "Comfyui_Qwen_CUDA/Qwen3", "Qwen25_VL", "Qwen3" ], @@ -36308,7 +43826,6 @@ ], "https://github.com/pictorialink/ComfyUI-Text-Translation": [ [ - "Get_Translator", "Text", "Text_Concatenate", "Text_Switch", @@ -36329,6 +43846,7 @@ "DallE3_PoP", "EfficientAttention", "LoadImageResizer_PoP", + "LoraStackLoader10", "LoraStackLoader10_PoP", "LoraStackLoader_PoP", "VAEDecoderPoP", @@ -36338,6 +43856,27 @@ "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_Modulo", + "MF_ModuloAdvanced", + "MF_ReadData", + "MF_SaveData", + "MF_ShotHelper", + "MF_ShowData", + "MF_StoryDriver" + ], + { + "title_aux": "MF PipoNodes" + } + ], "https://github.com/pikenrover/ComfyUI_PRNodes": [ [ "CheckpointLoaderSimpleExtended", @@ -36353,6 +43892,15 @@ "title_aux": "ComfyUI_PRNodes" } ], + "https://github.com/piscesbody/ComfyUI-Upscale-CUDAspeed": [ + [ + "ImageUpscaleWithModelCUDAspeedFixed", + "UpscaleModelLoader" + ], + { + "title_aux": "ComfyUI-Upscale-CUDAspeed" + } + ], "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": [ [ "FlattenByAlpha" @@ -36361,6 +43909,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" @@ -36432,7 +43998,10 @@ "CRT_AddSettingsAndPrompt", "CRT_DynamicPromptScheduler", "CRT_FileBatchPromptScheduler", + "CRT_KSamplerBatch", "CRT_QuantizeAndCropImage", + "CRT_StringBatcher", + "CRT_StringSplitter", "CRT_UpscaleModelAdv", "CRT_WAN_BatchSampler", "ClarityFX", @@ -36442,7 +44011,6 @@ "ContourFX", "EmptyContext", "EnableLatent", - "FaceEnhancementPipeline", "FaceEnhancementPipelineWithInjection", "FancyNoteNode", "FancyTimerNode", @@ -36455,6 +44023,7 @@ "FluxLoraBlocksPatcher", "FluxSemanticEncoder", "FluxTiledSamplerCustomAdvanced", + "ImageDimensionsFromMegaPixels", "ImageLoaderCrawl", "LatentNoiseInjectionSampler", "LensDistortFX", @@ -36470,6 +44039,7 @@ "PonyUpscaleSamplerWithInjection", "Remove Trailing Comma", "Resolution", + "SamplerSchedulerCrawler", "SamplerSchedulerSelector", "SaveAudioWithPath", "SaveImageWithPath", @@ -36490,7 +44060,8 @@ "Toggle Lora Unet Blocks L2", "Video Duration Calculator", "VideoLoaderCrawl", - "WAN2.2 LoRA Compare Sampler" + "WAN2.2 LoRA Compare Sampler", + "WanVideoLoraSelectMultiImproved" ], { "author": "chflame", @@ -36502,7 +44073,8 @@ ], "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": [ [ - "SpeakerDiarizer" + "SpeakerDiarizer", + "SpeakerDiarizerChronoNode" ], { "title_aux": "ComfyUI-Speaker-Isolation" @@ -36518,15 +44090,45 @@ ], "https://github.com/pollockjj/ComfyUI-MultiGPU": [ [ + "CLIPLoaderDisTorch2MultiGPU", + "CLIPLoaderMultiGPU", + "CLIPVisionLoaderDisTorch2MultiGPU", + "CLIPVisionLoaderMultiGPU", "CheckpointLoaderAdvancedDisTorch2MultiGPU", "CheckpointLoaderAdvancedMultiGPU", - "DeviceSelectorMultiGPU", - "HunyuanVideoEmbeddingsAdapter" + "CheckpointLoaderSimpleDisTorch2MultiGPU", + "CheckpointLoaderSimpleMultiGPU", + "ControlNetLoaderDisTorch2MultiGPU", + "ControlNetLoaderMultiGPU", + "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/popoimm/comfyui-popo-utility": [ [ "PopoImageAspectRatioNode", @@ -36548,6 +44150,7 @@ "BMAB Clip Text Encoder SDXL", "BMAB Conditioning To Bind", "BMAB Context", + "BMAB Control Net", "BMAB ControlNet", "BMAB ControlNet IPAdapter", "BMAB ControlNet Openpose", @@ -36557,6 +44160,7 @@ "BMAB Detect And Paste", "BMAB Detection Crop", "BMAB Detector", + "BMAB DinoSam", "BMAB Dummy", "BMAB Edge", "BMAB Extractor", @@ -36614,6 +44218,82 @@ "title_aux": "comfyui_bmab" } ], + "https://github.com/power88/ComfyUI-PDiD-LLM-Nodes": [ + [ + "APILLMLoader", + "CaptionViaAPI", + "ChatViaAPI", + "ExtraParameters", + "GenerateBBOXViaAPI" + ], + { + "title_aux": "ComfyUI-PDiD-LLM-Nodes" + } + ], + "https://github.com/princepainter/ComfyUI-PainterI2V": [ + [ + "PainterI2V" + ], + { + "title_aux": "ComfyUI-PainterI2V" + } + ], + "https://github.com/princepainter/ComfyUI-PainterI2VforKJ": [ + [ + "PainterI2VforKJ" + ], + { + "title_aux": "ComfyUI-PainterI2VforKJ" + } + ], + "https://github.com/princepainter/ComfyUI-PainterLongVideo": [ + [ + "PainterLongVideo" + ], + { + "title_aux": "ComfyUI-PainterLongVideo" + } + ], + "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-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" @@ -36647,6 +44327,7 @@ "Draw Labelme Json", "Load Yolov8 Model", "Load Yolov8 Model From Path", + "Load Yolov8 Model Upload", "Save Labelme Json" ], { @@ -36662,6 +44343,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" @@ -36740,27 +44435,97 @@ "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_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_ImageComposite", "PVL_ImageResize", "PVL_ImageStitch", + "PVL_Image_Translation_Offset", + "PVL_Math", + "PVL_MathCondition", "PVL_NoneOutputNode", - "PVL_OpenPoseMatch", - "PVL_OpenPoseMatch_Z", + "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_StringToNumber", "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_KontextDevInpaint_API", "PVL_fal_KontextDevLora_API", @@ -36771,7 +44536,10 @@ "PVL_fal_LumaPhoton_FlashReframe_API", "PVL_fal_LumaPhoton_Reframe_API", "PVL_fal_NanoBanana_API", - "PvlKontextMax" + "PVL_fal_QwenImage_API", + "PVL_fal_RemoveBackground_API", + "PVL_fal_SeeDream4_API", + "PVL_fal_SeeDream_45_API" ], { "title_aux": "ComfyUI Assistant Node" @@ -36811,7 +44579,6 @@ "LoadText|pysssss", "LoraLoader|pysssss", "MathExpression|pysssss", - "MultiPrimitive|pysssss", "PlaySound|pysssss", "Repeater|pysssss", "ReroutePrimitive|pysssss", @@ -36961,6 +44728,18 @@ "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" @@ -36993,6 +44772,7 @@ ], "https://github.com/rainlizard/ComfyUI-Raffle": [ [ + "CurvedRescaleCFG", "PreviewHistory", "Raffle", "TagCategoryStrength" @@ -37104,19 +44884,63 @@ ], "https://github.com/razvanmatei-sf/razv-wavespeed": [ [ - "WaveSpeedAI ByteDance SeedDream V4", + "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 Text to Image" + "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", @@ -37157,6 +44981,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" @@ -37212,6 +45062,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", @@ -37238,6 +45098,14 @@ "title_aux": "ComfyUI-Prediction" } ], + "https://github.com/reeoi/ComfyUI-WebROI": [ + [ + "WebROICapture" + ], + { + "title_aux": "ComfyUI-WebROI" + } + ], "https://github.com/regiellis/ComfyUI-EasyColorCorrector": [ [ "BatchColorCorrection", @@ -37345,7 +45213,32 @@ } ], "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.", @@ -37422,7 +45315,6 @@ "RL_CacheMaskSequence", "RL_CivitaiTopImagePrompts", "RL_Crop_Resize", - "RL_Crop_Resize_Batch", "RL_Finetune_Analyze", "RL_Finetune_Analyze_Batch", "RL_Finetune_Variable", @@ -37495,7 +45387,8 @@ "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": [ [ "VTONAPINode", - "VTONAPIPaidNode" + "VTONAPIPaidNode", + "VTONLookbookNode" ], { "title_aux": "ComfyUI_sm4ll-Wrapper" @@ -37512,6 +45405,27 @@ "title_aux": "comfyUI_FrequencySeparation_RGB-HSV" } ], + "https://github.com/ritik-devsecops/ComfyUI-Floyo-Flux2-API-node": [ + [ + "Flux2FlexImageEdit", + "Flux2FlexTextToImage", + "Flux2ProImageEdit", + "Flux2ProTextToImage" + ], + { + "title_aux": "ComfyUI-Floyo-Flux2-API-node" + } + ], + "https://github.com/rjgoif/ComfyUI-Img-Label-Tools": [ + [ + "ImageArray", + "ImageEqualizer", + "RandomSubset" + ], + { + "title_aux": "Img Label Tools" + } + ], "https://github.com/rkfg/ComfyUI-Dia_tts": [ [ "DiaModelLoader", @@ -37538,6 +45452,7 @@ "https://github.com/robertvoy/ComfyUI-Distributed": [ [ "DistributedCollector", + "DistributedEmptyImage", "DistributedSeed", "ImageBatchDivider", "UltimateSDUpscaleDistributed" @@ -37614,6 +45529,7 @@ [ "ComfyUIAppstoreHost", "ComfyUIAppstoreParam", + "ComfyUIAppstoreSaveImage", "sdAppstore_saveImage" ], { @@ -37678,6 +45594,34 @@ "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_Text_Processor": [ + [ + "AddTextToImage", + "AdvancedTextFilter", + "EvaluateFloats", + "EvaluateInts", + "EvaluateStrs", + "ImageCropper", + "TP_LoadMask", + "TP_SaveMask", + "TextInput", + "TextScraper", + "TextStorageReader", + "TextStorageWriter", + "WildcardsNode" + ], + { + "title_aux": "ComfyUI Text Processor" + } + ], "https://github.com/roundyyy/ComfyUI-mesh-simplifier": [ [ "MeshSimplifierNode" @@ -37748,14 +45692,46 @@ "title_aux": "ComfyUI-TranscriptionTools" } ], - "https://github.com/rslosch/ComfyUI-EZ_Prompts": [ + "https://github.com/rslosch/comfyui-nodesweet": [ [ - "EZPromptsNode", + "BboxDetectorBatch", + "BboxDetectorBatchChunked", + "BboxDetectorBatchForEach", "LoadImageSetFromFolderSortedNode", - "PadImageForOutpaintByAspectRatio" + "MultilineStringRepeater", + "SortImageSetFromFolderSortedNode" ], { - "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": [ @@ -37768,14 +45744,28 @@ ], "https://github.com/ru4ls/ComfyUI_Nano_Banana": [ [ - "NanoBanana" + "NanoBananaAIO", + "NanoBananaMultiTurnChat" ], { "title_aux": "ComfyUI_Nano_Banana" } ], + "https://github.com/ru4ls/ComfyUI_StreetView-Loader": [ + [ + "StreetViewAnimator", + "StreetViewCubemapLoader", + "StreetViewLoader", + "StreetViewPanoLoader", + "StreetViewURLParser" + ], + { + "title_aux": "ComfyUI Street View Loader Node" + } + ], "https://github.com/ru4ls/ComfyUI_Wan": [ [ + "WanI2IGenerator", "WanI2VEffectGenerator", "WanI2VGenerator", "WanII2VGenerator", @@ -37791,10 +45781,20 @@ "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" @@ -37902,6 +45902,15 @@ "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-DeepLiveCam": [ [ "DeepLiveCamNode" @@ -38051,12 +46060,10 @@ "DepthBlender", "DepthFeatureNode", "DepthInjection", - "DepthMapProtrusion", "DepthRippleEffect", "DepthShapeModifier", "DepthShapeModifierPrecise", "Doom_", - "DownloadCREPEModel", "DownloadOpenUnmixModel", "DrawableFeatureNode", "DyeImage", @@ -38097,7 +46104,6 @@ "FlexAudioVisualizerCircular", "FlexAudioVisualizerContour", "FlexAudioVisualizerLine", - "FlexFeatureAttentionControl", "FlexImageBloom", "FlexImageChromaticAberration", "FlexImageColorGrade", @@ -38154,13 +46160,13 @@ "LocationFromPoint", "LocationTransform", "MIDIFeatureExtractor", + "MIDILoadAndExtract", "MIDILoader", "MIDIToAudio", "ManualFeatureFromPipe", "ManualFeatureNode", "ManualFeaturePipe", "ManualWhisperAlignmentData", - "MaskCompositePlus", "MaskMath", "MaskMorph", "MaskRings", @@ -38182,7 +46188,6 @@ "PitchRangeByNoteNode", "PitchRangePreset", "PitchVisualizer", - "PoseInterpolator", "PreviewFeature", "ProximityFeatureNode", "ProximityVisualizer", @@ -38223,7 +46228,7 @@ "QwenImageSize" ], { - "title_aux": "ComfyUI-Qwen-Image-Size-Picker" + "title_aux": "ComfyUI Qwen Image Size Picker" } ], "https://github.com/s9roll7/comfyui_cotracker_node": [ @@ -38295,6 +46300,37 @@ "title_aux": "ComfyUI_FlipStreamViewer" } ], + "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", @@ -38317,6 +46353,53 @@ "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", + "CloseUpNode", + "ImageTransitionNode", + "MergeVideoAudioNode", + "VideoImageOverlay", + "VideoOverlay", + "VideoOverlayBatch", + "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/scraed/LanPaint": [ [ "LanPaint_KSampler", @@ -38356,8 +46439,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" @@ -38368,12 +46454,27 @@ "SRL Conditional Interrrupt", "SRL Eval", "SRL Filter Image List", - "SRL Format String" + "SRL Format String", + "SrlConditionalInterrupt", + "SrlEval", + "SrlFilterImageList", + "SrlFormatString" ], { "title_aux": "SRL's nodes" } ], + "https://github.com/sebagallo/comfyui-sg-llama-cpp": [ + [ + "LlamaCPPEngine", + "LlamaCPPMemoryCleanup", + "LlamaCPPModelLoader", + "LlamaCPPOptions" + ], + { + "title_aux": "comfyui-sg-llama-cpp" + } + ], "https://github.com/sebord/ComfyUI-LMCQ": [ [ "LmcqCodeDecryptionLoader", @@ -38409,6 +46510,18 @@ "title_aux": "ComfyUI_Nimbus-Pack" } ], + "https://github.com/sfinktah/comfy-ovum": [ + [ + "ImageExContextListOvum", + "ImageExContextOvum", + "LoadImageFromOutputSubdirectoryWithWorkflowOvum", + "LoadImageFromOutputWithWorkflowOvum", + "LoadImageWithWorkflowOvum" + ], + { + "title_aux": "comfy-ovum" + } + ], "https://github.com/sh570655308/ComfyUI-GigapixelAI": [ [ "GigapixelAI", @@ -38486,14 +46599,18 @@ "ApplyVisualStylePrompting_", "AreaToMask", "AudioPlay", + "AudioToPrompt", "CenterImage", + "ChinesePrompt_Mix", "CkptNames_", + "ClipInterrogator", "Color", "ComparingTwoFrames_", "CompositeImages_", "CreateJsonNode", "DepthViewer", "DynamicDelayProcessor", + "EditMask", "EmbeddingPrompt", "EnhanceImage", "FaceToMask", @@ -38510,22 +46627,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", @@ -38533,16 +46657,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", @@ -38560,8 +46692,12 @@ "TextInput_", "TextToNumber", "TransparentImage", - "VAEDecodeConsistencyDecoder", - "VAELoaderConsistencyDecoder" + "TripoSRSampler_", + "VideoCombine_Adv", + "VideoGenKlingNode", + "VideoGenLumaDreamMachineNode", + "VideoGenRunwayGen3Node", + "WhisperTranscribe_" ], { "title_aux": "comfyui-mixlab-nodes" @@ -38688,7 +46824,6 @@ ], "https://github.com/shiimizu/ComfyUI-TiledDiffusion": [ [ - "NoiseInversion", "SpotDiffusionParams_TiledDiffusion", "TiledDiffusion", "VAEDecodeTiled_TiledDiffusion", @@ -38758,18 +46893,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" @@ -38807,15 +46930,44 @@ ], "https://github.com/silveroxides/ComfyUI-ModelUtils": [ [ - "CLIPMetaKeys", "CheckpointMetaKeys", + "CheckpointPruneKeys", + "CheckpointRenameKeys", + "CheckpointThreeMerger", + "CheckpointTwoMerger", + "EmbeddingMetaKeys", + "EmbeddingPruneKeys", + "EmbeddingRenameKeys", + "EmbeddingThreeMerger", + "EmbeddingTwoMerger", "LoRAMetaKeys", - "UNetMetaKeys" + "LoRAPruneKeys", + "LoRARenameKeys", + "LoRAThreeMerger", + "LoRATwoMerger", + "ModelMetaKeys", + "ModelPruneKeys", + "ModelRenameKeys", + "ModelThreeMerger", + "ModelTwoMerger", + "TextEncoderMetaKeys", + "TextEncoderPruneKeys", + "TextEncoderRenameKeys", + "TextEncoderThreeMerger", + "TextEncoderTwoMerger" ], { "title_aux": "Model Utility Toolkit" } ], + "https://github.com/silveroxides/ComfyUI-RR-JointTagger": [ + [ + "RRJointTagger|redrocket" + ], + { + "title_aux": "ComfyUI-RR-JointTagger" + } + ], "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": [ [ "SaveA1111WeightedEmbeddings", @@ -38838,6 +46990,7 @@ ], "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": [ [ + "GetKeyAPI", "SSL_GeminiAPIKeyConfig", "SSL_GeminiTextPrompt" ], @@ -38845,6 +46998,16 @@ "title_aux": "ComfyUI Gemini Expanded API" } ], + "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader": [ + [ + "HybridConfigNode", + "ScaledFP8HybridCheckpointLoader", + "ScaledFP8HybridUNetLoader" + ], + { + "title_aux": "ComfyUI_Hybrid-Scaled_fp8-Loader" + } + ], "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": [ [ "PowerShiftScheduler" @@ -38865,6 +47028,7 @@ [ "AV_AwsBedrockClaudeApi", "AV_AwsBedrockMistralApi", + "AV_CheckpointLoader", "AV_CheckpointMerge", "AV_CheckpointModelsToParametersPipe", "AV_CheckpointSave", @@ -38875,6 +47039,11 @@ "AV_ControlNetEfficientStackerSimple", "AV_ControlNetLoader", "AV_ControlNetPreprocessor", + "AV_FaceDetailer", + "AV_FaceDetailerPipe", + "AV_GeminiApi", + "AV_IPAdapter", + "AV_IPAdapterPipe", "AV_LLMApiConfig", "AV_LLMChat", "AV_LLMCompletion", @@ -38882,12 +47051,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", @@ -38901,6 +47073,8 @@ "DownloadISNetModel", "Fooocus_KSampler", "Fooocus_KSamplerAdvanced", + "Fooocus_KSamplerEfficient", + "Fooocus_KSamplerEfficientAdvanced", "GetBoolFromJson", "GetFloatFromJson", "GetIntFromJson", @@ -38925,6 +47099,7 @@ "LoadJsonFromText", "LoadJsonFromUrl", "LoadLaMaModel", + "LoadVideoFromUrl", "MergeModels", "NumberScaler", "OverlayInpaintedImage", @@ -38957,6 +47132,51 @@ "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", + "PowerLoraLoaderV2", + "VideoMergeABC", + "VideoTextEncodeCached_KJ", + "WanFMLF", + "WanScaleAB", + "WanVideoCacheSamples", + "WanVideoCacheVideos", + "WanVideoEmptyEmbeds_v2", + "WanVideoFlowmapDistortion", + "WanVideoImageToVideoEncode_v2", + "WanVideoMotionToFlowmap", + "WanVideoPowerLoraLoader" + ], + { + "title_aux": "ComfyUI-WanVideoWrapper_QQ" + } + ], + "https://github.com/siray-ai/siray-comfyui": [ + [ + "Siray Client", + "Siray Video Player" + ], + { + "title_aux": "siray-comfyui" + } + ], + "https://github.com/sirouk/chutes-comfyui-node": [ + [ + "ChutesWanVideoFast" + ], + { + "title_aux": "chutes-comfyui-node" + } + ], "https://github.com/sittere/ComfyUI-YK_Line-loading": [ [ "MultiTextLoader" @@ -39006,16 +47226,28 @@ "title_aux": "Skycoder Tools" } ], + "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": [ + [ + "SID_LLM_API", + "SID_LLM_Local", + "SID_ZImagePromptGenerator" + ], + { + "title_aux": "ComfyUI-AI-Photography-Toolkit" + } + ], "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": [ [ "SmartFormatString", "SmartFormatString10", "SmartHVLoraSelect", "SmartHVLoraStack", + "SmartHWMonitor", "SmartLoadLoRA", "SmartModelOrLoraToString", "SmartPrompt", "SmartRemoveComments", + "SmartSaveAnimatedGIF", "SmartSaveText", "SmartShowAnything" ], @@ -39025,23 +47257,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" @@ -39062,21 +47306,20 @@ "title_aux": "comfyui-ollama-nodes" } ], - "https://github.com/sm079/ComfyUI-Face-Detection": [ + "https://github.com/smagnetize/kb-comfyui-nodes": [ [ - "FaceCombine", - "FaceDetection" + "SingleImageDataUrlLoader" ], { - "title_aux": "ComfyUI-Face-Detection" + "title_aux": "kb-comfyui-nodes" } ], - "https://github.com/smagnetize/kb-comfyui-nodes": [ + "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste": [ [ - "SingleImageDataUrlLoader" + "PKLoadImagePaste" ], { - "title_aux": "kb-comfyui-nodes" + "title_aux": "ComfyUI PK Load Image Paste" } ], "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": [ @@ -39142,6 +47385,7 @@ "Glm_4v_9b", "Glm_Lcoal_Or_Repo", "ZhipuaiApi_Character", + "ZhipuaiApi_Img", "ZhipuaiApi_Txt", "ZhipuaiApi_img" ], @@ -39149,6 +47393,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", @@ -39197,13 +47456,27 @@ ], "https://github.com/smthemex/ComfyUI_DiffuEraser": [ [ - "DiffuEraserLoader", - "DiffuEraserSampler" + "DiffuEraser_Loader", + "DiffuEraser_PreData", + "DiffuEraser_Sampler", + "Propainter_Loader", + "Propainter_Sampler" ], { "title_aux": "ComfyUI_DiffuEraser" } ], + "https://github.com/smthemex/ComfyUI_DyPE": [ + [ + "DyPE_Condition", + "DyPE_Encode", + "DyPE_KSampler", + "DyPE_Model" + ], + { + "title_aux": "ComfyUI_DyPE" + } + ], "https://github.com/smthemex/ComfyUI_EchoMimic": [ [ "Echo_LoadModel", @@ -39224,6 +47497,16 @@ "title_aux": "ComfyUI_Face_Anon_Simple" } ], + "https://github.com/smthemex/ComfyUI_FlashVSR": [ + [ + "FlashVSR_SM_KSampler", + "FlashVSR_SM_Model", + "FlashVSR_SM_VideoPathLoop" + ], + { + "title_aux": "ComfyUI_FlashVSR" + } + ], "https://github.com/smthemex/ComfyUI_FoleyCrafter": [ [ "FoleyCrafter_LoadModel", @@ -39243,10 +47526,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" @@ -39258,6 +47552,7 @@ "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": [ [ "HI_Diffusers_Model_Loader", + "Hi_Hi_Sampler", "Hi_Sampler" ], { @@ -39296,6 +47591,7 @@ "https://github.com/smthemex/ComfyUI_KV_Edit": [ [ "KV_Edit_Load", + "KV_Edit_Load_LoRA", "KV_Edit_PreData", "KV_Edit_Sampler" ], @@ -39323,6 +47619,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", @@ -39372,10 +47681,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" @@ -39474,6 +47796,7 @@ ], "https://github.com/smthemex/ComfyUI_SongGeneration": [ [ + "SongGeneration_Loader", "SongGeneration_Sampler", "SongGeneration_Stage1", "SongGeneration_Stage2" @@ -39521,6 +47844,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", @@ -39536,6 +47868,7 @@ ], "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": [ [ + "Load_Stream", "Stream_Lora_Loader", "Stream_Model_Loader", "Stream_Sampler" @@ -39554,9 +47887,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" @@ -39605,6 +47948,7 @@ "Load AI Toolkit Latent Flux", "Save_Image_And_Caption", "Send_to_Eagle", + "Snek SQLite Prompt Logger", "\ud83d\udc0d Random Prompt From JSON" ], { @@ -39613,14 +47957,28 @@ ], "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" @@ -39629,6 +47987,26 @@ "title_aux": "ComfyUI Video Crop" } ], + "https://github.com/sonnybox/ComfyUI-SuperNodes": [ + [ + "SuperCreateTiles", + "SuperSVRCalcTiles", + "SuperStitchTiles" + ], + { + "title_aux": "ComfyUI-SuperNodes" + } + ], + "https://github.com/sooxt98/comfyui_longcat_image": [ + [ + "LongCatImageEdit", + "LongCatImageModelLoader", + "LongCatImageTextToImage" + ], + { + "title_aux": "comfyui_longcat_image" + } + ], "https://github.com/souki202/ComfyUI-LoadImage-Advanced": [ [ "ColorAdjustment", @@ -39678,7 +48056,9 @@ ], "https://github.com/space-nuko/nui-suite": [ [ + "Nui.DynamicPromptsTextEncode", "Nui.DynamicPromptsTextGen", + "Nui.FeelingLuckyTextEncode", "Nui.FeelingLuckyTextGen", "Nui.OutputString" ], @@ -39727,7 +48107,6 @@ ], "https://github.com/spacepxl/ComfyUI-RAVE": [ [ - "ConditioningDebug", "ImageGridCompose", "ImageGridDecompose", "KSamplerRAVE", @@ -39784,6 +48163,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" @@ -39813,6 +48215,7 @@ ], "https://github.com/sputnik57/comfyui-prompt-logger": [ [ + "Prompt Logger Unified v2", "PromptLoggerUnified", "PromptLoggerUnified_v2" ], @@ -39857,7 +48260,8 @@ "KRestartSamplerCustom", "KRestartSamplerSimple", "RestartSampler", - "RestartScheduler" + "RestartScheduler", + "RestartSelfTest" ], { "title_aux": "Restart Sampling" @@ -39894,6 +48298,7 @@ ], "https://github.com/stavsap/comfyui-ollama": [ [ + "OllamaChat", "OllamaConnectivityV2", "OllamaGenerate", "OllamaGenerateAdvance", @@ -40061,6 +48466,17 @@ "title_aux": "ComfyUI-sudo-latent-upscale" } ], + "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", @@ -40103,6 +48519,9 @@ "TagMerger", "TagMerger4", "TagMerger6", + "TagPipeIn", + "TagPipeOut", + "TagPipeUpdate", "TagRandomCategory", "TagRemover", "TagReplace", @@ -40114,15 +48533,37 @@ "title_aux": "comfyui_tag_filter" } ], + "https://github.com/suhee19/comfyui-orpheus-loader": [ + [ + "OrpheusLoader" + ], + { + "title_aux": "comfyui-orpheus-loader" + } + ], + "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", @@ -40136,6 +48577,17 @@ "title_aux": "Nuke Nodes for ComfyUI" } ], + "https://github.com/supElement/ComfyUI_Element_easy": [ + [ + "EmptyImageRGB_Element", + "MaskStroke_Element", + "RandomCharacterGenerator", + "TextLineBreak_Element" + ], + { + "title_aux": "ComfyUI_Element_easy" + } + ], "https://github.com/superyoman/comfyui_lumaAPI": [ [ "LUMA_API_YoC", @@ -40171,6 +48623,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" @@ -40203,6 +48667,19 @@ "title_aux": "ComfyUI_Sticker_Compositer" } ], + "https://github.com/swfxliyiyu/ComfyUI-FastVideo": [ + [ + "DITConfig", + "InferenceArgs", + "LoadImagePath", + "TextEncoderConfig", + "VAEConfig", + "VideoGenerator" + ], + { + "title_aux": "ComfyUI-FastVideo" + } + ], "https://github.com/syllebra/bilbox-comfyui": [ [ "BilboXLut", @@ -40229,6 +48706,15 @@ "title_aux": "Vid2vid" } ], + "https://github.com/synthetai/ComfyUI-JM-Gemini-API": [ + [ + "JMGeminiImageGenerator", + "JMGeminiVideoGenerator" + ], + { + "title_aux": "ComfyUI-JM-Gemini-API" + } + ], "https://github.com/synthetai/ComfyUI-JM-KLing-API": [ [ "JM-KLingAI-API/api-key", @@ -40306,8 +48792,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" ], @@ -40315,6 +48814,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", @@ -40327,6 +48836,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", @@ -40452,15 +48970,33 @@ "title_aux": "ComfyUI-ImageTransformer" } ], + "https://github.com/techzuhaib/FaceCLIP-ComfyUI": [ + [ + "FaceCLIPSDXLGenerate", + "FaceCLIPTextImageEncode" + ], + { + "title_aux": "FaceCLIP-ComfyUI" + } + ], "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea": [ [ "Tea_ImageCheckpointFromPath", + "Tea_LoadFrameFromVidAsImg", "Tea_SaveAndReloadImage" ], { "title_aux": "ComfyUI-SuiteTea" } ], + "https://github.com/tenitsky/tenitsky-prompt-cycler-simple": [ + [ + "PromptCycler" + ], + { + "title_aux": "ComfyUI Prompt Cycler Node" + } + ], "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": [ [ "OminiKontextImageEncoder", @@ -40481,6 +49017,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", @@ -40530,6 +49085,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", @@ -40541,7 +49112,8 @@ ], "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": [ [ - "Load Styles CSV" + "Load Styles CSV", + "StylesCSVLoader" ], { "title_aux": "Styles CSV Loader Extension for ComfyUI" @@ -40571,10 +49143,14 @@ [ "CLIPTokenCounter", "DivergentGeminiNode", - "KoboldCppApiNode", + "GeminiBatchProcess", + "ImageInfo", "LoraStrengthXYPlot", "MusiQNode", - "SaveImageEnhancedNode" + "PreviewText", + "PromptCombiner", + "SaveImageEnhancedNode", + "StringToList" ], { "title_aux": "Divergent Nodes" @@ -40590,6 +49166,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", @@ -40610,6 +49194,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" @@ -40685,17 +49277,44 @@ "title_aux": "ComfyUI Multimedia Utilities" } ], + "https://github.com/thnikk/comfyui-thnikk-utils": [ + [ + "CharacterPresetNode", + "DetailerNode", + "DetailerPipeNode", + "FullPipeIn", + "FullPipeLoader", + "FullPipeOut", + "ModelPresetNode", + "MultiStringConditioning", + "SeedWithOverride", + "StylePresetNode", + "WildcardNode" + ], + { + "title_aux": "comfyui-thnikk-utils" + } + ], "https://github.com/thoddnn/ComfyUI-MLX": [ [ "MLXClipTextEncoder", "MLXDecoder", "MLXLoadFlux", + "MLXLoadFluxLocal", "MLXSampler" ], { "title_aux": "ComfyUI MLX Nodes" } ], + "https://github.com/thrakotool/ComfyUI-KiraLoraEQ": [ + [ + "KiraLora_EQ" + ], + { + "title_aux": "ComfyUI-KiraLoraEQ" + } + ], "https://github.com/tianguanggliu/Utools": [ [ "UTools" @@ -40744,6 +49363,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", @@ -40782,6 +49411,26 @@ "title_aux": "ComfyUI-Prediction-Boost" } ], + "https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack": [ + [ + "TAEbuLMStudioLoadModel", + "TAEbuLMStudioUnload", + "TAEbuLMStudioVisionRequest", + "TAFilenameGenerator", + "TALMStudioLoadOnRun", + "TALMStudioLoadedModels", + "TALMStudioModelSelector", + "TALMStudioSmartLoader", + "TALoadCheckpointModelWithName", + "TALoadDiffusionModelWithName", + "TALoadGGUFModelWithName", + "TAPromptController", + "ta_captioning" + ], + { + "title_aux": "TA-ComfyUI-Nodes-Pack" + } + ], "https://github.com/tocubed/ComfyUI-AudioReactor": [ [ "AudioFrameTransformBeats", @@ -40827,7 +49476,9 @@ "https://github.com/toxicwind/ComfyUI-TTools": [ [ "TTools Extract JSON", - "TTools SD3 Resolution Solver" + "TTools SD3 Resolution Solver", + "TToolsExtractJson", + "TToolsSD3ResolutionSolver" ], { "title_aux": "TTools for ComfyUI" @@ -40844,14 +49495,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" ], @@ -40859,6 +49524,15 @@ "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/traugdor/ComfyUI-Riffusion": [ [ "RiffusionNode", @@ -40894,6 +49568,7 @@ "LoRA Stacker", "Manual XY Entry Info", "NNLatentUpscale", + "NNlLatentUpscale", "Noise Control Script", "Pack SDXL Tuple", "Tiled Upscaler Script", @@ -40949,8 +49624,39 @@ "title_aux": "quadmoon's ComfyUI nodes" } ], + "https://github.com/tristanvdb/ComfyUI-toolset": [ + [ + "AnimatedSlideshowWithText", + "CompleteScheduleSDXL", + "FloatAbsolute", + "FloatBinaryOperator", + "FloatNegative", + "FloatToInteger", + "IntegerAbsolute", + "IntegerBinaryOperator", + "IntegerNegative", + "IntegerToFloat", + "InteractiveImageSelector", + "ListToSchedule", + "LoadMatchingImageBatch", + "LoadMostRecentImage", + "MapToSchedule", + "MultiScaleFinal", + "MultiScaleInit", + "MultiScaleLoop", + "RepeatLatentsByList", + "ScaleOperator", + "SelectLatentsByIndices", + "StringToFloat", + "StringToInteger" + ], + { + "title_aux": "ComfyUI-toolset" + } + ], "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": [ [ + "FreqSeparationSharpen", "PhotoFilmGrain" ], { @@ -40959,6 +49665,7 @@ ], "https://github.com/tritant/ComfyUI_CreaPrompt": [ [ + "CSL", "CreaPrompt", "CreaPrompt List", "CreaPrompt_0", @@ -40971,6 +49678,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" @@ -41011,6 +49730,14 @@ "title_aux": "Remove Banding Artifacts" } ], + "https://github.com/tritant/ComfyUI_SuperScaler": [ + [ + "SuperScaler_Pipeline" + ], + { + "title_aux": "SuperScaler" + } + ], "https://github.com/trojblue/trNodes": [ [ "trColorCorrection", @@ -41038,6 +49765,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" @@ -41046,6 +49788,48 @@ "title_aux": "ComfyUI-load-image-from-url" } ], + "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": [ + [ + "ConditioningAddNoise", + "ConditioningFrequencyMerge", + "ConditioningFrequencySplit", + "ConditioningGaussianBlur", + "ConditioningScale", + "ImageAddNoise", + "ImageFractalBrownianMotion", + "ImagePerlinFractalNoise", + "ImageReactionDiffusion", + "ImageSimplexNoise", + "ImageSwirlNoise", + "ImageWorleyNoise", + "LatentAddNoise", + "LatentForwardDiffusion", + "LatentFractalBrownianMotion", + "LatentFrequencySplit", + "LatentGaussianBlur", + "LatentHybridInverter", + "LatentPerlinFractalNoise", + "LatentReactionDiffusion", + "LatentSimplexNoise", + "LatentSwirlNoise", + "LatentWorleyNoise", + "QwenRectifiedFlowInverter" + ], + { + "title_aux": "ComfyUI Qwen Rectified Flow Tools" + } + ], + "https://github.com/ttulttul/ComfyUI-FlowMatching-Upscaler": [ + [ + "DyPEQwenImage", + "FlowMatchingProgressiveUpscaler", + "FlowMatchingStage", + "LatentChannelStatsPreview" + ], + { + "title_aux": "ComfyUI-FlowMatching-Upscaler" + } + ], "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": [ [ "Batch Unsampler", @@ -41072,6 +49856,44 @@ "title_aux": "ComfyUI-Tensor-Operations" } ], + "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", @@ -41097,6 +49919,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", @@ -41112,8 +49966,6 @@ "ImageComplexityScorer", "ImageNoveltyScorer", "Image_saver", - "LatentReplicator", - "LatentReplicatorPrompts", "PromptCounter", "Random_Prompt_Multipicker", "Random_Prompt_Selector", @@ -41149,6 +50001,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", @@ -41160,6 +50024,40 @@ "title_aux": "ComfyUI-Fans" } ], + "https://github.com/ubisoft/ComfyUI-Chord": [ + [ + "ChordLoadModel", + "ChordMaterialEstimation", + "ChordNormalToHeight" + ], + { + "title_aux": "ComfyUI-Chord" + } + ], + "https://github.com/ucloud/comfyui-plugin": [ + [ + "ModelVerse Image Packer", + "Modelverse FluxDevNode", + "Modelverse FluxKontextMaxNode", + "Modelverse FluxKontextMaxT2INode", + "Modelverse FluxKontextProNode", + "Modelverse FluxKontextProT2INode", + "Modelverse GPTImage1EditNode", + "Modelverse GPTImage1Node", + "Modelverse QwenImageEditNode", + "Modelverse QwenImageT2INode", + "Modelverse Step1xEditNode", + "ModelverseChat", + "ModelverseInputFiles", + "Modelverse_WanAII2V", + "Modelverse_WanAIT2V", + "NanoBanana", + "UCloud ModelVerse Client" + ], + { + "title_aux": "ComfyUl-UCloud" + } + ], "https://github.com/uetuluk/comfyui-webcam-node": [ [ "webcam_capture_node" @@ -41264,6 +50162,7 @@ "ApplyInstantID", "ColorAdjustNew(FaceParsing)", "CropFaces", + "DetectFaceByIndex", "DetectFaces", "Example", "InstantIDFaceAnalysis", @@ -41288,6 +50187,45 @@ "title_aux": "comfyui-holdup" } ], + "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": [ + [ + "DisTorchPurgeVRAMV2", + "MemoryCleaner", + "MemoryManager", + "ModelPatchMemoryCleaner", + "SafeMemoryManager" + ], + { + "title_aux": "ComfyUI-DistorchMemoryManager" + } + ], + "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": [ + [ + "FastGroupsBypasserV2", + "FluxLoraMultiLoader", + "ModelPatchLoaderCustom" + ], + { + "title_aux": "ComfyUI-NunchakuFluxLoraStacker" + } + ], + "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": [ + [ + "NunchakuQwenImageLoraLoader", + "NunchakuQwenImageLoraStack" + ], + { + "title_aux": "ComfyUI-QwenImageLoraLoader" + } + ], + "https://github.com/ussoewwin/image_resize_comfyui": [ + [ + "ImageResizeAdvanced" + ], + { + "title_aux": "image-resize-comfyui" + } + ], "https://github.com/vadimcro/VKRiez-Edge": [ [ "VKriezEnhancedEdgePreprocessor", @@ -41340,15 +50278,19 @@ ], "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" @@ -41367,6 +50309,23 @@ "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", @@ -41378,6 +50337,16 @@ "title_aux": "Vantage-HunyuanFoley" } ], + "https://github.com/vantagewithai/VantageLongWanVideo": [ + [ + "VantageI2VDualLooper", + "VantageI2VSingleLooper", + "VantageProject" + ], + { + "title_aux": "Vantage Long Wan Video" + } + ], "https://github.com/var1ableX/ComfyUI_Accessories": [ [ "ACC_AnyCast", @@ -41401,43 +50370,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" @@ -41501,6 +50446,7 @@ ], "https://github.com/viperyl/ComfyUI-RGT": [ [ + "RGT Upscale", "RGT_Upscale" ], { @@ -41519,7 +50465,6 @@ "Hy3D21MeshUVWrap", "Hy3D21MeshlibDecimate", "Hy3D21MultiViewsGeneratorWithMetaData", - "Hy3D21MultiViewsMeshGenerator", "Hy3D21PostprocessMesh", "Hy3D21ResizeImages", "Hy3D21SimpleMeshlibDecimate", @@ -41593,24 +50538,81 @@ "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": [ [ "ColorMatchToReference", "FastFilmGrain", "FastLaplacianSharpen", "FastSobelSharpen", - "FastUnsharpSharpen" + "FastUnsharpSharpen", + "VRGDG_AudioCrop", + "VRGDG_AudioCropTime", + "VRGDG_CalculateSetsFromAudio", + "VRGDG_CalculateSetsFromAudio_Queue", + "VRGDG_CleanAudio", + "VRGDG_CombinevideosV2", + "VRGDG_CombinevideosV3", + "VRGDG_CombinevideosV5", + "VRGDG_ConditionalLoadVideos", + "VRGDG_CreateFinalVideo", + "VRGDG_DisplayIndex", + "VRGDG_Extract_Frame_Number", + "VRGDG_GetFilenamePrefix", + "VRGDG_GetIndexNumber", + "VRGDG_GetRunIndexFromJson", + "VRGDG_HumoReminderNode", + "VRGDG_IndexedPromptChunker", + "VRGDG_IndexedPromptChunkerV2", + "VRGDG_LoadAudioSplitDynamic", + "VRGDG_LoadAudioSplitUpload", + "VRGDG_LoadAudioSplit_HUMO", + "VRGDG_LoadAudioSplit_HUMO_Transcribe", + "VRGDG_LoadAudioSplit_HUMO_TranscribeV2", + "VRGDG_LoadAudioSplit_HUMO_TranscribeV3", + "VRGDG_LoadVideos", + "VRGDG_ManualLyricsExtractor", + "VRGDG_MusicVideoPromptCreator", + "VRGDG_MusicVideoPromptCreatorV2", + "VRGDG_MusicVideoPromptCreatorV3", + "VRGDG_PostRunIndexStepper", + "VRGDG_PromptSplitter", + "VRGDG_PromptSplitterForManual", + "VRGDG_PromptSplitterJson", + "VRGDG_PromptSplitterV2", + "VRGDG_QueueTriggerFromAudio", + "VRGDG_StringConcat", + "VRGDG_ThemeSplitter", + "VRGDG_TimecodeFromIndex", + "VRGDG_TranscribeText", + "VRGDG_TriggerCounter", + "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", + "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": [ @@ -41635,8 +50637,16 @@ ], "https://github.com/vslinx/ComfyUI-vslinx-nodes": [ [ + "vsLinx_AppendLorasFromNodeToString", + "vsLinx_BooleanAndOperator", + "vsLinx_BooleanFlip", + "vsLinx_BooleanOrOperator", + "vsLinx_BypassOnBool", + "vsLinx_FitImageIntoBBoxMask", + "vsLinx_ImpactMultilineWildcardText", "vsLinx_LoadSelectedImagesBatch", - "vsLinx_LoadSelectedImagesList" + "vsLinx_LoadSelectedImagesList", + "vsLinx_MuteOnBool" ], { "title_aux": "ComfyUI vsLinx Nodes" @@ -41676,7 +50686,8 @@ ], "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": [ [ - "VGGTVideoCameraNode" + "VGGTVideoCameraNode", + "VVLVGGTLoader" ], { "title_aux": "ComfyUI VVL Video Camera Advanced" @@ -41696,9 +50707,79 @@ "title_aux": "ComfyUI-AbstractImaGen" } ], + "https://github.com/walke2019/ComfyUI-GGUF-VLM": [ + [ + "LocalTextModelLoader", + "MemoryManagerNode", + "MultiImageAnalysis", + "NexaServiceStatus", + "RemoteAPIConfig", + "RemoteTextModelSelector", + "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" + ], + { + "title_aux": "ComfyUI-Wan22FMLF" + } + ], + "https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer": [ + [ + "WanAnimateModelEnhancer", + "WanAnimateToVideoEnhanced" + ], + { + "title_aux": "ComfyUI-WanAnimate-Enhancer" + } + ], "https://github.com/wallish77/wlsh_nodes": [ [ - "Alternating KSampler (WLSH)", "Build Filename String (WLSH)", "CLIP +/- w/Text Unified (WLSH)", "CLIP Positive-Negative (WLSH)", @@ -41773,18 +50854,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" @@ -41822,8 +50914,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" ], @@ -41889,8 +51006,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", @@ -41921,16 +51062,26 @@ ], "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", + "ImageBlendAdvance_UTK", "ImageCombineAlpha_UTK", "ImageConcatenateMulti_UTK", "ImageConcatenate_UTK", + "ImageCropByMaskAndResize_UTK", "ImageMaskScaleAs_UTK", "ImagePadForOutpaintMasked_UTK", "ImageRatioDetector_UTK", @@ -41938,6 +51089,7 @@ "ImageScaleByAspectRatio_UTK", "ImageScaleRestore_UTK", "ImitationHueNode_UTK", + "LazySwitchKJ_UTK", "LoadAudioPlusFromPath_UTK", "LoadKontextPresets_UTK", "LoraInfo_UTK", @@ -41946,9 +51098,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" ], @@ -41965,6 +51121,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", @@ -41975,6 +51139,14 @@ "title_aux": "ComfyUI-KEEP" } ], + "https://github.com/wildminder/ComfyUI-KaniTTS": [ + [ + "KaniTTS" + ], + { + "title_aux": "ComfyUI-KaniTTS" + } + ], "https://github.com/wildminder/ComfyUI-VibeVoice": [ [ "VibeVoiceTTS" @@ -41983,6 +51155,14 @@ "title_aux": "ComfyUI-VibeVoice" } ], + "https://github.com/wildminder/ComfyUI-VoxCPM": [ + [ + "VoxCPM_TTS" + ], + { + "title_aux": "ComfyUI-VoxCPM" + } + ], "https://github.com/willchil/ComfyUI-Environment-Visualizer": [ [ "EnvironmentVisualizer", @@ -41995,6 +51175,21 @@ ], "https://github.com/willmiao/ComfyUI-Lora-Manager": [ [ + "BasicScheduler", + "CFGGuider", + "CLIPTextEncode", + "DebugMetadata", + "KSamplerSelect", + "LoraManagerLoader", + "LoraManagerTextLoader", + "LoraStacker", + "PromptLoraManager", + "SamplerCustomAdvanced", + "SaveImage", + "TSC_EfficientLoader", + "TriggerWordToggle", + "VAEDecode", + "WanVideoLoraSelect", "WanVideoLoraSelectFromText" ], { @@ -42117,27 +51312,32 @@ "title_aux": "mpx-comfyui-nodes" } ], - "https://github.com/wizdroid/wizdroid-fashionista": [ + "https://github.com/wizdroid/wizdroid-character": [ [ - "CharacterSheetGeneratorNode", - "ImageValidatorNode", - "OllamaLLMNode", - "PhotoStyleHelperNode", - "PresetPatchApplierNode", - "SimpleOllamaNode" + "BackgroundEditNode", + "CharacterPromptBuilder", + "MetaPromptGenerator", + "SceneGeneratorNode", + "WizdroidCharacterEdit", + "WizdroidLoRADatasetExport", + "WizdroidLoRADatasetValidator", + "WizdroidLoRAValidate", + "WizdroidPhotoAspectExtractor", + "WizdroidPromptCombiner", + "WizdroidSDXLLoRATrainer" ], { - "title_aux": "Wizdroid ComfyUI Outfit Selection" + "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", @@ -42291,6 +51491,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" @@ -42352,6 +51583,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" @@ -42360,6 +51599,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", @@ -42422,6 +51711,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", @@ -42442,6 +51740,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" @@ -42450,6 +51757,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" @@ -42577,8 +51892,7 @@ "MuseTalkPostprocess", "MuseTalkPreprocess", "MuseTalkTrain", - "MuseTalkTrainPreprocess", - "MuseTalkUncropMask" + "MuseTalkTrainPreprocess" ], { "title_aux": "ComfyUI-MuseTalkUtils" @@ -42618,6 +51932,8 @@ "AudioBeforeAfterSilence", "AutioInfo", "AutioPath", + "ChildWorkflowNodes", + "ChildWorkflowParameters", "DoWhileEnd", "DoWhileStart", "EasyPromptSelecto", @@ -42675,12 +51991,16 @@ "LamLoadImageBase64", "LamLoadPathImage", "LamLoadVideo", + "LamPanorama2Spherical", "LamReadFileList", "LamSamplerName", "LamSaveAudio", "LamSaveOnly", "LamSaveVideo", "LamScheduler", + "LamSpherical2Panorama", + "LamSwitchMiddle", + "LamSwitchStart", "LamSwitcherCase", "LamViewVideo", "LamViewVideoOut", @@ -42708,6 +52028,8 @@ "PreviewImageLam", "PromptTranslator", "QRCode", + "QwenImageEditNode", + "QwenImageNode", "SaveImageLam", "SaveImgOutputLam", "SectionEnd", @@ -42726,6 +52048,22 @@ "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/yasser-baalla/comfyUI-SemanticImageFetch": [ [ "ColorGradeSampler", @@ -42746,6 +52084,21 @@ "title_aux": "ComfyUI Preview Magnifier" } ], + "https://github.com/ycyy/ComfyUI-YCYY-API": [ + [ + "YCYY_Config_Options", + "YCYY_Gemini_Image_API", + "YCYY_Gemini_Image_Preset", + "YCYY_ModelScope_Image_API", + "YCYY_Ollama_LLM_API", + "YCYY_Ollama_LLM_Advanced_Options", + "YCYY_Ollama_VLM_API", + "YCYY_Proxy_Options" + ], + { + "title_aux": "ComfyUI-YCYY-API" + } + ], "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": [ [ "LoraInfo" @@ -42754,6 +52107,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", @@ -42799,8 +52160,6 @@ ], "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": [ [ - "Preview3DModel", - "Save3DModel", "StabilityControlSketch", "StabilityControlStructure", "StabilityControlStyle", @@ -42811,9 +52170,7 @@ "StabilityImageUltra", "StabilityUpscaleConservative", "StabilityUpscaleCreative", - "StabilityUpscaleFast", - "StableFast3D", - "StablePointAware3D" + "StabilityUpscaleFast" ], { "title_aux": "ComfyUI-Stability-AI-API" @@ -42828,11 +52185,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", @@ -42840,6 +52219,7 @@ "ImageMirror", "ImageMosaic", "ImageRotate", + "ImageScaleRestoreV2_YC", "ImageSelector", "ImageUpscaleTiled", "IrregularToEllipseMask", @@ -42853,6 +52233,7 @@ "MaskFromBatch", "MaskPreviewNode", "MaskRepeatBatch", + "MaskResizeToRatio", "MaskSmartValleySplit", "MaskSplitFilter", "MaskTopNFilter", @@ -42864,15 +52245,19 @@ "YC Text Condition Switch", "YC Text Index Switch", "YC Universal Gate", + "YCImageAccumulator", "YCImageSmartCrop", "YCImageSmartPad", "YCImageTile", "YCImageUntile", + "YCMaskBlur", "YCMaskComposite", + "YCMaskRatioPadCrop", "YCRemapMaskRange", "YCTextImageGenerator", "YC_FiveTextCombineNode", "YC_Image_Save", + "YC_MaskColorOverlay", "YC_SingleTextNode", "YC_textReplaceNode" ], @@ -42880,6 +52265,19 @@ "title_aux": "ComfyUI-YCNodes" } ], + "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit": [ + [ + "YCLiveLoadImagesMulti", + "YCSwitch", + "YC_ShowText", + "ycBBoxBridge", + "ycCanvasBBox", + "ycimagebrushmask" + ], + { + "title_aux": "ComfyUI-YCNodes_Toolkit" + } + ], "https://github.com/yichengup/ComfyUI_SwiftCut": [ [ "SelectImages", @@ -42992,6 +52390,15 @@ "title_aux": "florence_dw" } ], + "https://github.com/yolain/ComfyUI-Easy-DotsOCR": [ + [ + "easy applyDotsOCR", + "easy downloadDotsOCRAndLoadModel" + ], + { + "title_aux": "ComfyUI-Easy-DotsOCR" + } + ], "https://github.com/yolain/ComfyUI-Easy-Use": [ [ "dynamicThresholdingFull", @@ -43062,6 +52469,7 @@ "easy imageCount", "easy imageCropFromMask", "easy imageDetailTransfer", + "easy imageHSVMask", "easy imageIndexSwitch", "easy imageInsetCrop", "easy imageInterrogator", @@ -43199,6 +52607,14 @@ "title_aux": "ComfyUI Easy Use" } ], + "https://github.com/yolain/SaveVideoRGBA": [ + [ + "SaveVideoRGBA" + ], + { + "title_aux": "SaveVideoRGBA" + } + ], "https://github.com/yolanother/ComfyUI-Save16bitPng": [ [ "SaveImageARGB16PNG" @@ -43231,6 +52647,7 @@ "DTLoadLatent", "DTLoraLoader", "DTLorasLoader", + "DTPreviewImage", "DTStyleModelLoader", "DTUpscaleModelLoader", "DTVAELoader", @@ -43309,15 +52726,25 @@ "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", @@ -43326,8 +52753,11 @@ "KY_ReadImage", "KY_RegexExtractor", "KY_RegexReplace", + "KY_SaveImageSequence", "KY_SaveImageToPath", + "KY_SaveVideo", "KY_ToVideoUrl", + "KY_Uploads", "KY_VideoCompare", "KY_isNone", "KY_restoreBBox", @@ -43386,6 +52816,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", @@ -43637,7 +53103,6 @@ "https://github.com/zcfrank1st/Comfyui-Toolbox": [ [ "PreviewJson", - "PreviewVideo", "SaveJson", "TestJsonPreview" ], @@ -43656,7 +53121,7 @@ ], "https://github.com/zcfrank1st/comfyui_visual_anagrams": [ [ - "VisualAnagramsAnimate", + "VisialAnagramsSample", "VisualAnagramsSample" ], { @@ -43748,6 +53213,26 @@ "title_aux": "ComfyUI_zfkun" } ], + "https://github.com/zhanglongxiao111/Comfyui-geminiapi": [ + [ + "ElevenLabsTTSNode", + "FluxKontextMaxNode", + "FluxKontextProNode", + "GPTImageEditNode", + "GeminiChatNode", + "GeminiSegmentationNode", + "GeminiTTSNode", + "GoogleImagenEditNode", + "GoogleImagenNode", + "NanoBananaNode", + "NanoBananaProNode", + "NanoBananaProVertexNode", + "Veo3VideoGenerator" + ], + { + "title_aux": "Comfyui-geminiapi" + } + ], "https://github.com/zhangp365/ComfyUI-utils-nodes": [ [ "BooleanControlOutput", @@ -43758,6 +53243,10 @@ "DeepfaceAnalyzeFaceAttributes", "DetectorForNSFW", "EmptyConditioning", + "FalFunControlVideoRequestNode", + "FalImage2VideoRequestNode", + "FalNanoBananaNode", + "FalVideo2VideoRequestNode", "FloatMultipleAddLiteral", "FrameAdjuster", "GeminiPromptEnhance", @@ -43777,6 +53266,7 @@ "ImageTransitionTopToBottom", "ImagesConcanateToGrid", "IntMultipleAddLiteral", + "LayerUtility: CropByMask To Specific Size", "LoadImageMaskWithSwitch", "LoadImageMaskWithoutListDir", "LoadImageWithSwitch", @@ -43788,15 +53278,20 @@ "MaskFromFaceModel", "MaskofCenter", "MatchImageRatioToPreset", + "ModelsDownloaderOfUtils", "ModifyTextGender", "NeedImageSizeAndCount", + "NovitaVideoRequestNode", + "QwenEditPlusLoraNode", "ReplicateRequstNode", "ReplicateVideoRequestNode", + "SegmindVideoRequestNode", "SplitMask", "TextInputAutoSelector", "TextPreview", "TorchCompileModelAdvanced", "UpscaleImageWithModelIfNeed", + "VolcanoArkImageEditNode", "VolcanoImageEditNode", "VolcanoOutpaintingNode" ], @@ -43835,7 +53330,8 @@ [ "EasyCaptureNode", "EasyVideoOutputNode", - "SendImageWebSocket" + "SendImageWebSocket", + "SendImageWebSocketNode" ], { "title_aux": "EasyCaptureNode for ComfyUI" @@ -43854,6 +53350,7 @@ ], "https://github.com/zichongc/ComfyUI-Attention-Distillation": [ [ + "ADHandler", "ADOptimizer", "ADSampler", "LoadDistiller", @@ -43865,15 +53362,6 @@ "title_aux": "ComfyUI-Attention-Distillation" } ], - "https://github.com/ziwang-com/comfyui-deepseek-r1": [ - [ - "deep_gen", - "deep_load" - ], - { - "title_aux": "comfyui-deepseek-r1" - } - ], "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": [ [ "ArkVideoGenerate" @@ -43909,6 +53397,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" @@ -43931,6 +53439,14 @@ "title_aux": "SD-PPP" } ], + "https://github.com/zpengcom/Comfyui-TextLine-counter": [ + [ + "TextLineCounter" + ], + { + "title_aux": "Comfyui-TextLine-counter" + } + ], "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": [ [ "ASVPromptGenerator" @@ -44072,8 +53588,10 @@ [ "fcFloat", "fcFloatMatic", + "fcFloatNode", "fcHex", - "fcInteger" + "fcInteger", + "fcIntegerNode" ], { "title_aux": "fcSuite" @@ -44081,7 +53599,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" @@ -44105,6 +53624,7 @@ ], "https://raw.githubusercontent.com/lrzjason/ComfyUIJasonNode/main/SDXLMixSampler.py": [ [ + "JNode", "SDXLMixSampler" ], { @@ -44174,9 +53694,6 @@ "SDXLAspectRatio" ], { - "preemptions": [ - "SAMLoader" - ], "title_aux": "SDXLCustomAspectRatio" } ], diff --git a/node_db/tutorial/custom-node-list.json b/node_db/tutorial/custom-node-list.json index 6cc320e18..4d4242483 100644 --- a/node_db/tutorial/custom-node-list.json +++ b/node_db/tutorial/custom-node-list.json @@ -361,6 +361,16 @@ ], "install_type": "git-clone", "description": "Vibe Coded ComfyUI Custom Nodes" + }, + { + "author": "aiforhumans", + "title": "XDev Nodes - Complete Toolkit", + "reference": "https://github.com/aiforhumans/comfyui-xdev-nodes", + "files": [ + "https://github.com/aiforhumans/comfyui-xdev-nodes" + ], + "install_type": "git-clone", + "description": "Complete ComfyUI development toolkit with 8 professional nodes including VAE tools, universal type testing, and comprehensive debugging infrastructure." } ] } \ No newline at end of file diff --git a/openapi.yaml b/openapi.yaml index 0446259e3..89b023de1 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -250,6 +250,30 @@ paths: type: object additionalProperties: $ref: '#/components/schemas/NodePackageMetadata' + + /customnode/get_node_types_in_workflows: + get: + summary: List node types used by all user workflows + description: Scan through all workflows in the Comfy user directory, and return a list of all node types used in each one. + responses: + '200': + description: Successful operation + content: + application/json: + schema: + type: array + items: + type: object + properties: + workflow_file_name: + type: string + node_types: + type: array + items: + type: string + + '500': + description: Error occurred /customnode/alternatives: get: diff --git a/prestartup_script.py b/prestartup_script.py index f3e52ea42..272cdd6a1 100644 --- a/prestartup_script.py +++ b/prestartup_script.py @@ -85,7 +85,15 @@ def is_import_failed_extension(name): comfyui_manager_path = os.path.abspath(os.path.dirname(__file__)) custom_nodes_base_path = folder_paths.get_folder_paths('custom_nodes')[0] -manager_files_path = os.path.abspath(os.path.join(folder_paths.get_user_directory(), 'default', 'ComfyUI-Manager')) + +# Check for System User API availability (PR #10966) +_has_system_user_api = hasattr(folder_paths, 'get_system_user_directory') + +if _has_system_user_api: + manager_files_path = os.path.abspath(os.path.join(folder_paths.get_user_directory(), '__manager')) +else: + manager_files_path = os.path.abspath(os.path.join(folder_paths.get_user_directory(), 'default', 'ComfyUI-Manager')) + manager_pip_overrides_path = os.path.join(manager_files_path, "pip_overrides.json") manager_pip_blacklist_path = os.path.join(manager_files_path, "pip_blacklist.list") restore_snapshot_path = os.path.join(manager_files_path, "startup-scripts", "restore-snapshot.json") @@ -516,7 +524,8 @@ def check_bypass_ssl(): # Perform install processed_install = set() -script_list_path = os.path.join(folder_paths.user_directory, "default", "ComfyUI-Manager", "startup-scripts", "install-scripts.txt") +# Use manager_files_path for consistency (fixes path inconsistency bug) +script_list_path = os.path.join(manager_files_path, "startup-scripts", "install-scripts.txt") pip_fixer = manager_util.PIPFixer(manager_util.get_installed_packages(), comfy_path, manager_files_path) @@ -793,7 +802,11 @@ def execute_lazy_delete(path): # Check if script_list_path exists -if os.path.exists(script_list_path): +# Block startup-scripts on old ComfyUI (security measure) +if not _has_system_user_api: + if os.path.exists(script_list_path): + print("[ComfyUI-Manager] Startup scripts blocked on old ComfyUI version.") +elif os.path.exists(script_list_path): execute_startup_script() diff --git a/pyproject.toml b/pyproject.toml index 8d3690672..728c86cac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-manager" description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI." -version = "3.36" +version = "3.38.3" license = { file = "LICENSE.txt" } dependencies = ["GitPython", "PyGithub", "matrix-nio", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions", "toml", "uv", "chardet"] diff --git a/requirements.txt b/requirements.txt index 08372455f..b179f07f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ GitPython PyGithub matrix-nio transformers -huggingface-hub>0.20 +huggingface-hub typer rich typing-extensions diff --git a/scanner.py b/scanner.py index c71385502..926c992e6 100644 --- a/scanner.py +++ b/scanner.py @@ -7,13 +7,117 @@ import datetime import concurrent.futures import requests +import warnings +import argparse builtin_nodes = set() import sys from urllib.parse import urlparse -from github import Github +from github import Github, Auth +from pathlib import Path +from typing import Set, Dict, Optional + +# Scanner version for cache invalidation +SCANNER_VERSION = "2.0.11" # Multi-layer detection: class existence + display names + +# Cache for extract_nodes and extract_nodes_enhanced results +_extract_nodes_cache: Dict[str, Set[str]] = {} +_extract_nodes_enhanced_cache: Dict[str, Set[str]] = {} +_file_mtime_cache: Dict[Path, float] = {} + + +def _get_repo_root(file_path: Path) -> Optional[Path]: + """Find the repository root directory containing .git""" + current = file_path if file_path.is_dir() else file_path.parent + while current != current.parent: + if (current / ".git").exists(): + return current + current = current.parent + return None + + +def _get_repo_hash(repo_path: Path) -> str: + """Get git commit hash or fallback identifier""" + git_dir = repo_path / ".git" + if not git_dir.exists(): + return "" + + try: + # Read HEAD to get current commit + head_file = git_dir / "HEAD" + if head_file.exists(): + head_content = head_file.read_text().strip() + if head_content.startswith("ref:"): + # HEAD points to a ref + ref_path = git_dir / head_content[5:].strip() + if ref_path.exists(): + commit_hash = ref_path.read_text().strip() + return commit_hash[:16] # First 16 chars + else: + # Detached HEAD + return head_content[:16] + except: + pass + + return "" + + +def _load_per_repo_cache(repo_path: Path) -> Optional[tuple]: + """Load nodes and metadata from per-repo cache + + Returns: + tuple: (nodes_set, metadata_dict) or None if cache invalid + """ + cache_file = repo_path / ".git" / "nodecache.json" + + if not cache_file.exists(): + return None + + try: + with open(cache_file, 'r') as f: + cache_data = json.load(f) + + # Verify scanner version + if cache_data.get('scanner_version') != SCANNER_VERSION: + return None + + # Verify git hash + current_hash = _get_repo_hash(repo_path) + if cache_data.get('git_hash') != current_hash: + return None + + # Return nodes and metadata + nodes = cache_data.get('nodes', []) + metadata = cache_data.get('metadata', {}) + return (set(nodes) if nodes else set(), metadata) + + except: + return None + + +def _save_per_repo_cache(repo_path: Path, all_nodes: Set[str], metadata: dict = None): + """Save nodes and metadata to per-repo cache""" + cache_file = repo_path / ".git" / "nodecache.json" + + if not cache_file.parent.exists(): + return + + git_hash = _get_repo_hash(repo_path) + cache_data = { + "scanner_version": SCANNER_VERSION, + "git_hash": git_hash, + "scanned_at": datetime.datetime.now().isoformat(), + "nodes": sorted(list(all_nodes)), + "metadata": metadata if metadata else {} + } + + try: + with open(cache_file, 'w') as f: + json.dump(cache_data, f, indent=2) + except: + pass # Silently fail - cache is optional def download_url(url, dest_folder, filename=None): @@ -39,26 +143,54 @@ def download_url(url, dest_folder, filename=None): raise Exception(f"Failed to download file from {url}") -# prepare temp dir -if len(sys.argv) > 1: - temp_dir = sys.argv[1] -else: - temp_dir = os.path.join(os.getcwd(), ".tmp") - -if not os.path.exists(temp_dir): - os.makedirs(temp_dir) - - -skip_update = '--skip-update' in sys.argv or '--skip-all' in sys.argv -skip_stat_update = '--skip-stat-update' in sys.argv or '--skip-all' in sys.argv - -if not skip_stat_update: - g = Github(os.environ.get('GITHUB_TOKEN')) -else: - g = None - - -print(f"TEMP DIR: {temp_dir}") +def parse_arguments(): + """Parse command-line arguments""" + parser = argparse.ArgumentParser( + description='ComfyUI Manager Node Scanner', + formatter_class=argparse.RawDescriptionHelpFormatter, + epilog=''' +Examples: + # Standard mode + python3 scanner.py + python3 scanner.py --skip-update + python3 scanner.py --skip-all --force-rescan + + # Scan-only mode + python3 scanner.py --scan-only temp-urls-clean.list + python3 scanner.py --scan-only urls.list --temp-dir /custom/temp + python3 scanner.py --scan-only urls.list --skip-update --force-rescan + ''' + ) + + parser.add_argument('--scan-only', type=str, metavar='URL_LIST_FILE', + help='Scan-only mode: provide URL list file (one URL per line)') + parser.add_argument('--temp-dir', type=str, metavar='DIR', + help='Temporary directory for cloned repositories') + parser.add_argument('--skip-update', action='store_true', + help='Skip git clone/pull operations') + parser.add_argument('--skip-stat-update', action='store_true', + help='Skip GitHub stats collection') + parser.add_argument('--skip-all', action='store_true', + help='Skip all update operations') + parser.add_argument('--force-rescan', action='store_true', + help='Force rescan all nodes (ignore cache)') + + # Backward compatibility: positional argument for temp_dir + parser.add_argument('temp_dir_positional', nargs='?', metavar='TEMP_DIR', + help='(Legacy) Temporary directory path') + + args = parser.parse_args() + return args + + +# Module-level variables (will be set in main if running as script) +args = None +scan_only_mode = False +url_list_file = None +temp_dir = None +skip_update = False +skip_stat_update = True +g = None parse_cnt = 0 @@ -67,18 +199,33 @@ def download_url(url, dest_folder, filename=None): def extract_nodes(code_text): global parse_cnt + # Check cache first + cache_key = hash(code_text) + if cache_key in _extract_nodes_cache: + return _extract_nodes_cache[cache_key].copy() + try: if parse_cnt % 100 == 0: print(".", end="", flush=True) parse_cnt += 1 code_text = re.sub(r'\\[^"\']', '', code_text) - parsed_code = ast.parse(code_text) + with warnings.catch_warnings(): + warnings.filterwarnings('ignore', category=SyntaxWarning) + warnings.filterwarnings('ignore', category=DeprecationWarning) + parsed_code = ast.parse(code_text) + + # Support both ast.Assign and ast.AnnAssign (for type-annotated assignments) + assignments = (node for node in parsed_code.body if isinstance(node, (ast.Assign, ast.AnnAssign))) - assignments = (node for node in parsed_code.body if isinstance(node, ast.Assign)) - for assignment in assignments: - if isinstance(assignment.targets[0], ast.Name) and assignment.targets[0].id in ['NODE_CONFIG', 'NODE_CLASS_MAPPINGS']: + # Handle ast.AnnAssign (e.g., NODE_CLASS_MAPPINGS: Type = {...}) + if isinstance(assignment, ast.AnnAssign): + if isinstance(assignment.target, ast.Name) and assignment.target.id in ['NODE_CONFIG', 'NODE_CLASS_MAPPINGS']: + node_class_mappings = assignment.value + break + # Handle ast.Assign (e.g., NODE_CLASS_MAPPINGS = {...}) + elif isinstance(assignment.targets[0], ast.Name) and assignment.targets[0].id in ['NODE_CONFIG', 'NODE_CLASS_MAPPINGS']: node_class_mappings = assignment.value break else: @@ -90,28 +237,591 @@ def extract_nodes(code_text): for key in node_class_mappings.keys: if key is not None and isinstance(key.value, str): s.add(key.value.strip()) - + + # Cache the result + _extract_nodes_cache[cache_key] = s return s else: + # Cache empty result + _extract_nodes_cache[cache_key] = set() return set() + except: + # Cache empty result on error + _extract_nodes_cache[cache_key] = set() + return set() + +def extract_nodes_from_repo(repo_path: Path, verbose: bool = False, force_rescan: bool = False) -> tuple: + """ + Extract all nodes and metadata from a repository with per-repo caching. + + Automatically caches results in .git/nodecache.json. + Cache is invalidated when: + - Git commit hash changes + - Scanner version changes + - force_rescan flag is True + + Args: + repo_path: Path to repository root + verbose: If True, print UI-only extension detection messages + force_rescan: If True, ignore cache and force fresh scan + + Returns: + tuple: (nodes_set, metadata_dict) + """ + # Ensure path is absolute + repo_path = repo_path.resolve() + + # Check per-repo cache first (unless force_rescan is True) + if not force_rescan: + cached_result = _load_per_repo_cache(repo_path) + if cached_result is not None: + return cached_result + + # Cache miss - scan all .py files + all_nodes = set() + all_metadata = {} + py_files = list(repo_path.rglob("*.py")) + + # Filter out __pycache__, .git, and other hidden directories + filtered_files = [] + for f in py_files: + try: + rel_path = f.relative_to(repo_path) + # Skip __pycache__, .git, and any directory starting with . + if '__pycache__' not in str(rel_path) and not any(part.startswith('.') for part in rel_path.parts): + filtered_files.append(f) + except: + continue + py_files = filtered_files + + for py_file in py_files: + try: + # Read file with proper encoding + with open(py_file, 'r', encoding='utf-8', errors='ignore') as f: + code = f.read() + + if code: + # Extract nodes using SAME logic as scan_in_file + # V1 nodes (enhanced with fallback patterns) + nodes = extract_nodes_enhanced(code, py_file, visited=set(), verbose=verbose) + all_nodes.update(nodes) + + # V3 nodes detection + v3_nodes = extract_v3_nodes(code) + all_nodes.update(v3_nodes) + + # Dict parsing - exclude commented NODE_CLASS_MAPPINGS lines + pattern = r"_CLASS_MAPPINGS\s*(?::\s*\w+\s*)?=\s*(?:\\\s*)?{([^}]*)}" + regex = re.compile(pattern, re.MULTILINE | re.DOTALL) + + for match_obj in regex.finditer(code): + # Get the line where NODE_CLASS_MAPPINGS is defined + match_start = match_obj.start() + line_start = code.rfind('\n', 0, match_start) + 1 + line_end = code.find('\n', match_start) + if line_end == -1: + line_end = len(code) + line = code[line_start:line_end] + + # Skip if line starts with # (commented) + if re.match(r'^\s*#', line): + continue + + match = match_obj.group(1) + + # Filter out commented lines from dict content + match_lines = match.split('\n') + match_filtered = '\n'.join( + line for line in match_lines + if not re.match(r'^\s*#', line) + ) + + # Extract key-value pairs with double quotes + key_value_pairs = re.findall(r"\"([^\"]*)\"\s*:\s*([^,\n]*)", match_filtered) + for key, value in key_value_pairs: + all_nodes.add(key.strip()) + + # Extract key-value pairs with single quotes + key_value_pairs = re.findall(r"'([^']*)'\s*:\s*([^,\n]*)", match_filtered) + for key, value in key_value_pairs: + all_nodes.add(key.strip()) + + # Handle .update() pattern (AFTER comment removal) + code_cleaned = re.sub(r'^#.*?$', '', code, flags=re.MULTILINE) + + update_pattern = r"_CLASS_MAPPINGS\.update\s*\(\s*{([^}]*)}\s*\)" + update_match = re.search(update_pattern, code_cleaned, re.DOTALL) + if update_match: + update_dict_text = update_match.group(1) + # Extract key-value pairs (double quotes) + update_pairs = re.findall(r'"([^"]*)"\s*:\s*([^,\n]*)', update_dict_text) + for key, value in update_pairs: + all_nodes.add(key.strip()) + # Extract key-value pairs (single quotes) + update_pairs_single = re.findall(r"'([^']*)'\s*:\s*([^,\n]*)", update_dict_text) + for key, value in update_pairs_single: + all_nodes.add(key.strip()) + + # Additional regex patterns (AFTER comment removal) + patterns = [ + r'^[^=]*_CLASS_MAPPINGS\["(.*?)"\]', + r'^[^=]*_CLASS_MAPPINGS\[\'(.*?)\'\]', + r'@register_node\("(.+)",\s*\".+"\)', + r'"(\w+)"\s*:\s*{"class":\s*\w+\s*' + ] + + for pattern in patterns: + keys = re.findall(pattern, code_cleaned) + all_nodes.update(key.strip() for key in keys) + + # Extract metadata from this file + metadata = extract_metadata_only(str(py_file)) + all_metadata.update(metadata) + except Exception: + # Silently skip files that can't be read + continue + + # Save to per-repo cache + _save_per_repo_cache(repo_path, all_nodes, all_metadata) + + return (all_nodes, all_metadata) + + +def _verify_class_exists(node_name: str, code_text: str, file_path: Optional[Path] = None) -> tuple[bool, Optional[str], Optional[int]]: + """ + Verify that a node class exists and has ComfyUI node structure. + + Returns: (exists: bool, file_path: str, line_number: int) + + A valid ComfyUI node must have: + - Class definition (not commented) + - At least one of: INPUT_TYPES, RETURN_TYPES, FUNCTION method/attribute + """ + try: + with warnings.catch_warnings(): + warnings.filterwarnings('ignore', category=SyntaxWarning) + tree = ast.parse(code_text) + except: + return (False, None, None) + + for node in ast.walk(tree): + if isinstance(node, ast.ClassDef): + if node.name == node_name or node.name.replace('_', '') == node_name.replace('_', ''): + # Found class definition - check if it has ComfyUI interface + has_input_types = False + has_return_types = False + has_function = False + + for item in node.body: + # Check for INPUT_TYPES method + if isinstance(item, ast.FunctionDef) and item.name == 'INPUT_TYPES': + has_input_types = True + # Check for RETURN_TYPES attribute + elif isinstance(item, ast.Assign): + for target in item.targets: + if isinstance(target, ast.Name): + if target.id == 'RETURN_TYPES': + has_return_types = True + elif target.id == 'FUNCTION': + has_function = True + # Check for FUNCTION method + elif isinstance(item, ast.FunctionDef): + has_function = True + + # Valid if has any ComfyUI signature + if has_input_types or has_return_types or has_function: + file_str = str(file_path) if file_path else None + return (True, file_str, node.lineno) + + return (False, None, None) + + +def _extract_display_name_mappings(code_text: str) -> Set[str]: + """ + Extract node names from NODE_DISPLAY_NAME_MAPPINGS. + + Pattern: + NODE_DISPLAY_NAME_MAPPINGS = { + "node_key": "Display Name", + ... + } + + Returns: + Set of node keys from NODE_DISPLAY_NAME_MAPPINGS + """ + try: + with warnings.catch_warnings(): + warnings.filterwarnings('ignore', category=SyntaxWarning) + tree = ast.parse(code_text) + except: + return set() + + nodes = set() + + for node in tree.body: + if isinstance(node, ast.Assign): + for target in node.targets: + if isinstance(target, ast.Name) and target.id == 'NODE_DISPLAY_NAME_MAPPINGS': + if isinstance(node.value, ast.Dict): + for key in node.value.keys: + if isinstance(key, ast.Constant) and isinstance(key.value, str): + nodes.add(key.value.strip()) + + return nodes + + +def extract_nodes_enhanced( + code_text: str, + file_path: Optional[Path] = None, + visited: Optional[Set[Path]] = None, + verbose: bool = False +) -> Set[str]: + """ + Enhanced node extraction with multi-layer detection system. + + Scanner 2.0.11 - Comprehensive detection strategy: + - Phase 1: NODE_CLASS_MAPPINGS dict literal + - Phase 2: Class.NAME attribute access (e.g., FreeChat.NAME) + - Phase 3: Item assignment (NODE_CLASS_MAPPINGS["key"] = value) + - Phase 4: Class existence verification (detects active classes even if registration commented) + - Phase 5: NODE_DISPLAY_NAME_MAPPINGS cross-reference + - Phase 6: Empty dict detection (UI-only extensions, logging only) + + Fixed Bugs: + - Scanner 2.0.9: Fallback cascade prevented Phase 3 execution + - Scanner 2.0.10: Missed active classes with commented registrations (15 false negatives) + + Args: + code_text: Python source code + file_path: Path to file (for logging and caching) + visited: Visited paths (for circular import prevention) + verbose: If True, print UI-only extension detection messages + + Returns: + Set of node names (union of all detected patterns) + """ + # Check file-based cache if file_path provided + if file_path is not None: + try: + file_path_obj = Path(file_path) if not isinstance(file_path, Path) else file_path + if file_path_obj.exists(): + current_mtime = file_path_obj.stat().st_mtime + + # Check if we have cached result with matching mtime and scanner version + if file_path_obj in _file_mtime_cache: + cached_mtime = _file_mtime_cache[file_path_obj] + cache_key = (str(file_path_obj), cached_mtime, SCANNER_VERSION) + + if current_mtime == cached_mtime and cache_key in _extract_nodes_enhanced_cache: + return _extract_nodes_enhanced_cache[cache_key].copy() + except: + pass # Ignore cache errors, proceed with normal execution + + # Suppress warnings from AST parsing + with warnings.catch_warnings(): + warnings.filterwarnings('ignore', category=SyntaxWarning) + warnings.filterwarnings('ignore', category=DeprecationWarning) + + # Phase 1: Original extract_nodes() - dict literal + phase1_nodes = extract_nodes(code_text) + + # Phase 2: Class.NAME pattern + if visited is None: + visited = set() + phase2_nodes = _fallback_classname_resolver(code_text, file_path) + + # Phase 3: Item assignment pattern + phase3_nodes = _fallback_item_assignment(code_text) + + # Phase 4: NODE_DISPLAY_NAME_MAPPINGS cross-reference (NEW in 2.0.11) + # This catches nodes that are in display names but not in NODE_CLASS_MAPPINGS + phase4_nodes = _extract_display_name_mappings(code_text) + + # Phase 5: Class existence verification ONLY for display name candidates (NEW in 2.0.11) + # This phase is CONSERVATIVE - only verify classes that appear in display names + # This catches the specific Scanner 2.0.10 bug pattern: + # - NODE_CLASS_MAPPINGS registration is commented + # - NODE_DISPLAY_NAME_MAPPINGS still has the entry + # - Class implementation exists + # Example: Bjornulf_ollamaLoader in Bjornulf_custom_nodes + phase5_nodes = set() + for node_name in phase4_nodes: + # Only check classes that appear in display names but not in registrations + if node_name not in (phase1_nodes | phase2_nodes | phase3_nodes): + exists, _, _ = _verify_class_exists(node_name, code_text, file_path) + if exists: + phase5_nodes.add(node_name) + + # Union all results (FIX: Scanner 2.0.9 bug + Scanner 2.0.10 bug) + # 2.0.9: Used early return which missed Phase 3 nodes + # 2.0.10: Only checked registrations, missed classes referenced in display names + all_nodes = phase1_nodes | phase2_nodes | phase3_nodes | phase4_nodes | phase5_nodes + + # Phase 6: Empty dict detector (logging only, doesn't add nodes) + if not all_nodes: + _fallback_empty_dict_detector(code_text, file_path, verbose) + + # Cache the result + if file_path is not None: + try: + file_path_obj = Path(file_path) if not isinstance(file_path, Path) else file_path + if file_path_obj.exists(): + current_mtime = file_path_obj.stat().st_mtime + cache_key = (str(file_path_obj), current_mtime, SCANNER_VERSION) + _extract_nodes_enhanced_cache[cache_key] = all_nodes + _file_mtime_cache[file_path_obj] = current_mtime + except: + pass + + return all_nodes + + +def _fallback_classname_resolver(code_text: str, file_path: Optional[Path]) -> Set[str]: + """ + Detect Class.NAME pattern in NODE_CLASS_MAPPINGS. + + Pattern: + NODE_CLASS_MAPPINGS = { + FreeChat.NAME: FreeChat, + PaidChat.NAME: PaidChat + } + """ + try: + with warnings.catch_warnings(): + warnings.filterwarnings('ignore', category=SyntaxWarning) + parsed = ast.parse(code_text) + except: + return set() + + nodes = set() + + for node in parsed.body: + if isinstance(node, ast.Assign): + for target in node.targets: + if isinstance(target, ast.Name) and target.id == 'NODE_CLASS_MAPPINGS': + if isinstance(node.value, ast.Dict): + for key in node.value.keys: + # Detect Class.NAME pattern + if isinstance(key, ast.Attribute): + if isinstance(key.value, ast.Name): + # Use class name as node name + nodes.add(key.value.id) + # Also handle literal strings + elif isinstance(key, ast.Constant) and isinstance(key.value, str): + nodes.add(key.value.strip()) + + return nodes + + +def _fallback_item_assignment(code_text: str) -> Set[str]: + """ + Detect item assignment pattern. + + Pattern: + NODE_CLASS_MAPPINGS = {} + NODE_CLASS_MAPPINGS["MyNode"] = MyNode + """ + try: + with warnings.catch_warnings(): + warnings.filterwarnings('ignore', category=SyntaxWarning) + parsed = ast.parse(code_text) except: return set() + + nodes = set() + + for node in ast.walk(parsed): + if isinstance(node, ast.Assign): + for target in node.targets: + if isinstance(target, ast.Subscript): + if (isinstance(target.value, ast.Name) and + target.value.id in ['NODE_CLASS_MAPPINGS', 'NODE_CONFIG']): + # Extract key + if isinstance(target.slice, ast.Constant): + if isinstance(target.slice.value, str): + nodes.add(target.slice.value) + + return nodes + + +def _extract_repo_name(file_path: Path) -> str: + """ + Extract repository name from file path. + + Path structure: /home/rho/.tmp/analysis/temp/{author}_{reponame}/{path/to/file.py} + Returns: {author}_{reponame} or filename if extraction fails + """ + try: + parts = file_path.parts + # Find 'temp' directory in path + if 'temp' in parts: + temp_idx = parts.index('temp') + if temp_idx + 1 < len(parts): + # Next part after 'temp' is the repo directory + return parts[temp_idx + 1] + except (ValueError, IndexError): + pass + + # Fallback to filename if extraction fails + return file_path.name if hasattr(file_path, 'name') else str(file_path) + + +def _fallback_empty_dict_detector(code_text: str, file_path: Optional[Path], verbose: bool = False) -> None: + """ + Detect empty NODE_CLASS_MAPPINGS (UI-only extensions). + Logs for documentation purposes only (when verbose=True). + + Args: + code_text: Python source code to analyze + file_path: Path to the file being analyzed + verbose: If True, print detection messages + """ + empty_patterns = [ + 'NODE_CLASS_MAPPINGS = {}', + 'NODE_CLASS_MAPPINGS={}', + ] + + code_normalized = code_text.replace(' ', '').replace('\n', '') + + for pattern in empty_patterns: + pattern_normalized = pattern.replace(' ', '') + if pattern_normalized in code_normalized: + if file_path and verbose: + repo_name = _extract_repo_name(file_path) + print(f"Info: UI-only extension (empty NODE_CLASS_MAPPINGS): {repo_name}") + return + +def has_comfy_node_base(class_node): + """Check if class inherits from io.ComfyNode or ComfyNode""" + for base in class_node.bases: + # Case 1: ComfyNode + if isinstance(base, ast.Name) and base.id == 'ComfyNode': + return True + # Case 2: io.ComfyNode + elif isinstance(base, ast.Attribute): + if base.attr == 'ComfyNode': + return True + return False + + +def extract_keyword_value(call_node, keyword): + """ + Extract string value of keyword argument + Schema(node_id="MyNode") -> "MyNode" + """ + for kw in call_node.keywords: + if kw.arg == keyword: + # ast.Constant (Python 3.8+) + if isinstance(kw.value, ast.Constant): + if isinstance(kw.value.value, str): + return kw.value.value + # ast.Str (Python 3.7-) - suppress deprecation warning + else: + with warnings.catch_warnings(): + warnings.filterwarnings('ignore', category=DeprecationWarning) + if hasattr(ast, 'Str') and isinstance(kw.value, ast.Str): + return kw.value.s + return None + + +def is_schema_call(call_node): + """Check if ast.Call is io.Schema() or Schema()""" + func = call_node.func + if isinstance(func, ast.Name) and func.id == 'Schema': + return True + elif isinstance(func, ast.Attribute) and func.attr == 'Schema': + return True + return False + + +def extract_node_id_from_schema(class_node): + """ + Extract node_id from define_schema() method + """ + for item in class_node.body: + if isinstance(item, ast.FunctionDef) and item.name == 'define_schema': + # Walk through function body + for stmt in ast.walk(item): + if isinstance(stmt, ast.Call): + # Check if it's Schema() call + if is_schema_call(stmt): + node_id = extract_keyword_value(stmt, 'node_id') + if node_id: + return node_id + return None + + +def extract_v3_nodes(code_text): + """ + Extract V3 node IDs using AST parsing + Returns: set of node_id strings + """ + global parse_cnt + + try: + if parse_cnt % 100 == 0: + print(".", end="", flush=True) + parse_cnt += 1 + + with warnings.catch_warnings(): + warnings.filterwarnings('ignore', category=SyntaxWarning) + warnings.filterwarnings('ignore', category=DeprecationWarning) + tree = ast.parse(code_text) + except (SyntaxError, UnicodeDecodeError): + return set() + + nodes = set() + + # Find io.ComfyNode subclasses + for node in ast.walk(tree): + if isinstance(node, ast.ClassDef): + # Check if inherits from ComfyNode + if has_comfy_node_base(node): + node_id = extract_node_id_from_schema(node) + if node_id: + nodes.add(node_id) + + return nodes # scan +def extract_metadata_only(filename): + """Extract only metadata (@author, @title, etc) without node scanning""" + try: + with open(filename, encoding='utf-8', errors='ignore') as file: + code = file.read() + + metadata = {} + lines = code.strip().split('\n') + for line in lines: + if line.startswith('@'): + if line.startswith("@author:") or line.startswith("@title:") or line.startswith("@nickname:") or line.startswith("@description:"): + key, value = line[1:].strip().split(':', 1) + metadata[key.strip()] = value.strip() + + return metadata + except: + return {} + + def scan_in_file(filename, is_builtin=False): global builtin_nodes with open(filename, encoding='utf-8', errors='ignore') as file: code = file.read() - pattern = r"_CLASS_MAPPINGS\s*=\s*{([^}]*)}" + # Support type annotations (e.g., NODE_CLASS_MAPPINGS: Type = {...}) and line continuations (\) + pattern = r"_CLASS_MAPPINGS\s*(?::\s*\w+\s*)?=\s*(?:\\\s*)?{([^}]*)}" regex = re.compile(pattern, re.MULTILINE | re.DOTALL) nodes = set() class_dict = {} - nodes |= extract_nodes(code) + # V1 nodes detection (enhanced with fallback patterns) + nodes |= extract_nodes_enhanced(code, file_path=Path(filename), visited=set()) + + # V3 nodes detection + nodes |= extract_v3_nodes(code) code = re.sub(r'^#.*?$', '', code, flags=re.MULTILINE) def extract_keys(pattern, code): @@ -208,6 +918,53 @@ def get_nodes(target_dir): return py_files, directories +def get_urls_from_list_file(list_file): + """ + Read URLs from list file for scan-only mode + + Args: + list_file (str): Path to URL list file (one URL per line) + + Returns: + list of tuples: [(url, "", None, None), ...] + Format: (url, title, preemptions, nodename_pattern) + - title: Empty string + - preemptions: None + - nodename_pattern: None + + File format: + https://github.com/owner/repo1 + https://github.com/owner/repo2 + # Comments starting with # are ignored + + Raises: + FileNotFoundError: If list_file does not exist + """ + if not os.path.exists(list_file): + raise FileNotFoundError(f"URL list file not found: {list_file}") + + urls = [] + with open(list_file, 'r', encoding='utf-8') as f: + for line_num, line in enumerate(f, 1): + line = line.strip() + + # Skip empty lines and comments + if not line or line.startswith('#'): + continue + + # Validate URL format (basic check) + if not (line.startswith('http://') or line.startswith('https://')): + print(f"WARNING: Line {line_num} is not a valid URL: {line}") + continue + + # Add URL with empty metadata + # (url, title, preemptions, nodename_pattern) + urls.append((line, "", None, None)) + + print(f"Loaded {len(urls)} URLs from {list_file}") + return urls + + def get_git_urls_from_json(json_file): with open(json_file, encoding='utf-8') as file: data = json.load(file) @@ -264,13 +1021,43 @@ def clone_or_pull_git_repository(git_url): print(f"Failed to clone '{repo_name}': {e}") -def update_custom_nodes(): +def update_custom_nodes(scan_only_mode=False, url_list_file=None): + """ + Update custom nodes by cloning/pulling repositories + + Args: + scan_only_mode (bool): If True, use URL list file instead of custom-node-list.json + url_list_file (str): Path to URL list file (required if scan_only_mode=True) + + Returns: + dict: node_info mapping {repo_name: (url, title, preemptions, node_pattern)} + """ if not os.path.exists(temp_dir): os.makedirs(temp_dir) node_info = {} - git_url_titles_preemptions = get_git_urls_from_json('custom-node-list.json') + # Select URL source based on mode + if scan_only_mode: + if not url_list_file: + raise ValueError("url_list_file is required in scan-only mode") + + git_url_titles_preemptions = get_urls_from_list_file(url_list_file) + print("\n[Scan-Only Mode]") + print(f" - URL source: {url_list_file}") + print(" - GitHub stats: DISABLED") + print(f" - Git clone/pull: {'ENABLED' if not skip_update else 'DISABLED'}") + print(" - Metadata: EMPTY") + else: + if not os.path.exists('custom-node-list.json'): + raise FileNotFoundError("custom-node-list.json not found") + + git_url_titles_preemptions = get_git_urls_from_json('custom-node-list.json') + print("\n[Standard Mode]") + print(" - URL source: custom-node-list.json") + print(f" - GitHub stats: {'ENABLED' if not skip_stat_update else 'DISABLED'}") + print(f" - Git clone/pull: {'ENABLED' if not skip_update else 'DISABLED'}") + print(" - Metadata: FULL") def process_git_url_title(url, title, preemptions, node_pattern): name = os.path.basename(url) @@ -382,48 +1169,66 @@ def renew_stat(url): if not skip_stat_update: process_git_stats(git_url_titles_preemptions) + # Git clone/pull for all repositories with concurrent.futures.ThreadPoolExecutor(11) as executor: for url, title, preemptions, node_pattern in git_url_titles_preemptions: executor.submit(process_git_url_title, url, title, preemptions, node_pattern) - py_url_titles_and_pattern = get_py_urls_from_json('custom-node-list.json') + # .py file download (skip in scan-only mode - only process git repos) + if not scan_only_mode: + py_url_titles_and_pattern = get_py_urls_from_json('custom-node-list.json') - def download_and_store_info(url_title_preemptions_and_pattern): - url, title, preemptions, node_pattern = url_title_preemptions_and_pattern - name = os.path.basename(url) - if name.endswith(".py"): - node_info[name] = (url, title, preemptions, node_pattern) + def download_and_store_info(url_title_preemptions_and_pattern): + url, title, preemptions, node_pattern = url_title_preemptions_and_pattern + name = os.path.basename(url) + if name.endswith(".py"): + node_info[name] = (url, title, preemptions, node_pattern) - try: - download_url(url, temp_dir) - except: - print(f"[ERROR] Cannot download '{url}'") + try: + download_url(url, temp_dir) + except: + print(f"[ERROR] Cannot download '{url}'") - with concurrent.futures.ThreadPoolExecutor(10) as executor: - executor.map(download_and_store_info, py_url_titles_and_pattern) + with concurrent.futures.ThreadPoolExecutor(10) as executor: + executor.map(download_and_store_info, py_url_titles_and_pattern) return node_info -def gen_json(node_info): +def gen_json(node_info, scan_only_mode=False, force_rescan=False): + """ + Generate extension-node-map.json from scanned node information + + Args: + node_info (dict): Repository metadata mapping + scan_only_mode (bool): If True, exclude metadata from output + force_rescan (bool): If True, ignore cache and force rescan all nodes + """ # scan from .py file node_files, node_dirs = get_nodes(temp_dir) comfyui_path = os.path.abspath(os.path.join(temp_dir, "ComfyUI")) - node_dirs.remove(comfyui_path) - node_dirs = [comfyui_path] + node_dirs + # Only reorder if ComfyUI exists in the list + if comfyui_path in node_dirs: + node_dirs.remove(comfyui_path) + node_dirs = [comfyui_path] + node_dirs data = {} for dirname in node_dirs: py_files = get_py_file_paths(dirname) metadata = {} - - nodes = set() - for py in py_files: - nodes_in_file, metadata_in_file = scan_in_file(py, dirname == "ComfyUI") - nodes.update(nodes_in_file) - metadata.update(metadata_in_file) - + + # Use per-repo cache for node AND metadata extraction + try: + nodes, metadata = extract_nodes_from_repo(Path(dirname), verbose=False, force_rescan=force_rescan) + except: + # Fallback to file-by-file scanning if extract_nodes_from_repo fails + nodes = set() + for py in py_files: + nodes_in_file, metadata_in_file = scan_in_file(py, dirname == "ComfyUI") + nodes.update(nodes_in_file) + metadata.update(metadata_in_file) + dirname = os.path.basename(dirname) if 'Jovimetrix' in dirname: @@ -436,17 +1241,28 @@ def gen_json(node_info): if dirname in node_info: git_url, title, preemptions, node_pattern = node_info[dirname] - metadata['title_aux'] = title + # Conditionally add metadata based on mode + if not scan_only_mode: + # Standard mode: include all metadata + metadata['title_aux'] = title - if preemptions is not None: - metadata['preemptions'] = preemptions + if preemptions is not None: + metadata['preemptions'] = preemptions - if node_pattern is not None: - metadata['nodename_pattern'] = node_pattern + if node_pattern is not None: + metadata['nodename_pattern'] = node_pattern + # Scan-only mode: metadata remains empty data[git_url] = (nodes, metadata) else: - print(f"WARN: {dirname} is removed from custom-node-list.json") + # Scan-only mode: Repository not in node_info (expected behavior) + # Construct URL from dirname (author_repo format) + if '_' in dirname: + parts = dirname.split('_', 1) + git_url = f"https://github.com/{parts[0]}/{parts[1]}" + data[git_url] = (nodes, metadata) + else: + print(f"WARN: {dirname} is removed from custom-node-list.json") for file in node_files: nodes, metadata = scan_in_file(file) @@ -459,13 +1275,16 @@ def gen_json(node_info): if file in node_info: url, title, preemptions, node_pattern = node_info[file] - metadata['title_aux'] = title - if preemptions is not None: - metadata['preemptions'] = preemptions - - if node_pattern is not None: - metadata['nodename_pattern'] = node_pattern + # Conditionally add metadata based on mode + if not scan_only_mode: + metadata['title_aux'] = title + + if preemptions is not None: + metadata['preemptions'] = preemptions + + if node_pattern is not None: + metadata['nodename_pattern'] = node_pattern data[url] = (nodes, metadata) else: @@ -477,6 +1296,10 @@ def gen_json(node_info): for extension in extensions: node_list_json_path = os.path.join(temp_dir, extension, 'node_list.json') if os.path.exists(node_list_json_path): + # Skip if extension not in node_info (scan-only mode with limited URLs) + if extension not in node_info: + continue + git_url, title, preemptions, node_pattern = node_info[extension] with open(node_list_json_path, 'r', encoding='utf-8') as f: @@ -506,14 +1329,16 @@ def gen_json(node_info): print("------------------------------------------------------") node_list_json = {} - metadata_in_url['title_aux'] = title + # Conditionally add metadata based on mode + if not scan_only_mode: + metadata_in_url['title_aux'] = title - if preemptions is not None: - metadata['preemptions'] = preemptions + if preemptions is not None: + metadata_in_url['preemptions'] = preemptions + + if node_pattern is not None: + metadata_in_url['nodename_pattern'] = node_pattern - if node_pattern is not None: - metadata_in_url['nodename_pattern'] = node_pattern - nodes = list(nodes) nodes.sort() data[git_url] = (nodes, metadata_in_url) @@ -523,12 +1348,56 @@ def gen_json(node_info): json.dump(data, file, indent=4, sort_keys=True) -print("### ComfyUI Manager Node Scanner ###") +if __name__ == "__main__": + # Parse arguments + args = parse_arguments() + + # Determine mode + scan_only_mode = args.scan_only is not None + url_list_file = args.scan_only if scan_only_mode else None + + # Determine temp_dir + if args.temp_dir: + temp_dir = args.temp_dir + elif args.temp_dir_positional: + temp_dir = args.temp_dir_positional + else: + temp_dir = os.path.join(os.getcwd(), ".tmp") + + if not os.path.exists(temp_dir): + os.makedirs(temp_dir) + + # Determine skip flags + skip_update = args.skip_update or args.skip_all + skip_stat_update = args.skip_stat_update or args.skip_all or scan_only_mode + + if not skip_stat_update: + auth = Auth.Token(os.environ.get('GITHUB_TOKEN')) + g = Github(auth=auth) + else: + g = None + + print("### ComfyUI Manager Node Scanner ###") + + if scan_only_mode: + print(f"\n# [Scan-Only Mode] Processing URL list: {url_list_file}\n") + else: + print("\n# [Standard Mode] Updating extensions\n") + + # Update/clone repositories and collect node info + updated_node_info = update_custom_nodes(scan_only_mode, url_list_file) -print("\n# Updating extensions\n") -updated_node_info = update_custom_nodes() + print("\n# Generating 'extension-node-map.json'...\n") -print("\n# 'extension-node-map.json' file is generated.\n") -gen_json(updated_node_info) + # Generate extension-node-map.json + force_rescan = args.force_rescan if hasattr(args, 'force_rescan') else False + if force_rescan: + print("⚠️ Force rescan enabled - ignoring all cached results\n") + gen_json(updated_node_info, scan_only_mode, force_rescan) -print("\nDONE.\n") \ No newline at end of file + print("\n✅ DONE.\n") + + if scan_only_mode: + print("Output: extension-node-map.json (node mappings only)") + else: + print("Output: extension-node-map.json (full metadata)")